Class PointOfServiceValidator
java.lang.Object
de.hybris.platform.commercewebservices.core.validator.PointOfServiceValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class PointOfServiceValidator
extends Object
implements org.springframework.validation.Validator
Default commerce web services point of service validator. Checks if point of service with given name exist.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-