Uses of Class
com.skava.accounts.model.exchange.response.ContractsAPIResponse
Packages that use ContractsAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of ContractsAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return ContractsAPIResponseModifier and TypeMethodDescriptionFindAllContractsServiceImpl.process
(ContractRequestInternal request) This method is used to load all contracts based on given contracts. -
Uses of ContractsAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type ContractsAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ContractsAPIResponse>
ContractController.findAllContract
(String locale, String version, long storeId, int page, int size, String filter, long collectionId, String authToken, long accountId, String sort) This method is used to find all Contracts based on given Contract request.