Uses of Class
com.skava.accounts.model.exchange.response.CostCentresAPIResponse
Packages that use CostCentresAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of CostCentresAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return CostCentresAPIResponseModifier and TypeMethodDescriptionFindAllCostCentreServiceImpl.process
(CostCentreRequestInternal request) -
Uses of CostCentresAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CostCentresAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CostCentresAPIResponse>
CostCentreController.findAllCostCentre
(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 CostCentre based on given CostCentre Request.