Class FieldNotPastDateValidator
java.lang.Object
de.hybris.platform.warehousingwebservices.validators.FieldNotPastDateValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class FieldNotPastDateValidator
extends Object
implements org.springframework.validation.Validator
Validator checking if the obtained date is not null and not from the past
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringvoidsetFieldPath(String fieldPath) booleanvoid
-
Constructor Details
-
FieldNotPastDateValidator
public FieldNotPastDateValidator()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getFieldPath
-
setFieldPath
-