Interface DynamicQuery

All Known Implementing Classes:
DynamicQueryImpl

public interface DynamicQuery
Contains method declarations for object that represents Dynamic Query (predefined).
  • Method Details

    • getParameters

      Map<String,Object> getParameters()
      Gets the parameters.
      Returns:
      the parameters
    • getLabel

      String getLabel()
      Gets the label.
      Returns:
      the label
    • getFexibleQuery

      String getFexibleQuery()
      Gets the fexible query.
      Returns:
      the fexible query
    • getDescription

      String getDescription()
      Gets the description.
      Returns:
      the description
    • addQueryParameter

      void addQueryParameter(String paramName, Object paramValue)
      Adds the query parameter.
      Parameters:
      paramName - the param name
      paramValue - the param value
    • removeQueryParameter

      void removeQueryParameter(String paramName)
      Removes the query parameter.
      Parameters:
      paramName - the param name
    • setDescription

      void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • setLabel

      void setLabel(String label)
      Sets the label.
      Parameters:
      label - the new label