Uses of Class
de.adorsys.ledgers.postings.db.domain.LedgerAccount
-
Packages that use LedgerAccount Package Description de.adorsys.ledgers.postings.db.domain de.adorsys.ledgers.postings.db.repository -
-
Uses of LedgerAccount in de.adorsys.ledgers.postings.db.domain
Methods in de.adorsys.ledgers.postings.db.domain with parameters of type LedgerAccount Modifier and Type Method Description static StringAccountStmt. makeId(LedgerAccount account, LocalDateTime pstTime, int stmtSeqNbr)static StringAccountStmt. makeOperationId(LedgerAccount account, LocalDateTime pstTime)Constructors in de.adorsys.ledgers.postings.db.domain with parameters of type LedgerAccount Constructor Description LedgerAccount(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name, Ledger ledger, LedgerAccount parent, ChartOfAccount coa, BalanceSide balanceSide, AccountCategory category) -
Uses of LedgerAccount in de.adorsys.ledgers.postings.db.repository
Methods in de.adorsys.ledgers.postings.db.repository that return types with arguments of type LedgerAccount Modifier and Type Method Description Optional<LedgerAccount>LedgerAccountRepository. findOptionalByLedgerAndName(Ledger ledger, String name)List<LedgerAccount>LedgerAccountRepository. getAccountsByIbans(Set<String> ibans, Ledger ledger)
-