Package com.skava.subscription.validator
Class FindSubscriptionIntervalValidator
java.lang.Object
com.skava.subscription.validator.FindSubscriptionIntervalValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class FindSubscriptionIntervalValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
class FindSubscriptionIntervalValidator
This class defines SubscriptionInterval Create and Update Validator This validator component used for validating the given subscription interval request model.
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.MessageSource
The message source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model) Pre-Process Validation for create subscription intervalMethods 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
-
Field Details
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSourceThe message source.
-
-
Constructor Details
-
FindSubscriptionIntervalValidator
public FindSubscriptionIntervalValidator()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) Pre-Process Validation for create subscription interval- Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
-