Class DAOAppointments

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.wfm.cee.bl.da.DAOAppointments
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool
Direct Known Subclasses:
DAOSearchVCAppointment

@Pool("Pool") @Table("AAPPOINTMENT") @Pk("AAPPID") @Factory("AAPPID_ACOM") public class DAOAppointments extends DAO
See Also:
  • Field Details

    • SELECT_APPOINTMENT_WORKORDER

      public static final Command SELECT_APPOINTMENT_WORKORDER
    • SELECT_APPOINTMENT_WORKORDER_HEADER

      public static final Command SELECT_APPOINTMENT_WORKORDER_HEADER
  • Constructor Details

    • DAOAppointments

      public DAOAppointments()
  • Method Details

    • 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 DAO
      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