Uses of Class
ca.cdr.api.transactionlog.TransactionLogSearch
-
Uses of TransactionLogSearch in ca.cdr.api.transactionlog
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TransactionLogEventsJson.TransactionLogEventJson>
ITransactionLogFetchingSvc.getPageableTransactionLog
(String theModuleId, Date theFrom, Date theTo, org.springframework.data.domain.Pageable thePageable, TransactionLogSearch theSearchParams) This is the primary search method for retrieving Transaction logs in paginated fashion.ITransactionLogFetchingSvc.getTransactionLog
(String theModuleId, Date theFrom, Date theTo, int thePageIndex, int thePageSize, TransactionLogSearch theSearchParams) Deprecated.