Uses of Class
de.adorsys.ledgers.postings.db.domain.StmtStatus
-
Packages that use StmtStatus Package Description de.adorsys.ledgers.postings.db.domain de.adorsys.ledgers.postings.db.repository -
-
Uses of StmtStatus in de.adorsys.ledgers.postings.db.domain
Methods in de.adorsys.ledgers.postings.db.domain that return StmtStatus Modifier and Type Method Description static StmtStatusStmtStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StmtStatus[]StmtStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StmtStatus in de.adorsys.ledgers.postings.db.repository
Methods in de.adorsys.ledgers.postings.db.repository with parameters of type StmtStatus Modifier and Type Method Description Optional<AccountStmt>AccountStmtRepository. findFirstByAccountAndStmtStatusAndPstTimeGreaterThanEqual(LedgerAccount account, StmtStatus stmtStatus, LocalDateTime refTime)Optional<AccountStmt>AccountStmtRepository. findFirstByAccountAndStmtStatusAndPstTimeLessThanOrderByPstTimeDescStmtSeqNbrDesc(LedgerAccount account, StmtStatus stmtStatus, LocalDateTime refTime)Select the latest statement for the given reference time.Optional<LedgerStmt>LedgerStmtRepository. findFirstByLedgerAndStmtStatusAndPstTimeLessThanEqualOrderByPstTimeDescStmtSeqNbrDesc(Ledger ledger, StmtStatus stmtStatus, LocalDateTime refTime)Select the latest statement for the given reference time.
-