Class ManageScheduleValidationHandler
java.lang.Object
de.hybris.platform.transportbackoffice.widgets.scheduleconfiguration.ManageScheduleValidationHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class ManageScheduleValidationHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Custom validation handler for "create-schedule" and "manage-schedule" wizard's 2nd step. It validates all mandatory
field to be not null.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManageScheduleValidationHandler
public ManageScheduleValidationHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-