Uses of Interface
com.skava.repository.CollectionRepository
Packages that use CollectionRepository
Package
Description
Notification Helper classes
Notification Web security classes
Notification service implementations.
-
Uses of CollectionRepository in com.skava.helper
Methods in com.skava.helper with parameters of type CollectionRepositoryModifier and TypeMethodDescriptionstatic void
CollectionUtil.checkCollectionNameExists
(CollectionRepository collectionRepository, CollectionEntity collection, org.springframework.context.MessageSource messageSource, String locale) static CollectionEntity
CollectionUtil.validateCollectionAndBusinessId
(CollectionRepository collectionRepository, org.springframework.context.MessageSource messageSource, Long collectionId, Long businessId, String locale) Validating collection and business id -
Uses of CollectionRepository in com.skava.notification.config.security
Constructors in com.skava.notification.config.security with parameters of type CollectionRepositoryModifierConstructorDescriptionNotificationsServiceWebSecurityConfiguration
(CollectionRepository collectionRepository, CommonServices commonService) Default constructor -
Uses of CollectionRepository in com.skava.service.impl
Constructors in com.skava.service.impl with parameters of type CollectionRepositoryModifierConstructorDescriptionGetAllCollectionServiceImpl
(CollectionRepository collectionRepository, CommonServices commonServices) The class constructor.GetCollectionServiceImpl
(CommonServices commonService, CollectionRepository collectionRepository, org.springframework.context.MessageSource messageSource) The class constructor.UpdateCollectionPropertyServiceImpl
(CommonServices commonServices, CollectionRepository collectionRepository, CollectionAttributeRepository collectionAttributeRepository, CollectionPropertiesUpdateValidator validator) The class constructor.