Uses of Class
com.avoka.core.util.Pair
Packages that use 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
Method parameters in com.avoka.core.cayenne with type arguments of type PairModifier 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
Method parameters in com.avoka.core.service with type arguments of type PairModifier 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
Fields in com.avoka.fc.core.bean with type parameters of type PairModifier and TypeFieldDescriptionUserBulkImportResult.failedUsers
The list of import failures, consisting of user names and failure reasons -
Uses of Pair in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return PairModifier 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.Methods in com.avoka.fc.core.dao that return types with arguments of type PairModifier 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.Method parameters in com.avoka.fc.core.dao with type arguments of type PairModifier 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
Fields in com.avoka.fc.core.service.archive declared as PairModifier and TypeFieldDescriptionBaseArchiveService.FormData.farFile
BaseArchiveService.FormData.formFile
BaseArchiveService.FormData.receiptFile
BaseArchiveService.FormData.seedFile
BaseArchiveService.FormData.xmlInputFile
Fields in com.avoka.fc.core.service.archive with type parameters of type Pair -
Uses of Pair in com.avoka.fc.core.service.form
Fields in com.avoka.fc.core.service.form with type parameters of type PairModifier and TypeFieldDescriptionFormBean.dataExtractMappings
Deprecated.use schemaExtractMappings insteadTemplateVersionBean.dataExtractMappings
Deprecated.use schemaExtractMappings insteadMethod parameters in com.avoka.fc.core.service.form with type arguments of type PairModifier 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