Interface OrganisationPublicApiIF
- All Known Implementing Classes:
OrganisationPublicApi
public interface OrganisationPublicApiIF
-
Method Summary
Modifier and TypeMethodDescriptionfindCostCenter(String organisationId, String customerCode) findCurrencyByCustomerCurrencyCode(String organisationId, String customerCurrencyCode) findEventCode(String organisationId, String debitcustomerCode, String creditCustomerCode) findOrganisationByVatAndCode(String organisationId, String customerCode) findProject(String organisationId, String customerCode) getChartOfAccounts(String organisationId, String customerCode) listAll()
-
Method Details
-
listAll
List<Organisation> listAll() -
findByOrganisationId
-
findCurrencyByCustomerCurrencyCode
-
findOrganisationByVatAndCode
-
findCostCenter
-
findProject
-
getChartOfAccounts
-
findEventCode
Optional<AccountEvent> findEventCode(String organisationId, String debitcustomerCode, String creditCustomerCode)
-