Uses of Class
com.skava.accounts.model.exchange.response.AccountsAPIResponse
Packages that use AccountsAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of AccountsAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return AccountsAPIResponseModifier and TypeMethodDescriptionFindAllAccountForTheSellerServiceImpl.process
(AccountSellerRequestInternal request) This method is used to load all Settings based on given Settings.FindAllAccountServiceImpl.process
(AccountRequestInternal request) This method is used to load all Account based on given Account. -
Uses of AccountsAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type AccountsAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountsAPIResponse>
AccountController.findAllAccount
(String locale, String version, long storeId, long collectionId, boolean skipTotalCount, String authToken, int page, int size, String filter, String sort) This method is used to find all Accounts based on given Account Request.