Uses of Class
com.avoka.core.util.Pair
-
Packages that use Pair Package Description com.avoka.core.cayenne Provides Database Monitor and Other Cayenne utility classes for the application.com.avoka.core.service Provides base service classes for application services classes to extend.com.avoka.fc.core.bean Provides bean classes used internally by SmartForm Manager.com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.service.archive Provides the SmartForm Manager portal import and export service.com.avoka.fc.core.service.form 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 Pair Modifier and Type Method Description void
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 Pair Modifier and Type Method Description org.apache.cayenne.DataObject
ObjectConverterService. toDataObject(ValueObject valueObject, List<Pair<String,String>> substitutionPairs)
Convert the given value object into a Cayenne data object.ValueObject
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.ValueObject
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 Pair Modifier and Type Field Description List<Pair<String,String>>
UserBulkImportResult. 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 Pair Modifier and Type Method Description Pair<String,String>
ServiceDefinitionDao. 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 Pair Modifier and Type Method Description List<Pair<Date,Integer>>
ErrorLogDao. 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 Pair Modifier and Type Method Description List<org.apache.cayenne.DataRow>
TransactionHistoryDao. getLicensingAbandonedTransactionStatistics(String clientId, String formId, Date startDate, Date endDate, Boolean jobFilter, Boolean internalTransactionFilter, 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 internalTransactionFilter, 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 Pair Modifier and Type Field Description Pair<String,byte[]>
BaseArchiveService.FormData. farFile
Pair<String,byte[]>
BaseArchiveService.FormData. formFile
Pair<String,byte[]>
BaseArchiveService.FormData. receiptFile
Pair<String,byte[]>
BaseArchiveService.FormData. seedFile
Pair<String,byte[]>
BaseArchiveService.FormData. xmlInputFile
Fields in com.avoka.fc.core.service.archive with type parameters of type Pair Modifier and Type Field Description protected Map<Pair<Long,String>,String>
BaseArchiveService. oldCurrentServiceVersions
-
Uses of Pair in com.avoka.fc.core.service.form
Fields in com.avoka.fc.core.service.form with type parameters of type Pair Modifier and Type Field Description List<Pair<String,String>>
FormBean. dataExtractMappings
Deprecated.use schemaExtractMappings insteadList<Pair<String,String>>
TemplateVersionBean. dataExtractMappings
Deprecated.use schemaExtractMappings insteadMethod parameters in com.avoka.fc.core.service.form with type arguments of type Pair Modifier and Type Method Description List<SchemaExtractMapBean>
FormService. convertSchemaExtractMappings(List<Pair<String,String>> oldMappings)
Utility method to convert a list of older data extract mappings (Pair) to the new bean
-