Class DAOSchedulingProposal

java.lang.Object
overit.geocall.da.DAO
overit.geocallapp.wfm.core.bl.schedulingproposal.data.DAOSchedulingProposal
All Implemented Interfaces:
Serializable, DataAttributesHolder, EDMConfigurableBean, overit.geocall.marks.FieldExposer, overit.geocall.marks.NameExposer, DBFieldMapper, DBObjectMapper, Tool
Direct Known Subclasses:
DAOSchedulingCreationProposal, DAOSchedulingProposalDetailSearch, DAOSchedulingProposalSearch, DAOSchedulingRemovalProposal

@Pool("Pool") @Table("ASCHEDULINGPROPOSAL") @Pk("ASPRID") @Factory("ASPRID_ACOM") @Sequence("ASPRID") @Order("ASPRID") public class DAOSchedulingProposal extends DAO
DAO for scheduling proposal.
Since:
14.0
See Also:
  • Field Details

  • Constructor Details

    • DAOSchedulingProposal

      public DAOSchedulingProposal()