Uses of Class
com.avoka.fc.core.entity.SchemaExtractMap
Packages that use SchemaExtractMap
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the Composer HTML Form Archive Utils.
Provides web automated test services.
Provides value objects to support service classes.
Provides common utility classes and exception objects.
-
Uses of SchemaExtractMap in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SchemaExtractMapModifier and TypeMethodDescriptionSchemaExtractMapDao.getSchemaExtractMapBySequenceNumber
(SchemaSeed schemaSeed, int sequenceNumber) Return the SchemaExtractMap of the SchemaSeed and sequence number.SchemaExtractMapDao.getSchemaExtractMapForKP
(String id) Return the schema data extract for the given primary key.Methods in com.avoka.fc.core.dao that return types with arguments of type SchemaExtractMapModifier and TypeMethodDescriptionSchemaExtractMapDao.getSchemaExtractMapList
(SchemaSeed schemaSeed, String name, String xpath) Return the list of schema extract mappings for the given schema seed, name and XPath. -
Uses of SchemaExtractMap in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SchemaExtractMapModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<SchemaExtractMap>> _SchemaSeed.EXTRACT_MAPS
Provides the 'EXTRACT_MAPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SchemaExtractMapMethods in com.avoka.fc.core.entity.auto with parameters of type SchemaExtractMapModifier and TypeMethodDescriptionvoid
_SchemaSeed.addToExtractMaps
(SchemaExtractMap obj) Add the ExtractMaps object.void
_SchemaSeed.removeFromExtractMaps
(SchemaExtractMap obj) Remove the ExtractMaps object. -
Uses of SchemaExtractMap in com.avoka.fc.core.service.composer
Constructors in com.avoka.fc.core.service.composer with parameters of type SchemaExtractMapModifierConstructorDescriptionSchemaExtractMapBean
(SchemaExtractMap schemaExtractMap) Create a bean instance based on an existing SchemaExtractMap -
Uses of SchemaExtractMap in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return SchemaExtractMapModifier and TypeMethodDescriptionMockEntityService.createDataExtractMapping
(SchemaSeed schemaSeed, String name, String xpath, int sequenceNumber) Create a data extract mapping for the given schema seed. -
Uses of SchemaExtractMap in com.avoka.fc.core.service.vo
Constructors in com.avoka.fc.core.service.vo with parameters of type SchemaExtractMapModifierConstructorDescriptionCreate a schema extract map value object. -
Uses of SchemaExtractMap in com.avoka.fc.core.util
Methods in com.avoka.fc.core.util with parameters of type SchemaExtractMapModifier and TypeMethodDescriptionstatic String
FormUtils.validateSchemaExtractMap
(SchemaExtractMap schemaExtractMap) Check whether a schema data extract mapping is set up correctly, validating the XPath.