Uses of Interface
com.skava.repository.ActionRepository
Packages that use ActionRepository
Package
Description
Notification Helper classes
Notification service implementations.
-
Uses of ActionRepository in com.skava.helper
Methods in com.skava.helper with parameters of type ActionRepositoryModifier and TypeMethodDescriptionstatic void
DefaultEventActionUtil.createDefaultEventActions
(long collectionId, CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository) Creates default events and actions when collection created -
Uses of ActionRepository in com.skava.service.impl
Constructors in com.skava.service.impl with parameters of type ActionRepositoryModifierConstructorDescriptionCreateActionServiceImpl
(CommonServices commonServices, ActionRepository actionRepository, ActionValidator validator) The class constructor.CreateCollectionServiceImpl
(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository, CollectionCreateAndUpdateValidator validator, CacheImpl<List<EventActionAttributeEntity>> cacheImpl) The class constructor.DeleteActionServiceImpl
(CommonServices commonServices, ActionRepository actionRepository, org.springframework.context.MessageSource messageSource) The class constructor.FindActionServiceImpl
(CommonServices commonServices, ActionRepository actionRepository) The class constructor.FindAllActionServiceImpl
(ActionRepository actionRepository) The class constructor.SendNotificationsServiceImpl
(CollectionPropertyRepository collectionPropertyRepository, org.springframework.context.MessageSource messageSource, EventRepository eventRepository, ActionRepository actionRepository, SendNotificationValidator validator, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) Instantiates a new send notifications service impl.UpdateActionServiceImpl
(CommonServices commonServices, UpdateActionValidator actionValidator, ActionRepository actionRepository) Instantiates a new update action service impl.