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 voidSelectQueryJoinTranslator. 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.DataObjectObjectConverterService. toDataObject(ValueObject valueObject, List<Pair<String,String>> substitutionPairs)Convert the given value object into a Cayenne data object.ValueObjectObjectConverterService. 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.ValueObjectObjectConverterService. 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. failedUsersThe 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. farFilePair<String,byte[]>BaseArchiveService.FormData. formFilePair<String,byte[]>BaseArchiveService.FormData. receiptFilePair<String,byte[]>BaseArchiveService.FormData. seedFilePair<String,byte[]>BaseArchiveService.FormData. xmlInputFileFields 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. dataExtractMappingsDeprecated.use schemaExtractMappings insteadList<Pair<String,String>>TemplateVersionBean. dataExtractMappingsDeprecated.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
-