Uses of Class
com.avoka.fc.core.entity.PrefillParamXpathMap
-
Packages that use PrefillParamXpathMap Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.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 PrefillParamXpathMap in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type PrefillParamXpathMap Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<PrefillParamXpathMap>>
_SchemaSeed. PREFILL_PARAM_XPATHS
Provides the 'PREFILL_PARAM_XPATHS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type PrefillParamXpathMap Modifier and Type Method Description List<PrefillParamXpathMap>
_SchemaSeed. getPrefillParamXpaths()
Return the PrefillParamXpaths.Methods in com.avoka.fc.core.entity.auto with parameters of type PrefillParamXpathMap Modifier and Type Method Description void
_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
Constructors in com.avoka.fc.core.service.vo with parameters of type PrefillParamXpathMap Constructor Description PrefillParamXpathMapVO(PrefillParamXpathMap ppxm)
Create a Prefill Param Xpath Map value object. -
Uses of PrefillParamXpathMap in com.avoka.fc.core.util
Methods in com.avoka.fc.core.util with parameters of type PrefillParamXpathMap Modifier and Type Method Description static String
FormUtils. validatePrefillParamXpathMap(PrefillParamXpathMap prefillParamXpathMap)
Check whether a pre-fill parameter XPATH mapping is set up correctly, validating the XPath.
-