Package com.skava.validator.services
Class SendNotificationValidator
java.lang.Object
com.skava.validator.services.CollectionValidatorComponent
com.skava.validator.services.SendNotificationValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
The Class CollectionPropertiesUpdateValidator.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.skava.validator.services.CollectionValidatorComponent
destroy, 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.EcommComponent
init, onEvent
Methods inherited from interface com.skava.core.validation.ValidatorComponent
preProcess
-
Constructor Details
-
SendNotificationValidator
@Autowired public SendNotificationValidator()Instantiates a new send notification validator.- Parameters:
commonServices
- the common serviceseventRepository
- the event repository
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) - Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
- Overrides:
preProcess
in classCollectionValidatorComponent
-