Class ActionForEntityPermissionModifier

java.lang.Object
ch.tocco.nice2.netui.impl.actions.security.ActionForEntityPermissionModifier
All Implemented Interfaces:
ActionModifier

@Component @Order(0) public class ActionForEntityPermissionModifier extends Object implements ActionModifier
  • Constructor Details

    • ActionForEntityPermissionModifier

      public ActionForEntityPermissionModifier(Context context, org.slf4j.Logger log)
  • Method Details

    • postModify

      public void postModify(ActionGroupModel actionGroup, Situation situation)
      Description copied from interface: ActionModifier

      Modify actions in this group.

      Note, that the specified group contains all actions that are passed to the client. The specified group itself is a wrapper for conveniently modifying the actions.

      Specified by:
      postModify in interface ActionModifier
      Parameters:
      actionGroup - contains all actions previously created by the ActionFactorys
      situation - the situation the actions has been created for
    • setContributions

      @Autowired(required=false) public void setContributions(List<ActionForEntityPermissionContribution> contributions)