Class ChartOfAccountsService
java.lang.Object
org.cardanofoundation.lob.app.organisation.service.ChartOfAccountsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllChartOfAccount(String organisationId) getAllChartType(String organisationId) getBySubTypeId(Long subType) getChartAccount(String organisationId, String customerCode) insertChartOfAccount(String orgId, ChartOfAccountUpdate chartOfAccountUpdate, boolean isUpsert) io.vavr.control.Either<Set<org.zalando.problem.Problem>, Set<ChartOfAccountView>> insertChartOfAccountByCsv(String orgId, org.springframework.web.multipart.MultipartFile file) updateChartOfAccount(String orgId, ChartOfAccountUpdate chartOfAccountUpdate)
-
Constructor Details
-
ChartOfAccountsService
public ChartOfAccountsService()
-
-
Method Details
-
getChartAccount
-
getAllChartType
-
getBySubTypeId
-
getAllChartOfAccount
-
updateChartOfAccount
@Transactional public ChartOfAccountView updateChartOfAccount(String orgId, ChartOfAccountUpdate chartOfAccountUpdate) -
insertChartOfAccount
@Transactional public ChartOfAccountView insertChartOfAccount(String orgId, ChartOfAccountUpdate chartOfAccountUpdate, boolean isUpsert) -
insertChartOfAccountByCsv
@Transactional public io.vavr.control.Either<Set<org.zalando.problem.Problem>,Set<ChartOfAccountView>> insertChartOfAccountByCsv(String orgId, org.springframework.web.multipart.MultipartFile file)
-