Class PointOfServiceValidator
java.lang.Object
de.hybris.platform.ordermanagementwebservices.validators.PointOfServiceValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class PointOfServiceValidator
extends Object
implements org.springframework.validation.Validator
Default Ordermanagement point of service validator
PointOfServiceModel. Checks if point of service with given name exist.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected PointOfServiceServicevoidsetFieldPath(String fieldPath) voidsetPointOfServiceService(PointOfServiceService pointOfServiceService) booleanvoid
-
Constructor Details
-
PointOfServiceValidator
public PointOfServiceValidator()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getPointOfServiceService
-
setPointOfServiceService
-
getFieldPath
-
setFieldPath
-