Uses of Interface
com.skava.repository.CollectionRepository
Packages that use CollectionRepository
-
Uses of CollectionRepository in com.skava.util
Methods in com.skava.util with parameters of type CollectionRepositoryModifier and TypeMethodDescriptionstatic void
CollectionValidatorUtil.checkCollectionNameExists
(CollectionRepository collectionRepository, Collection collection, org.springframework.context.MessageSource messageSource, String locale) This method is used to check if a collection already exists for the given name.static boolean
CacheUtil.isValidCollection
(long collectionId, long businessId, CollectionRepository collectionRepository, UserCommonServices accountCommonServices) static void
UserCollectionUtil.validateCollectionAndBusinessId
(CollectionRepository collectionRepository, org.springframework.context.MessageSource messageSource, Long collectionId, Long businessId, String locale) This method is used to retrieve the collection for the given collectionId and businessId.