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

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

    caManager.insertCheckListPagamenti(clp);

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