Uses of Class
com.skava.accounts.model.exchange.AccountBuyer
Packages that use AccountBuyer
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of AccountBuyer in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountBuyerModifier and TypeMethodDescriptionAccountBuyer.fromDomainObject
(AccountBuyerDO teamBuyerDO) From domain object.Constructors in com.skava.accounts.model.exchange with parameters of type AccountBuyerModifierConstructorDescriptionAccountEventPayLoad
(AccountBuyer accountBuyer, long collectionId) AccountEventPayLoad constructor. -
Uses of AccountBuyer in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type AccountBuyerModifierConstructorDescriptionAccountBuyerAPIResponse
(String codeSuccess, String msgSuccess, AccountBuyer accountBuyerResponse) Instantiates a new AccountBuyerAPIResponse.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type AccountBuyerModifierConstructorDescriptionAccountBuyersAPIResponse
(List<AccountBuyer> accountBuyerResponse, PageableInfo pageable) Instantiates a new AccountBuyers API Response. -
Uses of AccountBuyer in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type AccountBuyerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountBuyer>
AccountBuyerUsersController.createAccountBuyer
(long accountId, String locale, String version, long storeId, long collectionId, String authToken, AccountBuyer request) Creates the account buyer.org.springframework.http.ResponseEntity<AccountBuyer>
AccountBuyerUsersController.getAccountBuyerById
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id) Gets the account buyer by id.org.springframework.http.ResponseEntity<AccountBuyer>
AccountBuyerUsersController.updateAccountBuyer
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id, AccountBuyer request) Update account buyer.Methods in com.skava.accounts.web with parameters of type AccountBuyerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountBuyer>
AccountBuyerUsersController.createAccountBuyer
(long accountId, String locale, String version, long storeId, long collectionId, String authToken, AccountBuyer request) Creates the account buyer.org.springframework.http.ResponseEntity<AccountBuyer>
AccountBuyerUsersController.updateAccountBuyer
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id, AccountBuyer request) Update account buyer.