Uses of Class
com.skava.accounts.model.exchange.CollectionAttributes
Packages that use CollectionAttributes
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of CollectionAttributes in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return CollectionAttributesModifier and TypeMethodDescriptionCollectionAttributes.fromEntity
(CollectionAttributesEntity colletionAttributes) FromEntity - This function is used to map the params present in objectCollectionAttributesEntity
toCollectionAttributes
Constructors in com.skava.accounts.model.exchange with parameters of type CollectionAttributesModifierConstructorDescriptionProperties
(Collections collection, CollectionAttributes attribute, Properties property) Instantiates a new collection property. -
Uses of CollectionAttributes in com.skava.accounts.model.exchange.response
Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type CollectionAttributesModifierConstructorDescriptionCollectionAttributesAPIResponse
(long count, List<CollectionAttributes> collectionAttributes) Instantiates a new CollectionAttributes API response. -
Uses of CollectionAttributes in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CollectionAttributesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CollectionAttributes>>
CollectionController.findAllCollectionAttribute
(String authToken, String locale, long storeId, String version) This method is used to load all the collection attributes present in the system.