Uses of Class
com.skava.model.datatransferobjects.CollectionProperty
Packages that use CollectionProperty
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user entities classes.
This package contains the user response model classes.
This package holds the user util method classes.
This package contains the controller classes.
-
Uses of CollectionProperty in com.skava.business.factory
Methods in com.skava.business.factory that return CollectionPropertyModifier and TypeMethodDescriptionCollectionFactory.createCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object.Methods in com.skava.business.factory with parameters of type CollectionPropertyModifier and TypeMethodDescriptionCollectionDomainFactory.createCollectionPropertyDO
(CollectionProperty collectionProperty) This method converts theCollectionProperty
object toCollectionPropertyDomain
object. -
Uses of CollectionProperty in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return CollectionPropertyModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object.Methods in com.skava.business.factoryimpl with parameters of type CollectionPropertyModifier and TypeMethodDescriptionCollectionDomainFactoryImpl.createCollectionPropertyDO
(CollectionProperty collectionProperty) This method converts theCollectionProperty
object toCollectionPropertyDomain
object. -
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 entity. -
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.util
Methods in com.skava.util with parameters of type CollectionPropertyModifier and TypeMethodDescriptionstatic String
UserCollectionUtil.getPropertyValue
(CollectionAttributeEntity attribute, CollectionProperty requestProperty) This method is used to get property value for the given attribute and collection property.static boolean
UserCollectionUtil.isCollectionPropertyAndAttributeEquals
(CollectionAttributeEntity attribute, CollectionProperty property) This method is used to compare collection property and the attribute by name.static boolean
UserCollectionUtil.isCollectionPropertyHaveValidValue
(CollectionProperty property) This method is used to validate the property value, returns TRUE if property and its value are not null else FALSE.Method parameters in com.skava.util with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionstatic Set<CollectionPropertyEntity>
UserCollectionUtil.getCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, UserCommonServices userCommonServices, String locale, boolean isCreate) This method will compare collection attributes and collection properties from the request object and adds it to the CollectionPropertyEntity set.static Set<CollectionPropertyEntity>
UserCollectionUtil.getUpdatedCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, UserCommonServices userCommonServices, String locale) This method is used to retrieve the updated collection properties for the given collection. -
Uses of CollectionProperty in com.skava.web
Methods in com.skava.web that return types with arguments of type CollectionPropertyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionProperty>
CollectionPropertyController.getCollectionPropertyByName
(long collectionId, Long businessId, String name, String authToken, String locale, String version, long storeId) getCollectionPropertyByNameorg.springframework.http.ResponseEntity<List<CollectionProperty>>
CollectionPropertyController.updateCollectionProperty
(Long businessId, String authToken, @Valid List<CollectionProperty> request, long collectionId, String locale, String version, long storeId) updateCollectionPropertyorg.springframework.http.ResponseEntity<List<CollectionProperty>>
CollectionPropertyController.updateProperties
(Long businessId, String authToken, Long collectionId, @Valid List<CollectionProperty> request, String locale, String version, long storeId) updatePropertiesMethod parameters in com.skava.web with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CollectionProperty>>
CollectionPropertyController.updateCollectionProperty
(Long businessId, String authToken, @Valid List<CollectionProperty> request, long collectionId, String locale, String version, long storeId) updateCollectionPropertyorg.springframework.http.ResponseEntity<List<CollectionProperty>>
CollectionPropertyController.updateProperties
(Long businessId, String authToken, Long collectionId, @Valid List<CollectionProperty> request, String locale, String version, long storeId) updateProperties