Class DAOWorkLoadDetail

All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool

public class DAOWorkLoadDetail extends DAOWorkLoad
See Also:
  • Constructor Details

    • DAOWorkLoadDetail

      public DAOWorkLoadDetail()
  • Method Details

    • addSelectFields

      protected void addSelectFields(ArrayList<String> fields, CommandContext cc)
      Overrides:
      addSelectFields in class DAOWorkLoad
    • getGroup

      public String[] getGroup(CommandContext cc)
      Description copied from class: DAO
      Returns the array that contains the names of the columns on which we want to group the reults of the queries.
      Overrides:
      getGroup in class DAOWorkLoad
      Parameters:
      cc - The CommandContext associated to the DAO
      Returns:
      The array of strings that represents the name of the columns used for the grouping of the results of the queries
    • getTable

      public String getTable(CommandContext cc)
      Description copied from class: DAO
      Returns the name of the table on which the specific DAO acts
      Overrides:
      getTable in class DAOWorkLoad
      Parameters:
      cc - The CommandContext associated to the DAO
      Returns:
      The string that represents the name of the table on which the DAO want to access and operate