Class ReportActionModifier
java.lang.Object
ch.tocco.nice2.reporting.impl.action.ReportActionModifier
- All Implemented Interfaces:
ActionModifier
@Component
@Order(100)
@Deprecated
public class ReportActionModifier
extends Object
implements ActionModifier
Deprecated.
-
Field Summary
FieldsFields inherited from interface ActionModifier
HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionReportActionModifier(org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, Context context, ReportPermissionService reportPermissionService, ActionsBuilder actionsBuilder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpostModify(ActionGroupModel actionGroup, Situation situation) Deprecated.Modify actions in this group.voidsetReportIcons(List<ReportIconContribution> reportIcons) Deprecated.
-
Field Details
-
REPORT_ACTION_ID
-
-
Constructor Details
-
ReportActionModifier
public ReportActionModifier(org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, Context context, ReportPermissionService reportPermissionService, ActionsBuilder actionsBuilder) Deprecated.
-
-
Method Details
-
postModify
Deprecated.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
-
setReportIcons
Deprecated.
-