Uses of Class
ca.cdr.api.model.json.TransactionLogEventsJson.TransactionLogEventJson
-
Uses of TransactionLogEventsJson.TransactionLogEventJson in ca.cdr.api.model.json
-
Uses of TransactionLogEventsJson.TransactionLogEventJson in ca.cdr.api.transactionlog
Modifier and TypeMethodDescriptionITransactionLogFetchingSvc.getTransactionEvent
(String theModuleId, Long theId, boolean theIncludeBody) Fetch one very specific Transcation Log by its known PID.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.Modifier and TypeMethodDescriptionstatic IncomingTransactionLog
IncomingTransactionLog.from
(TransactionLogEventsJson.TransactionLogEventJson theLog)