Package com.skava.accounts.validators
Class FindAllAttributeValidator
java.lang.Object
com.skava.accounts.validators.AccountsValidatorComponent
com.skava.accounts.validators.FindAllAttributeValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
This Class contains validator methods for create attribute api.
- Since:
- May 2020
- Version:
- 8.9.0
- 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
-
FindAllAttributeValidator
public FindAllAttributeValidator()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
-