コード例 #1
0
  public void deleteCheckListPagamenti(NpgCheckListPagamenti clp) throws ApplicationException {
    getLogger().beginMethod("delete della classe " + this.getClass().getName());

    PonControlliAffidamentiManager caManager =
        (PonControlliAffidamentiManager)
            ServiceLocator.getManager(
                springContext, ManagersNames.PONATAS_CONTROLLI_AFFIDAMENTI_MANAGER);

    caManager.deleteCheckListPagamenti(clp);

    getLogger().endMethod("delete " + this.getClass().getName());
  }