| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain | |
| de.adorsys.ledgers.postings.db.repository |
| Modifier and Type | Method and Description |
|---|---|
LedgerAccount |
PostingTrace.getAccount() |
LedgerAccount |
PostingLine.getAccount() |
LedgerAccount |
AccountStmt.getAccount() |
LedgerAccount |
LedgerAccount.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static String |
AccountStmt.makeId(LedgerAccount account,
LocalDateTime pstTime,
int stmtSeqNbr) |
static String |
AccountStmt.makeOperationId(LedgerAccount account,
LocalDateTime pstTime) |
void |
PostingTrace.setAccount(LedgerAccount account) |
void |
PostingLine.setAccount(LedgerAccount account) |
void |
AccountStmt.setAccount(LedgerAccount account) |
| 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) |
Copyright © 2019. All rights reserved.