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