Package com.skava.validator.services
Class DeleteConsentValidator
java.lang.Object
com.skava.validator.services.UserValidatorComponent
com.skava.validator.services.DeleteConsentValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
This class defines delete consent validator and is used for validating the given request model.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(@Valid com.skava.core.validation.InputModel model) This method will execute before the main implementation process gets completed.Methods inherited from class com.skava.validator.services.UserValidatorComponent
destroy, init, onEvent, postProcess
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.validation.ValidatorComponent
preProcess
-
Constructor Details
-
DeleteConsentValidator
public DeleteConsentValidator()Default Constructor
-
-
Method Details
-
preProcess
public void preProcess(@Valid @Valid com.skava.core.validation.InputModel model) This method will execute before the main implementation process gets completed.- Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
- Overrides:
preProcess
in classUserValidatorComponent
- Parameters:
model
- ThisInputModel
model object.
-