Class PrefillParamXpathMapDao


  • public class PrefillParamXpathMapDao
    extends BaseDao
    Provides a DAO for the PrefillParamXpathMap entity.
    Since:
    5.1.5.1
    See Also:
    PrefillParamXpathMap
    • Constructor Detail

      • PrefillParamXpathMapDao

        public PrefillParamXpathMapDao()
    • Method Detail

      • hasPrefillParamXPathMap

        public boolean hasPrefillParamXPathMap​(SchemaSeed schemaSeed,
                                               String name,
                                               String xpath)
        Return whether there is a prefill parameter mapping for the given schema seed, name and XPath.
        Parameters:
        schemaSeed - the schema seed (required)
        name - the parameter name (required)
        xpath - the XPath (required)
        Returns:
        true if a matching prefill parameter mapping exists