Uses of Class
com.skava.accounts.model.exchange.Accounts
Packages that use Accounts
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Utility Implementations.
Accounts Web Controller Implementations.
-
Uses of Accounts in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountsModifier and TypeMethodDescriptionAccounts.fromDomainObject
(AccountsDO accountDO) This function is used to map the params present in objectAccountsDO
toAccounts
Constructors in com.skava.accounts.model.exchange with parameters of type AccountsModifierConstructorDescriptionAccountEventPayLoad
(Accounts account, long collectionId) AccountEventPayLoad constructor. -
Uses of Accounts in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type AccountsModifierConstructorDescriptionAccountAPIResponse
(String codeSuccess, String msgSuccess, Accounts accountResponse) Instantiates a new collection API response. -
Uses of Accounts in com.skava.accounts.util
Methods in com.skava.accounts.util with parameters of type AccountsModifier and TypeMethodDescriptionstatic List<AccountProperties>
CreateAccountServiceUtil.modifyPropertyList
(AccountRequestInternal request, Accounts accountResponse) modifyPropertyListvoid
FindAccountServiceUtil.setAccountPropertySequence
(Accounts account) This method is used to set property sequence. -
Uses of Accounts in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type AccountsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Accounts>
AccountController.createAccount
(String locale, String version, long collectionId, long storeId, String authToken, Accounts request) This method is used to create Account based on given Account Request.org.springframework.http.ResponseEntity<Accounts>
AccountController.deactivateAccountById
(String locale, String version, long storeId, long collectionId, String authToken, long id) This method is used to deactivate single Account based on given Account Request.org.springframework.http.ResponseEntity<Accounts>
AccountController.getAccountById
(String locale, String version, long storeId, long collectionId, String authToken, long id) This method is used to load single Account based on given Account Request.org.springframework.http.ResponseEntity<Accounts>
AccountBuyerUsersController.getAccountForBuyer
(long collectionId, String locale, String version, long storeId, String authToken, String buyerId) AccountSellerUsersController.getAccountForSeller
(long collectionId, String locale, String version, long storeId, String authToken, String sellerId, String filter) org.springframework.http.ResponseEntity<Accounts>
AccountController.updateAccountById
(String locale, String version, long collectionId, long storeId, String authToken, long id, Accounts request) This method is used to update single Account based on given Account Request.Methods in com.skava.accounts.web with parameters of type AccountsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Accounts>
AccountController.createAccount
(String locale, String version, long collectionId, long storeId, String authToken, Accounts request) This method is used to create Account based on given Account Request.org.springframework.http.ResponseEntity<Accounts>
AccountController.updateAccountById
(String locale, String version, long collectionId, long storeId, String authToken, long id, Accounts request) This method is used to update single Account based on given Account Request.