Uses of Class
com.skava.entities.CollectionPropertyEntity
Packages that use CollectionPropertyEntity
Package
Description
Notification DB entities.
Notification Helper classes
Notification DTO models.
Notification domain models.
Notification response models.
Notification repositories.
Notification Strategy service definitions.
Notification Strategy service Implementations.
-
Uses of CollectionPropertyEntity in com.skava.entities
Fields in com.skava.entities with type parameters of type CollectionPropertyEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<CollectionPropertyEntity,
QCollectionPropertyEntity> QCollectionEntity.properties
Methods in com.skava.entities with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionboolean
CollectionPropertyEntity.isPropertyEqual
(CollectionPropertyEntity other) This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.Constructor parameters in com.skava.entities with type arguments of type CollectionPropertyEntityModifierConstructorDescriptionQCollectionPropertyEntity
(com.querydsl.core.types.Path<? extends CollectionPropertyEntity> path) QCollectionPropertyEntity
(Class<? extends CollectionPropertyEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of CollectionPropertyEntity in com.skava.helper
Methods in com.skava.helper that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionstatic Set<CollectionPropertyEntity>
CollectionUtil.getCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, CommonServices commonServices, String locale) Used to get collection properties.static Set<CollectionPropertyEntity>
CollectionUtil.getUpdatedCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, org.springframework.context.MessageSource messageSource, String locale) Getting updated collection propertiesMethods in com.skava.helper with parameters of type CollectionPropertyEntityModifier 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 CollectionPropertyEntity in com.skava.model.datatransferobjects
Constructors in com.skava.model.datatransferobjects with parameters of type CollectionPropertyEntityModifierConstructorDescriptionCollectionProperty
(CollectionPropertyEntity properties) Instantiates a new collection property. -
Uses of CollectionPropertyEntity in com.skava.model.domain
Methods in com.skava.model.domain with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyDomain.fromEntity
(CollectionPropertyEntity collectionProperties) fromEntity - Used to convertCollectionPropertyEntity
object toCollectionPropertyDomain
object.Constructors in com.skava.model.domain with parameters of type CollectionPropertyEntityModifierConstructorDescriptionCollectionPropertyDomain
(CollectionPropertyEntity properties) Constructor to initialize the class CollectionPropertyDomain with the input properties. -
Uses of CollectionPropertyEntity in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type CollectionPropertyEntityModifierConstructorDescriptionCollectionPropertiesResponse
(List<CollectionPropertyEntity> properties) Instantiates a new collection properties response. -
Uses of CollectionPropertyEntity in com.skava.repository
Methods in com.skava.repository that return CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyRepository.findByAttributeNameAndCollectionId
(String name, Long collectionId) findByAttributeNameAndCollectionId - Loads the collection property by attribute name and collection id.Methods in com.skava.repository that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyRepository.findByCollectionId
(Long collectionId) findByCollectionId - Loads the list of collection property entity by its collection id. -
Uses of CollectionPropertyEntity in com.skava.strategy
Methods in com.skava.strategy with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionvoid
NotifyStrategy.notify
(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) Notify -
Uses of CollectionPropertyEntity in com.skava.strategyimpl
Methods in com.skava.strategyimpl with parameters of type CollectionPropertyEntityModifier 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.