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 FormInterceptor
SORTING_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddActions(ActionGroupBuilder massMutationGroupBuilder) protected booleanshouldAddActions(FormBuilder formBuilder, FormScope formScope) Methods inherited from class MutationGroupActionFormInterceptor
modifyFormMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
shouldAddActionsin classMutationGroupActionFormInterceptor
-
addActions
- Specified by:
addActionsin classMutationGroupActionFormInterceptor
-