Package com.skava.accounts.validators
Class CreateAccountValidator
java.lang.Object
com.skava.accounts.validators.AccountsValidatorComponent
com.skava.accounts.validators.CreateAccountValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class CreateAccountValidator
extends AccountsValidatorComponent
This Class contains validator methods for create 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
-
CreateAccountValidator
public CreateAccountValidator()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
-