Class AcceptConflictFormInterceptor
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.actions.AcceptConflictFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(900)
public class AcceptConflictFormInterceptor
extends Object
implements FormInterceptor
Adds the "showConflict" action to the forms where this action is desired (in the new client).
This form interceptor is the equivalent of the
AcceptConflictActionFactory for 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 TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) voidsetExcludedFormNames(List<String> excludedFormNames) voidsetShowConflictModels(List<String> models) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
AcceptConflictFormInterceptor
public AcceptConflictFormInterceptor()
-
-
Method Details
-
setShowConflictModels
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-
setExcludedFormNames
-