Class CreateCollectionValidatorComponent
java.lang.Object
com.skava.oms.service.EcommCoreServices
com.skava.oms.validator.services.collection.CreateCollectionValidatorComponent
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Service
public class CreateCollectionValidatorComponent
extends EcommCoreServices
implements com.skava.core.validation.ValidatorComponent
The class contains the validation component for collection creation
- Since:
- 16-Jul-2018
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.oms.service.EcommCoreServices
context, messageSource, orderService, redissonClient, validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model, org.springframework.validation.BindingResult bindingResult) Methods inherited from class com.skava.oms.service.EcommCoreServices
createOrderNotes, getItemIds, getItemIdsStr, updateOrderNotification
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
destroy, init, onEvent
Methods inherited from interface com.skava.core.validation.ValidatorComponent
postProcess, preProcess
-
Constructor Details
-
CreateCollectionValidatorComponent
public CreateCollectionValidatorComponent()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model, org.springframework.validation.BindingResult bindingResult) - Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
-