Class EntityMergeActionFormInterceptor
java.lang.Object
ch.tocco.nice2.entityoperation.impl.interceptors.MutationGroupActionFormInterceptor
ch.tocco.nice2.entityoperation.impl.interceptors.EntityMergeActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(100)
public class EntityMergeActionFormInterceptor
extends MutationGroupActionFormInterceptor
Adds the entity merge action to the forms where this action is desired (in the new client).
-
Field Summary
FieldsFields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addActions
(ActionGroupBuilder massMutationGroupBuilder) protected boolean
shouldAddActions
(FormBuilder formBuilder, FormScope formScope) Methods inherited from class ch.tocco.nice2.entityoperation.impl.interceptors.MutationGroupActionFormInterceptor
modifyForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
getActionGroupBuilder, getActionGroupBuilder, getActionsActionGroupBuilder, getCreateCopyActionGroupBuilder, getOutputActionGroupBuilder
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
EntityMergeActionFormInterceptor
public EntityMergeActionFormInterceptor()
-
-
Method Details
-
shouldAddActions
- Specified by:
shouldAddActions
in classMutationGroupActionFormInterceptor
-
addActions
- Specified by:
addActions
in classMutationGroupActionFormInterceptor
-