Class FindAllLoyaltyValidator
java.lang.Object
com.skava.loyalty.validator.service.FindAllLoyaltyValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class FindAllLoyaltyValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
The Class FindAllLoyaltyValidator.
This class contains functionality to validate Loyalty during GetAll
- Since:
- 8.5
- Version:
- 8.5
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model) Validator Pre-Process Validation for find all LoyaltyMethods 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
-
FindAllLoyaltyValidator
public FindAllLoyaltyValidator()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) Validator Pre-Process Validation for find all Loyalty- Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
- Parameters:
model
- - Holds the instance ofInputModel
-