Class PatchMilestoneValidator
java.lang.Object
com.skava.merchandise.validator.service.PatchMilestoneValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class PatchMilestoneValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
This class used to validate fields in milestone attribute for patch update API operation.
This will return an exception if the field is not valid.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommComponent
destroy, init, onEvent
Methods inherited from interface com.skava.core.validation.ValidatorComponent
postProcess, preProcess
-
Constructor Details
-
PatchMilestoneValidator
public PatchMilestoneValidator()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) - Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
-