public void updateCheckListContratti(NpgCheckListContratti clc) throws Exception {
    getLogger().beginMethod("update della classe " + this.getClass().getName());

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

    caManager.updateCheckListContratti(clc);

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