Uses of Class
ca.cdr.api.model.json.TransactionLogEventsJson.TransactionLogEventJson
Packages that use TransactionLogEventsJson.TransactionLogEventJson
-
Uses of TransactionLogEventsJson.TransactionLogEventJson in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return types with arguments of type TransactionLogEventsJson.TransactionLogEventJson -
Uses of TransactionLogEventsJson.TransactionLogEventJson in ca.cdr.api.transactionlog
Methods in ca.cdr.api.transactionlog that return TransactionLogEventsJson.TransactionLogEventJsonModifier and TypeMethodDescriptionITransactionLogFetchingSvc.getTransactionEvent
(String theModuleId, Long theId, boolean theIncludeBody) Fetch one very specific Transcation Log by its known PID.Methods in ca.cdr.api.transactionlog that return types with arguments of type TransactionLogEventsJson.TransactionLogEventJsonModifier 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.Methods in ca.cdr.api.transactionlog with parameters of type TransactionLogEventsJson.TransactionLogEventJsonModifier and TypeMethodDescriptionstatic IncomingTransactionLog
IncomingTransactionLog.from
(TransactionLogEventsJson.TransactionLogEventJson theLog)