public InteseTO findListControlliAffidamenti(CriteriRicercaControlliAffidamenti criteriRicerca)
      throws Exception {
    getLogger()
        .beginMethod("findListControlliAffidamenti della classe " + this.getClass().getName());

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

    InteseTO inteseTO = caManager.findListControlliAffidamenti(criteriRicerca);

    getLogger().endMethod("findListControlliAffidamenti " + this.getClass().getName());

    return inteseTO;
  }