Class DAOAutomaticMeterReadingPredictionsSearch

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.data.DAOAutomaticMeterReadingPredictionsSearch
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool

@Pool("Pool") @Pk("AAMPID") @Factory("AAMPID_ACOM") public class DAOAutomaticMeterReadingPredictionsSearch extends DAO
DAO used to show all the info related to a meter reading prediction. It is used under Daily Plan - WO - WO Operation - Readings
Since:
12.0
See Also:
  • Field Details

  • Constructor Details

    • DAOAutomaticMeterReadingPredictionsSearch

      public DAOAutomaticMeterReadingPredictionsSearch()
  • Method Details

    • getTable

      public String getTable(CommandContext cc)
      Returns the table.
      Overrides:
      getTable in class DAO
      Parameters:
      cc - the cc
      Returns:
      the table
    • getStar

      public String[] getStar(CommandContext cc)
      Returns the star.
      Overrides:
      getStar in class DAO
      Parameters:
      cc - the cc
      Returns:
      the star
    • isDistinct

      public boolean isDistinct(CommandContext cc)
      Checks if is distinct.
      Overrides:
      isDistinct in class DAO
      Parameters:
      cc - the cc
      Returns:
      true, if is distinct
    • addSelectFields

      protected void addSelectFields(ArrayList<String> fields, CommandContext cc)
      Add select fields.
      Parameters:
      fields - the fields
      cc - the cc
    • getOrder

      public String[] getOrder(CommandContext cc)
      Returns the order.
      Overrides:
      getOrder in class DAO
      Parameters:
      cc - the cc
      Returns:
      the order