public void updateCheckListPagamenti(NpgCheckListPagamenti clp) throws Exception {
    getLogger().beginMethod("update della classe " + this.getClass().getName());

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

    caManager.updateCheckListPagamenti(clp);

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