Package com.skava.accounts.validators
Class PutUpdateAccountPropertiesValidator
java.lang.Object
com.skava.accounts.validators.AccountsValidatorComponent
com.skava.accounts.validators.PutUpdateAccountPropertiesValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
This Class contains validator methods for update account api.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.accounts.validators.AccountsValidatorComponent
accountCommonServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model) The preprocess method called before the process method execution at the service ImplMethods inherited from class com.skava.accounts.validators.AccountsValidatorComponent
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
-
PutUpdateAccountPropertiesValidator
public PutUpdateAccountPropertiesValidator()Default Constructor.
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) The preprocess method called before the process method execution at the service Impl- Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
- Overrides:
preProcess
in classAccountsValidatorComponent
-