Uses of Class
ca.cdr.api.transactionlog.TransactionLogSearch
Packages that use TransactionLogSearch
-
Uses of TransactionLogSearch in ca.cdr.api.transactionlog
Methods in ca.cdr.api.transactionlog that return TransactionLogSearchMethods in ca.cdr.api.transactionlog with parameters of type TransactionLogSearchModifier 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.