Class CostCenterService
java.lang.Object
org.cardanofoundation.lob.app.organisation.service.CostCenterService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Either<org.zalando.problem.Problem, List<CostCenterView>> createCostCenterFromCsv(String orgId, org.springframework.web.multipart.MultipartFile file) getAllCostCenter(String organisationId) getCostCenter(String organisationId, String customerCode) insertCostCenter(String orgId, CostCenterUpdate costCenterUpdate, boolean isUpsert) updateCostCenter(String orgId, CostCenterUpdate costCenterUpdate)
-
Constructor Details
-
CostCenterService
public CostCenterService()
-
-
Method Details
-
getCostCenter
-
getAllCostCenter
-
updateCostCenter
@Transactional public CostCenterView updateCostCenter(String orgId, CostCenterUpdate costCenterUpdate) -
insertCostCenter
@Transactional public CostCenterView insertCostCenter(String orgId, CostCenterUpdate costCenterUpdate, boolean isUpsert) -
createCostCenterFromCsv
@Transactional public io.vavr.control.Either<org.zalando.problem.Problem,List<CostCenterView>> createCostCenterFromCsv(String orgId, org.springframework.web.multipart.MultipartFile file)
-