List<PostingLine>
findByAccountAndPstTimeGreaterThanAndPstTimeLessThanEqualAndDiscardedTimeIsNullOrderByPstTimeDesc(LedgerAccount ledgerAccount, LocalDateTime timeFrom, LocalDateTime timeTo)
findByAccountAndPstTimeLessThanEqualAndDiscardedTimeIsNullOrderByRecordTimeDesc(LedgerAccount account, LocalDateTime refTime)
findByBaseLineAndPstTimeLessThanEqualAndDiscardedTimeIsNullOrderByRecordTimeDesc(String baseLine, LocalDateTime refTime)
Optional<PostingLine>
findFirstByIdAndAccount(String transactionId, LedgerAccount ledgerAccount)
org.springframework.data.domain.Page<PostingLine>
findPostingsByAccountAndDates(LedgerAccount ledgerAccount, LocalDateTime timeFrom, LocalDateTime timeTo, org.springframework.data.domain.Pageable pageable)
Copyright © 2021. All rights reserved.