Uses of Class
com.skava.accounts.model.exchange.Properties
Packages that use Properties
Package
Description
Accounts Entity Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of Properties in com.skava.accounts.model.entity
Constructors in com.skava.accounts.model.entity with parameters of type PropertiesModifierConstructorDescriptionPropertiesEntity
(CollectionsEntity collection, CollectionAttributesEntity attribute, Properties property) Instantiates a new collection property. -
Uses of Properties in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return PropertiesModifier and TypeMethodDescriptionProperties.fromDomainObject
(PropertiesDO propertiesDO) fromDomainObject This function is used to map the params present in objectPropertiesDO
toProperties
Constructors in com.skava.accounts.model.exchange with parameters of type PropertiesModifierConstructorDescriptionProperties
(Collections collection, CollectionAttributes attribute, Properties property) Instantiates a new collection property. -
Uses of Properties in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type PropertiesModifierConstructorDescriptionPropertyAPIResponse
(Properties properties) Instantiates a new property API response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type PropertiesModifierConstructorDescriptionPropertiesAPIResponse
(List<Properties> properties) Instantiates a new properties API response. -
Uses of Properties in com.skava.accounts.util
Method parameters in com.skava.accounts.util with type arguments of type PropertiesModifier and TypeMethodDescriptionstatic Collections
CollectionUtil.getCollectionProperties
(Collections collection, List<Properties> requestProperties, Iterable<CollectionAttributesEntity> attributesEntities, Set<String> ignoredPropertiesList, String locale, org.springframework.context.MessageSource messageSource) Gets the collection properties.CollectionUtil.getPropertiesNameFromRequest
(List<Properties> requestProperties) Gets the properties name from request. -
Uses of Properties in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type PropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Properties>
PropertiesController.getPropertiesByName
(long collectionId, String authToken, String version, long storeId, long businessId, String name) This method is used to find all Properties based on given Properties Request.org.springframework.http.ResponseEntity<List<Properties>>
PropertiesController.putUpdateProperties
(long collectionId, String authToken, String version, long storeId, long businessId, List<Properties> request) This method is used to update all field in Properties based on given Properties Request.org.springframework.http.ResponseEntity<Properties>
PropertiesController.updateProperties
(long collectionId, String authToken, String version, long storeId, long businessId, String name, Properties request) This method is used to load single Properties based on given Properties Request.Methods in com.skava.accounts.web with parameters of type PropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Properties>
PropertiesController.updateProperties
(long collectionId, String authToken, String version, long storeId, long businessId, String name, Properties request) This method is used to load single Properties based on given Properties Request.Method parameters in com.skava.accounts.web with type arguments of type PropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<Properties>>
PropertiesController.putUpdateProperties
(long collectionId, String authToken, String version, long storeId, long businessId, List<Properties> request) This method is used to update all field in Properties based on given Properties Request.