Class ReportPermissionActionModifier
java.lang.Object
ch.tocco.nice2.reporting.impl.security.ReportPermissionActionModifier
- All Implemented Interfaces:
ActionModifier
@Component
@Order(0)
public class ReportPermissionActionModifier
extends Object
implements ActionModifier
-
Field Summary
Fields inherited from interface ActionModifier
HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionReportPermissionActionModifier(ReportPermissionService reportPermissionService) -
Method Summary
Modifier and TypeMethodDescriptionvoidpostModify(ActionGroupModel actionGroup, Situation situation) Modify actions in this group.
-
Constructor Details
-
ReportPermissionActionModifier
-
-
Method Details
-
postModify
Description copied from interface:ActionModifierModify 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:
postModifyin interfaceActionModifier- Parameters:
actionGroup- contains all actions previously created by theActionFactoryssituation- the situation the actions has been created for
-