Uses of Class
com.skava.entities.ActionEntity
Packages that use ActionEntity
Package
Description
Notification DB entities.
Notification Helper classes
Notification domain models.
Notification repositories.
Notification Strategy service definitions.
Notification Strategy service Implementations.
-
Uses of ActionEntity in com.skava.entities
Constructor parameters in com.skava.entities with type arguments of type ActionEntityModifierConstructorDescriptionQActionEntity
(com.querydsl.core.types.Path<? extends ActionEntity> path) -
Uses of ActionEntity in com.skava.helper
Methods in com.skava.helper with parameters of type ActionEntityModifier and TypeMethodDescriptionstatic void
SendNotificationUtil.notifyUsingNotificationProcessorName
(Notification notificationInfo, ActionEntity actionEntity, CollectionPropertyEntity collectionPropertyEntity, org.springframework.context.MessageSource messageSource, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) notifyUsingNotificationProcessorName - Executes a particular class according to the value given in the collection property. -
Uses of ActionEntity in com.skava.model.domain
Methods in com.skava.model.domain that return ActionEntityModifier and TypeMethodDescriptionActionDomain.toEntity()
toEntity - Used to convertActionDomain
object toActionEntity
object.Methods in com.skava.model.domain with parameters of type ActionEntityModifier and TypeMethodDescriptionActionDomain.fromEntity
(ActionEntity action) fromEntity - Used to convertActionEntity
toActionDomain
object. -
Uses of ActionEntity in com.skava.repository
Methods in com.skava.repository that return ActionEntityModifier and TypeMethodDescriptionActionRepository.findByIdAndCollectionId
(Long id, long collectionId) findByIdAndCollectionId - To find an action for the given id and collectionId.Methods in com.skava.repository that return types with arguments of type ActionEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ActionEntity>
ActionRepository.findAll
(org.springframework.data.jpa.domain.Specification<ActionEntity> specification, org.springframework.data.domain.Pageable pageRequest) findAll - To find all the action according to the given specification.ActionRepository.findByEventIdAndCollectionId
(long eventId, long collectionId) findByEventIdAndCollectionId - To find a list of actions for the given eventId and collectionId.Method parameters in com.skava.repository with type arguments of type ActionEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ActionEntity>
ActionRepository.findAll
(org.springframework.data.jpa.domain.Specification<ActionEntity> specification, org.springframework.data.domain.Pageable pageRequest) findAll - To find all the action according to the given specification. -
Uses of ActionEntity in com.skava.strategy
Methods in com.skava.strategy with parameters of type ActionEntityModifier and TypeMethodDescriptionvoid
NotifyStrategy.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Notify -
Uses of ActionEntity in com.skava.strategyimpl
Methods in com.skava.strategyimpl with parameters of type ActionEntityModifier and TypeMethodDescriptionvoid
DefaultEmailNotificationStrategyImpl.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Send grid mail.void
DefaultSmsNotificationStrategyImpl.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Send grid mail.