Uses of Class
com.avoka.fc.core.entity.PrefillParamXpathMap
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides value objects to support service classes.
Provides common utility classes and exception objects.
-
Uses of PrefillParamXpathMap in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<PrefillParamXpathMap>>
_SchemaSeed.PREFILL_PARAM_XPATHS
Provides the 'PREFILL_PARAM_XPATHS' property.Modifier and TypeMethodDescription_SchemaSeed.getPrefillParamXpaths()
Return the PrefillParamXpaths.Modifier and TypeMethodDescriptionvoid
_SchemaSeed.addToPrefillParamXpaths
(PrefillParamXpathMap obj) Add the PrefillParamXpaths object.void
_SchemaSeed.removeFromPrefillParamXpaths
(PrefillParamXpathMap obj) Remove the PrefillParamXpaths object. -
Uses of PrefillParamXpathMap in com.avoka.fc.core.service.vo
ModifierConstructorDescriptionCreate a Prefill Param Xpath Map value object. -
Uses of PrefillParamXpathMap in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionstatic String
FormUtils.validatePrefillParamXpathMap
(PrefillParamXpathMap prefillParamXpathMap) Check whether a pre-fill parameter XPATH mapping is set up correctly, validating the XPath.