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

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

    caManager.insertCheckListContratti(clc);

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