Uses of Class
com.skava.entities.EventActionAttributeEntity
Packages that use EventActionAttributeEntity
Package
Description
Notification DB entities.
Notification Helper classes
Notification DTO models.
Notification service implementations.
-
Uses of EventActionAttributeEntity in com.skava.entities
Constructors in com.skava.entities with parameters of type EventActionAttributeEntityModifierConstructorDescriptionEventEntity
(EventActionAttributeEntity eventActionAttributeEntity, long collectionId) EventEntity - Parameterized constructor to initialize eventEntity.Constructor parameters in com.skava.entities with type arguments of type EventActionAttributeEntityModifierConstructorDescriptionQEventActionAttributeEntity
(com.querydsl.core.types.Path<? extends EventActionAttributeEntity> path) -
Uses of EventActionAttributeEntity in com.skava.helper
Methods in com.skava.helper that return types with arguments of type EventActionAttributeEntityModifier and TypeMethodDescriptionstatic List<EventActionAttributeEntity>
CacheUtil.getEvantActionAttributesFromCacheOrDB
(CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository) This mehod used to load eventactionattributes form cache otherwise db.Method parameters in com.skava.helper with type arguments of type EventActionAttributeEntityModifier and TypeMethodDescriptionstatic void
DefaultEventActionUtil.createDefaultEventActions
(long collectionId, CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository) Creates default events and actions when collection createdstatic List<EventActionAttributeEntity>
CacheUtil.getEvantActionAttributesFromCacheOrDB
(CacheImpl<List<EventActionAttributeEntity>> cacheImpl, EventActionAttributeRepository eventActionAttributeRepository) This mehod used to load eventactionattributes form cache otherwise db. -
Uses of EventActionAttributeEntity in com.skava.model.datatransferobjects
Constructors in com.skava.model.datatransferobjects with parameters of type EventActionAttributeEntityModifierConstructorDescriptionEventActionAttribute
(EventActionAttributeEntity eventActionAttributeEntity) -
Uses of EventActionAttributeEntity in com.skava.service.impl
Constructor parameters in com.skava.service.impl with type arguments of type EventActionAttributeEntityModifierConstructorDescriptionCreateCollectionServiceImpl
(CommonServices commonServices, CollectionAttributeRepository collectionAttributeRepository, EventActionAttributeRepository eventActionAttributeRepository, EventRepository eventRepository, ActionRepository actionRepository, CollectionCreateAndUpdateValidator validator, CacheImpl<List<EventActionAttributeEntity>> cacheImpl) The class constructor.