Class OrganisationPublicApi
java.lang.Object
org.cardanofoundation.lob.app.organisation.OrganisationPublicApi
- All Implemented Interfaces:
OrganisationPublicApiIF
-
Constructor Summary
Constructors -
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()
-
Constructor Details
-
OrganisationPublicApi
public OrganisationPublicApi()
-
-
Method Details
-
listAll
- Specified by:
listAllin interfaceOrganisationPublicApiIF
-
findByOrganisationId
- Specified by:
findByOrganisationIdin interfaceOrganisationPublicApiIF
-
findCurrencyByCustomerCurrencyCode
public Optional<Currency> findCurrencyByCustomerCurrencyCode(String organisationId, String customerCurrencyCode) - Specified by:
findCurrencyByCustomerCurrencyCodein interfaceOrganisationPublicApiIF
-
findOrganisationByVatAndCode
- Specified by:
findOrganisationByVatAndCodein interfaceOrganisationPublicApiIF
-
findCostCenter
- Specified by:
findCostCenterin interfaceOrganisationPublicApiIF
-
findProject
- Specified by:
findProjectin interfaceOrganisationPublicApiIF
-
getChartOfAccounts
- Specified by:
getChartOfAccountsin interfaceOrganisationPublicApiIF
-
findEventCode
public Optional<AccountEvent> findEventCode(String organisationId, String debitcustomerCode, String creditCustomerCode) - Specified by:
findEventCodein interfaceOrganisationPublicApiIF
-