Uses of Class
com.avoka.fc.core.entity.SchemaExtractMap
-
Packages that use SchemaExtractMap Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service.composer Provides the Composer HTML Form Archive Utils.com.avoka.fc.core.service.test Provides web automated test services.com.avoka.fc.core.service.vo Provides value objects to support service classes.com.avoka.fc.core.util 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 SchemaExtractMap Modifier and Type Method Description SchemaExtractMap
SchemaExtractMapDao. getSchemaExtractMapBySequenceNumber(SchemaSeed schemaSeed, int sequenceNumber)
Return the SchemaExtractMap of the SchemaSeed and sequence number.SchemaExtractMap
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 SchemaExtractMap Modifier and Type Method Description List<SchemaExtractMap>
SchemaExtractMapDao. 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 SchemaExtractMap Modifier and Type Field Description static 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 SchemaExtractMap Modifier and Type Method Description List<SchemaExtractMap>
_SchemaSeed. getExtractMaps()
Return the ExtractMaps.Methods in com.avoka.fc.core.entity.auto with parameters of type SchemaExtractMap Modifier and Type Method Description void
_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 SchemaExtractMap Constructor Description SchemaExtractMapBean(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 SchemaExtractMap Modifier and Type Method Description SchemaExtractMap
MockEntityService. 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 SchemaExtractMap Constructor Description SchemaExtractMapVO(SchemaExtractMap sem)
Create 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 SchemaExtractMap Modifier and Type Method Description static String
FormUtils. validateSchemaExtractMap(SchemaExtractMap schemaExtractMap)
Check whether a schema data extract mapping is set up correctly, validating the XPath.
-