Uses of Interface
com.skava.auth.repository.CollectionRepository
Packages that use CollectionRepository
Package
Description
Classes to validate the request from the controllers to service implementations.
Support classes for hold the reusable functionalities.
-
Uses of CollectionRepository in com.skava.auth.service.validator
Fields in com.skava.auth.service.validator declared as CollectionRepositoryModifier and TypeFieldDescriptionprotected CollectionRepository
AuthValidatorComponent.collectionRepository
The collection repository. -
Uses of CollectionRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type CollectionRepositoryModifier and TypeMethodDescriptionstatic Collection
CollectionUtil.createCollection
(Collection collection, CollectionRepository collectionRepository) static org.springframework.data.domain.Page<Collection>
CollectionUtil.filterCollections
(Long businessId, String filter, String sort, int page, int size, CollectionRepository collectionRepository, jakarta.persistence.EntityManager entityManager) This method is used to search collection.static CollectionVO
CacheUtil.getCollection
(Long collectionId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static CollectionVO
CacheUtil.getCollection
(Long collectionId, Long businessId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static Collection
CollectionUtil.getCollection
(Long collectionId, Long businessId, CollectionRepository collectionRepository) static CollectionVO
CollectionUtil.getCollection
(Long businessId, Long collectionId, CollectionRepository collectionRepository, CacheImpl cacheImpl) static boolean
CacheUtil.isValidCollection
(Long collectionId, Long businessId, CollectionRepository collectionRepository, CacheImpl cacheImpl) isValidCollectionstatic Collection
CollectionUtil.updateCollection
(Collection collection, CollectionRepository collectionRepository)