Package com.skava.accounts.service.impl
Class FindCollectionServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindCollectionServiceImpl
- All Implemented Interfaces:
FindCollectionService
,com.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=true,
noRollbackFor=java.lang.Exception.class)
public class FindCollectionServiceImpl
extends Object
implements FindCollectionService
The Class FindCollectionServiceImpl is used to find a
collection based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionRequestInternal request) This method is used to load single Collection based on given Collection identifier.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.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindCollectionServiceImpl
public FindCollectionServiceImpl()
-
-
Method Details
-
process
This method is used to load single Collection based on given Collection identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse> - Parameters:
request
- It contains the attributes required for loading Collection.- Returns:
- It returns the
CollectionAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
CollectionAPIResponse>
-