Package com.avoka.fc.core.dao
Interface HistoryNamedQueries
public interface HistoryNamedQueries
Provides the available Cayenne named queries.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The "ConversionInfo" named querystatic final String
The "FormAvgTimeToSubmit" named querystatic final String
The "MedianTimeToSubmit" named querystatic final String
The "HistoryRequestTrend" named querystatic final String
The "LicensingAbandonDeliveredTransactions" named querystatic final String
The "LicensingAbandonedDeliveredJobTransactions" named querystatic final String
The "LicensingJobTransactionReport" named querystatic final String
The "LicensingTransactionReport" named querystatic final String
The "ReaderSubmissions" named querystatic final String
The "RefererSubmissions" named querystatic final String
The "RequestTrendByPeriod" named querystatic final String
The "RequestsBrowsers" named querystatic final String
The "RequestMonthlyTrend" named querystatic final String
The "RequestsOperatingSystems" named querystatic final String
The "SubmissionCompletedBrowserCount" named querystatic final String
The "SubmissionCompletedDeviceCount" named querystatic final String
The "SubmissionCompletedOsCount" named querystatic final String
The "SubmissionsBrowsers" named querystatic final String
The "SubmissionsByForm" named querystatic final String
The "SubmissionsByMonth" named querystatic final String
The "SubmissionsOperatingSystems" named querystatic final String
The "TimeToSubmissions" named querystatic final String
The "TrackingNumberCount" named querystatic final String
The "TransactionHistoryClients" named querystatic final String
The "TransactionHistoryForms" named querystatic final String
The "UpdateDwhPublishStatus" named query
-
Field Details
-
CONVERSION_INFO
The "ConversionInfo" named query- See Also:
-
FORM_AVG_TIME_TO_SUBMIT
The "FormAvgTimeToSubmit" named query- See Also:
-
FORM_TIMES_TO_SUBMIT
The "MedianTimeToSubmit" named query- See Also:
-
LICENSING_ABANDONED_DELIVERED_TRANSACTIONS
The "LicensingAbandonDeliveredTransactions" named query- See Also:
-
LICENSING_JOB_ABANDONED_DELIVERED_TRANSACTIONS
The "LicensingAbandonedDeliveredJobTransactions" named query- See Also:
-
LICENSING_TRANSACTION_REPORT
The "LicensingTransactionReport" named query- See Also:
-
LICENSING_JOB_TRANSACTION_REPORT
The "LicensingJobTransactionReport" named query- See Also:
-
READER_SUBMISSIONS
The "ReaderSubmissions" named query- See Also:
-
REFERER_SUBMISSIONS
The "RefererSubmissions" named query- See Also:
-
REQUEST_TREND_BY_PERIOD
The "RequestTrendByPeriod" named query- See Also:
-
REQUESTS_BROWSERS
The "RequestsBrowsers" named query- See Also:
-
REQUESTS_BY_MONTH
The "RequestMonthlyTrend" named query- See Also:
-
REQUESTS_OPERATING_SYSTEMS
The "RequestsOperatingSystems" named query- See Also:
-
HISTORY_TREND_TEMPLATE
The "HistoryRequestTrend" named query- See Also:
-
SUBMISSION_COMPLETED_BROWSER_COUNT
The "SubmissionCompletedBrowserCount" named query- See Also:
-
SUBMISSION_COMPLETED_DEVICE_COUNT
The "SubmissionCompletedDeviceCount" named query- See Also:
-
SUBMISSION_COMPLETED_OS_COUNT
The "SubmissionCompletedOsCount" named query- See Also:
-
SUBMISSIONS_BROWSERS
The "SubmissionsBrowsers" named query- See Also:
-
SUBMISSIONS_BY_FORM
The "SubmissionsByForm" named query- See Also:
-
SUBMISSIONS_BY_MONTH
The "SubmissionsByMonth" named query- See Also:
-
SUBMISSIONS_OPERATING_SYSTEMS
The "SubmissionsOperatingSystems" named query- See Also:
-
TIME_TO_SUBMISSION
The "TimeToSubmissions" named query- See Also:
-
TRACKING_NUMBER_COUNT
The "TrackingNumberCount" named query- See Also:
-
TRANSACTION_HISTORY_CLIENTS
The "TransactionHistoryClients" named query- See Also:
-
TRANSACTION_HISTORY_FORMS
The "TransactionHistoryForms" named query- See Also:
-
UPDATE_DWH_PUBLISH_STATUS
The "UpdateDwhPublishStatus" named query- See Also:
-