Class GetAllCollectionServiceImpl
java.lang.Object
com.skava.auth.helper.CacheImpl
com.skava.auth.service.impl.collection.GetAllCollectionServiceImpl
- All Implemented Interfaces:
GetAllCollectionService
,com.skava.core.EcommService<GetAllCollectionRequest,
CollectionsResponse>
@Service
public class GetAllCollectionServiceImpl
extends CacheImpl
implements GetAllCollectionService
This service class implements GetAllCollectionService and handles the get all collections service request,
process it and save the details in DB. It also implements business logic required to get all collections.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.auth.helper.CacheImpl
AUTH_GRAND_CACHE_NAME, COLLECTION_CACHE_NAME, GUEST_SESSION_CACHE_NAME, OAUTH_CLIENT_CACHE_NAME, OAUTH_CLIENT_PUBLIC_KEY_CACHE_NAME, SESSION_CACHE_NAME, TOKEN_EXPIRE_TIME_CACHE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(GetAllCollectionRequest input) Methods inherited from class com.skava.auth.helper.CacheImpl
cacheNames, clearCache, deleteCache, deleteCacheWithKey, getCache, getValue, getValueFromCache, putValueWithExpireTime, saveDetailsToCache
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
-
GetAllCollectionServiceImpl
public GetAllCollectionServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetAllCollectionRequest,
CollectionsResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<GetAllCollectionRequest,
CollectionsResponse>
-