Uses of Class
com.avoka.core.util.Pair
Package
Description
Provides Database Monitor and Other Cayenne utility classes for the application.
Provides base service classes for application services classes to extend.
Provides bean classes used internally by SmartForm Manager.
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager portal import and export service.
Provides classes for form services.
-
Uses of Pair in com.avoka.core.cayenne
Modifier and TypeMethodDescriptionvoid
SelectQueryJoinTranslator.setAdditionalJoinParameters
(List<Pair<org.apache.cayenne.map.DbAttribute, Object>> additionalJoinParameters) Query parameters to be used in the additional join string. -
Uses of Pair in com.avoka.core.service
Modifier and TypeMethodDescriptionorg.apache.cayenne.DataObject
ObjectConverterService.toDataObject
(ValueObject valueObject, List<Pair<String, String>> substitutionPairs) Convert the given value object into a Cayenne data object.ObjectConverterService.toValueObject
(org.apache.cayenne.DataObject dataObject, String pathIncludes, List<Pair<String, String>> substitutionPairs) Convert the given Cayenne data object into a value object, including the specified paths for object relationships.ObjectConverterService.toValueObject
(org.apache.cayenne.DataObject dataObject, Set pathIncludes, List<Pair<String, String>> substitutionPairs) Convert the given Cayenne data object into a value object, including the specified paths for object relationships. -
Uses of Pair in com.avoka.fc.core.bean
Modifier and TypeFieldDescriptionUserBulkImportResult.failedUsers
The list of import failures, consisting of user names and failure reasons -
Uses of Pair in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionServiceDefinitionDao.parseCompositeNameVersionString
(String compositeString) Return the service name and version number components parsed from a composite string in the format "name|version" If the string is not in a suitable format, it is assumed that it merely contains the service name, not the version number.Modifier and TypeMethodDescriptionErrorLogDao.getErrorLogTrendData
(String errorType, Object portalId, boolean criticalError, boolean groovyError, Date startDate, Date endDate) Return error log trend data for time period and criteria.Modifier and TypeMethodDescriptionList<org.apache.cayenne.DataRow>
TransactionHistoryDao.getLicensingAbandonedTransactionStatistics
(String clientId, String formId, Date startDate, Date endDate, Boolean jobFilter, Boolean billableTransactionFilter, boolean publishedTransactionsOnly, List<Pair<Date, Date>> dateTimePairs, boolean useJobQuery) Return aggregate statistics on abandoned delivered transactions during a certain time period.List<org.apache.cayenne.DataRow>
TransactionHistoryDao.getLicensingCompletedTransactionStatistics
(String clientId, String formId, Date startDate, Date endDate, Boolean jobFilter, Boolean billableTransactionFilter, boolean publishedTransactionsOnly, List<Pair<Date, Date>> dateTimePairs, boolean useJobQuery) Return aggregate statistics on completed transactions during a certain time period. -
Uses of Pair in com.avoka.fc.core.service.archive
Modifier and TypeFieldDescriptionBaseArchiveService.FormData.farFile
BaseArchiveService.FormData.formFile
BaseArchiveService.FormData.receiptFile
BaseArchiveService.FormData.seedFile
BaseArchiveService.FormData.xmlInputFile
-
Uses of Pair in com.avoka.fc.core.service.form
Modifier and TypeFieldDescriptionFormBean.dataExtractMappings
Deprecated.use schemaExtractMappings insteadTemplateVersionBean.dataExtractMappings
Deprecated.use schemaExtractMappings insteadModifier and TypeMethodDescriptionFormService.convertSchemaExtractMappings
(List<Pair<String, String>> oldMappings) Utility method to convert a list of older data extract mappings (Pair<String, String>) to the new bean