| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain | |
| de.adorsys.ledgers.postings.db.repository |
| Modifier and Type | Method and Description |
|---|---|
static String |
AccountStmt.makeId(LedgerAccount account,
LocalDateTime pstTime,
int stmtSeqNbr) |
static String |
AccountStmt.makeOperationId(LedgerAccount account,
LocalDateTime pstTime) |
| Constructor and Description |
|---|
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<LedgerAccount> |
LedgerAccountRepository.findOptionalByLedgerAndName(Ledger ledger,
String name) |
List<LedgerAccount> |
LedgerAccountRepository.getAccountsByIbans(Set<String> ibans,
Ledger ledger) |
List<LedgerAccount> |
LedgerAccountRepository.getAccountsByIds(List<String> ids) |
Copyright © 2019. All rights reserved.