Uses of Class
com.skava.accounts.model.exchange.Seller
Packages that use Seller
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of Seller in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return SellerModifier and TypeMethodDescriptionSeller.fromDomainObject
(AccountSellerDO accountSellerDO) From domain object.Constructors in com.skava.accounts.model.exchange with parameters of type SellerModifierConstructorDescriptionAccountEventPayLoad
(Seller seller, long collectionId) AccountEventPayLoad constructor. -
Uses of Seller in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type SellerModifierConstructorDescriptionAccountSellerAPIResponse
(String codeSuccess, String msgSuccess, Seller accountSellerResponse) Instantiates a new AccountSeller API response.Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type SellerModifierConstructorDescriptionAccountSellersAPIResponse
(List<Seller> accountSellerResponse, PageableInfo pageable) Instantiates a new AccountSellers API response. -
Uses of Seller in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type SellerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Seller>
AccountSellerUsersController.createSeller
(long accountId, String locale, String version, long storeId, long collectionId, String authToken, Seller request) Creates the seller.org.springframework.http.ResponseEntity<Seller>
AccountSellerUsersController.getSellerById
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id) Gets the seller by id.org.springframework.http.ResponseEntity<Seller>
AccountSellerUsersController.updateSeller
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id, Seller request) To update a Seller UserMethods in com.skava.accounts.web with parameters of type SellerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Seller>
AccountSellerUsersController.createSeller
(long accountId, String locale, String version, long storeId, long collectionId, String authToken, Seller request) Creates the seller.org.springframework.http.ResponseEntity<Seller>
AccountSellerUsersController.updateSeller
(long accountId, long collectionId, String locale, String version, long storeId, String authToken, long id, Seller request) To update a Seller User