Uses of Class
com.skava.accounts.model.exchange.CostCentre
Packages that use CostCentre
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of CostCentre in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return CostCentreModifier and TypeMethodDescriptionCostCentre.fromDomainObject
(CostCentreDO costCentreDO) From domain object. -
Uses of CostCentre in com.skava.accounts.model.exchange.response
Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type CostCentreModifierConstructorDescriptionCostCentresAPIResponse
(List<CostCentre> costCentres, PageableInfo pageable) Instantiates a new CostCentres API Response. -
Uses of CostCentre in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CostCentreModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CostCentre>
CostCentreController.createCostCentre
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, CostCentre request) Creates the cost centre.org.springframework.http.ResponseEntity<CostCentre>
CostCentreController.deleteCostCentreById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to deactivate single CostCentre based on given CostCentre Request.org.springframework.http.ResponseEntity<CostCentre>
CostCentreController.getCostCentreById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id) This method is used to load single CostCentre based on given CostCentre Request.org.springframework.http.ResponseEntity<CostCentre>
CostCentreController.updateCostCentreById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, CostCentre request) This method is used to update single CostCentre based on given CostCentre Request.Methods in com.skava.accounts.web with parameters of type CostCentreModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CostCentre>
CostCentreController.createCostCentre
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, CostCentre request) Creates the cost centre.org.springframework.http.ResponseEntity<CostCentre>
CostCentreController.updateCostCentreById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long id, CostCentre request) This method is used to update single CostCentre based on given CostCentre Request.