Class ContractNoteDAO


public class ContractNoteDAO extends ContractDAO
  • Constructor Details

    • ContractNoteDAO

      public ContractNoteDAO(User user, String billingId)
  • Method Details

    • list

      public List<ContractNote> list(int contractId)
    • get

      public ContractNote get(int contractId, int id)
    • update

      public void update(int contractId, int id, String title, String text)
    • update

      public void update(int contractId, int id, String title, String text, boolean visible)
    • delete

      public void delete(int contractId, int id)