Uses of Class
com.skava.auth.model.rest.entities.CollectionPropertyVO
Packages that use CollectionPropertyVO
Package
Description
Models to represent the entity classes.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of CollectionPropertyVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type CollectionPropertyVOModifierConstructorDescriptionCollectionProperty
(Collection collection, CollectionAttribute attribute, CollectionPropertyVO property) Instantiates a new collection property. -
Uses of CollectionPropertyVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type CollectionPropertyVOModifier and TypeMethodDescriptionstatic String
AuthUtil.getPropertyValue
(CollectionAttribute attribute, CollectionPropertyVO requestProperty) static boolean
AuthUtil.isCollectionPropertyAndAttributeEquals
(CollectionAttribute attribute, CollectionPropertyVO property) static boolean
AuthUtil.isCollectionPropertyHaveValidValue
(CollectionPropertyVO property) Method parameters in com.skava.auth.util with type arguments of type CollectionPropertyVOModifier and TypeMethodDescriptionstatic Set<CollectionProperty>
AuthUtil.getCollectionProperties
(Collection collection, List<CollectionPropertyVO> requestProperties, List<CollectionAttribute> attributes, org.springframework.context.MessageSource messageSource) static Set<CollectionProperty>
AuthUtil.getUpdatedCollectionProperties
(Collection collection, List<CollectionPropertyVO> requestProperties, List<CollectionAttribute> attributes, org.springframework.context.MessageSource messageSource) -
Uses of CollectionPropertyVO in com.skava.auth.web
Method parameters in com.skava.auth.web with type arguments of type CollectionPropertyVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
CollectionPropertyController.updateCollectionProperty
(String version, Long businessId, String authToken, long storeId, @Valid List<CollectionPropertyVO> request, long collectionId, String locale) This API updates a collection properties in a collection associated to the collection Id.org.springframework.http.ResponseEntity<Object>
CollectionPropertyController.updateProperties
(String version, Long businessId, String authToken, long storeId, long collectionId, @Valid List<CollectionPropertyVO> request, String locale) This API updates a collection properties in a collection associated to the collection Id.