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

@Pool("Pool") @Table("@AAPPOINTMENT JOIN @AAGENDA ON AAPPID = AAGEID_AAPP JOIN @AWOOPERATION ON AAPPID_AWOO = AWOOID JOIN AADDRESS ON AAPPID_AADD = AADDID") @Order({"AWOOID","AAGEID"}) public class DAOIntervention extends ReadOnlyDAO
DAO for interventions.
Since:
9.2
See Also:
  • Constructor Details

    • DAOIntervention

      public DAOIntervention()