Class DAOMobileNotificationDetail

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.wfm.core.data.ReadOnlyDAO
overit.geocallapp.wfm.mobile.core.bl.notification.data.DAOMobileNotificationDetail
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool

@Pool("Pool") @Pk("ANOTID") @Factory("ANOTID_ACOM") public class DAOMobileNotificationDetail extends overit.geocallapp.wfm.core.data.ReadOnlyDAO
See Also:
  • Constructor Details

    • DAOMobileNotificationDetail

      public DAOMobileNotificationDetail()
  • 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