Class PrefillParamXpathMapDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.PrefillParamXpathMapDao

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

    • PrefillParamXpathMapDao

      public PrefillParamXpathMapDao()
  • Method Details

    • 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