Package com.skava.promotion.service.impl
Class FindCollectionServiceImpl
java.lang.Object
com.skava.promotion.service.impl.FindCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionRequestInternal,,CollectionAPIResponse> FindCollectionService
Contains the functionality to load a collection
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>process(CollectionRequestInternal request) This method loads a collection based on the given Collection identifier.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindCollectionServiceImpl
public FindCollectionServiceImpl()
-
-
Method Details
-
process
This method loads a collection based on the given Collection identifier.- Specified by:
processin interfacecom.skava.core.EcommService<CollectionRequestInternal,CollectionAPIResponse> - Parameters:
request- It contains the attributes required for the load of Collection.- Returns:
- Returns the instance of
CollectionAPIResponse
-
getValidator
- Specified by:
getValidatorin interfacecom.skava.core.EcommService<CollectionRequestInternal,CollectionAPIResponse>
-