Uses of Class
com.skava.accounts.model.exchange.Collections
Packages that use Collections
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Service Implementations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of Collections in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return CollectionsModifier and TypeMethodDescriptionCollections.fromDomainObject
(CollectionsDO collectionDO) fromDomainObject This function is used to map the params present in objectCollectionsDO
toCollections
Constructors in com.skava.accounts.model.exchange with parameters of type CollectionsModifierConstructorDescriptionProperties
(Collections collection, CollectionAttributes attribute, Properties property) Instantiates a new collection property. -
Uses of Collections in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type CollectionsModifierConstructorDescriptionCollectionAPIResponse
(Collections collectionResponse) Instantiates a new collection API response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type CollectionsModifierConstructorDescriptionCollectionsAPIResponse
(List<Collections> collections, PageableInfo pageableInfo) Instantiates a new collections API response. -
Uses of Collections in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return CollectionsModifier and TypeMethodDescriptionUpdateCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to update all field in Collection based on given Collection. -
Uses of Collections in com.skava.accounts.util
Methods in com.skava.accounts.util that return CollectionsModifier 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.Methods in com.skava.accounts.util with parameters of type CollectionsModifier and TypeMethodDescriptionstatic void
CollectionValidatorUtil.checkCollectionNameExists
(CollectionsRepository collectionRepository, Collections collection, org.springframework.context.MessageSource messageSource, String locale) checkCollectionNameExists - Used to check if a collection already exists for the given name.static 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.static CollectionStatus
AccountsUtil.getCollectionStatus
(Collections request) validateCollectionStatus -
Uses of Collections in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CollectionsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collections>
CollectionController.createCollection
(String locale, String version, long storeId, long businessId, String authToken, Collections request) This method is used to create Collection based on given Collection Request.org.springframework.http.ResponseEntity<Collections>
CollectionController.getCollectionById
(String locale, String version, long storeId, String authToken, long businessId, long collectionId) This method is used to load single Collection based on given Collection Request.org.springframework.http.ResponseEntity<Collections>
CollectionController.updateCollection
(String locale, String version, long storeId, String authToken, long businessId, long collectionId, Collections request) This method is used to update all field in Collection based on given Collection Request.Methods in com.skava.accounts.web with parameters of type CollectionsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collections>
CollectionController.createCollection
(String locale, String version, long storeId, long businessId, String authToken, Collections request) This method is used to create Collection based on given Collection Request.org.springframework.http.ResponseEntity<Collections>
CollectionController.updateCollection
(String locale, String version, long storeId, String authToken, long businessId, long collectionId, Collections request) This method is used to update all field in Collection based on given Collection Request.