Uses of Class
com.skava.accounts.model.exchange.AccountProperties
Packages that use AccountProperties
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of AccountProperties in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountPropertiesModifier and TypeMethodDescriptionAccountProperties.fromDomainObject
(AccountPropertiesDO propertiesDO) From domain object. -
Uses of AccountProperties in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type AccountPropertiesModifierConstructorDescriptionAccountPropertyAPIResponse
(String codeSuccess, String msgSuccess, AccountProperties accountPropResponse) Instantiates a new AccountProperty API response. -
Uses of AccountProperties in com.skava.accounts.util
Methods in com.skava.accounts.util that return types with arguments of type AccountPropertiesModifier and TypeMethodDescriptionstatic List<AccountProperties>
CreateAccountServiceUtil.modifyPropertyList
(AccountRequestInternal request, Accounts accountResponse) modifyPropertyList -
Uses of AccountProperties in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type AccountPropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountProperties>
AccountPropertiesController.getPropertyById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, String attributeId) This method is used to get a single Account Property based on given account property id.Method parameters in com.skava.accounts.web with type arguments of type AccountPropertiesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
AccountPropertiesController.putUpdateAccountPropertiesById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, List<AccountProperties> request) This method is used to get a single Account Property based on given account property id.