Class CreateGuaranteeValidationHandler
java.lang.Object
de.hybris.platform.accommodationbackoffice.widgets.handler.AbstractAccommodationBackofficeValidationHandler
de.hybris.platform.accommodationbackoffice.widgets.handler.AbstractFinancialInfoValidationHandler
de.hybris.platform.accommodationbackoffice.widgets.handler.CreateGuaranteeValidationHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Custom validation handler for Guarantee wizard.
-
Field Summary
FieldsFields inherited from class de.hybris.platform.accommodationbackoffice.widgets.handler.AbstractFinancialInfoValidationHandler
ABSTRACT_FINANCIAL_INFO_CODE, CREATE_ABSTRACT_FINANCIAL_INFO_WIZARD_DUPLICATE_CODE_ERROR_MESSAGE, CREATE_ABSTRACT_FINANCIAL_INFO_WIZARD_ERROR_TITLE, NEW_ABSTRACT_FINANCIAL_CODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.accommodationbackoffice.widgets.handler.AbstractFinancialInfoValidationHandler
getModelService, setModelService, showMessageMethods inherited from class de.hybris.platform.accommodationbackoffice.widgets.handler.AbstractAccommodationBackofficeValidationHandler
getTravelBackofficeCommonValidator, setTravelBackofficeCommonValidator, validateUniqueForAttributes
-
Field Details
-
GUARANTEE_SHORT_DESCRIPTION
- See Also:
-
GUARANTEE_LONG_DESCRIPTION
- See Also:
-
-
Constructor Details
-
CreateGuaranteeValidationHandler
public CreateGuaranteeValidationHandler()
-
-
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- Overrides:
performin classAbstractFinancialInfoValidationHandler
-