Uses of Class
com.skava.model.datatransferobjects.CollectionProperty
Packages that use CollectionProperty
Package
Description
Notification DB entities.
Notification Helper classes
Notification DTO models.
Notification response models.
Notification Controller classes.
-
Uses of CollectionProperty in com.skava.entities
Constructors in com.skava.entities with parameters of type CollectionPropertyModifierConstructorDescriptionCollectionPropertyEntity
(CollectionEntity collection, CollectionAttributeEntity attribute, CollectionProperty property) Instantiates a new collection property. -
Uses of CollectionProperty in com.skava.helper
Methods in com.skava.helper with parameters of type CollectionPropertyModifier and TypeMethodDescriptionstatic String
CollectionUtil.getPropertyValue
(CollectionAttributeEntity attribute, CollectionProperty requestProperty) Getting property valuestatic boolean
CollectionUtil.isCollectionPropertyAndAttributeEquals
(CollectionAttributeEntity attribute, CollectionProperty property) Validating collection property and attributesstatic boolean
CollectionUtil.isCollectionPropertyHaveValidValue
(CollectionProperty property) Validating property valueMethod parameters in com.skava.helper with type arguments of type CollectionPropertyModifier 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 properties -
Uses of CollectionProperty in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return CollectionPropertyModifier and TypeMethodDescriptionCollectionProperty.fromdomainObject
(CollectionPropertyDomain collectionProperties) -
Uses of CollectionProperty in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type CollectionPropertyModifierConstructorDescriptionCollectionPropertyResponse
(CollectionProperty collectionProperty) Instantiates a new collection property response. -
Uses of CollectionProperty in com.skava.web
Method parameters in com.skava.web with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionPropertiesResponse>
CollectionPropertyController.updateCollectionProperty
(Long businessId, String version, long storeId, String authToken, @Valid List<CollectionProperty> request, long collectionId, String locale) updateCollectionPropertyorg.springframework.http.ResponseEntity<Object>
CollectionPropertyController.updateProperties
(Long businessId, String version, long storeId, String authToken, long collectionId, @Valid List<CollectionProperty> request, String locale) updateProperties