| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain | |
| de.adorsys.ledgers.postings.db.repository |
| Constructor and Description |
|---|
Ledger(String id,
LocalDateTime created,
String user,
String shortDesc,
String longDesc,
String name,
ChartOfAccount coa) |
LedgerAccount(String id,
LocalDateTime created,
String user,
String shortDesc,
String longDesc,
String name,
Ledger ledger,
LedgerAccount parent,
ChartOfAccount coa,
BalanceSide balanceSide,
AccountCategory category) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChartOfAccount> |
ChartOfAccountRepository.findOptionalByName(String name)
Find a chart of account with this name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ledger> |
LedgerRepository.findByCoa(ChartOfAccount coa)
Resolve all ledgers using this coa.
|
Copyright © 2021. All rights reserved.