Package com.skava.service.impl
Class GetAllCollectionServiceImpl
java.lang.Object
com.skava.service.impl.GetAllCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,
,CollectionsResponse> GetAllCollectionService
The Class GetAllCollectionServiceImpl.
This class is used to load all collections.
This class is used to load all collections.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionGetAllCollectionServiceImpl
(CollectionRepository collectionRepository, CommonServices commonServices) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CommonRequest input) org.springframework.data.domain.Page<CollectionEntity>
searchCollection
(CommonRequest collectionRequest) This method is used to search collection.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
@Autowired public GetAllCollectionServiceImpl(CollectionRepository collectionRepository, CommonServices commonServices) The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CommonRequest,
CollectionsResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CommonRequest,
CollectionsResponse>
-
searchCollection
This method is used to search collection.- Parameters:
collectionRequest
- Instance ofCommonRequest
object used for search collection.- Returns:
- The list of collection.
-
search
public org.springframework.data.domain.Page<CollectionEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale)
-