Package com.skava.validator.services
Class CreateAttributeValidator
java.lang.Object
com.skava.validator.services.CreateAttributeValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class CreateAttributeValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
This Class contains validator methods for create attribute api.
- Author:
- Skava
-
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 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
-
CreateAttributeValidator
public CreateAttributeValidator()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
-