From 001e3c8eef58669d64c6bb16417a481ff352953f Mon Sep 17 00:00:00 2001 From: Salvatore La Manna Date: Wed, 14 Apr 2021 16:35:06 +0200 Subject: [PATCH] Rimozione varianti non sostanziali --- jasper/annullamento.jrxml | 1 - jasper/cambio_istruttore.jrxml | 1 - .../lib/iris-axis-client.jar | Bin 338093 -> 0 bytes .../PortoTestPlugin-portlet/build.xml | 6 - .../docroot/META-INF/MANIFEST.MF | 3 - .../docroot/WEB-INF/liferay-display.xml | 9 - .../WEB-INF/liferay-plugin-package.properties | 13 - .../docroot/WEB-INF/liferay-portlet.xml | 31 - .../docroot/WEB-INF/portlet.xml | 38 - .../portos/plugin/TestPortosPortlet.java | 99 - .../docroot/WEB-INF/tld/aui.tld | 2568 --------- .../WEB-INF/tld/liferay-portlet-ext.tld | 538 -- .../docroot/WEB-INF/tld/liferay-portlet.tld | 158 - .../docroot/WEB-INF/tld/liferay-security.tld | 106 - .../docroot/WEB-INF/tld/liferay-theme.tld | 65 - .../docroot/WEB-INF/tld/liferay-ui.tld | 4691 ----------------- .../docroot/WEB-INF/tld/liferay-util.tld | 141 - .../docroot/WEB-INF/web.xml | 3 - .../docroot/css/main.css | 0 .../docroot/html/testportos/init.jsp | 12 - .../html/testportos/rigenera_pagamento.jsp | 62 - .../docroot/html/testportos/view.jsp | 115 - .../PortoTestPlugin-portlet/docroot/icon.png | Bin 467 -> 0 bytes .../docroot/js/main.js | 0 .../portlets/PortoTestPlugin-portlet/ivy.xml | 18 - .../test/integration/arquillian.xml | 15 - .../docroot/WEB-INF/src/service.properties | 4 +- .../portos-autodestroy-portlet/.classpath | 22 - .../portos-autodestroy-portlet/.project | 36 - .../.settings/.jsdtscope | 12 - .../.settings/org.eclipse.jdt.core.prefs | 7 - .../.settings/org.eclipse.jst.jsp.core.prefs | 3 - .../org.eclipse.wst.common.component | 11 - ...se.wst.common.project.facet.core.prefs.xml | 7 - ....eclipse.wst.common.project.facet.core.xml | 11 - ...rg.eclipse.wst.jsdt.ui.superType.container | 1 - .../org.eclipse.wst.jsdt.ui.superType.name | 1 - .../portos-autodestroy-portlet/build.xml | 6 - .../docroot/META-INF/MANIFEST.MF | 3 - .../docroot/WEB-INF/.gitignore | 1 - .../docroot/WEB-INF/liferay-display.xml | 9 - .../WEB-INF/liferay-plugin-package.properties | 13 - .../docroot/WEB-INF/liferay-portlet.xml | 31 - .../docroot/WEB-INF/portlet.xml | 38 - .../portlet/AutoDestroyPortlet.java | 32 - .../docroot/WEB-INF/tld/aui.tld | 2568 --------- .../WEB-INF/tld/liferay-portlet-ext.tld | 538 -- .../docroot/WEB-INF/tld/liferay-portlet.tld | 158 - .../docroot/WEB-INF/tld/liferay-security.tld | 106 - .../docroot/WEB-INF/tld/liferay-theme.tld | 65 - .../docroot/WEB-INF/tld/liferay-ui.tld | 4691 ----------------- .../docroot/WEB-INF/tld/liferay-util.tld | 141 - .../docroot/WEB-INF/web.xml | 2 - .../docroot/css/main.css | 0 .../docroot/html/autodestroy/init.jsp | 66 - .../docroot/html/autodestroy/view.jsp | 11 - .../docroot/icon.png | Bin 467 -> 0 bytes .../docroot/js/main.js | 0 .../test/integration/arquillian.xml | 15 - .../org.eclipse.core.resources.prefs | 1 - .../docroot/WEB-INF/lib/iris-axis-client.jar | Bin 338093 -> 0 bytes .../docroot/WEB-INF/service.xml | 18 - .../bo/NoSuchInfoFascicoloException.java | 40 - .../portos/bo/model/DettPraticaClp.java | 49 +- .../portos/bo/model/DettPraticaModel.java | 21 - .../portos/bo/model/DettPraticaSoap.java | 14 - .../portos/bo/model/DettPraticaWrapper.java | 38 - .../portos/bo/model/InfoFascicolo.java | 34 - .../portos/bo/model/InfoFascicoloClp.java | 673 --- .../portos/bo/model/InfoFascicoloModel.java | 317 -- .../portos/bo/model/InfoFascicoloSoap.java | 200 - .../portos/bo/model/InfoFascicoloWrapper.java | 557 -- .../portos/bo/service/ClpSerializer.java | 67 - .../bo/service/DettPraticaLocalService.java | 5 +- .../service/DettPraticaLocalServiceClp.java | 58 +- .../service/DettPraticaLocalServiceUtil.java | 30 +- .../DettPraticaLocalServiceWrapper.java | 30 +- .../portos/bo/service/DettPraticaService.java | 3 +- .../bo/service/DettPraticaServiceClp.java | 53 +- .../bo/service/DettPraticaServiceUtil.java | 7 +- .../bo/service/DettPraticaServiceWrapper.java | 7 +- .../bo/service/InfoFascicoloLocalService.java | 341 -- .../service/InfoFascicoloLocalServiceClp.java | 1085 ---- .../InfoFascicoloLocalServiceUtil.java | 410 -- .../InfoFascicoloLocalServiceWrapper.java | 431 -- .../bo/service/InfoFascicoloService.java | 66 - .../bo/service/InfoFascicoloServiceClp.java | 91 - .../bo/service/InfoFascicoloServiceUtil.java | 96 - .../service/InfoFascicoloServiceWrapper.java | 87 - .../service/messaging/ClpMessageListener.java | 5 - .../InfoFascicoloActionableDynamicQuery.java | 37 - ...FascicoloExportActionableDynamicQuery.java | 85 - .../persistence/InfoFascicoloPersistence.java | 572 -- .../persistence/InfoFascicoloUtil.java | 759 --- .../portos/bo/util/PagamentiCommonUtil.java | 11 - .../liferay/portos/bo/util/PraticaUtil.java | 1 - .../bo/util/ValidazionePraticaUtil.java | 25 +- .../liferay/portos/bo/util/WorkflowUtil.java | 4 - .../docroot/WEB-INF/sql/tables.sql | 1 - .../WEB-INF/src/META-INF/portlet-hbm.xml | 18 - .../src/META-INF/portlet-model-hints.xml | 14 - .../WEB-INF/src/META-INF/portlet-orm.xml | 30 - .../WEB-INF/src/META-INF/portlet-spring.xml | 3 - .../WEB-INF/src/content/Language.properties | 11 +- .../WEB-INF/src/content/Portal.properties | 8 +- .../bo/scheduler/SchedulerWorkflow.java | 7 +- .../it/mwg/sismica/bo/util/SismicaUtil.java | 35 +- .../portos/bo/model/impl/CollaudoImpl.java | 9 +- .../bo/model/impl/DettPraticaCacheModel.java | 8 +- .../portos/bo/model/impl/DettPraticaImpl.java | 7 +- .../bo/model/impl/DettPraticaModelImpl.java | 42 +- .../bo/model/impl/DocAggiuntivaImpl.java | 27 +- .../portos/bo/model/impl/DocPraticaImpl.java | 6 +- .../portos/bo/model/impl/FineLavoriImpl.java | 6 +- .../bo/model/impl/InfoFascicoloBaseImpl.java | 50 - .../model/impl/InfoFascicoloCacheModel.java | 185 - .../bo/model/impl/InfoFascicoloImpl.java | 34 - .../bo/model/impl/InfoFascicoloModelImpl.java | 763 --- .../portos/bo/model/impl/SoggettoImpl.java | 12 +- .../KaleoInstanceTokenModelListener.java | 3 +- .../bo/portlet/AllegatiManualiPortlet.java | 2 +- .../bo/portlet/AmministrazionePortlet.java | 15 - .../portos/bo/portlet/FascicoloPortlet.java | 38 +- .../bo/portlet/GestioneAttivitaPortlet.java | 7 +- .../bo/scheduler/SchedulerPratiche.java | 23 +- .../AllegatoManualeLocalServiceBaseImpl.java | 64 - ...AllegatoManualeLocalServiceClpInvoker.java | 112 +- .../base/AllegatoManualeServiceBaseImpl.java | 64 - .../AllegatoManualeServiceClpInvoker.java | 112 +- .../AsseverazioneLocalServiceBaseImpl.java | 64 - .../AsseverazioneLocalServiceClpInvoker.java | 360 +- .../base/AsseverazioneServiceBaseImpl.java | 64 - .../base/AsseverazioneServiceClpInvoker.java | 288 +- .../base/AvvisoLocalServiceBaseImpl.java | 64 - .../base/AvvisoLocalServiceClpInvoker.java | 768 +-- .../service/base/AvvisoServiceBaseImpl.java | 64 - .../service/base/AvvisoServiceClpInvoker.java | 40 +- .../base/CollaudoLocalServiceBaseImpl.java | 64 - .../base/CollaudoLocalServiceClpInvoker.java | 268 +- .../service/base/CollaudoServiceBaseImpl.java | 64 - .../base/CollaudoServiceClpInvoker.java | 120 +- .../base/ComuneLocalServiceBaseImpl.java | 64 - .../base/ComuneLocalServiceClpInvoker.java | 216 +- .../service/base/ComuneServiceBaseImpl.java | 64 - .../service/base/ComuneServiceClpInvoker.java | 40 +- .../ComunicazioneLocalServiceBaseImpl.java | 64 - .../ComunicazioneLocalServiceClpInvoker.java | 88 +- .../base/ComunicazioneServiceBaseImpl.java | 64 - .../base/ComunicazioneServiceClpInvoker.java | 40 +- .../ConfigurazioneLocalServiceBaseImpl.java | 64 - .../ConfigurazioneLocalServiceClpInvoker.java | 64 +- .../base/ConfigurazioneServiceBaseImpl.java | 64 - .../base/ConfigurazioneServiceClpInvoker.java | 52 +- .../ControlloPraticaLocalServiceBaseImpl.java | 64 - ...ontrolloPraticaLocalServiceClpInvoker.java | 224 +- .../base/ControlloPraticaServiceBaseImpl.java | 64 - .../ControlloPraticaServiceClpInvoker.java | 24 +- .../base/DelegaLocalServiceBaseImpl.java | 64 - .../base/DelegaLocalServiceClpInvoker.java | 348 +- .../service/base/DelegaServiceBaseImpl.java | 64 - .../service/base/DelegaServiceClpInvoker.java | 256 +- .../base/DettPraticaLocalServiceBaseImpl.java | 64 - .../DettPraticaLocalServiceClpInvoker.java | 753 ++- .../base/DettPraticaServiceBaseImpl.java | 64 - .../base/DettPraticaServiceClpInvoker.java | 359 +- .../DocAggiuntivaLocalServiceBaseImpl.java | 64 - .../DocAggiuntivaLocalServiceClpInvoker.java | 136 +- .../base/DocAggiuntivaServiceBaseImpl.java | 64 - .../base/DocAggiuntivaServiceClpInvoker.java | 136 +- .../base/DocPraticaLocalServiceBaseImpl.java | 64 - .../DocPraticaLocalServiceClpInvoker.java | 392 +- .../base/DocPraticaServiceBaseImpl.java | 64 - .../base/DocPraticaServiceClpInvoker.java | 152 +- .../base/FineLavoriLocalServiceBaseImpl.java | 64 - .../FineLavoriLocalServiceClpInvoker.java | 324 +- .../base/FineLavoriServiceBaseImpl.java | 64 - .../base/FineLavoriServiceClpInvoker.java | 168 +- ...oryWorkflowActionLocalServiceBaseImpl.java | 64 - ...yWorkflowActionLocalServiceClpInvoker.java | 40 +- .../HistoryWorkflowActionServiceBaseImpl.java | 64 - ...istoryWorkflowActionServiceClpInvoker.java | 24 +- .../InfoFascicoloLocalServiceBaseImpl.java | 2039 ------- .../InfoFascicoloLocalServiceClpInvoker.java | 372 -- .../base/InfoFascicoloServiceBaseImpl.java | 1743 ------ .../base/InfoFascicoloServiceClpInvoker.java | 57 - .../base/IntPraticaLocalServiceBaseImpl.java | 64 - .../IntPraticaLocalServiceClpInvoker.java | 508 +- .../base/IntPraticaServiceBaseImpl.java | 64 - .../base/IntPraticaServiceClpInvoker.java | 208 +- .../base/PagamentoLocalServiceBaseImpl.java | 64 - .../base/PagamentoLocalServiceClpInvoker.java | 332 +- .../base/PagamentoServiceBaseImpl.java | 64 - .../base/PagamentoServiceClpInvoker.java | 64 +- .../ParereGeologoLocalServiceBaseImpl.java | 64 - .../ParereGeologoLocalServiceClpInvoker.java | 192 +- .../base/ParereGeologoServiceBaseImpl.java | 64 - .../base/ParereGeologoServiceClpInvoker.java | 112 +- .../base/ProvinciaLocalServiceBaseImpl.java | 64 - .../base/ProvinciaLocalServiceClpInvoker.java | 144 +- .../base/ProvinciaServiceBaseImpl.java | 64 - .../base/ProvinciaServiceClpInvoker.java | 24 +- .../base/SoggettoLocalServiceBaseImpl.java | 64 - .../base/SoggettoLocalServiceClpInvoker.java | 692 +-- .../service/base/SoggettoServiceBaseImpl.java | 64 - .../base/SoggettoServiceClpInvoker.java | 264 +- ...coSoggettoPraticaLocalServiceBaseImpl.java | 64 - ...SoggettoPraticaLocalServiceClpInvoker.java | 52 +- ...StoricoSoggettoPraticaServiceBaseImpl.java | 64 - ...oricoSoggettoPraticaServiceClpInvoker.java | 24 +- .../base/TempisticaLocalServiceBaseImpl.java | 64 - .../TempisticaLocalServiceClpInvoker.java | 224 +- .../base/TempisticaServiceBaseImpl.java | 64 - .../base/TempisticaServiceClpInvoker.java | 24 +- .../base/TerritorioLocalServiceBaseImpl.java | 64 - .../TerritorioLocalServiceClpInvoker.java | 168 +- .../base/TerritorioServiceBaseImpl.java | 64 - .../base/TerritorioServiceClpInvoker.java | 88 +- .../service/http/DettPraticaServiceSoap.java | 8 +- .../http/InfoFascicoloServiceSoap.java | 58 - .../service/impl/AvvisoLocalServiceImpl.java | 10 +- .../impl/ConfigurazioneLocalServiceImpl.java | 72 +- .../ControlloPraticaLocalServiceImpl.java | 31 +- .../impl/DettPraticaLocalServiceImpl.java | 49 +- .../service/impl/DettPraticaServiceImpl.java | 7 +- .../impl/InfoFascicoloLocalServiceImpl.java | 96 - .../impl/InfoFascicoloServiceImpl.java | 38 - .../impl/IntPraticaLocalServiceImpl.java | 8 +- .../impl/PagamentoLocalServiceImpl.java | 46 +- .../impl/ProvinciaLocalServiceImpl.java | 4 +- .../DettPraticaPersistenceImpl.java | 1 - .../InfoFascicoloPersistenceImpl.java | 2422 --------- .../portos/bo/startup/RoleUpdateAction.java | 2 +- .../portos/bo/util/TempisticaConstants.java | 10 +- .../docroot/WEB-INF/src/portlet.properties | 57 - .../docroot/WEB-INF/src/service.properties | 4 +- .../amministrazione/tabs/parametri/view.jsp | 18 - .../docroot/html/common/import_all_window.jsp | 84 - .../docroot/html/common/import_window.jsp | 96 +- .../docroot/html/cronologia/view.jsp | 36 +- .../navigator/page_dettagli_principali.jsp | 7 +- .../html/gestioneattivita/action_button.jsp | 21 +- .../actions/action_allega_sanzione.jsp | 33 + .../html/pagamenti/view_pagamenti_pending.jsp | 7 +- .../WEB-INF/src/content/Language.properties | 15 - .../portos/fe/portlet/FascicoloFePortlet.java | 139 +- .../portos/fe/util/ReportFascicoloUtil.java | 14 +- .../domanda/page_dettagli_principali.jsp | 115 +- .../fascicolofe/pagamenti/confirm_iris.jsp | 217 - .../fascicolofe/pagamenti/replace_payment.jsp | 16 +- .../fascicolofe/verify_collaudo_calcolo.jsp | 109 +- .../fascicolofe/verify_fascicolo_calcolo.jsp | 168 +- .../verify_fine-lavori_calcolo.jsp | 111 +- .../docroot/WEB-INF/src/service.properties | 4 +- .../lib/portos-kaleo-portlet-service.jar | Bin 104682 -> 104682 bytes .../docroot/WEB-INF/src/service.properties | 4 +- .../shared/util/ConfigurazioneConstants.java | 7 +- .../bo/shared/util/PagamentoConstants.java | 2 - .../bo/shared/util/StatoPraticaConstants.java | 5 +- .../bo/shared/util/TipoSoggettoUtil.java | 77 - .../render_history_form_task.jsp | 41 +- .../kaleo/WorkflowInstanceManagerImpl.java | 175 +- .../kaleo/WorkflowLogManagerImpl.java | 83 +- .../kaleo/WorkflowTaskManagerImpl.java | 1202 ++--- .../WorkflowComparatorFactoryImpl.java | 115 +- .../kaleo/definition/ExecutionType.java | 88 +- .../runtime/graph/DefaultGraphWalker.java | 54 +- .../kaleo/runtime/graph/PathElement.java | 23 +- ...otificationMessageGenerationException.java | 16 +- .../NotificationMessageSenderException.java | 16 +- .../struts/RenderFormTaskPortletAction.java | 16 +- .../hook/struts/RenderHistoryFormAction.java | 38 +- .../portos/kaleo/util/WorkflowUtil.java | 2 +- .../docroot/WEB-INF/src/service.properties | 4 +- 273 files changed, 5895 insertions(+), 41251 deletions(-) delete mode 100644 liferay-plugins-sdk-6.2/lib/iris-axis-client.jar delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/css/main.css delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/js/main.js delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/ivy.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.project delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/.jsdtscope delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jst.jsp.core.prefs delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.component delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/build.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/META-INF/MANIFEST.MF delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/.gitignore delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-display.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-plugin-package.properties delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-portlet.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/portlet.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/autodestroy/portlet/AutoDestroyPortlet.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/aui.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-security.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-theme.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-ui.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-util.tld delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/web.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/css/main.css delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/init.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/view.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/icon.png delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/js/main.js delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/test/integration/arquillian.xml delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/iris-axis-client.jar delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchInfoFascicoloException.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicolo.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloClp.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloModel.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloSoap.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloWrapper.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalService.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceClp.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceUtil.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceWrapper.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloService.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceClp.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceUtil.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceWrapper.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloActionableDynamicQuery.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloExportActionableDynamicQuery.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistence.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloUtil.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloBaseImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloCacheModel.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloModelImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceBaseImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceClpInvoker.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceBaseImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceClpInvoker.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/InfoFascicoloServiceSoap.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloLocalServiceImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloServiceImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/common/import_all_window.jsp create mode 100644 liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/actions/action_allega_sanzione.jsp delete mode 100644 liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/pagamenti/confirm_iris.jsp diff --git a/jasper/annullamento.jrxml b/jasper/annullamento.jrxml index cb2f0ccd..e4db9972 100644 --- a/jasper/annullamento.jrxml +++ b/jasper/annullamento.jrxml @@ -22,7 +22,6 @@ - diff --git a/jasper/cambio_istruttore.jrxml b/jasper/cambio_istruttore.jrxml index 6666ca00..fafd7138 100644 --- a/jasper/cambio_istruttore.jrxml +++ b/jasper/cambio_istruttore.jrxml @@ -22,7 +22,6 @@ - diff --git a/liferay-plugins-sdk-6.2/lib/iris-axis-client.jar b/liferay-plugins-sdk-6.2/lib/iris-axis-client.jar deleted file mode 100644 index 66f6d745ba104105d37aabd8622d114233b427bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 338093 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Μrn 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

D{9+`0 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ⅈ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≪$YRD;|+wy>tN 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 diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml deleted file mode 100644 index 566ad490..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF deleted file mode 100644 index 254272e1..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml deleted file mode 100644 index 270137cb..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties deleted file mode 100644 index 5948839b..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties +++ /dev/null @@ -1,13 +0,0 @@ -name=PortoTestPlugin -module-group-id=liferay -module-incremental-version=1 -tags= -short-description= -long-description= -change-log= -page-url=http://www.liferay.com -author=Liferay, Inc. -licenses=LGPL -liferay-versions=6.2.0+ -required-deployment-contexts=\ - portos-bo-portlet diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml deleted file mode 100644 index 588634b1..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - test-portos - /icon.png - /css/main.css - - /js/main.js - - test-portos-portlet - - - administrator - Administrator - - - guest - Guest - - - power-user - Power User - - - user - User - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml deleted file mode 100644 index c5560dd5..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - test-portos - Test Portos - - it.tref.liferay.portos.plugin.TestPortosPortlet - - - view-template - /html/testportos/view.jsp - - 0 - - text/html - view - - - Test Portos - Test Portos - - - - administrator - - - guest - - - power-user - - - user - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java deleted file mode 100644 index 81bc3a83..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java +++ /dev/null @@ -1,99 +0,0 @@ -package it.tref.liferay.portos.plugin; - -import it.tref.liferay.portos.bo.model.ControlloPratica; -import it.tref.liferay.portos.bo.model.IntPratica; -import it.tref.liferay.portos.bo.service.ClpSerializer; -import it.tref.liferay.portos.bo.service.ControlloPraticaLocalServiceUtil; -import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; - -import java.util.List; - -import javax.portlet.ActionRequest; -import javax.portlet.ActionResponse; - -import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; -import com.liferay.portal.kernel.dao.orm.DynamicQuery; -import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil; -import com.liferay.portal.kernel.dao.orm.QueryUtil; -import com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil; -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.log.Log; -import com.liferay.portal.kernel.log.LogFactoryUtil; -import com.liferay.portal.kernel.search.Indexer; -import com.liferay.portal.kernel.search.IndexerRegistryUtil; -import com.liferay.portal.kernel.util.ParamUtil; -import com.liferay.portal.kernel.util.WebKeys; -import com.liferay.portal.theme.ThemeDisplay; -import com.liferay.util.bridges.mvc.MVCPortlet; - -/** - * Portlet implementation class TestPortosPortlet - */ -public class TestPortosPortlet extends MVCPortlet { - private static final Log _log = LogFactoryUtil.getLog(TestPortosPortlet.class); - - public void reIndexFasciolo(ActionRequest actionRequest, ActionResponse actionResponse) { - - - try { - - ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY); - long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId"); - - Indexer intIndexer = IndexerRegistryUtil.getIndexer(IntPratica.class); - Indexer controlloIndexer = IndexerRegistryUtil.getIndexer(ControlloPratica.class); - - IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); - - if (intPratica != null) { - - intIndexer.delete(themeDisplay.getCompanyId(), intPratica.getUuid()); - intIndexer.reindex(IntPratica.class.getName(), intPratica.getIntPraticaId()); - - ClassLoader classLoader = - (ClassLoader) PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), "portletClassLoader"); - - DynamicQuery queryCP = DynamicQueryFactoryUtil.forClass(ControlloPratica.class, classLoader); - queryCP.add(RestrictionsFactoryUtil.eq("intPraticaId", intPratica.getIntPraticaId())); - - List appList = - ControlloPraticaLocalServiceUtil.dynamicQuery(queryCP, QueryUtil.ALL_POS, QueryUtil.ALL_POS); - - if (appList != null && !appList.isEmpty()) { - for (ControlloPratica controlloPratica : appList) { - controlloIndexer.delete(themeDisplay.getCompanyId(),controlloPratica.getUuid()); - controlloIndexer.reindex(ControlloPratica.class.getName(),controlloPratica.getControlloPraticaId()); - } - } - } - } catch (PortalException | SystemException e) { - _log.error(e,e); - } - - - - } - - public void updateCollaudoStatico(ActionRequest actionRequest, ActionResponse actionResponse) throws SystemException { - -// ClassLoader classLoader = -// (ClassLoader) PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), "portletClassLoader"); -// -// DynamicQuery queryCP = DynamicQueryFactoryUtil.forClass(DettPratica.class, classLoader); -// queryCP.add(RestrictionsFactoryUtil.ne("oldDettPraticaId", 0L)); -// -// List lista = DettPraticaLocalServiceUtil.dynamicQuery(queryCP, QueryUtil.ALL_POS, QueryUtil.ALL_POS); -// for (DettPratica dettPratica : lista) { -// -// dettPratica.setCollaudoStatico(!dettPratica.getCollaudoStatico()); -// DettPraticaLocalServiceUtil.updateDettPratica(dettPratica); -// -// } - } - - public void testActionUrl(ActionRequest actionRequest, ActionResponse actionResponse) { - System.out.println(ParamUtil.getString(actionRequest, "pagamentoId")); - } - -} diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld deleted file mode 100644 index 1eeac884..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld +++ /dev/null @@ -1,2568 +0,0 @@ - - - - aui:.]]> - 1.0 - aui - http://alloy.liferay.com/tld/aui - - - button-item - com.liferay.taglib.aui.ButtonItemTag - JSP - - ]]> - activeState - false - true - boolean - - - ]]> - boundingBox - false - true - java.lang.String - - - ]]> - classNames - false - true - java.lang.Object - - - ]]> - contentBox - false - true - java.lang.String - - - boundingBox.]]> - cssClass - false - true - java.lang.String - - - ]]> - defaultState - false - true - boolean - - - ]]> - depth - false - true - java.lang.Object - - - ]]> - destroyed - false - true - boolean - - - ]]> - disabled - false - true - boolean - - - ]]> - focused - false - true - boolean - - - {fn: // The function to execute - context: // The context to execute the function in - type: // The type of event to listen for (defaults to "click") - }]]> - handler - false - true - java.lang.Object - - - ]]> - height - false - true - java.lang.Object - - - boundingBox when - visible is set to - false.]]> - hideClass - false - true - java.lang.String - - - ]]> - hoverState - false - true - boolean - - - ]]> - icon - false - true - java.lang.String - - - aui-button-icon.]]> - iconNode - false - true - java.lang.String - - - ]]> - buttonitemId - false - true - java.lang.String - - - ]]> - index - false - true - java.lang.Object - - - ]]> - initialized - false - true - boolean - - - ]]> - label - false - true - java.lang.String - - - aui-button-label.]]> - labelNode - false - true - java.lang.String - - - ]]> - buttonitemParent - false - true - java.lang.Object - - - true the render phase will be autimatically invoked - preventing the .render() manual call.]]> - render - false - true - java.lang.Object - - - ]]> - rendered - false - true - boolean - - - ]]> - root - false - true - java.lang.Object - - - -

0
(Default) Not selected
-
1
Fully selected
-
2
Partially selected
- ]]> - selected - false - true - java.lang.Object - - - ]]> - srcNode - false - true - java.lang.String - - - ]]> - strings - false - true - java.lang.Object - - - ]]> - tabIndex - false - true - java.lang.Object - - - ]]> - title - false - true - java.lang.String - - - ]]> - type - false - true - java.lang.String - - - ]]> - useARIA - false - true - boolean - - - ]]> - visible - false - true - boolean - - - ]]> - width - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterActiveStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterBoundingBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterClassNamesChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterContentBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterCssClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDefaultStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDepthChange - false - true - java.lang.Object - - - - Lifecycle event for the destroy phase, - fired prior to destruction. Invoking the preventDefault - method on the event object provided to subscribers will - prevent destruction from proceeding. -

-

- Subscribers to the "after" moment of this event, will be notified - after destruction is complete (and as a result cannot prevent - destruction). -

]]>
- afterDestroy - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDestroyedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDisabledChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterFocusedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHandlerChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHeightChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHideClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHoverStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIconChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIconNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIdChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIndexChange - false - true - java.lang.Object - - - - Lifecycle event for the init phase, fired prior to initialization. - Invoking the preventDefault() method on the event object provided - to subscribers will prevent initialization from occuring. -

-

- Subscribers to the "after" momemt of this event, will be notified - after initialization of the object is complete (and therefore - cannot prevent initialization). -

]]>
- afterInit - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterInitializedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterLabelChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterLabelNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterParentChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRenderChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRenderedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRootChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterSelectedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterSrcNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterStringsChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTabIndexChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTitleChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTypeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterUseARIAChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterVisibleChange - false - true - java.lang.Object - - - ]]> - afterContentUpdate - false - true - java.lang.Object - - - - Subscribers to the "on" moment of this event, will be notified - before the widget is rendered. -

-

- Subscribers to the "after" moment of this event, will be notified - after rendering is complete. -

]]>
- afterRender - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterWidthChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onActiveStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onBoundingBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onClassNamesChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onContentBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onCssClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDefaultStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDepthChange - false - true - java.lang.Object - - - - Lifecycle event for the destroy phase, - fired prior to destruction. Invoking the preventDefault - method on the event object provided to subscribers will - prevent destruction from proceeding. -

-

- Subscribers to the "after" moment of this event, will be notified - after destruction is complete (and as a result cannot prevent - destruction). -

]]>
- onDestroy - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDestroyedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDisabledChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onFocusedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHandlerChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHeightChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHideClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHoverStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIconChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIconNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIdChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIndexChange - false - true - java.lang.Object - - - - Lifecycle event for the init phase, fired prior to initialization. - Invoking the preventDefault() method on the event object provided - to subscribers will prevent initialization from occuring. -

-

- Subscribers to the "after" momemt of this event, will be notified - after initialization of the object is complete (and therefore - cannot prevent initialization). -

]]>
- onInit - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onInitializedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onLabelChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onLabelNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onParentChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRenderChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRenderedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRootChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onSelectedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onSrcNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onStringsChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTabIndexChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTitleChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTypeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onUseARIAChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onVisibleChange - false - true - java.lang.Object - - - ]]> - onContentUpdate - false - true - java.lang.Object - - - - Subscribers to the "on" moment of this event, will be notified - before the widget is rendered. -

-

- Subscribers to the "after" moment of this event, will be notified - after rendering is complete. -

]]>
- onRender - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onWidthChange - false - true - java.lang.Object - - true - - - - a - com.liferay.taglib.aui.ATag - JSP - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - - href - true - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - - lang - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - self. Possible values are blank, self, parent, top, and a unique frame's name.]]> - target - false - true - java.lang.String - - - - title - false - true - java.lang.String - - true - - - button - com.liferay.taglib.aui.ButtonTag - JSP - - primary attribute.]]> - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - disabled - false - true - boolean - - - - href - false - true - java.lang.String - - - here.]]> - icon - false - true - java.lang.String - - - left.]]> - iconAlign - false - true - java.lang.String - - - - name - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - type attribute is set to submit, this value is set to true. For all other types, the value is set to false by default.]]> - primary - false - true - java.lang.Object - - - button, submit, cancel and reset. The default value is button.]]> - type - false - true - java.lang.String - - - href location when a user clicks the button. The default value is false.]]> - useDialog - false - true - boolean - - - value - false - true - java.lang.String - - true - - - <div> tag to wrap <aui:button> components and offer additional styling.]]> - button-row - com.liferay.taglib.aui.ButtonRowTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - true - - - <aui:row> component.]]> - col - com.liferay.taglib.aui.ColTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - offset - false - true - int - - - offsetWidth - false - true - int - - - 12. For example, a span of 4 would result in a column width 4/12 (or 1/3) of the total width of the containing row.]]> - span - false - true - int - - - span attribute. The width is then converted to a span expressed as ((width/100) x 12), rounded to the nearest whole number. For example, a width of 33 would be converted to 3.96, which would be rounded up to a span value of 4.]]> - width - false - true - int - - true - - - aui:col.]]> - column - com.liferay.taglib.aui.ColumnTag - JSP - - 20 would be 20%. The default value is 0.]]> - columnWidth - false - true - int - - - - cssClass - false - true - java.lang.String - - - false.]]> - first - false - true - boolean - - - - id - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - true - - - component - com.liferay.taglib.aui.ComponentTag - JSP - - defineVar - false - true - boolean - - - excludeAttributes - false - true - java.lang.String - - - javaScriptAttributes - false - true - java.lang.String - - - module - false - true - java.lang.String - - - name - false - true - java.lang.String - - - options - false - true - java.util.Map - - - scriptPosition - false - true - java.lang.String - - - tagPageContext - true - true - javax.servlet.jsp.JspContext - - - useJavaScript - false - true - java.io.Serializable - - - var - false - true - java.lang.String - - true - - - <div> tag to wrap <aui:row> components and offer additional styling.]]> - container - com.liferay.taglib.aui.ContainerTag - JSP - - - cssClass - false - true - java.lang.String - - - true.]]> - fluid - false - true - boolean - - - - id - false - true - java.lang.String - - true - - - <div> tag to wrap form fields and offer additional styling.]]> - field-wrapper - com.liferay.taglib.aui.FieldWrapperTag - JSP - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - first - false - true - boolean - - - - helpMessage - false - true - java.lang.String - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - - - name - false - true - java.lang.String - - - - required - false - true - boolean - - - - <div> tag to group related form elements and offer additional styling.]]> - fieldset - com.liferay.taglib.aui.FieldsetTag - JSP - - - column - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - true - - - - form - com.liferay.taglib.aui.FormTag - JSP - - - action - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - true.]]> - escapeXml - false - true - boolean - - - false.]]> - inlineLabels - false - true - boolean - - - post. Possible values are get and post.]]> - method - false - true - java.lang.String - - - fm.]]> - name - false - true - java.lang.String - - - - onSubmit - false - true - java.lang.String - - - - portletNamespace - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - icon - com.liferay.taglib.aui.IconTag - JSP - - image attribute.]]> - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - - id - false - true - java.lang.String - - - icon-edit CSS class by setting the value edit. If an icon image is referenced for cssClass and image, both icons are shown in the component.]]> - image - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - self. Possible values are blank, self, parent, top, and a unique frame's name.]]> - target - false - true - java.lang.String - - - - url - false - true - java.lang.String - - true - - - - input - com.liferay.taglib.aui.InputTag - JSP - - - autoFocus - false - true - boolean - - - - autoSize - false - true - boolean - - - - bean - false - true - java.lang.Object - - - false.]]> - changesContext - false - true - boolean - - - type is radio or checkbox.]]> - checked - false - true - boolean - - - 0.]]> - classPK - false - true - long - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - dateTogglerCheckboxLabel - false - true - java.lang.String - - - - defaultLanguageId - false - true - java.lang.String - - - false.]]> - disabled - false - true - boolean - - - field - false - true - java.lang.String - - - field of the component.]]> - fieldParam - false - true - java.lang.String - - - - first - false - true - boolean - - - - formName - false - true - java.lang.String - - - - helpMessage - false - true - java.lang.String - - - input-group-addon.]]> - helpTextCssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - false.]]> - ignoreRequestValue - false - true - boolean - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - name attribute's value.]]> - label - false - true - java.lang.String - - - languageId - false - true - java.lang.String - - - - last - false - true - boolean - - - false.]]> - localized - false - true - boolean - - - type is number or range. Note that the max value is inclusive if the input's type is range.]]> - max - false - true - java.lang.Object - - - - model - false - true - java.lang.Class - - - type is number or range. Note that the min value is inclusive if the input's type is range.]]> - min - false - true - java.lang.Object - - - multiple - false - true - boolean - - - - name - true - true - java.lang.String - - - - onChange - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - - placeholder - false - true - java.lang.String - - - - prefix - false - true - java.lang.String - - - - required - false - true - boolean - - - textarea.]]> - resizable - false - true - boolean - - - - showRequiredLabel - false - true - boolean - - - - suffix - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - text, hidden, assetCategories, assetTags, textarea, timeZone, password, checkbox, radio, submit, button, color, email, number, range, resource, url, and an empty value. If an empty value or no value is set, the input's type is obtained automatically from the input component's bean.]]> - type - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - - - value - false - true - java.lang.Object - - - div that wraps the input component.]]> - wrapperCssClass - false - true - java.lang.String - - true - - - - layout - com.liferay.taglib.aui.LayoutTag - JSP - - - cssClass - false - true - java.lang.String - - true - - - - model-context - com.liferay.taglib.aui.ModelContextTag - JSP - - - bean - false - true - java.lang.Object - - - - defaultLanguageId - false - true - java.lang.String - - - - model - false - true - java.lang.Class - - - - <nav:item> components for an <aui:nav-bar> component.]]> - nav - com.liferay.taglib.aui.NavTag - JSP - - - ariaLabel - false - true - java.lang.String - - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - collapsible - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - icon - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - nav-bar - com.liferay.taglib.aui.NavBarTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - true - - - <aui:nav-bar> component.]]> - nav-bar-search - com.liferay.taglib.aui.NavBarSearchTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - file - false - true - java.lang.String - - - - searchContainer - false - true - com.liferay.portal.kernel.dao.search.SearchContainer - - true - - - <aui:nav> component.]]> - nav-item - com.liferay.taglib.aui.NavItemTag - JSP - - href attribute.]]> - anchorCssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - anchorData - false - true - java.lang.Object - - - href attribute.]]> - anchorId - false - true - java.lang.String - - - - ariaLabel - false - true - java.lang.String - - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - dropdown - false - true - boolean - - - - href - false - true - java.lang.Object - - - - iconCssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - localizeLabel - false - true - boolean - - - false.]]> - selected - false - true - boolean - - - state - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - toggle - false - true - boolean - - - href location when a user clicks the navigation item. The default value is false.]]> - useDialog - false - true - boolean - - - drop-down-menu class. The default value is true.]]> - wrapDropDownMenu - false - true - boolean - - true - - - <aui:select> component.]]> - option - com.liferay.taglib.aui.OptionTag - JSP - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - false.]]> - disabled - false - true - boolean - - - - label - false - true - java.lang.Object - - - false.]]> - selected - false - true - boolean - - - text-align:right;.]]> - style - false - true - java.lang.String - - - useModelValue - false - true - boolean - - - label attribute.]]> - value - false - true - java.lang.Object - - true - - - panel - com.liferay.taglib.aui.PanelTag - JSP - - collapsed - false - true - boolean - - - collapsible - false - true - boolean - - - id - false - true - java.lang.String - - - label - false - true - java.lang.String - - - - <aui:col> components.]]> - row - com.liferay.taglib.aui.RowTag - JSP - - - cssClass - false - true - java.lang.String - - - row-fluid CSS class to the row. The default value is true. If set to false, the row CSS class is assigned.]]> - fluid - false - true - boolean - - - - id - false - true - java.lang.String - - true - - - - script - com.liferay.taglib.aui.ScriptTag - JSP - - - position - false - true - java.lang.String - - - - use - false - true - java.lang.String - - - - <aui:option> components.]]> - select - com.liferay.taglib.aui.SelectTag - JSP - - - bean - false - true - java.lang.Object - - - false.]]> - changesContext - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", "foo"> would render as the attribute data-class-name = "foo";.]]> - data - false - true - java.util.Map - - - false.]]> - disabled - false - true - boolean - - - false.]]> - first - false - true - boolean - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - ignoreRequestValue - false - true - boolean - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - - ListTypeImpl.java.]]> - listType - false - true - java.lang.String - - - listTypeFieldName - false - true - java.lang.String - - - true, the select field expands to allow for multiple selections. The default value is false.]]> - multiple - false - true - boolean - - - label attribute and takes the place of the label.]]> - name - true - true - java.lang.String - - - - onChange - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - - prefix - false - true - java.lang.String - - - false.]]> - required - false - true - boolean - - - false.]]> - showEmptyOption - false - true - boolean - - - required attribute is set to true. The default value is false.]]> - showRequiredLabel - false - true - boolean - - - - suffix - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - spacer - com.liferay.taglib.aui.SpacerTag - JSP - - - - translation-manager - com.liferay.taglib.aui.TranslationManagerTag - JSP - - - availableLocales - false - true - java.util.Locale[] - - - - defaultLanguageId - false - true - java.lang.String - - - editingLanguageId - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - true. If this is set to false, the translation manager will not work entirely.]]> - initialize - false - true - boolean - - - false.]]> - readOnly - false - true - boolean - - - - - validator - com.liferay.taglib.aui.ValidatorTagImpl - JSP - - true.]]> - customValidatorRequired - false - true - boolean - - - - errorMessage - false - true - java.lang.String - - - acceptFiles, alpha, alphanum, date, digits, email, equalTo, iri, max, maxLength, min, minLength, number, required, and url.]]> - name - true - true - java.lang.String - - - - - workflow-status - com.liferay.taglib.aui.WorkflowStatusTag - JSP - - - bean - false - true - java.lang.Object - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - model - false - true - java.lang.Class - - - true.]]> - showIcon - false - true - boolean - - - true.]]> - showLabel - false - true - boolean - - - 0 (Approved), 1 (Pending), 2 (Draft), 3 (Expired), 4 (Denied), 5 (Inactive), 6 (Incomplete), 7 (Scheduled), and 8 (In-Trash). Any other value defaults to status (Any).]]> - status - false - true - java.lang.Integer - - - - statusMessage - false - true - java.lang.String - - - - version - false - true - java.lang.String - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld deleted file mode 100644 index 7c046647..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld +++ /dev/null @@ -1,538 +0,0 @@ - - - - - 1.0 - 1.1 - liferay-portlet - http://liferay.com/tld/portlet - - - - - actionURL - com.liferay.taglib.portlet.ActionURLTag - com.liferay.taglib.portlet.ActionURLTei - JSP - - allowEmptyParam - false - true - - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - name - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - icon-back - com.liferay.taglib.portletext.IconBackTag - JSP - - - icon-close - com.liferay.taglib.portletext.IconCloseTag - JSP - - - icon-configuration - com.liferay.taglib.portletext.IconConfigurationTag - JSP - - - icon-edit - com.liferay.taglib.portletext.IconEditTag - JSP - - - icon-edit-defaults - com.liferay.taglib.portletext.IconEditDefaultsTag - JSP - - - icon-edit-guest - com.liferay.taglib.portletext.IconEditGuestTag - JSP - - - icon-export-import - com.liferay.taglib.portletext.IconExportImportTag - JSP - - - icon-help - com.liferay.taglib.portletext.IconHelpTag - JSP - - - icon-maximize - com.liferay.taglib.portletext.IconMaximizeTag - JSP - - - icon-minimize - com.liferay.taglib.portletext.IconMinimizeTag - JSP - - - icon-options - com.liferay.taglib.portletext.IconOptionsTag - JSP - - - icon-portlet - com.liferay.taglib.portletext.IconPortletTag - JSP - - ariaRole - false - true - - - id - false - true - - - label - false - true - - - portlet - false - true - - - url - false - true - - - - icon-portlet-css - com.liferay.taglib.portletext.IconPortletCssTag - JSP - - - icon-print - com.liferay.taglib.portletext.IconPrintTag - JSP - - - icon-refresh - com.liferay.taglib.portletext.IconRefreshTag - JSP - - - param - com.liferay.taglib.util.ParamTag - empty - - name - true - true - - - value - true - true - - - - preview - com.liferay.taglib.portletext.PreviewTag - JSP - - portletName - true - true - - - queryString - false - true - - - showBorders - false - true - - - width - false - true - - - - - - - renderURL - com.liferay.taglib.portlet.RenderURLTag - com.liferay.taglib.portlet.RenderURLTei - JSP - - allowEmptyParam - false - true - - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - renderURLParams - com.liferay.taglib.portlet.RenderURLParamsTag - JSP - - varImpl - true - true - - - - - - - resourceURL - com.liferay.taglib.portlet.ResourceURLTag - com.liferay.taglib.portlet.ResourceURLTei - JSP - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - id - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - runtime - com.liferay.taglib.portletext.RuntimeTag - JSP - - defaultPreferences - false - true - - - portletName - true - true - - - queryString - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld deleted file mode 100644 index a7cd2fdf..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld +++ /dev/null @@ -1,158 +0,0 @@ - - - - - 1.0 - 1.1 - portlet - http://java.sun.com/portlet - - actionURL - com.liferay.taglib.portlet.ActionURLTag - com.liferay.taglib.portlet.ActionURLTei - JSP - - copyCurrentRenderParameters - false - true - - - escapeXml - false - true - - - name - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - windowState - false - true - - - - defineObjects - com.liferay.taglib.portlet.DefineObjectsTag - com.liferay.taglib.portlet.DefineObjectsTei - empty - - - namespace - com.liferay.taglib.portlet.NamespaceTag - empty - - - param - com.liferay.taglib.util.ParamTag - empty - - name - true - true - - - value - true - true - - - - property - com.liferay.taglib.util.PropertyTag - empty - - name - true - true - - - value - true - true - - - - renderURL - com.liferay.taglib.portlet.RenderURLTag - com.liferay.taglib.portlet.RenderURLTei - JSP - - copyCurrentRenderParameters - false - true - - - escapeXml - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - windowState - false - true - - - - resourceURL - com.liferay.taglib.portlet.ResourceURLTag - com.liferay.taglib.portlet.ResourceURLTei - JSP - - cacheability - false - true - - - escapeXml - false - true - - - id - false - true - - - secure - false - true - - - var - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld deleted file mode 100644 index f8e6f6dd..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld +++ /dev/null @@ -1,106 +0,0 @@ - - - - - 1.0 - 1.1 - liferay-security - http://liferay.com/tld/security - - doAsURL - com.liferay.taglib.security.DoAsURLTag - com.liferay.taglib.security.DoAsURLTei - JSP - - doAsUserId - false - true - - - var - false - true - - - - encrypt - com.liferay.taglib.security.EncryptTag - JSP - - className - false - true - - - protocol - true - true - - - style - false - true - - - target - false - true - - - unencryptedParams - false - true - - - url - true - true - - - - permissionsURL - com.liferay.taglib.security.PermissionsURLTag - com.liferay.taglib.security.PermissionsURLTei - JSP - - modelResource - true - true - - - modelResourceDescription - true - true - - - redirect - false - true - - - resourceGroupId - false - true - - - resourcePrimKey - true - true - - - roleTypes - false - true - - - var - false - true - - - windowState - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld deleted file mode 100644 index 90ac81db..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld +++ /dev/null @@ -1,65 +0,0 @@ - - - - - 1.0 - 1.1 - theme - http://liferay.com/tld/theme - - defineObjects - com.liferay.taglib.theme.DefineObjectsTag - com.liferay.taglib.theme.DefineObjectsTei - empty - - - include - com.liferay.taglib.theme.IncludeTag - JSP - - page - true - true - - - - layout-icon - com.liferay.taglib.theme.LayoutIconTag - JSP - - layout - true - true - - - - meta-tags - com.liferay.taglib.theme.MetaTagsTag - JSP - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - wrap-portlet - com.liferay.taglib.theme.WrapPortletTag - JSP - - page - true - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld deleted file mode 100644 index a9a746a8..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld +++ /dev/null @@ -1,4691 +0,0 @@ - - - - Provides the Liferay UI component tags, prefixed with liferay-ui:]]>. - 1.0 - liferay-ui - http://liferay.com/tld/ui - - app-view-display-style - com.liferay.taglib.ui.AppViewDisplayStyleTag - empty - - displayStyle - true - true - - - displayStyles - true - true - - - requestParams - true - true - - - - Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems. - app-view-entry - com.liferay.taglib.ui.AppViewEntryTag - empty - - The path to an action JSP page. - actionJsp - false - true - - - The Java class name for any categories added to the entry. - assetCategoryClassName - false - true - - - The Java class primary key for any categories added to the entry. This is a Java long]]>. - assetCategoryClassPK - false - true - - - The Java class name for any tags added to the entry. - assetTagClassName - false - true - - - The Java class primary key for any tags added to the entry. This is a Java long]]>. - assetTagClassPK - false - true - - - The name of the entry's author. - author - false - true - - - The date the entry was created. - createDate - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - data - false - true - java.util.Map - - - A description of the entry. - description - false - true - - - A date to display the entry. - displayDate - false - true - - - A display style for the component. Options are list]]>, icon]]>, and descriptive]]>. - displayStyle - true - true - - - A date for the entry to expire and be automatically deleted. - expirationDate - false - true - - - Whether the entry is a folder. The default is false]]>. - folder - false - true - boolean - - - The group ID of the entry. This is a Java long]]>. - groupId - false - true - - - The version number of the most recently published copy of the entry. - latestApprovedVersion - false - true - - - The author of the most recently published version of the entry. - latestApprovedVersionAuthor - false - true - - - Whether the entry is locked. The default value is false]]>. - locked - false - true - boolean - - - The date of the most recent modification to the entry. - modifiedDate - false - true - - - The date the entry was reviewed. - reviewDate - false - true - - - A checkbox input ID to be used for the entry row checker. - rowCheckerId - false - true - - - A name for the entry row checker. - rowCheckerName - false - true - - - Whether to show a shortcut icon link to the entry. The default value is false]]>. - shortcut - false - true - boolean - - - Whether the entry is selectable. An actual checkbox is used when the display style is icon]]> or descriptive]]>. The default value is false]]>. - showCheckbox - true - true - boolean - - - Whether to show the link title. The default value is true]]>. - showLinkTitle - false - true - boolean - - - The current status of the entry, as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. The default value is -1]]>. - status - false - true - int - - - A CSS style to be applied to the div containing the thumbnail for the entry. - thumbnailDivStyle - false - true - - - The source URL for an entry thumbnail image. - thumbnailSrc - true - true - - - A CSS style to be applied to the thumbnail for the entry. - thumbnailStyle - false - true - - - A title for the entry. - title - true - true - - - The current version of the entry. - version - false - true - - - A URL to view the full entry. - url - false - true - - - - Creates a navigation list item component for navigating app view entries. - app-view-navigation-entry - com.liferay.taglib.ui.AppViewNavigationEntryTag - empty - - The path for an action JSP page. - actionJsp - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - dataView - false - true - java.util.Map - - - A title for the component. - entryTitle - true - true - - - A CSS class for setting the icon of the component. - iconImage - false - true - - - iconSrc - false - true - - - Whether the entry is selected. - selected - false - true - boolean - - - A URL to view the entry. - viewURL - true - true - - - - Creates a toolbar for viewing items in app view. - app-view-toolbar - com.liferay.taglib.ui.AppViewToolbarTag - JSP - - Whether to include the option to choose a display style for component items. If the value is true]]>, a list of display style options is rendered. The default value is false]]>. - includeDisplayStyle - false - true - boolean - - - Whether to include an option to select all component items. The default value is false]]>. - includeSelectAll - false - true - boolean - - - The file path for a search JSP page. - searchJsp - false - true - - - - Creates a component for displaying search results of entries in app view. - app-view-search-entry - com.liferay.taglib.ui.AppViewSearchEntryTag - empty - - The file path for an action JSP page. - actionJsp - false - true - - - containerIcon - false - true - - - The name of the container that the entry is in, such as the name of a folder. - containerName - false - true - - - containerSrc - false - true - - - The type of container the entry is in, such as Folder]]>. - containerType - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - A description of the entry. - description - true - true - - - A list of objects containing information such as content, user ID, and titles of the entry file attachments. - fileEntryTuples - false - true - - - Whether the entry is locked. The default value is false]]>. - locked - false - true - boolean - - - A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post. - mbMessages - false - true - - - Query terms of the search. - queryTerms - true - true - - - A checkbox input ID to be used for the entry row checker. This is a Java long]]>. - rowCheckerId - false - true - - - A name to be used for the entry row checker. - rowCheckerName - false - true - - - Whether the entry is selectable via a checkbox. The default value is true]]>. - showCheckbox - false - true - boolean - - - The current status of the entry as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. - status - false - true - - - The URL for an entry thumbnail image. - thumbnailSrc - false - true - - - A title for the entry. - title - true - true - - - A URL used to view the full entry. - url - true - true - - - The current and past versions of the entry. - versions - false - true - - - - asset-categories-error - com.liferay.taglib.ui.AssetCategoriesErrorTag - JSP - - - asset-categories-navigation - com.liferay.taglib.ui.AssetCategoriesNavigationTag - JSP - - hidePortletWhenEmpty - false - true - - - vocabularyIds - false - true - - - - asset-categories-selector - com.liferay.taglib.ui.AssetCategoriesSelectorTag - JSP - - className - false - true - - - classPK - false - true - - - contentCallback - false - true - - - curCategoryIds - false - true - - - groupIds - false - true - - - hiddenInput - false - true - - - ignoreRequestValue - false - true - - - - asset-categories-summary - com.liferay.taglib.ui.AssetCategoriesSummaryTag - JSP - - className - true - true - - - classPK - true - true - - - message - false - true - - - portletURL - false - true - - - - asset-links - com.liferay.taglib.ui.AssetLinksTag - JSP - - assetEntryId - false - true - - - className - false - true - - - classPK - false - true - - - - Creates a liferay-ui:error]]> component to display tag-related error messages. - asset-tags-error - com.liferay.taglib.ui.AssetTagsErrorTag - JSP - - - asset-tags-navigation - com.liferay.taglib.ui.AssetTagsNavigationTag - JSP - - classNameId - false - true - - - displayStyle - false - true - - - hidePortletWhenEmpty - false - true - - - maxAssetTags - false - true - - - showAssetCount - false - true - - - showZeroAssetCount - false - true - - - - Creates a Liferay.AssetTagsSelector]]> component to create and select tags to add to an asset, such as a blog entry, bookmark, or wiki page. - asset-tags-selector - com.liferay.taglib.ui.AssetTagsSelectorTag - JSP - - Whether to automatically focus the tag input field. The default value is false]]>. - autoFocus - false - true - boolean - - - The Java class of the asset. - className - false - true - - - The Java class primary key of an asset to associate with the tags. This is a Java long]]>. - classPK - false - true - - - A function to get tag suggestions based on the asset's content. - contentCallback - false - true - - - The current selected tags. - curTags - false - true - - - The group IDs of the asset tags. - groupIds - false - true - - - The name of the hidden input for passing in the asset's current tags. - hiddenInput - false - true - - - An ID for the component instance. - id - false - true - - - ignoreRequestValue - false - true - - - - Creates a component to display all the tags associated with an asset, such as a blog entry, wiki page, or message boards message. - asset-tags-summary - com.liferay.taglib.ui.AssetTagsSummaryTag - JSP - - An array of the asset tag names. - assetTagNames - false - true - - - The Java class of the asset. - className - true - true - - - The Java class primary key of an asset. This is a Java long]]>. - classPK - true - true - - - A message to display before the tag labels. A standard example is tags]]>, which renders as Tags:]]>. - message - false - true - - - The URL of a portlet to display the tags. - portletURL - false - true - - - - breadcrumb - com.liferay.taglib.ui.BreadcrumbTag - JSP - - displayStyle - false - true - - - portletURL - false - true - - - selLayout - false - true - - - selLayoutParam - false - true - - - showCurrentGroup - false - true - - - showCurrentPortlet - false - true - - - showGuestGroup - false - true - - - showLayout - false - true - - - showParentGroups - false - true - - - showPortletBreadcrumb - false - true - - - - Creates a calendar with configurable events. - calendar - com.liferay.taglib.ui.CalendarTag - JSP - - A given set of integers, corresponding to a day of the chosen month, and to mark with a dot. - data - false - true - java.util.Set - - - A day of the month to highlight in the calendar. - day - false - true - int - - - A format for the header. - headerFormat - false - true - java.text.Format - - - A pattern for the calendar header. A possible value is MMM/dd/yyyy]]>. - headerPattern - false - true - - - A month of the year to display at the top of the calendar. - month - true - true - int - - - Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false]]>. - showAllPotentialWeeks - false - true - boolean - - - A year to display at the top of the calendar. - year - true - true - int - - - - Creates an image CAPTCHA with a corresponding verification input. - captcha - com.liferay.taglib.ui.CaptchaTag - JSP - - The source URL for the image CAPTCHA. - url - true - true - - - - categorization-filter - com.liferay.taglib.ui.CategorizationFilterTag - JSP - - assetType - false - true - - - portletURL - false - true - - - - custom-attribute - com.liferay.taglib.ui.CustomAttributeTag - JSP - - className - true - true - - - classPK - true - true - - - editable - false - true - - - label - false - true - - - name - true - true - - - - custom-attribute-list - com.liferay.taglib.ui.CustomAttributeListTag - JSP - - className - true - true - - - classPK - true - true - - - editable - false - true - - - ignoreAttributeNames - false - true - - - label - false - true - - - - custom-attributes-available - com.liferay.taglib.ui.CustomAttributesAvailableTag - JSP - - className - true - true - - - classPK - false - true - - - companyId - false - true - - - ignoreAttributeNames - false - true - - - editable - false - true - - - - ddm-template-selector - com.liferay.taglib.ui.DDMTemplateSelectorTag - JSP - - classNameId - true - true - - - displayStyle - true - true - - - displayStyleGroupId - true - true - - - displayStyles - false - true - - - icon - false - true - - - label - false - true - - - refreshURL - false - true - - - showEmptyOption - false - true - - - - diff - com.liferay.taglib.ui.DiffTag - JSP - - diffResults - true - true - - - sourceName - true - true - - - targetName - true - true - - - - diff-html - com.liferay.taglib.ui.DiffHtmlTag - JSP - - diffHtmlResults - true - true - - - - discussion - com.liferay.taglib.ui.DiscussionTag - JSP - - assetEntryVisible - false - true - - - className - true - true - - - classPK - true - true - - - formAction - true - true - - - formName - false - true - - - hideControls - false - true - - - permissionClassName - false - true - - - permissionClassPK - false - true - - - ratingsEnabled - false - true - - - redirect - false - true - - - Deprecated as of 6.2.0, with no direct replacement - subject - false - true - - - userId - true - true - - - - Creates an error message to display to the user. - error - com.liferay.taglib.ui.ErrorTag - com.liferay.taglib.ui.ErrorTei - JSP - - A class for the exception. - exception - false - true - - - The name of a field on which to focus the error message. - focusField - false - true - - - A key to place in the SessionErrors]]> object to trigger the error message. - key - false - true - - - Explicit message text or a language key name from which to derive text for the message. - message - false - true - - - rowBreak - false - true - - - Whether to translate the message into the user's language. The default value is true]]>. - translateMessage - false - true - boolean - - - - error-marker - com.liferay.taglib.ui.ErrorMarkerTag - JSP - - key - false - true - - - value - false - true - - - - Creates a flag icon that lets users report inappropriate content. - flags - com.liferay.taglib.ui.FlagsTag - JSP - - The flagged asset's Java class name. - className - true - true - - - The flagged asset's entry ID. - classPK - true - true - - - The flagged asset's title. - contentTitle - true - true - - - Whether to show message text as a label next to the flag icon or as a tooltip. The default value is true]]>. - label - false - true - boolean - - - Text to display next to the flag icon. The default text is Flag]]>. - message - false - true - - - The user ID of the user who flagged the asset. - reportedUserId - true - true - - - - flash - com.liferay.taglib.ui.FlashTag - JSP - - align - false - true - - - allowFullScreen - false - true - - - allowScriptAccess - false - true - - - base - false - true - - - bgcolor - false - true - - - devicefont - false - true - - - flashvars - false - true - - - height - false - true - - - id - false - true - - - loop - false - true - - - menu - false - true - - - movie - true - true - - - play - false - true - - - quality - false - true - - - salign - false - true - - - scale - false - true - - - swliveconnect - false - true - - - version - false - true - - - width - false - true - - - wmode - false - true - - - - Creates a navigable form for multiple section forms. It's default navigation is a side navigation box with links to each section. But the navigation can be configured as a progressive step navigation positioned above the form or as vertically stacked accordion style sections that expand when clicked. - form-navigator - com.liferay.taglib.ui.FormNavigatorTag - JSP - - A URL for the form's cancel button. - backURL - false - true - - - The name of each category in the form. - categoryNames - true - true - - - The name of each section within a category. - categorySections - true - true - - - A type of navigation to be used. Options are steps]]> and panel]]>. The default display style is side navigation. - displayStyle - false - true - - - A name for the form. - formName - false - true - - - HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form. - htmlBottom - false - true - - - HTML to prepend to the navigator. - htmlTop - false - true - - - A path to the formSection.jsp]]> file's folder /path/to/jsp/folder/]]>. - jspPath - false - true - - - Whether to show the Submit]]> and Cancel]]> buttons. The default value is true]]>. - showButtons - false - true - boolean - - - - group-search - com.liferay.taglib.ui.GroupSearchTag - JSP - - groupParams - true - true - - - portletURL - true - true - - - rowChecker - false - true - - - - Creates a header that displays its text above a horizontal rule accompanied by a configurable back URL button. - header - com.liferay.taglib.ui.HeaderTag - JSP - - Text to display on mouse over of the back URL. The default value is Back]]>. - backLabel - false - true - - - A URL for navigating back to. - backURL - false - true - - - A CSS class for styling the header component. - cssClass - false - true - - - Whether to escape the header's XML tags. The default value is true]]>. - escapeXml - false - true - boolean - - - Whether to translate the header's title]]> into the localized language. The default value is true]]>. - localizeTitle - false - true - boolean - - - Whether to display the back URL. The default value is true]]>. - showBackURL - false - true - boolean - - - A title to display as the header text. - title - true - true - - - - Creates a fully configurable icon that provides access to current Liferay theme icons. - icon - com.liferay.taglib.ui.IconTag - JSP - - A value for the alt]]> attribute of the embedded img]]> tag. - alt - false - true - - - A role for assistive technologies to interpret for HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph. - ariaRole - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - data - false - true - java.util.Map - - - An icon from a Bootstrap icon CSS Class. Note that any image for the image]]> attribute takes precedence. Icon CSS classes to specify for this attribute can be found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. - iconCssClass - false - true - - - An ID for the component instance. - id - false - true - - - An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. This image takes precedence over any icon value set via the iconCssClass]]> attribute. - image - false - true - - - An icon to display on mouse over of the component. The icon image comes from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. - imageHover - false - true - - - Whether to display the message]]> attribute's value as the icon's label. - label - false - true - boolean - - - A language to associate with the icon, to assist search engines and web browsers in finding and rendering the icon appropriately. - lang - false - true - - - A CSS class for styling the icon's URL. - linkCssClass - false - true - - - Whether to translate the icon's message]]> into the user's language. - localizeMessage - false - true - boolean - - - Text to be displayed for the icon on mouse over. - message - false - true - - - An HTTP request method. Possible values are get]]> and post]]>. - method - false - true - - - A function to be called on a user clicking the icon. - onClick - false - true - - - The location of an image file to use in the icon. - src - false - true - - - The location of an image file to use on mouse over of the icon. This value takes precedence over the imageHover]]> attribute. This image takes precedence over icons set with the imageHover]]> attribute. - srcHover - false - true - - - A target window in which to open the URL. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name. - target - false - true - - - Whether to use a tooltip. The default value is true]]>. - toolTip - false - true - boolean - - - A URL to navigate to when the icon is clicked. - url - false - true - - - Whether to open the URL in a dialog window. The default value is false]]>. - useDialog - false - true - boolean - - - - Creates an icon to associate with deactivating an item. - icon-deactivate - com.liferay.taglib.ui.IconDeactivateTag - JSP - - Whether to display a message on the icon's label on mouse over of the icon. The default value is false]]>. - label - false - true - boolean - - - A URL navigated to when the icon is clicked. - url - true - true - - - - Creates a configurable icon to associate with deleting or removing an item. - icon-delete - com.liferay.taglib.ui.IconDeleteTag - JSP - - Text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this]]>. If the trash]]> attribute is set to true]]>, no confirmation message is shown. - confirmation - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - An ID for the component instance. - id - false - true - - - An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. The image takes precedence over any default icon images. - image - false - true - - - Whether to display the message]]> attribute's value as the icon's label. The default value is false]]>. - label - false - true - boolean - - - Text to display on mouse over of the icon. - message - false - true - - - An HTTP request method to invoke. Possible values are get]]> and post]]>. - method - false - true - - - Whether to use the trash icon instead of the remove icon. The default value isfalse]]>. - trash - false - true - boolean - - - A URL navigated to when the icon is clicked. - url - true - true - - - - Creates a help icon that displays a custom message as a tooltip on mouse over of the help icon. - icon-help - com.liferay.taglib.ui.IconHelpTag - JSP - - Text to be displayed on mouse over of the icon. - message - true - true - - - - Creates a list of icons from a list of child components. - icon-list - com.liferay.taglib.ui.IconListTag - JSP - - Whether to render the icon list when there is only one child component. The default value is false]]>. - showWhenSingleIcon - false - true - boolean - - - - Creates an icon menu from a list of child components. - icon-menu - com.liferay.taglib.ui.IconMenuTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is left]]>. Possible values are up]]>, down]]>, left]]> or right]]>. - direction - false - true - - - Whether to disable the icon menu. - disabled - false - true - boolean - - - Whether to extend the icon menu trigger by wrapping it in a button. The default value is true]]>. - extended - false - true - boolean - - - The location of an image file to use in the icon. - icon - false - true - - - An ID for the component instance. - id - false - true - - - Whether to translate the message to the user's language. The default value is true]]>. - localizeMessage - false - true - boolean - - - The number of items to show in the icon menu before scrolling. The default value is 15. - maxDisplayItems - false - true - int - - - Text to display next to the icon menu trigger. The default value is actions]]>. - message - false - true - - - Whether to add the select]]> CSS class to the icon menu. If set to true]]>, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is false]]>. - select - false - true - boolean - - - Whether to extend the icon menu by default. The default value is false]]>. - showExpanded - false - true - boolean - - - Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true]]>. - showArrow - false - true - boolean - - - Whether to show the icon menu when there is only one icon. The default value is false]]>. - showWhenSingleIcon - false - true - boolean - - - A CSS class for styling the trigger for the icon menu. The default value is btn btn-default]]>. - triggerCssClass - false - true - - - Whether the icon menu drop-down caret points to the direction set by the direction]]> attribute. - useIconCaret - false - true - boolean - - - - input-asset-links - com.liferay.taglib.ui.InputAssetLinksTag - JSP - - assetEntryId - false - true - - - className - false - true - - - classPK - false - true - - - - Creates a configurable input checkbox. - input-checkbox - com.liferay.taglib.ui.InputCheckBoxTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Whether the checkbox is selected by default. - defaultValue - false - true - boolean - - - Whether the checkbox is disabled. - disabled - false - true - boolean - - - A name for the checkbox's form. - formName - false - true - - - An ID for the component instance. - id - false - true - - - A function to be called on a user clicking the checkbox. - onClick - false - true - - - A variable name for the component. - param - true - true - - - - Creates a date input field that displays a calendar for date selection. - input-date - com.liferay.taglib.ui.InputDateTag - JSP - - Whether the date field gets focus by default. The default value is false]]>. - autoFocus - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - A variable name to refer to the day of the component. - dayParam - false - true - - - A day value to display in the input field. - dayValue - false - true - int - - - Whether to disable the namespace for the component. The default value is false]]>. - disableNamespace - false - true - boolean - - - Whether to disable the input field. The default value is false]]>. - disabled - false - true - boolean - - - A day to set as the first day of the week. The default value is Calendar.SUNDAY - 2]]>. - firstDayOfWeek - false - true - int - - - A name for the date input's form. - formName - false - true - - - A variable name to refer to the combined month and year of the component. - monthAndYearParam - false - true - - - A variable name to refer to the month of the component. - monthParam - false - true - - - The numerical value for a month to display in the input field. Integer values for the month start with 0]]>. - monthValue - false - true - int - - - A name for the date input. - name - false - true - - - Whether the component's values can be set to null. - nullable - false - true - - - A variable name to refer to the year of the component. - yearParam - false - true - - - A year value to display in the input field. - yearValue - false - true - int - - - - Creates an input field for editing rich text. - input-editor - com.liferay.taglib.ui.InputEditorTag - JSP - - A map of configuration parameters. The map holds key value pairs of type <String, String>]]>. - configParams - false - true - java.util.Map - - - The ID of a language for the input editor's text. - contentsLanguageId - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - editorImpl - false - true - - - inlineEdit - false - true - - - inlineEditSaveURL - false - true - - - A map of configuration parameters. The map holds key value pairs of <String, String>]]>. - fileBrowserParams - false - true - java.util.Map - - - height - false - true - - - initMethod - false - true - - - A name for the input editor. The default value is editor]]>. - name - false - true - - - A function to be called when the input editor loses focus. - onBlurMethod - false - true - - - A function to be called on a change in the input editor. - onChangeMethod - false - true - - - A function to be called when the input editor gets focus. - onFocusMethod - false - true - - - Whether the field for the input editor is resizable. The default value is true]]>. - resizable - false - true - boolean - - - Whether to skip loading resources necessary for the CKEditor. The default value is false]]>. - skipEditorLoading - false - true - boolean - - - A toolbar for the input editor. The default value is liferay]]>. Possible values are bbcode]]>, creole]]>, editInPlace]]>, email]]>, liferay]]>, liferayArticle]]>, phone]]>, simple]]>, and tablet]]>. - toolbarSet - false - true - - - width - false - true - - - - input-field - com.liferay.taglib.ui.InputFieldTag - JSP - - autoFocus - false - true - - - autoSize - false - true - - - bean - false - true - - - cssClass - false - true - - - dateTogglerCheckboxLabel - false - true - - - defaultLanguageId - false - true - - - defaultValue - false - true - - - disabled - false - true - - - field - true - true - - - fieldParam - false - true - - - formName - false - true - - - format - false - true - - - id - false - true - - - ignoreRequestValue - false - true - - - languageId - false - true - - - model - true - true - - - placeholder - false - true - - - - input-localized - com.liferay.taglib.ui.InputLocalizedTag - JSP - - autoFocus - false - true - - - autoSize - false - true - - - availableLocales - false - true - - - cssClass - false - true - - - defaultLanguageId - false - true - - - disabled - false - true - - - displayWidth - false - true - - - formName - false - true - - - id - false - true - - - ignoreRequestValue - false - true - - - languageId - false - true - - - maxLength - false - true - - - name - true - true - - - type - false - true - - - xml - true - true - - true - - - Creates an input move boxes component comprised of two columns of key value pairs that can be rearranged. - input-move-boxes - com.liferay.taglib.ui.InputMoveBoxesTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - A name for the left box. - leftBoxName - true - true - - - A list of key value pairs for the left box. - leftList - true - true - java.util.List - - - A function to be called on a change in selection in the left list. - leftOnChange - false - true - - - Whether the left list can be reordered. The default value is false]]>. - leftReorder - false - true - boolean - - - A title to display at the top of the right box. - leftTitle - true - true - - - A name for the right box. - rightBoxName - true - true - - - A list of key value pairs for the right box. - rightList - true - true - java.util.List - - - A function to be called on a change in selection in the right list. - rightOnChange - false - true - - - Whether the right list can be reordered. The default value is false]]>. - rightReorder - false - true - boolean - - - A title to display at the top of the right box. - rightTitle - true - true - - - - input-permissions - com.liferay.taglib.ui.InputPermissionsTag - JSP - - formName - false - true - - - modelName - false - true - - - - input-permissions-params - com.liferay.taglib.ui.InputPermissionsParamsTag - JSP - - modelName - true - true - - - - input-repeat - com.liferay.taglib.ui.InputRepeatTag - JSP - - cssClass - false - true - - - event - false - true - - - - input-resource - com.liferay.taglib.ui.InputResourceTag - JSP - - cssClass - false - true - - - id - false - true - - - title - false - true - - - url - true - true - - - - input-scheduler - com.liferay.taglib.ui.InputSchedulerTag - JSP - - - Creates a configurable search box. - input-search - com.liferay.taglib.ui.InputSearchTag - JSP - - Whether the search field gets focus by default. The default value is false]]>. - autoFocus - false - true - boolean - - - A text value for the search button's label. The default value is Search]]>. - buttonLabel - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - An ID for the component instance. The default value is displayTerms.KEYWORDS]]>. - id - false - true - - - A name for the search box. The default value is displayTerms.KEYWORDS]]>. - name - false - true - - - Placeholder text for the search field. The default value is the value of the buttonLabel]]> attribute. - placeholder - false - true - - - Whether to show the search button. The default value is true]]>. - showButton - false - true - boolean - - - A title for the search box. - title - false - true - - - Whether to use a namespace with the search button. The default value is true]]>. - useNamespace - false - true - boolean - - - - Creates a select input component with yes or no options. - input-select - com.liferay.taglib.ui.InputSelectTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Whether to select yes]]> as the input's default value. - defaultValue - false - true - boolean - - - Whether to disable input. - disabled - false - true - boolean - - - A name for the input select's form. - formName - false - true - - - A variable name for the component. - param - true - true - - - - Creates a configurable text area input field. - input-textarea - com.liferay.taglib.ui.InputTextAreaTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Text to display in the text area. - defaultValue - false - true - - - Whether to disable input. The default value is false]]>. - disabled - false - true - boolean - - - A variable name for the component. - param - true - true - - - - Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the minuteInterval]]> attribute. - input-time - com.liferay.taglib.ui.InputTimeTag - JSP - - The name of the AM/PM parameter for the time input. An acceptable value is ampm]]>. - amPmParam - true - true - - - A time to AM or PM. Acceptable values are 0]]> for AM and 1]]> for PM. The default value is 0]]>. - amPmValue - false - true - int - - - A CSS class for styling the time input. - cssClass - false - true - - - A date parameter for the time input. An acceptable value is date]]>. - dateParam - false - true - - - A date to associate with the time displayed. - dateValue - false - true - java.util.Date - - - Whether the input field is disabled. - disabled - false - true - boolean - - - The name of the hour parameter for the component. An acceptable value is hour]]>. - hourParam - true - true - - - An hour value for the time displayed. The default value is 12]]>. - hourValue - false - true - int - - - A minute interval displayed in the input. The default value is 30]]>. - minuteInterval - false - true - int - - - The name of the minute parameter for the component. An acceptable value is minute]]>. - minuteParam - true - true - - - A minute value for the time displayed. The default value is 00]]>. - minuteValue - false - true - int - - - A name for the time input. - name - false - true - - - - Creates a configurable timezone drop-down menu. - input-time-zone - com.liferay.taglib.ui.InputTimeZoneTag - JSP - - Whether the field gets focus by default. - autoFocus - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - Whether to consider daylight savings for the times. The default value is true]]>. - daylight - false - true - boolean - - - Whether the field is disabled. - disabled - false - true - boolean - - - A style number corresponding to the time zone. A value of 0]]> displays the time zone's abbreviated name and a value of 1]]> displays its full name, e.g. "Pacific Standard Time." The default value is 0]]>. - displayStyle - false - true - int - - - A name for the component. - name - true - true - - - Whether the times can be null. - nullable - false - true - boolean - - - The ID of a time zone to associate with the component. For example, setting the value to PST]]> associates the component with the Pacific Standard Time zone. - value - false - true - - - - journal-article - com.liferay.taglib.ui.JournalArticleTag - JSP - - articleId - false - true - - - articlePage - false - true - - - articleResourcePrimKey - false - true - - - groupId - false - true - - - languageId - false - true - - - showAvailableLocales - false - true - - - showTitle - false - true - - - templateId - false - true - - - xmlRequest - false - true - - - - journal-content-search - com.liferay.taglib.ui.JournalContentSearchTag - JSP - - showListed - false - true - - - targetPortletId - false - true - - - type - false - true - - - - language - com.liferay.taglib.ui.LanguageTag - JSP - - displayCurrentLocale - false - true - - - displayStyle - false - true - - - formAction - false - true - - - formName - false - true - - - languageId - false - true - - - languageIds - false - true - - - name - false - true - - - - logo-selector - com.liferay.taglib.ui.LogoSelectorTag - JSP - - currentLogoURL - false - true - - - defaultLogoURL - false - true - - - editLogoURL - false - true - - - imageId - false - true - - - logoDisplaySelector - false - true - - - showBackground - false - true - - - - membership-policy-error - com.liferay.taglib.ui.MembershipPolicyErrorTag - JSP - - - Creates a message to display to the user. - message - com.liferay.taglib.ui.MessageTag - JSP - - Arguments for the language key, if the language key is configured to recieve arguments. - arguments - false - true - - - The name of a language key from which to derive the message to be displayed. - key - true - true - - - Whether to translate the language key value into the user's language. The default value is true]]>. - localizeKey - false - true - boolean - - - Whether to translate the arguments into the user's language. The default value is true]]>. - translateArguments - false - true - boolean - - - unicode - false - true - boolean - - - - my-sites - com.liferay.taglib.ui.MySitesTag - JSP - - classNames - false - true - - - cssClass - false - true - - - includeControlPanel - false - true - - - max - false - true - - - - navigation - com.liferay.taglib.ui.NavigationTag - JSP - - bulletStyle - false - true - - - displayStyle - false - true - - - headerType - false - true - - - includedLayouts - false - true - - - nestedChildren - false - true - - - preview - false - true - - - rootLayoutLevel - false - true - - - rootLayoutType - false - true - - - - Creates a page iterator for paginating through lists of items. - page-iterator - com.liferay.taglib.ui.PageIteratorTag - JSP - - Which page of items to display (e.g., first, second, third, etc.). - cur - true - true - int - - - A variable name to refer to the cur]]> value of the component. - curParam - true - true - - - The number of items to display per page. - delta - false - true - int - - - Whether the user can choose the number of items displayed per page. The default value is false]]>. - deltaConfigurable - false - true - boolean - - - A variable name to refer to the delta value of the component. - deltaParam - false - true - - - A name for the form. - formName - false - true - - - An ID for the component instance. - id - false - true - - - JavaScript to be called when the first]]>, previous]]>, next]]>, or last]]> links are clicked if the URL property is not set. - jsCall - false - true - - - A maximum number of pages to iterate through. - maxPages - false - true - int - - - A target for the first]]>, previous]]>, next]]>, and last]]> link buttons. - target - false - true - - - The total number of items in the iterator. - total - true - true - int - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - A base URL for the iterator. Parameters are added to and removed from this URL as the user navigates through pages. - url - false - true - - - - Creates a collapsible panel for housing content. - panel - com.liferay.taglib.ui.PanelTag - JSP - - Whether the panel can be collapsed. The default value is true]]>. - collapsible - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - A default state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. The default value is open]]>. - defaultState - false - true - - - Whether the panel is extended. The default value is false]]>. - extended - false - true - boolean - - - Text to display as a help tool tip on mouse over of the panel's help icon. - helpMessage - false - true - - - An icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. - iconCssClass - false - true - - - An ID for the component instance. - id - false - true - - - The ID of the component that contains the panel. If a liferay-ui:panel-container]]> is used as the container for the panel, its ID is used as the value for the parentID]]>. - parentId - false - true - - - Whether to remember the component's state and persist it to the database. The default value is false]]>. - persistState - false - true - boolean - - - A state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. - state - false - true - - - A title to display at the top of the panel. - title - true - true - - - - Creates a collapsible container to house liferay-ui:panel]]> components. - panel-container - com.liferay.taglib.ui.PanelContainerTag - JSP - - Whether only one panel can be shown at a time. As one panel is opened, the others close, creating an accordian effect. The default value is false]]>. - accordion - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - Whether to extend the interface with additional styling. The default value is false]]>. - extended - false - true - boolean - - - An ID for the component instance. - id - false - true - - - Whether to remember the component's state and persist it to the database. The default value is false]]>. - persistState - false - true - boolean - - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - Renders a PNG image with the source given for the image]]> attribute. - png-image - com.liferay.taglib.ui.PngImageTag - JSP - - The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. - height - true - true - int - - - The location of a PNG image file to use. - image - true - true - - - The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. - width - true - true - int - - - - progress - com.liferay.taglib.ui.ProgressTag - JSP - - height - false - true - - - id - true - true - - - message - false - true - - - sessionKey - true - true - - - updatePeriod - false - true - - - - ratings - com.liferay.taglib.ui.RatingsTag - JSP - - className - true - true - - - classPK - true - true - - - numberOfStars - false - true - - - ratingsEntry - false - true - - - ratingsStats - false - true - - - type - false - true - - - url - false - true - - - - ratings-score - com.liferay.taglib.ui.RatingsScoreTag - JSP - - score - true - true - - - - restore-entry - com.liferay.taglib.ui.RestoreEntryTag - JSP - - duplicateEntryAction - false - true - - - overrideMessage - false - true - - - renameMessage - false - true - - - restoreEntryAction - false - true - - - - Creates a clickable link and/or icon to an RSS feed document. - rss - com.liferay.taglib.ui.RSSTag - JSP - - A default maximum number of items to display. The default value is 20]]>. - delta - false - true - int - - - A default style to display. - displayStyle - false - true - - - A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. - feedType - false - true - - - A message to display next to the RSS icon. - message - false - true - - - A name for the RSS feed. - name - false - true - - - A URL from which to retrieve feed information. - resourceURL - false - true - - - The URL for an RSS feed file. - url - false - true - - - - Creates a configuration component for users to define RSS settings, such as how many articles to display. - rss-settings - com.liferay.taglib.ui.RSSSettingsTag - JSP - - A default maximum number of items to display. The default value is 20]]>. - delta - false - true - int - - - A default style to display. - displayStyle - false - true - - - Available RSS display styles from which the user can choose. Options are abstract]]>, full-content]]>, and title]]>. - displayStyles - false - true - - - Whether users are able to subscribe. Default value is false]]>. - enabled - false - true - boolean - - - A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. - feedType - false - true - - - A name for the component. - name - false - true - - - Whether the RSS feed has a name. The default value is false]]>. - nameEnabled - false - true - boolean - - - - Creates a search form, with an additional select input to set the scope of the search. - search - com.liferay.taglib.ui.SearchTag - JSP - - - Creates a grid for displaying a list of objects and their properties. - search-container - com.liferay.taglib.ui.SearchContainerTag - com.liferay.taglib.ui.SearchContainerTei - JSP - - A variable for the search container's pagination. Different pagination variables ensure independent pagination when multiple search containers are on a JSP. - curParam - false - true - - - The number of items to show on each search container page. - delta - false - true - int - - - The delta]]> attribute as configurable by users. - deltaConfigurable - false - true - - - deltaParam - false - true - - - displayTerms - false - true - - - A message displayed when the search container is empty. - emptyResultsMessage - false - true - - - headerNames - false - true - - - hover - false - true - - - id - false - true - - - iteratorURL - false - true - - - orderByCol - false - true - - - orderByColParam - false - true - - - orderByComparator - false - true - - - An order type for the columns, either ascending or descending. Values are asc]]> or desc]]>. - orderByType - false - true - - - orderByTypeParam - false - true - - - Inserts a checkbox column in the search container. Value must be a RowChecker]]> object. - rowChecker - false - true - - - searchContainer - false - true - - - searchTerms - false - true - - - The total number of objects in the search container. - total - false - true - int - - - A variable name for the results of the total]]> attribute. The default is total]]>. - totalVar - false - true - - - A variable name for the SearchContainer]]> object. The default is searchContainer]]>. - var - false - true - - - - search-container-column-button - com.liferay.taglib.ui.SearchContainerColumnButtonTag - JSP - - align - false - true - - - colspan - false - true - - - cssClass - false - true - - - href - true - true - - - index - false - true - - - name - false - true - - - valign - false - true - - - - Creates a date column in a search container. - search-container-column-date - com.liferay.taglib.ui.SearchContainerColumnDateTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - A URL for the items in the column. - href - false - true - - - index - false - true - - - A name for the column. - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - A property to request from the row object. - property - false - true - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - A value for the column. - value - false - true - - - - Creates a column in a search container with the contents of a JSP file. - search-container-column-jsp - com.liferay.taglib.ui.SearchContainerColumnJSPTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - index - false - true - - - name - false - true - - - The JSP file's location. - path - true - true - - - valign - false - true - - - - Creates a column in a search container for the workflow status. - search-container-column-status - com.liferay.taglib.ui.SearchContainerColumnStatusTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - A URL for the column's contents. - href - false - true - - - index - false - true - - - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - An object's property to use for the column. - property - false - true - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - A workflow status for the item. - status - false - true - - - statusByUserId - false - true - - - statusDate - false - true - - - - Creates a text column in a search container. - search-container-column-text - com.liferay.taglib.ui.SearchContainerColumnTextTag - com.liferay.taglib.ui.SearchContainerColumnTextTei - JSP - - A horizontal alignment for the column contents. - align - false - true - - - A string buffer variable for constructing a URL in a scriptlet. - buffer - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - href - false - true - - - index - false - true - - - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - property - false - true - - - target - false - true - - - title - false - true - - - Whether to automatically translate values. The default value is false]]>. - translate - false - true - boolean - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - value - false - true - - - - The list of objects to display in the search container. - search-container-results - com.liferay.taglib.ui.SearchContainerResultsTag - com.liferay.taglib.ui.SearchContainerResultsTei - JSP - - A list of objects to display in the search container. - results - false - true - - - A variable to use for the results. - resultsVar - false - true - - - Deprecated as of 6.2.0, replaced by liferay-ui:search-container#total - total - false - true - - - Deprecated as of 6.2.0, replaced by liferay-ui:search-container#totalVar - totalVar - false - true - - - - Creates rows in the search container for each object returned by liferay-ui:search-container-results]]>. - search-container-row - com.liferay.taglib.ui.SearchContainerRowTag - com.liferay.taglib.ui.SearchContainerRowTei - JSP - - bold - false - true - - - The class name of the objects to display in rows. - className - true - true - - - The returned model instances as HTML escaped. - escapedModel - false - true - - - A variable name to use for the rows' index. - indexVar - false - true - - - A property to use as the primary key for the object type in the className]]> attribute. - keyProperty - false - true - - - A variable name to use for each object as the search container iterates through the objects returned by liferay-ui:search-container-results]]>. - modelVar - false - true - - - A model property to use as the row ID. - rowIdProperty - false - true - - - A variable name to use for the rows. - rowVar - false - true - - - servletContext - false - true - - - stringKey - false - true - - - - Creates parameters for rows in the search container. The liferay-ui:search-container-row]]> tag is required. - search-container-row-parameter - com.liferay.taglib.ui.SearchContainerRowParameterTag - JSP - - A name for the row parameter. - name - true - true - - - A value for the row parameter. - value - true - true - - - - search-form - com.liferay.taglib.ui.SearchFormTag - JSP - - page - true - true - - - searchContainer - false - true - - - servletContext - false - true - - - showAddButton - false - true - - - - Creates a search results page iterator with an optional paginator. - search-iterator - com.liferay.taglib.ui.SearchIteratorTag - JSP - - Whether to add a liferay-ui:search-paginator]]> to the search container. The default value is true]]>. - paginate - false - true - boolean - - - All configurable properties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. - searchContainer - false - true - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - - Creates a page iterator to paginate through search results - search-paginator - com.liferay.taglib.ui.SearchPaginatorTag - JSP - - An ID for the component instance. - id - false - true - - - All configurable porperties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. - searchContainer - true - true - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - - search-speed - com.liferay.taglib.ui.SearchSpeedTag - JSP - - hits - true - true - - - searchContainer - true - true - - - - Creates a search instance that can be toggled between basic and advanced search. - search-toggle - com.liferay.taglib.ui.SearchToggleTag - JSP - - Whether the search input field is automatically focused. The default value is false]]>. - autoFocus - false - true - boolean - - - A label for the search button such as Search]]> or Go]]>. - buttonLabel - false - true - - - Terms to be used and displayed through the search instance. Term examples include keywords]]>, advancedSearch]]>, and description]]>. - displayTerms - true - true - - - The component instance's ID. - id - true - true - - - width - false - true - - - - section - com.liferay.taglib.ui.SectionTag - com.liferay.taglib.ui.SectionTei - JSP - - - sites-directory - com.liferay.taglib.ui.SitesDirectoryTag - JSP - - displayStyle - false - true - - - sites - false - true - - - - social-activities - com.liferay.taglib.ui.SocialActivitiesTag - JSP - - activities - false - true - - - className - false - true - - - classPK - false - true - - - displayRSSFeed - false - true - - - feedDelta - false - true - - - feedDisplayStyle - false - true - - - feedEnabled - false - true - - - feedLink - false - true - - - feedLinkMessage - false - true - - - feedTitle - false - true - - - feedType - false - true - - - - social-bookmark - com.liferay.taglib.ui.SocialBookmarkTag - JSP - - contentId - false - true - - - target - false - true - - - title - true - true - - - type - true - true - - - url - true - true - - - - social-bookmarks - com.liferay.taglib.ui.SocialBookmarksTag - JSP - - contentId - false - true - - - displayStyle - false - true - - - target - false - true - - - title - true - true - - - types - false - true - - - url - true - true - - - - staging - com.liferay.taglib.ui.StagingTag - JSP - - cssClass - false - true - - - extended - false - true - - - groupId - false - true - - - icon - false - true - - - layoutSetBranchId - false - true - - - message - false - true - - - onlyActions - false - true - - - privateLayout - false - true - - - selPlid - false - true - - - showManageBranches - false - true - - - - Creates a success message to display to the user. - success - com.liferay.taglib.ui.SuccessTag - empty - - A key to be placed in the SessionMessages]]> object to trigger the success message. - key - true - true - - - Explicit message text or the name of a language key from which to derive the message text. - message - true - true - - - Whether to translate the success message into the user's language. The default value is true]]>. - translateMessage - false - true - boolean - - - - table-iterator - com.liferay.taglib.ui.TableIteratorTag - com.liferay.taglib.ui.TableIteratorTei - JSP - - bodyPage - false - true - - - list - true - true - - - listType - true - true - - - rowBreak - false - true - - - rowLength - true - true - - - rowPadding - false - true - - - rowValign - false - true - - - width - false - true - - - - Creates a tabbed UI of section dividers that each house their own content. - tabs - com.liferay.taglib.ui.TabsTag - JSP - - - A label for the back URL. - backLabel - false - true - - - A URL for navigating back to. - backURL - false - true - - - A name for the tab's form. - formName - false - true - - - The names of the tabs. Each name must be separated by a comma with no spaces. - names - true - true - - - A function to be called on a user clicking any of the tabs. - onClick - false - true - - - A variable for the component. - param - false - true - - - A URL to refer to the portlet that contains the component. - portletURL - false - true - - - Whether the page refreshes when a tab is clicked. - refresh - false - true - boolean - - - Tab values that must follow the same order as the names]]> attribute. Each value must be separated by a comma with no spaces. - tabsValues - false - true - - - A design type for the tabs. Possible values are tabs]]> and pills]]>. - type - false - true - - - A URL to which all the tabs are linked when clicked. You can also set each tab's URL individually using url[number]]]> attribute. - url - false - true - - - url0 - false - true - - - A URL to which the second tab is linked when clicked. - url1 - false - true - - - A URL to which the third tab is linked when clicked - url2 - false - true - - - A URL to which the fourth tab is linked when clicked - url3 - false - true - - - A URL to which the fifth tab is linked when clicked - url4 - false - true - - - A URL to which the sixth tab is linked when clicked - url5 - false - true - - - A URL to which the seventh tab is linked when clicked - url6 - false - true - - - A URL to which the eighth tab is linked when clicked - url7 - false - true - - - A URL to which the ninth tab is linked when clicked - url8 - false - true - - - A URL to which the tenth tab is linked when clicked - url9 - false - true - - - An active tab from the value given in the attribute tabsValues]]>. No matter which tab a user selects, the tab given for this value always remains active. - value - false - true - - - - Creates a component that toggles the visibility of the content of the component matching the given id]]>. Default icons are used as the component's default mechanism for showing and hiding the content. - toggle - com.liferay.taglib.ui.ToggleTag - JSP - - Whether to initially show content by default. The default value is true]]>. - defaultShowContent - false - true - boolean - - - An icon to use as the mechanism for hiding the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. - hideImage - false - true - - - Text to display as a link for hiding the content. It overrides the hideImage]]> attribute. Note that the showMessage]]> attribute must also be configured in order for the hide message to render. - hideMessage - false - true - - - The ID of a component instance whose content's visibility to toggle. - id - true - true - - - An icon to use as the mechanism for showing the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. - showImage - false - true - - - A link to use as the mechanism for showing the content. The text value of this attribute is used as the link's text. The message takes precedence over showing an image, via the showImage]]> attribute. If you specify a showMessage]]> attribute, you should also specify the hideMessage]]> attribute; a null]]> is otherwise displayed for the text of the hide link. - showMessage - false - true - - - Text to be prefixed to the Toggle()]]> function that is called to toggle visibility of the content. If this is not configured, a random key is generated and prefixed to the Toggle()]]> function. For example, a value of run]]> would result in a function named runToggle()]]>. - stateVar - false - true - - - - toggle-area - com.liferay.taglib.ui.ToggleAreaTag - JSP - - align - false - true - - - defaultShowContent - false - true - - - hideImage - false - true - - - hideMessage - false - true - - - id - false - true - - - showImage - false - true - - - showMessage - false - true - - - stateVar - false - true - - - - toggle-value - com.liferay.taglib.ui.ToggleValueTag - JSP - - defaultValue - false - true - - - id - true - true - - - - Creates a component for users to permanently delete items such as images, articles, etc. from the recycle bin. - trash-empty - com.liferay.taglib.ui.TrashEmptyTag - empty - - A message to display to confirm that the user wants to remove the item(s) from the recycle bin. - confirmMessage - false - true - - - A message to be used for the empty-trash]]> button and link. - emptyMessage - false - true - - - A message to display to give users information about removing items from the recycle bin. - infoMessage - false - true - - - A URL for the empty-trash]]> button/link. - portletURL - true - true - - - The number of items to be removed from the recycle bin. - totalEntries - true - true - int - - - - Creates a message confirming items were moved to the recycle bin and presenting an option to restore them. - trash-undo - com.liferay.taglib.ui.TrashUndoTag - empty - - The URL of the undo link. - portletURL - true - true - - - A redirect URL. - redirect - false - true - - - - upload-progress - com.liferay.taglib.ui.UploadProgressTag - JSP - - height - false - true - - - id - true - true - - - message - false - true - - - redirect - false - true - - - updatePeriod - false - true - - - - user-display - com.liferay.taglib.ui.UserDisplayTag - com.liferay.taglib.ui.UserDisplayTei - JSP - - displayStyle - false - true - - - url - false - true - - - userId - true - true - - - userName - false - true - - - - user-search - com.liferay.taglib.ui.UserSearchTag - JSP - - portletURL - true - true - - - rowChecker - false - true - - - userParams - true - true - - - - webdav - com.liferay.taglib.ui.WebDAVTag - JSP - - path - true - true - - - - write - com.liferay.taglib.ui.WriteTag - JSP - - bean - true - true - - - property - true - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld deleted file mode 100644 index 72a4caf0..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld +++ /dev/null @@ -1,141 +0,0 @@ - - - - - 1.2 - 1.1 - liferay-util - http://liferay.com/tld/util - - body-bottom - com.liferay.taglib.util.BodyBottomTag - JSP - - outputKey - false - true - - - - body-top - com.liferay.taglib.util.BodyTopTag - JSP - - outputKey - false - true - - - - buffer - com.liferay.taglib.util.BufferTag - com.liferay.taglib.util.BufferTei - JSP - - var - true - true - - - - get-url - com.liferay.taglib.util.GetUrlTag - com.liferay.taglib.util.GetUrlTei - JSP - - expires - false - true - - - url - true - true - - - var - false - true - - - - html-bottom - com.liferay.taglib.util.HtmlBottomTag - JSP - - outputKey - false - true - - - position - false - true - - - - html-top - com.liferay.taglib.util.HtmlTopTag - JSP - - outputKey - false - true - - - position - false - true - - - - include - com.liferay.taglib.util.IncludeTag - JSP - - page - true - true - - - portletId - false - true - - - servletContext - false - true - - - strict - false - true - - - useCustomPage - false - true - - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - whitespace-remover - com.liferay.taglib.util.WhitespaceRemoverTag - JSP - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml deleted file mode 100644 index 1aa8cdb8..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/css/main.css b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/css/main.css deleted file mode 100644 index e69de29b..00000000 diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp deleted file mode 100644 index 4e3d68f9..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp +++ /dev/null @@ -1,12 +0,0 @@ -<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> -<%@taglib uri="http://liferay.com/tld/aui" prefix="aui" %> -<%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> -<%@taglib uri="http://liferay.com/tld/security" prefix="liferay-security" %> -<%@taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %> -<%@taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %> -<%@taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %> - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp deleted file mode 100644 index 99c882d5..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp +++ /dev/null @@ -1,62 +0,0 @@ -<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@page import="com.liferay.portal.kernel.util.ParamUtil"%> -<%@include file="init.jsp"%> - -<% -long pagamentoId = ParamUtil.getLong(request, "pagamentoId", 0L); -String dialogId = "testPopupIdUnique"; -String portletNameApp = "#p_p_id_"+ themeDisplay.getPortletDisplay().getId() +"_"; -%> - - - - - - - -
-
-
- Si è sicuri di voler rigenerare il pagamento? Questa azione sarà irreversibile! -
-
- -
-
- -
-
- -
-
- - - -
- -
- - - - -Liferay.provide( - window, - 'closePopup', - function() { - - Liferay.Util.getOpener().refreshPortlet(); - Liferay.Util.getOpener().closePopup('<%= dialogId %>'); - - }, - ['aui-base','liferay-util-window'] -); - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp deleted file mode 100644 index 2c4415e6..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp +++ /dev/null @@ -1,115 +0,0 @@ -<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%> -<%@include file="init.jsp"%> - -
- - -
-
-
Form per reindicizzare un fascicolo
- -
- - - - -
-
-
-
- -
- - -
-
-
Corregge le DettPratica: Va premuto solo una volta!!!!
- -
- - -
-
-
-
- - - - - - - - - - - - - - - - -   - - - - - - - Liferay.provide(window, 'refreshPortlet', function() { - var curPortlet = '#p_p_id'; - Liferay.Portlet.refresh(curPortlet); - }, - ['aui-dialog','aui-dialog-iframe'] - ); - - - - Liferay.provide(window, 'closePopup', function(dialogId) { - var A = AUI(); - var dialog = Liferay.Util.Window.getById(dialogId); - dialog.destroy(); - }, - ['liferay-util-window'] - ); - - - -
- -
- - - diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png deleted file mode 100644 index 807b862cfc087b70dcdd971af3ac92688484e998..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)4nWfMy23V#h*$3p-!?D%AI~T5+JJ;5Qi)|`;Y?)XOj2U`VS70o zp1%L~Y4f1;U-b7MEOk38OU$EtImvzCpiEkKCg)@3^{;h@nc_6NuOBn7?ZF9Ev4w3+ zWiSxI_v2&k@_b{1R8kdeGLx;rFK&F@c}mqZ4YwJO$7q^VC6&nL^Y#-6g9F*zM-oa= z70W0^1X#=%!t{DQE-wCJ^Pd1r08&yFDUlL$EtoM3e+;?Hv-Nc(QI%=il9}v$`OS^N z)(TbAG~DLw><`m+N>!Xf5_@kR0j83~eKLh5sv-%=fC#``TU}jaG#UW`VS>Ph2!jLJ zROR&N$x3B;J002ov JPDHLkV1im=zq - - - - - - - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml deleted file mode 100644 index 9413609b..00000000 --- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - 8099 - tomcat - tomcat - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/service.properties b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/service.properties index 9ec08e3e..576bdec9 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/service.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/service.properties @@ -13,8 +13,8 @@ ## build.namespace=portos_atti - build.number=25 - build.date=1616602904864 + build.number=26 + build.date=1618410701755 build.auto.upgrade=true ## diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath deleted file mode 100644 index a236e703..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.project b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.project deleted file mode 100644 index 61738ef7..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.project +++ /dev/null @@ -1,36 +0,0 @@ - - - portos-autodestroy-portlet - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.jsdt.core.jsNature - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/.jsdtscope b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/.jsdtscope deleted file mode 100644 index 840a01d5..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/.jsdtscope +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 0c68a61d..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,7 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jst.jsp.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jst.jsp.core.prefs deleted file mode 100644 index 3a5c98db..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jst.jsp.core.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -validateFragments=false -validation.use-project-settings=true diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.component b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 22f1feba..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - uses - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml deleted file mode 100644 index 500dfccb..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index 400ed549..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container deleted file mode 100644 index 3bd5d0a4..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container +++ /dev/null @@ -1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name deleted file mode 100644 index 05bd71b6..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name +++ /dev/null @@ -1 +0,0 @@ -Window \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/build.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/build.xml deleted file mode 100644 index 8d0c32c9..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/build.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/META-INF/MANIFEST.MF b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/META-INF/MANIFEST.MF deleted file mode 100644 index 254272e1..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/.gitignore b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/.gitignore deleted file mode 100644 index 840e7d31..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/classes/ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-display.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-display.xml deleted file mode 100644 index ecddbae4..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-display.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-plugin-package.properties b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-plugin-package.properties deleted file mode 100644 index 56ef65c4..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-plugin-package.properties +++ /dev/null @@ -1,13 +0,0 @@ -name=Portos Autodestroy Portos -module-group-id=liferay -module-incremental-version=1 -tags= -short-description= -long-description= -change-log= -page-url=http://www.liferay.com -author=Liferay, Inc. -licenses=LGPL -liferay-versions=6.2.0+ -required-deployment-contexts=\ - portos-bo-portlet diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-portlet.xml deleted file mode 100644 index 950a1514..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/liferay-portlet.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - 1 - /icon.png - /css/main.css - - /js/main.js - - 1-portlet - - - administrator - Administrator - - - guest - Guest - - - power-user - Power User - - - user - User - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/portlet.xml deleted file mode 100644 index 723c4d5f..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/portlet.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - 1 - Auto Destroy - - it.tref.liferay.portos.autodestroy.portlet.AutoDestroyPortlet - - - view-template - /html/autodestroy/view.jsp - - 0 - - text/html - view - - - Auto Destroy - 1 - - - - administrator - - - guest - - - power-user - - - user - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/autodestroy/portlet/AutoDestroyPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/autodestroy/portlet/AutoDestroyPortlet.java deleted file mode 100644 index 7aa996be..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/autodestroy/portlet/AutoDestroyPortlet.java +++ /dev/null @@ -1,32 +0,0 @@ -package it.tref.liferay.portos.autodestroy.portlet; - -import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; - -import javax.portlet.ActionRequest; -import javax.portlet.ActionResponse; - -import com.liferay.portal.kernel.cache.CacheRegistryUtil; -import com.liferay.portal.kernel.log.Log; -import com.liferay.portal.kernel.log.LogFactoryUtil; -import com.liferay.portal.kernel.servlet.SessionErrors; -import com.liferay.util.bridges.mvc.MVCPortlet; - -/** - * Portlet implementation class AutoDestroyPortlet - */ -public class AutoDestroyPortlet extends MVCPortlet { - - private static Log _log = LogFactoryUtil.getLog(AutoDestroyPortlet.class.getName()); - - public void autoDestroy(ActionRequest actionRequest, ActionResponse actionResponse) { - - try { - IntPraticaLocalServiceUtil.clearDb(); - CacheRegistryUtil.clear(); - } catch (Exception e) { - SessionErrors.add(actionRequest, "errore"); - _log.error(e, e); - } - } - -} diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/aui.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/aui.tld deleted file mode 100644 index 1eeac884..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/aui.tld +++ /dev/null @@ -1,2568 +0,0 @@ - - - - aui:.]]> - 1.0 - aui - http://alloy.liferay.com/tld/aui - - - button-item - com.liferay.taglib.aui.ButtonItemTag - JSP - - ]]> - activeState - false - true - boolean - - - ]]> - boundingBox - false - true - java.lang.String - - - ]]> - classNames - false - true - java.lang.Object - - - ]]> - contentBox - false - true - java.lang.String - - - boundingBox.]]> - cssClass - false - true - java.lang.String - - - ]]> - defaultState - false - true - boolean - - - ]]> - depth - false - true - java.lang.Object - - - ]]> - destroyed - false - true - boolean - - - ]]> - disabled - false - true - boolean - - - ]]> - focused - false - true - boolean - - - {fn: // The function to execute - context: // The context to execute the function in - type: // The type of event to listen for (defaults to "click") - }]]> - handler - false - true - java.lang.Object - - - ]]> - height - false - true - java.lang.Object - - - boundingBox when - visible is set to - false.]]> - hideClass - false - true - java.lang.String - - - ]]> - hoverState - false - true - boolean - - - ]]> - icon - false - true - java.lang.String - - - aui-button-icon.]]> - iconNode - false - true - java.lang.String - - - ]]> - buttonitemId - false - true - java.lang.String - - - ]]> - index - false - true - java.lang.Object - - - ]]> - initialized - false - true - boolean - - - ]]> - label - false - true - java.lang.String - - - aui-button-label.]]> - labelNode - false - true - java.lang.String - - - ]]> - buttonitemParent - false - true - java.lang.Object - - - true the render phase will be autimatically invoked - preventing the .render() manual call.]]> - render - false - true - java.lang.Object - - - ]]> - rendered - false - true - boolean - - - ]]> - root - false - true - java.lang.Object - - - -
0
(Default) Not selected
-
1
Fully selected
-
2
Partially selected
- ]]>
- selected - false - true - java.lang.Object -
- - ]]> - srcNode - false - true - java.lang.String - - - ]]> - strings - false - true - java.lang.Object - - - ]]> - tabIndex - false - true - java.lang.Object - - - ]]> - title - false - true - java.lang.String - - - ]]> - type - false - true - java.lang.String - - - ]]> - useARIA - false - true - boolean - - - ]]> - visible - false - true - boolean - - - ]]> - width - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterActiveStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterBoundingBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterClassNamesChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterContentBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterCssClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDefaultStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDepthChange - false - true - java.lang.Object - - - - Lifecycle event for the destroy phase, - fired prior to destruction. Invoking the preventDefault - method on the event object provided to subscribers will - prevent destruction from proceeding. -

-

- Subscribers to the "after" moment of this event, will be notified - after destruction is complete (and as a result cannot prevent - destruction). -

]]>
- afterDestroy - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDestroyedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterDisabledChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterFocusedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHandlerChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHeightChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHideClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterHoverStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIconChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIconNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIdChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterIndexChange - false - true - java.lang.Object - - - - Lifecycle event for the init phase, fired prior to initialization. - Invoking the preventDefault() method on the event object provided - to subscribers will prevent initialization from occuring. -

-

- Subscribers to the "after" momemt of this event, will be notified - after initialization of the object is complete (and therefore - cannot prevent initialization). -

]]>
- afterInit - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterInitializedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterLabelChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterLabelNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterParentChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRenderChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRenderedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterRootChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterSelectedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterSrcNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterStringsChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTabIndexChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTitleChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterTypeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterUseARIAChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterVisibleChange - false - true - java.lang.Object - - - ]]> - afterContentUpdate - false - true - java.lang.Object - - - - Subscribers to the "on" moment of this event, will be notified - before the widget is rendered. -

-

- Subscribers to the "after" moment of this event, will be notified - after rendering is complete. -

]]>
- afterRender - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - afterWidthChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onActiveStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onBoundingBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onClassNamesChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onContentBoxChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onCssClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDefaultStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDepthChange - false - true - java.lang.Object - - - - Lifecycle event for the destroy phase, - fired prior to destruction. Invoking the preventDefault - method on the event object provided to subscribers will - prevent destruction from proceeding. -

-

- Subscribers to the "after" moment of this event, will be notified - after destruction is complete (and as a result cannot prevent - destruction). -

]]>
- onDestroy - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDestroyedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onDisabledChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onFocusedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHandlerChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHeightChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHideClassChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onHoverStateChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIconChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIconNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIdChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onIndexChange - false - true - java.lang.Object - - - - Lifecycle event for the init phase, fired prior to initialization. - Invoking the preventDefault() method on the event object provided - to subscribers will prevent initialization from occuring. -

-

- Subscribers to the "after" momemt of this event, will be notified - after initialization of the object is complete (and therefore - cannot prevent initialization). -

]]>
- onInit - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onInitializedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onLabelChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onLabelNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onParentChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRenderChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRenderedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onRootChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onSelectedChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onSrcNodeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onStringsChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTabIndexChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTitleChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onTypeChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onUseARIAChange - false - true - java.lang.Object - - - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onVisibleChange - false - true - java.lang.Object - - - ]]> - onContentUpdate - false - true - java.lang.Object - - - - Subscribers to the "on" moment of this event, will be notified - before the widget is rendered. -

-

- Subscribers to the "after" moment of this event, will be notified - after rendering is complete. -

]]>
- onRender - false - true - java.lang.Object -
- - on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]> - onWidthChange - false - true - java.lang.Object - - true -
- - - a - com.liferay.taglib.aui.ATag - JSP - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - - href - true - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - - lang - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - self. Possible values are blank, self, parent, top, and a unique frame's name.]]> - target - false - true - java.lang.String - - - - title - false - true - java.lang.String - - true - - - button - com.liferay.taglib.aui.ButtonTag - JSP - - primary attribute.]]> - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - disabled - false - true - boolean - - - - href - false - true - java.lang.String - - - here.]]> - icon - false - true - java.lang.String - - - left.]]> - iconAlign - false - true - java.lang.String - - - - name - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - type attribute is set to submit, this value is set to true. For all other types, the value is set to false by default.]]> - primary - false - true - java.lang.Object - - - button, submit, cancel and reset. The default value is button.]]> - type - false - true - java.lang.String - - - href location when a user clicks the button. The default value is false.]]> - useDialog - false - true - boolean - - - value - false - true - java.lang.String - - true - - - <div> tag to wrap <aui:button> components and offer additional styling.]]> - button-row - com.liferay.taglib.aui.ButtonRowTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - true - - - <aui:row> component.]]> - col - com.liferay.taglib.aui.ColTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - offset - false - true - int - - - offsetWidth - false - true - int - - - 12. For example, a span of 4 would result in a column width 4/12 (or 1/3) of the total width of the containing row.]]> - span - false - true - int - - - span attribute. The width is then converted to a span expressed as ((width/100) x 12), rounded to the nearest whole number. For example, a width of 33 would be converted to 3.96, which would be rounded up to a span value of 4.]]> - width - false - true - int - - true - - - aui:col.]]> - column - com.liferay.taglib.aui.ColumnTag - JSP - - 20 would be 20%. The default value is 0.]]> - columnWidth - false - true - int - - - - cssClass - false - true - java.lang.String - - - false.]]> - first - false - true - boolean - - - - id - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - true - - - component - com.liferay.taglib.aui.ComponentTag - JSP - - defineVar - false - true - boolean - - - excludeAttributes - false - true - java.lang.String - - - javaScriptAttributes - false - true - java.lang.String - - - module - false - true - java.lang.String - - - name - false - true - java.lang.String - - - options - false - true - java.util.Map - - - scriptPosition - false - true - java.lang.String - - - tagPageContext - true - true - javax.servlet.jsp.JspContext - - - useJavaScript - false - true - java.io.Serializable - - - var - false - true - java.lang.String - - true - - - <div> tag to wrap <aui:row> components and offer additional styling.]]> - container - com.liferay.taglib.aui.ContainerTag - JSP - - - cssClass - false - true - java.lang.String - - - true.]]> - fluid - false - true - boolean - - - - id - false - true - java.lang.String - - true - - - <div> tag to wrap form fields and offer additional styling.]]> - field-wrapper - com.liferay.taglib.aui.FieldWrapperTag - JSP - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - first - false - true - boolean - - - - helpMessage - false - true - java.lang.String - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - - - name - false - true - java.lang.String - - - - required - false - true - boolean - - - - <div> tag to group related form elements and offer additional styling.]]> - fieldset - com.liferay.taglib.aui.FieldsetTag - JSP - - - column - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - true - - - - form - com.liferay.taglib.aui.FormTag - JSP - - - action - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - true.]]> - escapeXml - false - true - boolean - - - false.]]> - inlineLabels - false - true - boolean - - - post. Possible values are get and post.]]> - method - false - true - java.lang.String - - - fm.]]> - name - false - true - java.lang.String - - - - onSubmit - false - true - java.lang.String - - - - portletNamespace - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - icon - com.liferay.taglib.aui.IconTag - JSP - - image attribute.]]> - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - - id - false - true - java.lang.String - - - icon-edit CSS class by setting the value edit. If an icon image is referenced for cssClass and image, both icons are shown in the component.]]> - image - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - self. Possible values are blank, self, parent, top, and a unique frame's name.]]> - target - false - true - java.lang.String - - - - url - false - true - java.lang.String - - true - - - - input - com.liferay.taglib.aui.InputTag - JSP - - - autoFocus - false - true - boolean - - - - autoSize - false - true - boolean - - - - bean - false - true - java.lang.Object - - - false.]]> - changesContext - false - true - boolean - - - type is radio or checkbox.]]> - checked - false - true - boolean - - - 0.]]> - classPK - false - true - long - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - dateTogglerCheckboxLabel - false - true - java.lang.String - - - - defaultLanguageId - false - true - java.lang.String - - - false.]]> - disabled - false - true - boolean - - - field - false - true - java.lang.String - - - field of the component.]]> - fieldParam - false - true - java.lang.String - - - - first - false - true - boolean - - - - formName - false - true - java.lang.String - - - - helpMessage - false - true - java.lang.String - - - input-group-addon.]]> - helpTextCssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - false.]]> - ignoreRequestValue - false - true - boolean - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - name attribute's value.]]> - label - false - true - java.lang.String - - - languageId - false - true - java.lang.String - - - - last - false - true - boolean - - - false.]]> - localized - false - true - boolean - - - type is number or range. Note that the max value is inclusive if the input's type is range.]]> - max - false - true - java.lang.Object - - - - model - false - true - java.lang.Class - - - type is number or range. Note that the min value is inclusive if the input's type is range.]]> - min - false - true - java.lang.Object - - - multiple - false - true - boolean - - - - name - true - true - java.lang.String - - - - onChange - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - - placeholder - false - true - java.lang.String - - - - prefix - false - true - java.lang.String - - - - required - false - true - boolean - - - textarea.]]> - resizable - false - true - boolean - - - - showRequiredLabel - false - true - boolean - - - - suffix - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - text, hidden, assetCategories, assetTags, textarea, timeZone, password, checkbox, radio, submit, button, color, email, number, range, resource, url, and an empty value. If an empty value or no value is set, the input's type is obtained automatically from the input component's bean.]]> - type - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - - - value - false - true - java.lang.Object - - - div that wraps the input component.]]> - wrapperCssClass - false - true - java.lang.String - - true - - - - layout - com.liferay.taglib.aui.LayoutTag - JSP - - - cssClass - false - true - java.lang.String - - true - - - - model-context - com.liferay.taglib.aui.ModelContextTag - JSP - - - bean - false - true - java.lang.Object - - - - defaultLanguageId - false - true - java.lang.String - - - - model - false - true - java.lang.Class - - - - <nav:item> components for an <aui:nav-bar> component.]]> - nav - com.liferay.taglib.aui.NavTag - JSP - - - ariaLabel - false - true - java.lang.String - - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - collapsible - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - icon - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - nav-bar - com.liferay.taglib.aui.NavBarTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - true - - - <aui:nav-bar> component.]]> - nav-bar-search - com.liferay.taglib.aui.NavBarSearchTag - JSP - - - cssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - file - false - true - java.lang.String - - - - searchContainer - false - true - com.liferay.portal.kernel.dao.search.SearchContainer - - true - - - <aui:nav> component.]]> - nav-item - com.liferay.taglib.aui.NavItemTag - JSP - - href attribute.]]> - anchorCssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - anchorData - false - true - java.lang.Object - - - href attribute.]]> - anchorId - false - true - java.lang.String - - - - ariaLabel - false - true - java.lang.String - - - <p> tag could be used for something other than a paragraph.]]> - ariaRole - false - true - java.lang.String - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.lang.Object - - - false.]]> - dropdown - false - true - boolean - - - - href - false - true - java.lang.Object - - - - iconCssClass - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - localizeLabel - false - true - boolean - - - false.]]> - selected - false - true - boolean - - - state - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - toggle - false - true - boolean - - - href location when a user clicks the navigation item. The default value is false.]]> - useDialog - false - true - boolean - - - drop-down-menu class. The default value is true.]]> - wrapDropDownMenu - false - true - boolean - - true - - - <aui:select> component.]]> - option - com.liferay.taglib.aui.OptionTag - JSP - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.]]> - data - false - true - java.util.Map - - - false.]]> - disabled - false - true - boolean - - - - label - false - true - java.lang.Object - - - false.]]> - selected - false - true - boolean - - - text-align:right;.]]> - style - false - true - java.lang.String - - - useModelValue - false - true - boolean - - - label attribute.]]> - value - false - true - java.lang.Object - - true - - - panel - com.liferay.taglib.aui.PanelTag - JSP - - collapsed - false - true - boolean - - - collapsible - false - true - boolean - - - id - false - true - java.lang.String - - - label - false - true - java.lang.String - - - - <aui:col> components.]]> - row - com.liferay.taglib.aui.RowTag - JSP - - - cssClass - false - true - java.lang.String - - - row-fluid CSS class to the row. The default value is true. If set to false, the row CSS class is assigned.]]> - fluid - false - true - boolean - - - - id - false - true - java.lang.String - - true - - - - script - com.liferay.taglib.aui.ScriptTag - JSP - - - position - false - true - java.lang.String - - - - use - false - true - java.lang.String - - - - <aui:option> components.]]> - select - com.liferay.taglib.aui.SelectTag - JSP - - - bean - false - true - java.lang.Object - - - false.]]> - changesContext - false - true - boolean - - - - cssClass - false - true - java.lang.String - - - HashMap<"class-name", "foo"> would render as the attribute data-class-name = "foo";.]]> - data - false - true - java.util.Map - - - false.]]> - disabled - false - true - boolean - - - false.]]> - first - false - true - boolean - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - ignoreRequestValue - false - true - boolean - - - false.]]> - inlineField - false - true - boolean - - - right and left.]]> - inlineLabel - false - true - java.lang.String - - - - label - false - true - java.lang.String - - - false.]]> - last - false - true - boolean - - - ListTypeImpl.java.]]> - listType - false - true - java.lang.String - - - listTypeFieldName - false - true - java.lang.String - - - true, the select field expands to allow for multiple selections. The default value is false.]]> - multiple - false - true - boolean - - - label attribute and takes the place of the label.]]> - name - true - true - java.lang.String - - - - onChange - false - true - java.lang.String - - - - onClick - false - true - java.lang.String - - - - prefix - false - true - java.lang.String - - - false.]]> - required - false - true - boolean - - - false.]]> - showEmptyOption - false - true - boolean - - - required attribute is set to true. The default value is false.]]> - showRequiredLabel - false - true - boolean - - - - suffix - false - true - java.lang.String - - - - title - false - true - java.lang.String - - - true.]]> - useNamespace - false - true - boolean - - true - - - - spacer - com.liferay.taglib.aui.SpacerTag - JSP - - - - translation-manager - com.liferay.taglib.aui.TranslationManagerTag - JSP - - - availableLocales - false - true - java.util.Locale[] - - - - defaultLanguageId - false - true - java.lang.String - - - editingLanguageId - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - true. If this is set to false, the translation manager will not work entirely.]]> - initialize - false - true - boolean - - - false.]]> - readOnly - false - true - boolean - - - - - validator - com.liferay.taglib.aui.ValidatorTagImpl - JSP - - true.]]> - customValidatorRequired - false - true - boolean - - - - errorMessage - false - true - java.lang.String - - - acceptFiles, alpha, alphanum, date, digits, email, equalTo, iri, max, maxLength, min, minLength, number, required, and url.]]> - name - true - true - java.lang.String - - - - - workflow-status - com.liferay.taglib.aui.WorkflowStatusTag - JSP - - - bean - false - true - java.lang.Object - - - - helpMessage - false - true - java.lang.String - - - - id - false - true - java.lang.String - - - - model - false - true - java.lang.Class - - - true.]]> - showIcon - false - true - boolean - - - true.]]> - showLabel - false - true - boolean - - - 0 (Approved), 1 (Pending), 2 (Draft), 3 (Expired), 4 (Denied), 5 (Inactive), 6 (Incomplete), 7 (Scheduled), and 8 (In-Trash). Any other value defaults to status (Any).]]> - status - false - true - java.lang.Integer - - - - statusMessage - false - true - java.lang.String - - - - version - false - true - java.lang.String - - -
\ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld deleted file mode 100644 index 7c046647..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld +++ /dev/null @@ -1,538 +0,0 @@ - - - - - 1.0 - 1.1 - liferay-portlet - http://liferay.com/tld/portlet - - - - - actionURL - com.liferay.taglib.portlet.ActionURLTag - com.liferay.taglib.portlet.ActionURLTei - JSP - - allowEmptyParam - false - true - - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - name - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - icon-back - com.liferay.taglib.portletext.IconBackTag - JSP - - - icon-close - com.liferay.taglib.portletext.IconCloseTag - JSP - - - icon-configuration - com.liferay.taglib.portletext.IconConfigurationTag - JSP - - - icon-edit - com.liferay.taglib.portletext.IconEditTag - JSP - - - icon-edit-defaults - com.liferay.taglib.portletext.IconEditDefaultsTag - JSP - - - icon-edit-guest - com.liferay.taglib.portletext.IconEditGuestTag - JSP - - - icon-export-import - com.liferay.taglib.portletext.IconExportImportTag - JSP - - - icon-help - com.liferay.taglib.portletext.IconHelpTag - JSP - - - icon-maximize - com.liferay.taglib.portletext.IconMaximizeTag - JSP - - - icon-minimize - com.liferay.taglib.portletext.IconMinimizeTag - JSP - - - icon-options - com.liferay.taglib.portletext.IconOptionsTag - JSP - - - icon-portlet - com.liferay.taglib.portletext.IconPortletTag - JSP - - ariaRole - false - true - - - id - false - true - - - label - false - true - - - portlet - false - true - - - url - false - true - - - - icon-portlet-css - com.liferay.taglib.portletext.IconPortletCssTag - JSP - - - icon-print - com.liferay.taglib.portletext.IconPrintTag - JSP - - - icon-refresh - com.liferay.taglib.portletext.IconRefreshTag - JSP - - - param - com.liferay.taglib.util.ParamTag - empty - - name - true - true - - - value - true - true - - - - preview - com.liferay.taglib.portletext.PreviewTag - JSP - - portletName - true - true - - - queryString - false - true - - - showBorders - false - true - - - width - false - true - - - - - - - renderURL - com.liferay.taglib.portlet.RenderURLTag - com.liferay.taglib.portlet.RenderURLTei - JSP - - allowEmptyParam - false - true - - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - renderURLParams - com.liferay.taglib.portlet.RenderURLParamsTag - JSP - - varImpl - true - true - - - - - - - resourceURL - com.liferay.taglib.portlet.ResourceURLTag - com.liferay.taglib.portlet.ResourceURLTei - JSP - - anchor - false - true - - - copyCurrentRenderParameters - false - true - - - doAsGroupId - false - true - - - doAsUserId - false - true - - - encrypt - false - true - - - escapeXml - false - true - - - id - false - true - - - plid - false - true - - - portletConfiguration - false - true - - - portletMode - false - true - - - portletName - false - true - - - refererGroupId - false - true - - - refererPlid - false - true - - - secure - false - true - - - var - false - true - - - varImpl - false - true - - - windowState - false - true - - - - runtime - com.liferay.taglib.portletext.RuntimeTag - JSP - - defaultPreferences - false - true - - - portletName - true - true - - - queryString - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet.tld deleted file mode 100644 index a7cd2fdf..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-portlet.tld +++ /dev/null @@ -1,158 +0,0 @@ - - - - - 1.0 - 1.1 - portlet - http://java.sun.com/portlet - - actionURL - com.liferay.taglib.portlet.ActionURLTag - com.liferay.taglib.portlet.ActionURLTei - JSP - - copyCurrentRenderParameters - false - true - - - escapeXml - false - true - - - name - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - windowState - false - true - - - - defineObjects - com.liferay.taglib.portlet.DefineObjectsTag - com.liferay.taglib.portlet.DefineObjectsTei - empty - - - namespace - com.liferay.taglib.portlet.NamespaceTag - empty - - - param - com.liferay.taglib.util.ParamTag - empty - - name - true - true - - - value - true - true - - - - property - com.liferay.taglib.util.PropertyTag - empty - - name - true - true - - - value - true - true - - - - renderURL - com.liferay.taglib.portlet.RenderURLTag - com.liferay.taglib.portlet.RenderURLTei - JSP - - copyCurrentRenderParameters - false - true - - - escapeXml - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - windowState - false - true - - - - resourceURL - com.liferay.taglib.portlet.ResourceURLTag - com.liferay.taglib.portlet.ResourceURLTei - JSP - - cacheability - false - true - - - escapeXml - false - true - - - id - false - true - - - secure - false - true - - - var - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-security.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-security.tld deleted file mode 100644 index f8e6f6dd..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-security.tld +++ /dev/null @@ -1,106 +0,0 @@ - - - - - 1.0 - 1.1 - liferay-security - http://liferay.com/tld/security - - doAsURL - com.liferay.taglib.security.DoAsURLTag - com.liferay.taglib.security.DoAsURLTei - JSP - - doAsUserId - false - true - - - var - false - true - - - - encrypt - com.liferay.taglib.security.EncryptTag - JSP - - className - false - true - - - protocol - true - true - - - style - false - true - - - target - false - true - - - unencryptedParams - false - true - - - url - true - true - - - - permissionsURL - com.liferay.taglib.security.PermissionsURLTag - com.liferay.taglib.security.PermissionsURLTei - JSP - - modelResource - true - true - - - modelResourceDescription - true - true - - - redirect - false - true - - - resourceGroupId - false - true - - - resourcePrimKey - true - true - - - roleTypes - false - true - - - var - false - true - - - windowState - false - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-theme.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-theme.tld deleted file mode 100644 index 90ac81db..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-theme.tld +++ /dev/null @@ -1,65 +0,0 @@ - - - - - 1.0 - 1.1 - theme - http://liferay.com/tld/theme - - defineObjects - com.liferay.taglib.theme.DefineObjectsTag - com.liferay.taglib.theme.DefineObjectsTei - empty - - - include - com.liferay.taglib.theme.IncludeTag - JSP - - page - true - true - - - - layout-icon - com.liferay.taglib.theme.LayoutIconTag - JSP - - layout - true - true - - - - meta-tags - com.liferay.taglib.theme.MetaTagsTag - JSP - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - wrap-portlet - com.liferay.taglib.theme.WrapPortletTag - JSP - - page - true - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-ui.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-ui.tld deleted file mode 100644 index a9a746a8..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-ui.tld +++ /dev/null @@ -1,4691 +0,0 @@ - - - - Provides the Liferay UI component tags, prefixed with liferay-ui:]]>. - 1.0 - liferay-ui - http://liferay.com/tld/ui - - app-view-display-style - com.liferay.taglib.ui.AppViewDisplayStyleTag - empty - - displayStyle - true - true - - - displayStyles - true - true - - - requestParams - true - true - - - - Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems. - app-view-entry - com.liferay.taglib.ui.AppViewEntryTag - empty - - The path to an action JSP page. - actionJsp - false - true - - - The Java class name for any categories added to the entry. - assetCategoryClassName - false - true - - - The Java class primary key for any categories added to the entry. This is a Java long]]>. - assetCategoryClassPK - false - true - - - The Java class name for any tags added to the entry. - assetTagClassName - false - true - - - The Java class primary key for any tags added to the entry. This is a Java long]]>. - assetTagClassPK - false - true - - - The name of the entry's author. - author - false - true - - - The date the entry was created. - createDate - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - data - false - true - java.util.Map - - - A description of the entry. - description - false - true - - - A date to display the entry. - displayDate - false - true - - - A display style for the component. Options are list]]>, icon]]>, and descriptive]]>. - displayStyle - true - true - - - A date for the entry to expire and be automatically deleted. - expirationDate - false - true - - - Whether the entry is a folder. The default is false]]>. - folder - false - true - boolean - - - The group ID of the entry. This is a Java long]]>. - groupId - false - true - - - The version number of the most recently published copy of the entry. - latestApprovedVersion - false - true - - - The author of the most recently published version of the entry. - latestApprovedVersionAuthor - false - true - - - Whether the entry is locked. The default value is false]]>. - locked - false - true - boolean - - - The date of the most recent modification to the entry. - modifiedDate - false - true - - - The date the entry was reviewed. - reviewDate - false - true - - - A checkbox input ID to be used for the entry row checker. - rowCheckerId - false - true - - - A name for the entry row checker. - rowCheckerName - false - true - - - Whether to show a shortcut icon link to the entry. The default value is false]]>. - shortcut - false - true - boolean - - - Whether the entry is selectable. An actual checkbox is used when the display style is icon]]> or descriptive]]>. The default value is false]]>. - showCheckbox - true - true - boolean - - - Whether to show the link title. The default value is true]]>. - showLinkTitle - false - true - boolean - - - The current status of the entry, as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. The default value is -1]]>. - status - false - true - int - - - A CSS style to be applied to the div containing the thumbnail for the entry. - thumbnailDivStyle - false - true - - - The source URL for an entry thumbnail image. - thumbnailSrc - true - true - - - A CSS style to be applied to the thumbnail for the entry. - thumbnailStyle - false - true - - - A title for the entry. - title - true - true - - - The current version of the entry. - version - false - true - - - A URL to view the full entry. - url - false - true - - - - Creates a navigation list item component for navigating app view entries. - app-view-navigation-entry - com.liferay.taglib.ui.AppViewNavigationEntryTag - empty - - The path for an action JSP page. - actionJsp - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - dataView - false - true - java.util.Map - - - A title for the component. - entryTitle - true - true - - - A CSS class for setting the icon of the component. - iconImage - false - true - - - iconSrc - false - true - - - Whether the entry is selected. - selected - false - true - boolean - - - A URL to view the entry. - viewURL - true - true - - - - Creates a toolbar for viewing items in app view. - app-view-toolbar - com.liferay.taglib.ui.AppViewToolbarTag - JSP - - Whether to include the option to choose a display style for component items. If the value is true]]>, a list of display style options is rendered. The default value is false]]>. - includeDisplayStyle - false - true - boolean - - - Whether to include an option to select all component items. The default value is false]]>. - includeSelectAll - false - true - boolean - - - The file path for a search JSP page. - searchJsp - false - true - - - - Creates a component for displaying search results of entries in app view. - app-view-search-entry - com.liferay.taglib.ui.AppViewSearchEntryTag - empty - - The file path for an action JSP page. - actionJsp - false - true - - - containerIcon - false - true - - - The name of the container that the entry is in, such as the name of a folder. - containerName - false - true - - - containerSrc - false - true - - - The type of container the entry is in, such as Folder]]>. - containerType - false - true - - - A CSS class for styling this component. - cssClass - false - true - - - A description of the entry. - description - true - true - - - A list of objects containing information such as content, user ID, and titles of the entry file attachments. - fileEntryTuples - false - true - - - Whether the entry is locked. The default value is false]]>. - locked - false - true - boolean - - - A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post. - mbMessages - false - true - - - Query terms of the search. - queryTerms - true - true - - - A checkbox input ID to be used for the entry row checker. This is a Java long]]>. - rowCheckerId - false - true - - - A name to be used for the entry row checker. - rowCheckerName - false - true - - - Whether the entry is selectable via a checkbox. The default value is true]]>. - showCheckbox - false - true - boolean - - - The current status of the entry as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. - status - false - true - - - The URL for an entry thumbnail image. - thumbnailSrc - false - true - - - A title for the entry. - title - true - true - - - A URL used to view the full entry. - url - true - true - - - The current and past versions of the entry. - versions - false - true - - - - asset-categories-error - com.liferay.taglib.ui.AssetCategoriesErrorTag - JSP - - - asset-categories-navigation - com.liferay.taglib.ui.AssetCategoriesNavigationTag - JSP - - hidePortletWhenEmpty - false - true - - - vocabularyIds - false - true - - - - asset-categories-selector - com.liferay.taglib.ui.AssetCategoriesSelectorTag - JSP - - className - false - true - - - classPK - false - true - - - contentCallback - false - true - - - curCategoryIds - false - true - - - groupIds - false - true - - - hiddenInput - false - true - - - ignoreRequestValue - false - true - - - - asset-categories-summary - com.liferay.taglib.ui.AssetCategoriesSummaryTag - JSP - - className - true - true - - - classPK - true - true - - - message - false - true - - - portletURL - false - true - - - - asset-links - com.liferay.taglib.ui.AssetLinksTag - JSP - - assetEntryId - false - true - - - className - false - true - - - classPK - false - true - - - - Creates a liferay-ui:error]]> component to display tag-related error messages. - asset-tags-error - com.liferay.taglib.ui.AssetTagsErrorTag - JSP - - - asset-tags-navigation - com.liferay.taglib.ui.AssetTagsNavigationTag - JSP - - classNameId - false - true - - - displayStyle - false - true - - - hidePortletWhenEmpty - false - true - - - maxAssetTags - false - true - - - showAssetCount - false - true - - - showZeroAssetCount - false - true - - - - Creates a Liferay.AssetTagsSelector]]> component to create and select tags to add to an asset, such as a blog entry, bookmark, or wiki page. - asset-tags-selector - com.liferay.taglib.ui.AssetTagsSelectorTag - JSP - - Whether to automatically focus the tag input field. The default value is false]]>. - autoFocus - false - true - boolean - - - The Java class of the asset. - className - false - true - - - The Java class primary key of an asset to associate with the tags. This is a Java long]]>. - classPK - false - true - - - A function to get tag suggestions based on the asset's content. - contentCallback - false - true - - - The current selected tags. - curTags - false - true - - - The group IDs of the asset tags. - groupIds - false - true - - - The name of the hidden input for passing in the asset's current tags. - hiddenInput - false - true - - - An ID for the component instance. - id - false - true - - - ignoreRequestValue - false - true - - - - Creates a component to display all the tags associated with an asset, such as a blog entry, wiki page, or message boards message. - asset-tags-summary - com.liferay.taglib.ui.AssetTagsSummaryTag - JSP - - An array of the asset tag names. - assetTagNames - false - true - - - The Java class of the asset. - className - true - true - - - The Java class primary key of an asset. This is a Java long]]>. - classPK - true - true - - - A message to display before the tag labels. A standard example is tags]]>, which renders as Tags:]]>. - message - false - true - - - The URL of a portlet to display the tags. - portletURL - false - true - - - - breadcrumb - com.liferay.taglib.ui.BreadcrumbTag - JSP - - displayStyle - false - true - - - portletURL - false - true - - - selLayout - false - true - - - selLayoutParam - false - true - - - showCurrentGroup - false - true - - - showCurrentPortlet - false - true - - - showGuestGroup - false - true - - - showLayout - false - true - - - showParentGroups - false - true - - - showPortletBreadcrumb - false - true - - - - Creates a calendar with configurable events. - calendar - com.liferay.taglib.ui.CalendarTag - JSP - - A given set of integers, corresponding to a day of the chosen month, and to mark with a dot. - data - false - true - java.util.Set - - - A day of the month to highlight in the calendar. - day - false - true - int - - - A format for the header. - headerFormat - false - true - java.text.Format - - - A pattern for the calendar header. A possible value is MMM/dd/yyyy]]>. - headerPattern - false - true - - - A month of the year to display at the top of the calendar. - month - true - true - int - - - Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false]]>. - showAllPotentialWeeks - false - true - boolean - - - A year to display at the top of the calendar. - year - true - true - int - - - - Creates an image CAPTCHA with a corresponding verification input. - captcha - com.liferay.taglib.ui.CaptchaTag - JSP - - The source URL for the image CAPTCHA. - url - true - true - - - - categorization-filter - com.liferay.taglib.ui.CategorizationFilterTag - JSP - - assetType - false - true - - - portletURL - false - true - - - - custom-attribute - com.liferay.taglib.ui.CustomAttributeTag - JSP - - className - true - true - - - classPK - true - true - - - editable - false - true - - - label - false - true - - - name - true - true - - - - custom-attribute-list - com.liferay.taglib.ui.CustomAttributeListTag - JSP - - className - true - true - - - classPK - true - true - - - editable - false - true - - - ignoreAttributeNames - false - true - - - label - false - true - - - - custom-attributes-available - com.liferay.taglib.ui.CustomAttributesAvailableTag - JSP - - className - true - true - - - classPK - false - true - - - companyId - false - true - - - ignoreAttributeNames - false - true - - - editable - false - true - - - - ddm-template-selector - com.liferay.taglib.ui.DDMTemplateSelectorTag - JSP - - classNameId - true - true - - - displayStyle - true - true - - - displayStyleGroupId - true - true - - - displayStyles - false - true - - - icon - false - true - - - label - false - true - - - refreshURL - false - true - - - showEmptyOption - false - true - - - - diff - com.liferay.taglib.ui.DiffTag - JSP - - diffResults - true - true - - - sourceName - true - true - - - targetName - true - true - - - - diff-html - com.liferay.taglib.ui.DiffHtmlTag - JSP - - diffHtmlResults - true - true - - - - discussion - com.liferay.taglib.ui.DiscussionTag - JSP - - assetEntryVisible - false - true - - - className - true - true - - - classPK - true - true - - - formAction - true - true - - - formName - false - true - - - hideControls - false - true - - - permissionClassName - false - true - - - permissionClassPK - false - true - - - ratingsEnabled - false - true - - - redirect - false - true - - - Deprecated as of 6.2.0, with no direct replacement - subject - false - true - - - userId - true - true - - - - Creates an error message to display to the user. - error - com.liferay.taglib.ui.ErrorTag - com.liferay.taglib.ui.ErrorTei - JSP - - A class for the exception. - exception - false - true - - - The name of a field on which to focus the error message. - focusField - false - true - - - A key to place in the SessionErrors]]> object to trigger the error message. - key - false - true - - - Explicit message text or a language key name from which to derive text for the message. - message - false - true - - - rowBreak - false - true - - - Whether to translate the message into the user's language. The default value is true]]>. - translateMessage - false - true - boolean - - - - error-marker - com.liferay.taglib.ui.ErrorMarkerTag - JSP - - key - false - true - - - value - false - true - - - - Creates a flag icon that lets users report inappropriate content. - flags - com.liferay.taglib.ui.FlagsTag - JSP - - The flagged asset's Java class name. - className - true - true - - - The flagged asset's entry ID. - classPK - true - true - - - The flagged asset's title. - contentTitle - true - true - - - Whether to show message text as a label next to the flag icon or as a tooltip. The default value is true]]>. - label - false - true - boolean - - - Text to display next to the flag icon. The default text is Flag]]>. - message - false - true - - - The user ID of the user who flagged the asset. - reportedUserId - true - true - - - - flash - com.liferay.taglib.ui.FlashTag - JSP - - align - false - true - - - allowFullScreen - false - true - - - allowScriptAccess - false - true - - - base - false - true - - - bgcolor - false - true - - - devicefont - false - true - - - flashvars - false - true - - - height - false - true - - - id - false - true - - - loop - false - true - - - menu - false - true - - - movie - true - true - - - play - false - true - - - quality - false - true - - - salign - false - true - - - scale - false - true - - - swliveconnect - false - true - - - version - false - true - - - width - false - true - - - wmode - false - true - - - - Creates a navigable form for multiple section forms. It's default navigation is a side navigation box with links to each section. But the navigation can be configured as a progressive step navigation positioned above the form or as vertically stacked accordion style sections that expand when clicked. - form-navigator - com.liferay.taglib.ui.FormNavigatorTag - JSP - - A URL for the form's cancel button. - backURL - false - true - - - The name of each category in the form. - categoryNames - true - true - - - The name of each section within a category. - categorySections - true - true - - - A type of navigation to be used. Options are steps]]> and panel]]>. The default display style is side navigation. - displayStyle - false - true - - - A name for the form. - formName - false - true - - - HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form. - htmlBottom - false - true - - - HTML to prepend to the navigator. - htmlTop - false - true - - - A path to the formSection.jsp]]> file's folder /path/to/jsp/folder/]]>. - jspPath - false - true - - - Whether to show the Submit]]> and Cancel]]> buttons. The default value is true]]>. - showButtons - false - true - boolean - - - - group-search - com.liferay.taglib.ui.GroupSearchTag - JSP - - groupParams - true - true - - - portletURL - true - true - - - rowChecker - false - true - - - - Creates a header that displays its text above a horizontal rule accompanied by a configurable back URL button. - header - com.liferay.taglib.ui.HeaderTag - JSP - - Text to display on mouse over of the back URL. The default value is Back]]>. - backLabel - false - true - - - A URL for navigating back to. - backURL - false - true - - - A CSS class for styling the header component. - cssClass - false - true - - - Whether to escape the header's XML tags. The default value is true]]>. - escapeXml - false - true - boolean - - - Whether to translate the header's title]]> into the localized language. The default value is true]]>. - localizeTitle - false - true - boolean - - - Whether to display the back URL. The default value is true]]>. - showBackURL - false - true - boolean - - - A title to display as the header text. - title - true - true - - - - Creates a fully configurable icon that provides access to current Liferay theme icons. - icon - com.liferay.taglib.ui.IconTag - JSP - - A value for the alt]]> attribute of the embedded img]]> tag. - alt - false - true - - - A role for assistive technologies to interpret for HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph. - ariaRole - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>. - data - false - true - java.util.Map - - - An icon from a Bootstrap icon CSS Class. Note that any image for the image]]> attribute takes precedence. Icon CSS classes to specify for this attribute can be found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. - iconCssClass - false - true - - - An ID for the component instance. - id - false - true - - - An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. This image takes precedence over any icon value set via the iconCssClass]]> attribute. - image - false - true - - - An icon to display on mouse over of the component. The icon image comes from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. - imageHover - false - true - - - Whether to display the message]]> attribute's value as the icon's label. - label - false - true - boolean - - - A language to associate with the icon, to assist search engines and web browsers in finding and rendering the icon appropriately. - lang - false - true - - - A CSS class for styling the icon's URL. - linkCssClass - false - true - - - Whether to translate the icon's message]]> into the user's language. - localizeMessage - false - true - boolean - - - Text to be displayed for the icon on mouse over. - message - false - true - - - An HTTP request method. Possible values are get]]> and post]]>. - method - false - true - - - A function to be called on a user clicking the icon. - onClick - false - true - - - The location of an image file to use in the icon. - src - false - true - - - The location of an image file to use on mouse over of the icon. This value takes precedence over the imageHover]]> attribute. This image takes precedence over icons set with the imageHover]]> attribute. - srcHover - false - true - - - A target window in which to open the URL. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name. - target - false - true - - - Whether to use a tooltip. The default value is true]]>. - toolTip - false - true - boolean - - - A URL to navigate to when the icon is clicked. - url - false - true - - - Whether to open the URL in a dialog window. The default value is false]]>. - useDialog - false - true - boolean - - - - Creates an icon to associate with deactivating an item. - icon-deactivate - com.liferay.taglib.ui.IconDeactivateTag - JSP - - Whether to display a message on the icon's label on mouse over of the icon. The default value is false]]>. - label - false - true - boolean - - - A URL navigated to when the icon is clicked. - url - true - true - - - - Creates a configurable icon to associate with deleting or removing an item. - icon-delete - com.liferay.taglib.ui.IconDeleteTag - JSP - - Text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this]]>. If the trash]]> attribute is set to true]]>, no confirmation message is shown. - confirmation - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - An ID for the component instance. - id - false - true - - - An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. The image takes precedence over any default icon images. - image - false - true - - - Whether to display the message]]> attribute's value as the icon's label. The default value is false]]>. - label - false - true - boolean - - - Text to display on mouse over of the icon. - message - false - true - - - An HTTP request method to invoke. Possible values are get]]> and post]]>. - method - false - true - - - Whether to use the trash icon instead of the remove icon. The default value isfalse]]>. - trash - false - true - boolean - - - A URL navigated to when the icon is clicked. - url - true - true - - - - Creates a help icon that displays a custom message as a tooltip on mouse over of the help icon. - icon-help - com.liferay.taglib.ui.IconHelpTag - JSP - - Text to be displayed on mouse over of the icon. - message - true - true - - - - Creates a list of icons from a list of child components. - icon-list - com.liferay.taglib.ui.IconListTag - JSP - - Whether to render the icon list when there is only one child component. The default value is false]]>. - showWhenSingleIcon - false - true - boolean - - - - Creates an icon menu from a list of child components. - icon-menu - com.liferay.taglib.ui.IconMenuTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is left]]>. Possible values are up]]>, down]]>, left]]> or right]]>. - direction - false - true - - - Whether to disable the icon menu. - disabled - false - true - boolean - - - Whether to extend the icon menu trigger by wrapping it in a button. The default value is true]]>. - extended - false - true - boolean - - - The location of an image file to use in the icon. - icon - false - true - - - An ID for the component instance. - id - false - true - - - Whether to translate the message to the user's language. The default value is true]]>. - localizeMessage - false - true - boolean - - - The number of items to show in the icon menu before scrolling. The default value is 15. - maxDisplayItems - false - true - int - - - Text to display next to the icon menu trigger. The default value is actions]]>. - message - false - true - - - Whether to add the select]]> CSS class to the icon menu. If set to true]]>, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is false]]>. - select - false - true - boolean - - - Whether to extend the icon menu by default. The default value is false]]>. - showExpanded - false - true - boolean - - - Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true]]>. - showArrow - false - true - boolean - - - Whether to show the icon menu when there is only one icon. The default value is false]]>. - showWhenSingleIcon - false - true - boolean - - - A CSS class for styling the trigger for the icon menu. The default value is btn btn-default]]>. - triggerCssClass - false - true - - - Whether the icon menu drop-down caret points to the direction set by the direction]]> attribute. - useIconCaret - false - true - boolean - - - - input-asset-links - com.liferay.taglib.ui.InputAssetLinksTag - JSP - - assetEntryId - false - true - - - className - false - true - - - classPK - false - true - - - - Creates a configurable input checkbox. - input-checkbox - com.liferay.taglib.ui.InputCheckBoxTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Whether the checkbox is selected by default. - defaultValue - false - true - boolean - - - Whether the checkbox is disabled. - disabled - false - true - boolean - - - A name for the checkbox's form. - formName - false - true - - - An ID for the component instance. - id - false - true - - - A function to be called on a user clicking the checkbox. - onClick - false - true - - - A variable name for the component. - param - true - true - - - - Creates a date input field that displays a calendar for date selection. - input-date - com.liferay.taglib.ui.InputDateTag - JSP - - Whether the date field gets focus by default. The default value is false]]>. - autoFocus - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - A variable name to refer to the day of the component. - dayParam - false - true - - - A day value to display in the input field. - dayValue - false - true - int - - - Whether to disable the namespace for the component. The default value is false]]>. - disableNamespace - false - true - boolean - - - Whether to disable the input field. The default value is false]]>. - disabled - false - true - boolean - - - A day to set as the first day of the week. The default value is Calendar.SUNDAY - 2]]>. - firstDayOfWeek - false - true - int - - - A name for the date input's form. - formName - false - true - - - A variable name to refer to the combined month and year of the component. - monthAndYearParam - false - true - - - A variable name to refer to the month of the component. - monthParam - false - true - - - The numerical value for a month to display in the input field. Integer values for the month start with 0]]>. - monthValue - false - true - int - - - A name for the date input. - name - false - true - - - Whether the component's values can be set to null. - nullable - false - true - - - A variable name to refer to the year of the component. - yearParam - false - true - - - A year value to display in the input field. - yearValue - false - true - int - - - - Creates an input field for editing rich text. - input-editor - com.liferay.taglib.ui.InputEditorTag - JSP - - A map of configuration parameters. The map holds key value pairs of type <String, String>]]>. - configParams - false - true - java.util.Map - - - The ID of a language for the input editor's text. - contentsLanguageId - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - editorImpl - false - true - - - inlineEdit - false - true - - - inlineEditSaveURL - false - true - - - A map of configuration parameters. The map holds key value pairs of <String, String>]]>. - fileBrowserParams - false - true - java.util.Map - - - height - false - true - - - initMethod - false - true - - - A name for the input editor. The default value is editor]]>. - name - false - true - - - A function to be called when the input editor loses focus. - onBlurMethod - false - true - - - A function to be called on a change in the input editor. - onChangeMethod - false - true - - - A function to be called when the input editor gets focus. - onFocusMethod - false - true - - - Whether the field for the input editor is resizable. The default value is true]]>. - resizable - false - true - boolean - - - Whether to skip loading resources necessary for the CKEditor. The default value is false]]>. - skipEditorLoading - false - true - boolean - - - A toolbar for the input editor. The default value is liferay]]>. Possible values are bbcode]]>, creole]]>, editInPlace]]>, email]]>, liferay]]>, liferayArticle]]>, phone]]>, simple]]>, and tablet]]>. - toolbarSet - false - true - - - width - false - true - - - - input-field - com.liferay.taglib.ui.InputFieldTag - JSP - - autoFocus - false - true - - - autoSize - false - true - - - bean - false - true - - - cssClass - false - true - - - dateTogglerCheckboxLabel - false - true - - - defaultLanguageId - false - true - - - defaultValue - false - true - - - disabled - false - true - - - field - true - true - - - fieldParam - false - true - - - formName - false - true - - - format - false - true - - - id - false - true - - - ignoreRequestValue - false - true - - - languageId - false - true - - - model - true - true - - - placeholder - false - true - - - - input-localized - com.liferay.taglib.ui.InputLocalizedTag - JSP - - autoFocus - false - true - - - autoSize - false - true - - - availableLocales - false - true - - - cssClass - false - true - - - defaultLanguageId - false - true - - - disabled - false - true - - - displayWidth - false - true - - - formName - false - true - - - id - false - true - - - ignoreRequestValue - false - true - - - languageId - false - true - - - maxLength - false - true - - - name - true - true - - - type - false - true - - - xml - true - true - - true - - - Creates an input move boxes component comprised of two columns of key value pairs that can be rearranged. - input-move-boxes - com.liferay.taglib.ui.InputMoveBoxesTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - A name for the left box. - leftBoxName - true - true - - - A list of key value pairs for the left box. - leftList - true - true - java.util.List - - - A function to be called on a change in selection in the left list. - leftOnChange - false - true - - - Whether the left list can be reordered. The default value is false]]>. - leftReorder - false - true - boolean - - - A title to display at the top of the right box. - leftTitle - true - true - - - A name for the right box. - rightBoxName - true - true - - - A list of key value pairs for the right box. - rightList - true - true - java.util.List - - - A function to be called on a change in selection in the right list. - rightOnChange - false - true - - - Whether the right list can be reordered. The default value is false]]>. - rightReorder - false - true - boolean - - - A title to display at the top of the right box. - rightTitle - true - true - - - - input-permissions - com.liferay.taglib.ui.InputPermissionsTag - JSP - - formName - false - true - - - modelName - false - true - - - - input-permissions-params - com.liferay.taglib.ui.InputPermissionsParamsTag - JSP - - modelName - true - true - - - - input-repeat - com.liferay.taglib.ui.InputRepeatTag - JSP - - cssClass - false - true - - - event - false - true - - - - input-resource - com.liferay.taglib.ui.InputResourceTag - JSP - - cssClass - false - true - - - id - false - true - - - title - false - true - - - url - true - true - - - - input-scheduler - com.liferay.taglib.ui.InputSchedulerTag - JSP - - - Creates a configurable search box. - input-search - com.liferay.taglib.ui.InputSearchTag - JSP - - Whether the search field gets focus by default. The default value is false]]>. - autoFocus - false - true - boolean - - - A text value for the search button's label. The default value is Search]]>. - buttonLabel - false - true - - - A CSS class for styling the component. - cssClass - false - true - - - An ID for the component instance. The default value is displayTerms.KEYWORDS]]>. - id - false - true - - - A name for the search box. The default value is displayTerms.KEYWORDS]]>. - name - false - true - - - Placeholder text for the search field. The default value is the value of the buttonLabel]]> attribute. - placeholder - false - true - - - Whether to show the search button. The default value is true]]>. - showButton - false - true - boolean - - - A title for the search box. - title - false - true - - - Whether to use a namespace with the search button. The default value is true]]>. - useNamespace - false - true - boolean - - - - Creates a select input component with yes or no options. - input-select - com.liferay.taglib.ui.InputSelectTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Whether to select yes]]> as the input's default value. - defaultValue - false - true - boolean - - - Whether to disable input. - disabled - false - true - boolean - - - A name for the input select's form. - formName - false - true - - - A variable name for the component. - param - true - true - - - - Creates a configurable text area input field. - input-textarea - com.liferay.taglib.ui.InputTextAreaTag - JSP - - A CSS class for styling the component. - cssClass - false - true - - - Text to display in the text area. - defaultValue - false - true - - - Whether to disable input. The default value is false]]>. - disabled - false - true - boolean - - - A variable name for the component. - param - true - true - - - - Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the minuteInterval]]> attribute. - input-time - com.liferay.taglib.ui.InputTimeTag - JSP - - The name of the AM/PM parameter for the time input. An acceptable value is ampm]]>. - amPmParam - true - true - - - A time to AM or PM. Acceptable values are 0]]> for AM and 1]]> for PM. The default value is 0]]>. - amPmValue - false - true - int - - - A CSS class for styling the time input. - cssClass - false - true - - - A date parameter for the time input. An acceptable value is date]]>. - dateParam - false - true - - - A date to associate with the time displayed. - dateValue - false - true - java.util.Date - - - Whether the input field is disabled. - disabled - false - true - boolean - - - The name of the hour parameter for the component. An acceptable value is hour]]>. - hourParam - true - true - - - An hour value for the time displayed. The default value is 12]]>. - hourValue - false - true - int - - - A minute interval displayed in the input. The default value is 30]]>. - minuteInterval - false - true - int - - - The name of the minute parameter for the component. An acceptable value is minute]]>. - minuteParam - true - true - - - A minute value for the time displayed. The default value is 00]]>. - minuteValue - false - true - int - - - A name for the time input. - name - false - true - - - - Creates a configurable timezone drop-down menu. - input-time-zone - com.liferay.taglib.ui.InputTimeZoneTag - JSP - - Whether the field gets focus by default. - autoFocus - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - Whether to consider daylight savings for the times. The default value is true]]>. - daylight - false - true - boolean - - - Whether the field is disabled. - disabled - false - true - boolean - - - A style number corresponding to the time zone. A value of 0]]> displays the time zone's abbreviated name and a value of 1]]> displays its full name, e.g. "Pacific Standard Time." The default value is 0]]>. - displayStyle - false - true - int - - - A name for the component. - name - true - true - - - Whether the times can be null. - nullable - false - true - boolean - - - The ID of a time zone to associate with the component. For example, setting the value to PST]]> associates the component with the Pacific Standard Time zone. - value - false - true - - - - journal-article - com.liferay.taglib.ui.JournalArticleTag - JSP - - articleId - false - true - - - articlePage - false - true - - - articleResourcePrimKey - false - true - - - groupId - false - true - - - languageId - false - true - - - showAvailableLocales - false - true - - - showTitle - false - true - - - templateId - false - true - - - xmlRequest - false - true - - - - journal-content-search - com.liferay.taglib.ui.JournalContentSearchTag - JSP - - showListed - false - true - - - targetPortletId - false - true - - - type - false - true - - - - language - com.liferay.taglib.ui.LanguageTag - JSP - - displayCurrentLocale - false - true - - - displayStyle - false - true - - - formAction - false - true - - - formName - false - true - - - languageId - false - true - - - languageIds - false - true - - - name - false - true - - - - logo-selector - com.liferay.taglib.ui.LogoSelectorTag - JSP - - currentLogoURL - false - true - - - defaultLogoURL - false - true - - - editLogoURL - false - true - - - imageId - false - true - - - logoDisplaySelector - false - true - - - showBackground - false - true - - - - membership-policy-error - com.liferay.taglib.ui.MembershipPolicyErrorTag - JSP - - - Creates a message to display to the user. - message - com.liferay.taglib.ui.MessageTag - JSP - - Arguments for the language key, if the language key is configured to recieve arguments. - arguments - false - true - - - The name of a language key from which to derive the message to be displayed. - key - true - true - - - Whether to translate the language key value into the user's language. The default value is true]]>. - localizeKey - false - true - boolean - - - Whether to translate the arguments into the user's language. The default value is true]]>. - translateArguments - false - true - boolean - - - unicode - false - true - boolean - - - - my-sites - com.liferay.taglib.ui.MySitesTag - JSP - - classNames - false - true - - - cssClass - false - true - - - includeControlPanel - false - true - - - max - false - true - - - - navigation - com.liferay.taglib.ui.NavigationTag - JSP - - bulletStyle - false - true - - - displayStyle - false - true - - - headerType - false - true - - - includedLayouts - false - true - - - nestedChildren - false - true - - - preview - false - true - - - rootLayoutLevel - false - true - - - rootLayoutType - false - true - - - - Creates a page iterator for paginating through lists of items. - page-iterator - com.liferay.taglib.ui.PageIteratorTag - JSP - - Which page of items to display (e.g., first, second, third, etc.). - cur - true - true - int - - - A variable name to refer to the cur]]> value of the component. - curParam - true - true - - - The number of items to display per page. - delta - false - true - int - - - Whether the user can choose the number of items displayed per page. The default value is false]]>. - deltaConfigurable - false - true - boolean - - - A variable name to refer to the delta value of the component. - deltaParam - false - true - - - A name for the form. - formName - false - true - - - An ID for the component instance. - id - false - true - - - JavaScript to be called when the first]]>, previous]]>, next]]>, or last]]> links are clicked if the URL property is not set. - jsCall - false - true - - - A maximum number of pages to iterate through. - maxPages - false - true - int - - - A target for the first]]>, previous]]>, next]]>, and last]]> link buttons. - target - false - true - - - The total number of items in the iterator. - total - true - true - int - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - A base URL for the iterator. Parameters are added to and removed from this URL as the user navigates through pages. - url - false - true - - - - Creates a collapsible panel for housing content. - panel - com.liferay.taglib.ui.PanelTag - JSP - - Whether the panel can be collapsed. The default value is true]]>. - collapsible - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - A default state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. The default value is open]]>. - defaultState - false - true - - - Whether the panel is extended. The default value is false]]>. - extended - false - true - boolean - - - Text to display as a help tool tip on mouse over of the panel's help icon. - helpMessage - false - true - - - An icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>. - iconCssClass - false - true - - - An ID for the component instance. - id - false - true - - - The ID of the component that contains the panel. If a liferay-ui:panel-container]]> is used as the container for the panel, its ID is used as the value for the parentID]]>. - parentId - false - true - - - Whether to remember the component's state and persist it to the database. The default value is false]]>. - persistState - false - true - boolean - - - A state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. - state - false - true - - - A title to display at the top of the panel. - title - true - true - - - - Creates a collapsible container to house liferay-ui:panel]]> components. - panel-container - com.liferay.taglib.ui.PanelContainerTag - JSP - - Whether only one panel can be shown at a time. As one panel is opened, the others close, creating an accordian effect. The default value is false]]>. - accordion - false - true - boolean - - - A CSS class for styling the component. - cssClass - false - true - - - Whether to extend the interface with additional styling. The default value is false]]>. - extended - false - true - boolean - - - An ID for the component instance. - id - false - true - - - Whether to remember the component's state and persist it to the database. The default value is false]]>. - persistState - false - true - boolean - - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - Renders a PNG image with the source given for the image]]> attribute. - png-image - com.liferay.taglib.ui.PngImageTag - JSP - - The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. - height - true - true - int - - - The location of a PNG image file to use. - image - true - true - - - The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value. - width - true - true - int - - - - progress - com.liferay.taglib.ui.ProgressTag - JSP - - height - false - true - - - id - true - true - - - message - false - true - - - sessionKey - true - true - - - updatePeriod - false - true - - - - ratings - com.liferay.taglib.ui.RatingsTag - JSP - - className - true - true - - - classPK - true - true - - - numberOfStars - false - true - - - ratingsEntry - false - true - - - ratingsStats - false - true - - - type - false - true - - - url - false - true - - - - ratings-score - com.liferay.taglib.ui.RatingsScoreTag - JSP - - score - true - true - - - - restore-entry - com.liferay.taglib.ui.RestoreEntryTag - JSP - - duplicateEntryAction - false - true - - - overrideMessage - false - true - - - renameMessage - false - true - - - restoreEntryAction - false - true - - - - Creates a clickable link and/or icon to an RSS feed document. - rss - com.liferay.taglib.ui.RSSTag - JSP - - A default maximum number of items to display. The default value is 20]]>. - delta - false - true - int - - - A default style to display. - displayStyle - false - true - - - A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. - feedType - false - true - - - A message to display next to the RSS icon. - message - false - true - - - A name for the RSS feed. - name - false - true - - - A URL from which to retrieve feed information. - resourceURL - false - true - - - The URL for an RSS feed file. - url - false - true - - - - Creates a configuration component for users to define RSS settings, such as how many articles to display. - rss-settings - com.liferay.taglib.ui.RSSSettingsTag - JSP - - A default maximum number of items to display. The default value is 20]]>. - delta - false - true - int - - - A default style to display. - displayStyle - false - true - - - Available RSS display styles from which the user can choose. Options are abstract]]>, full-content]]>, and title]]>. - displayStyles - false - true - - - Whether users are able to subscribe. Default value is false]]>. - enabled - false - true - boolean - - - A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>. - feedType - false - true - - - A name for the component. - name - false - true - - - Whether the RSS feed has a name. The default value is false]]>. - nameEnabled - false - true - boolean - - - - Creates a search form, with an additional select input to set the scope of the search. - search - com.liferay.taglib.ui.SearchTag - JSP - - - Creates a grid for displaying a list of objects and their properties. - search-container - com.liferay.taglib.ui.SearchContainerTag - com.liferay.taglib.ui.SearchContainerTei - JSP - - A variable for the search container's pagination. Different pagination variables ensure independent pagination when multiple search containers are on a JSP. - curParam - false - true - - - The number of items to show on each search container page. - delta - false - true - int - - - The delta]]> attribute as configurable by users. - deltaConfigurable - false - true - - - deltaParam - false - true - - - displayTerms - false - true - - - A message displayed when the search container is empty. - emptyResultsMessage - false - true - - - headerNames - false - true - - - hover - false - true - - - id - false - true - - - iteratorURL - false - true - - - orderByCol - false - true - - - orderByColParam - false - true - - - orderByComparator - false - true - - - An order type for the columns, either ascending or descending. Values are asc]]> or desc]]>. - orderByType - false - true - - - orderByTypeParam - false - true - - - Inserts a checkbox column in the search container. Value must be a RowChecker]]> object. - rowChecker - false - true - - - searchContainer - false - true - - - searchTerms - false - true - - - The total number of objects in the search container. - total - false - true - int - - - A variable name for the results of the total]]> attribute. The default is total]]>. - totalVar - false - true - - - A variable name for the SearchContainer]]> object. The default is searchContainer]]>. - var - false - true - - - - search-container-column-button - com.liferay.taglib.ui.SearchContainerColumnButtonTag - JSP - - align - false - true - - - colspan - false - true - - - cssClass - false - true - - - href - true - true - - - index - false - true - - - name - false - true - - - valign - false - true - - - - Creates a date column in a search container. - search-container-column-date - com.liferay.taglib.ui.SearchContainerColumnDateTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - A URL for the items in the column. - href - false - true - - - index - false - true - - - A name for the column. - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - A property to request from the row object. - property - false - true - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - A value for the column. - value - false - true - - - - Creates a column in a search container with the contents of a JSP file. - search-container-column-jsp - com.liferay.taglib.ui.SearchContainerColumnJSPTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - index - false - true - - - name - false - true - - - The JSP file's location. - path - true - true - - - valign - false - true - - - - Creates a column in a search container for the workflow status. - search-container-column-status - com.liferay.taglib.ui.SearchContainerColumnStatusTag - JSP - - A horizontal alignment for the column contents. The default is left]]>. - align - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - A URL for the column's contents. - href - false - true - - - index - false - true - - - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - An object's property to use for the column. - property - false - true - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - A workflow status for the item. - status - false - true - - - statusByUserId - false - true - - - statusDate - false - true - - - - Creates a text column in a search container. - search-container-column-text - com.liferay.taglib.ui.SearchContainerColumnTextTag - com.liferay.taglib.ui.SearchContainerColumnTextTei - JSP - - A horizontal alignment for the column contents. - align - false - true - - - A string buffer variable for constructing a URL in a scriptlet. - buffer - false - true - - - The number of columns to span. The default is 1]]>. - colspan - false - true - int - - - A CSS class for styling the column. - cssClass - false - true - - - href - false - true - - - index - false - true - - - name - false - true - - - Whether to set the column as sortable. The default value is false]]>. - orderable - false - true - boolean - - - An object's property by which to sort the column. - orderableProperty - false - true - - - property - false - true - - - target - false - true - - - title - false - true - - - Whether to automatically translate values. The default value is false]]>. - translate - false - true - boolean - - - A vertical alignment for the column contents. The default is middle]]>. - valign - false - true - - - value - false - true - - - - The list of objects to display in the search container. - search-container-results - com.liferay.taglib.ui.SearchContainerResultsTag - com.liferay.taglib.ui.SearchContainerResultsTei - JSP - - A list of objects to display in the search container. - results - false - true - - - A variable to use for the results. - resultsVar - false - true - - - Deprecated as of 6.2.0, replaced by liferay-ui:search-container#total - total - false - true - - - Deprecated as of 6.2.0, replaced by liferay-ui:search-container#totalVar - totalVar - false - true - - - - Creates rows in the search container for each object returned by liferay-ui:search-container-results]]>. - search-container-row - com.liferay.taglib.ui.SearchContainerRowTag - com.liferay.taglib.ui.SearchContainerRowTei - JSP - - bold - false - true - - - The class name of the objects to display in rows. - className - true - true - - - The returned model instances as HTML escaped. - escapedModel - false - true - - - A variable name to use for the rows' index. - indexVar - false - true - - - A property to use as the primary key for the object type in the className]]> attribute. - keyProperty - false - true - - - A variable name to use for each object as the search container iterates through the objects returned by liferay-ui:search-container-results]]>. - modelVar - false - true - - - A model property to use as the row ID. - rowIdProperty - false - true - - - A variable name to use for the rows. - rowVar - false - true - - - servletContext - false - true - - - stringKey - false - true - - - - Creates parameters for rows in the search container. The liferay-ui:search-container-row]]> tag is required. - search-container-row-parameter - com.liferay.taglib.ui.SearchContainerRowParameterTag - JSP - - A name for the row parameter. - name - true - true - - - A value for the row parameter. - value - true - true - - - - search-form - com.liferay.taglib.ui.SearchFormTag - JSP - - page - true - true - - - searchContainer - false - true - - - servletContext - false - true - - - showAddButton - false - true - - - - Creates a search results page iterator with an optional paginator. - search-iterator - com.liferay.taglib.ui.SearchIteratorTag - JSP - - Whether to add a liferay-ui:search-paginator]]> to the search container. The default value is true]]>. - paginate - false - true - boolean - - - All configurable properties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. - searchContainer - false - true - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - - Creates a page iterator to paginate through search results - search-paginator - com.liferay.taglib.ui.SearchPaginatorTag - JSP - - An ID for the component instance. - id - false - true - - - All configurable porperties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively. - searchContainer - true - true - - - A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>. - type - false - true - - - - search-speed - com.liferay.taglib.ui.SearchSpeedTag - JSP - - hits - true - true - - - searchContainer - true - true - - - - Creates a search instance that can be toggled between basic and advanced search. - search-toggle - com.liferay.taglib.ui.SearchToggleTag - JSP - - Whether the search input field is automatically focused. The default value is false]]>. - autoFocus - false - true - boolean - - - A label for the search button such as Search]]> or Go]]>. - buttonLabel - false - true - - - Terms to be used and displayed through the search instance. Term examples include keywords]]>, advancedSearch]]>, and description]]>. - displayTerms - true - true - - - The component instance's ID. - id - true - true - - - width - false - true - - - - section - com.liferay.taglib.ui.SectionTag - com.liferay.taglib.ui.SectionTei - JSP - - - sites-directory - com.liferay.taglib.ui.SitesDirectoryTag - JSP - - displayStyle - false - true - - - sites - false - true - - - - social-activities - com.liferay.taglib.ui.SocialActivitiesTag - JSP - - activities - false - true - - - className - false - true - - - classPK - false - true - - - displayRSSFeed - false - true - - - feedDelta - false - true - - - feedDisplayStyle - false - true - - - feedEnabled - false - true - - - feedLink - false - true - - - feedLinkMessage - false - true - - - feedTitle - false - true - - - feedType - false - true - - - - social-bookmark - com.liferay.taglib.ui.SocialBookmarkTag - JSP - - contentId - false - true - - - target - false - true - - - title - true - true - - - type - true - true - - - url - true - true - - - - social-bookmarks - com.liferay.taglib.ui.SocialBookmarksTag - JSP - - contentId - false - true - - - displayStyle - false - true - - - target - false - true - - - title - true - true - - - types - false - true - - - url - true - true - - - - staging - com.liferay.taglib.ui.StagingTag - JSP - - cssClass - false - true - - - extended - false - true - - - groupId - false - true - - - icon - false - true - - - layoutSetBranchId - false - true - - - message - false - true - - - onlyActions - false - true - - - privateLayout - false - true - - - selPlid - false - true - - - showManageBranches - false - true - - - - Creates a success message to display to the user. - success - com.liferay.taglib.ui.SuccessTag - empty - - A key to be placed in the SessionMessages]]> object to trigger the success message. - key - true - true - - - Explicit message text or the name of a language key from which to derive the message text. - message - true - true - - - Whether to translate the success message into the user's language. The default value is true]]>. - translateMessage - false - true - boolean - - - - table-iterator - com.liferay.taglib.ui.TableIteratorTag - com.liferay.taglib.ui.TableIteratorTei - JSP - - bodyPage - false - true - - - list - true - true - - - listType - true - true - - - rowBreak - false - true - - - rowLength - true - true - - - rowPadding - false - true - - - rowValign - false - true - - - width - false - true - - - - Creates a tabbed UI of section dividers that each house their own content. - tabs - com.liferay.taglib.ui.TabsTag - JSP - - - A label for the back URL. - backLabel - false - true - - - A URL for navigating back to. - backURL - false - true - - - A name for the tab's form. - formName - false - true - - - The names of the tabs. Each name must be separated by a comma with no spaces. - names - true - true - - - A function to be called on a user clicking any of the tabs. - onClick - false - true - - - A variable for the component. - param - false - true - - - A URL to refer to the portlet that contains the component. - portletURL - false - true - - - Whether the page refreshes when a tab is clicked. - refresh - false - true - boolean - - - Tab values that must follow the same order as the names]]> attribute. Each value must be separated by a comma with no spaces. - tabsValues - false - true - - - A design type for the tabs. Possible values are tabs]]> and pills]]>. - type - false - true - - - A URL to which all the tabs are linked when clicked. You can also set each tab's URL individually using url[number]]]> attribute. - url - false - true - - - url0 - false - true - - - A URL to which the second tab is linked when clicked. - url1 - false - true - - - A URL to which the third tab is linked when clicked - url2 - false - true - - - A URL to which the fourth tab is linked when clicked - url3 - false - true - - - A URL to which the fifth tab is linked when clicked - url4 - false - true - - - A URL to which the sixth tab is linked when clicked - url5 - false - true - - - A URL to which the seventh tab is linked when clicked - url6 - false - true - - - A URL to which the eighth tab is linked when clicked - url7 - false - true - - - A URL to which the ninth tab is linked when clicked - url8 - false - true - - - A URL to which the tenth tab is linked when clicked - url9 - false - true - - - An active tab from the value given in the attribute tabsValues]]>. No matter which tab a user selects, the tab given for this value always remains active. - value - false - true - - - - Creates a component that toggles the visibility of the content of the component matching the given id]]>. Default icons are used as the component's default mechanism for showing and hiding the content. - toggle - com.liferay.taglib.ui.ToggleTag - JSP - - Whether to initially show content by default. The default value is true]]>. - defaultShowContent - false - true - boolean - - - An icon to use as the mechanism for hiding the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. - hideImage - false - true - - - Text to display as a link for hiding the content. It overrides the hideImage]]> attribute. Note that the showMessage]]> attribute must also be configured in order for the hide message to render. - hideMessage - false - true - - - The ID of a component instance whose content's visibility to toggle. - id - true - true - - - An icon to use as the mechanism for showing the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used. - showImage - false - true - - - A link to use as the mechanism for showing the content. The text value of this attribute is used as the link's text. The message takes precedence over showing an image, via the showImage]]> attribute. If you specify a showMessage]]> attribute, you should also specify the hideMessage]]> attribute; a null]]> is otherwise displayed for the text of the hide link. - showMessage - false - true - - - Text to be prefixed to the Toggle()]]> function that is called to toggle visibility of the content. If this is not configured, a random key is generated and prefixed to the Toggle()]]> function. For example, a value of run]]> would result in a function named runToggle()]]>. - stateVar - false - true - - - - toggle-area - com.liferay.taglib.ui.ToggleAreaTag - JSP - - align - false - true - - - defaultShowContent - false - true - - - hideImage - false - true - - - hideMessage - false - true - - - id - false - true - - - showImage - false - true - - - showMessage - false - true - - - stateVar - false - true - - - - toggle-value - com.liferay.taglib.ui.ToggleValueTag - JSP - - defaultValue - false - true - - - id - true - true - - - - Creates a component for users to permanently delete items such as images, articles, etc. from the recycle bin. - trash-empty - com.liferay.taglib.ui.TrashEmptyTag - empty - - A message to display to confirm that the user wants to remove the item(s) from the recycle bin. - confirmMessage - false - true - - - A message to be used for the empty-trash]]> button and link. - emptyMessage - false - true - - - A message to display to give users information about removing items from the recycle bin. - infoMessage - false - true - - - A URL for the empty-trash]]> button/link. - portletURL - true - true - - - The number of items to be removed from the recycle bin. - totalEntries - true - true - int - - - - Creates a message confirming items were moved to the recycle bin and presenting an option to restore them. - trash-undo - com.liferay.taglib.ui.TrashUndoTag - empty - - The URL of the undo link. - portletURL - true - true - - - A redirect URL. - redirect - false - true - - - - upload-progress - com.liferay.taglib.ui.UploadProgressTag - JSP - - height - false - true - - - id - true - true - - - message - false - true - - - redirect - false - true - - - updatePeriod - false - true - - - - user-display - com.liferay.taglib.ui.UserDisplayTag - com.liferay.taglib.ui.UserDisplayTei - JSP - - displayStyle - false - true - - - url - false - true - - - userId - true - true - - - userName - false - true - - - - user-search - com.liferay.taglib.ui.UserSearchTag - JSP - - portletURL - true - true - - - rowChecker - false - true - - - userParams - true - true - - - - webdav - com.liferay.taglib.ui.WebDAVTag - JSP - - path - true - true - - - - write - com.liferay.taglib.ui.WriteTag - JSP - - bean - true - true - - - property - true - true - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-util.tld b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-util.tld deleted file mode 100644 index 72a4caf0..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/tld/liferay-util.tld +++ /dev/null @@ -1,141 +0,0 @@ - - - - - 1.2 - 1.1 - liferay-util - http://liferay.com/tld/util - - body-bottom - com.liferay.taglib.util.BodyBottomTag - JSP - - outputKey - false - true - - - - body-top - com.liferay.taglib.util.BodyTopTag - JSP - - outputKey - false - true - - - - buffer - com.liferay.taglib.util.BufferTag - com.liferay.taglib.util.BufferTei - JSP - - var - true - true - - - - get-url - com.liferay.taglib.util.GetUrlTag - com.liferay.taglib.util.GetUrlTei - JSP - - expires - false - true - - - url - true - true - - - var - false - true - - - - html-bottom - com.liferay.taglib.util.HtmlBottomTag - JSP - - outputKey - false - true - - - position - false - true - - - - html-top - com.liferay.taglib.util.HtmlTopTag - JSP - - outputKey - false - true - - - position - false - true - - - - include - com.liferay.taglib.util.IncludeTag - JSP - - page - true - true - - - portletId - false - true - - - servletContext - false - true - - - strict - false - true - - - useCustomPage - false - true - - - - param - com.liferay.taglib.util.ParamTag - JSP - - name - true - true - - - value - true - true - - - - whitespace-remover - com.liferay.taglib.util.WhitespaceRemoverTag - JSP - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/web.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/web.xml deleted file mode 100644 index 6a84959d..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/WEB-INF/web.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/css/main.css b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/css/main.css deleted file mode 100644 index e69de29b..00000000 diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/init.jsp deleted file mode 100644 index b181c87c..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/init.jsp +++ /dev/null @@ -1,66 +0,0 @@ -<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@page import="java.text.Format"%> -<%@page import="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil"%> -<%@page import="com.liferay.portal.kernel.util.StringUtil"%> -<%@page import="java.util.Arrays"%> -<%@page import="javax.portlet.WindowState"%> -<%@page import="javax.portlet.PortletMode"%> - -<%@taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> - -<%@taglib uri="http://liferay.com/tld/aui" prefix="aui" %> -<%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> -<%@taglib uri="http://liferay.com/tld/security" prefix="liferay-security" %> -<%@taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %> -<%@taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %> -<%@taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %> - -<%@page import="com.liferay.portal.kernel.dao.search.ResultRow" %> -<%@page import="com.liferay.portal.kernel.template.TemplateHandler" %> -<%@page import="com.liferay.portal.kernel.template.TemplateHandlerRegistryUtil" %> -<%@page import="com.liferay.portal.kernel.util.GetterUtil" %> -<%@page import="com.liferay.portal.kernel.util.ParamUtil" %> -<%@page import="com.liferay.portal.kernel.util.StringPool" %> -<%@page import="com.liferay.portal.kernel.util.WebKeys" %> -<%@page import="com.liferay.portal.kernel.util.TextFormatter" %> -<%@page import="com.liferay.portal.model.Group" %> -<%@page import="com.liferay.portlet.portletdisplaytemplate.util.PortletDisplayTemplateUtil" %> -<%@page import="com.liferay.portal.theme.ThemeDisplay" %> -<%@page import="com.liferay.portal.util.PortalUtil" %> -<%@ page import="com.liferay.portlet.PortletPreferencesFactoryUtil" %> -<%@ page import="com.liferay.portal.kernel.util.Validator" %> -<%@ page import="com.liferay.portal.kernel.language.LanguageUtil" %> - -<%@ page import="javax.portlet.PortletPreferences" %> - - -<%@page import="java.text.SimpleDateFormat" %> -<%@page import="java.util.List" %> - - -<%@ page import="com.liferay.portal.kernel.dao.orm.QueryUtil" %> -<%@ page import="com.liferay.portal.kernel.dao.search.DisplayTerms" %> -<%@ page import="com.liferay.portal.kernel.dao.search.ResultRow" %> -<%@ page import="com.liferay.portal.kernel.dao.search.RowChecker" %> - -<%@ page import="com.liferay.portal.kernel.dao.search.SearchContainer" %> -<%@ page import="com.liferay.portal.kernel.util.OrderByComparator" %> -<%@ page import="com.liferay.portal.kernel.util.OrderByComparatorFactoryUtil" %> - - - - - - - -<% -Format dateFormatDate = FastDateFormatFactoryUtil.getDate(locale, timeZone); -Format dateFormatDateTime = FastDateFormatFactoryUtil.getDateTime(locale, timeZone); -WindowState windowState = renderRequest.getWindowState(); -PortletMode portletMode = renderRequest.getPortletMode(); - -String currentURL = PortalUtil.getCurrentURL(liferayPortletRequest); - - -%> \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/view.jsp deleted file mode 100644 index 844c8151..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/html/autodestroy/view.jsp +++ /dev/null @@ -1,11 +0,0 @@ -<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@include file="/html/autodestroy/init.jsp" %> - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/icon.png b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/docroot/icon.png deleted file mode 100644 index 807b862cfc087b70dcdd971af3ac92688484e998..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 467 zcmV;^0WAKBP)4nWfMy23V#h*$3p-!?D%AI~T5+JJ;5Qi)|`;Y?)XOj2U`VS70o zp1%L~Y4f1;U-b7MEOk38OU$EtImvzCpiEkKCg)@3^{;h@nc_6NuOBn7?ZF9Ev4w3+ zWiSxI_v2&k@_b{1R8kdeGLx;rFK&F@c}mqZ4YwJO$7q^VC6&nL^Y#-6g9F*zM-oa= z70W0^1X#=%!t{DQE-wCJ^Pd1r08&yFDUlL$EtoM3e+;?Hv-Nc(QI%=il9}v$`OS^N z)(TbAG~DLw><`m+N>!Xf5_@kR0j83~eKLh5sv-%=fC#``TU}jaG#UW`VS>Ph2!jLJ zROR&N$x3B;J002ov JPDHLkV1im=zq - - - - - 8099 - tomcat - tomcat - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.core.resources.prefs b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.core.resources.prefs index 46a56d08..694eab2b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.core.resources.prefs +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.core.resources.prefs @@ -1,6 +1,5 @@ eclipse.preferences.version=1 encoding//docroot/html/amministrazione/tabs/territori/view.jsp=UTF-8 -encoding//docroot/html/common/import_all_window.jsp=UTF-8 encoding//docroot/html/common/import_window.jsp=UTF-8 encoding//docroot/html/fascicolo/actions/action_toggle_sospensione.jsp=UTF-8 encoding//docroot/html/fascicolo/navigator/header.jsp=UTF-8 diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/iris-axis-client.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/iris-axis-client.jar deleted file mode 100644 index 66f6d745ba104105d37aabd8622d114233b427bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 338093 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Μrn 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

D{9+`0 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ⅈP^6oT;~*AO;flx?Barc5wWrIrqJ#%Bd*O0zCTr}LLIobZeon=e!e|qcwPAJlI?HEIMq^oWuA5w10Wlr& zz*5^}!C5ZOO8r4F_Q3jOc~X_bQLyErQ*RA7@K9f<|S!cvz`!~u&a zcxpCglR?Qch~WyQVR=$wKr2NZkEt|}1mcz@l7Izf{(@Aa*S04KyJF8!9_fN?IqAX( z3(Trb{WR8Cyvx_+{eYsP5%;}xt1=e&RZld`WhH_Zq#B&D)-5ZP7mV#OSr3 z%GM_rn0j_kg%N>l!q&4hiXp;vjVJSR(%S2ln(~D+VAADDVfKhE8ri1Ial`9acb2G9 zh`PM9qgd>^{13*}OWJ@@n_!-V_*sa?eO1X3?oHrlj2KjV8BZpiJJ=s>%?@tA|8>u8u5 zOjj;M11%v%>#))wm`EztQ9r1pnRX&EbR~>KzPzaTrF0%Hpm0lBL9)4?>t$m9OLk5^VDJ3Y{On+ z1UqDi>em7lOve|E?$IvtsSED*2t3aV?v~^JR3bUb`ODlblrHL&5EowWAH0uWEZc;c zi%tSyF9p$TgS;;dFgNI?Q`MDpmVQgOLJGv4B}P3XYG!nmP;5-4W?MN>cz%Wm2Eo;=^MRbt#7wIhOSu zArGo$NKzM>zNpJ1$=>^GNb%SfBZNVZ(P0rLJ(yHMoVosp*79$8SOj(R9)|B#GgT9s7s{H=QJhCA!()1f7HcO= z%Zx+w}mK0P$gndmbg98(9opJNm+$|yk;bSxc^+)Xh= z$(IC$kSUc#6QxV4FFuNtfeVbFL*#K*%{{QI&#-eg?aiJ&pE6-pELTf)KEPZVSjz&Q z2WO+~ynXBbP5|FSm?4V%^b^Xo-p_N4cRM??cN(;th8u;$IdG3mg5b;SLrLoUZfK2n zkoW|)pIC~qYWTm%&L?3{Efl7njP4}0`$mMg1-Yef7dl3vng(e&^{LL|Ku?!#R+ zm`OvTR?5KPb;%83`B5g>dcF z!}8RUr(Uh8-7y{yz%<31t(kZNxV)hhyn!`8uKeu3_Q*pH+?RbV z7WB9~lwz~0~_O+1r)rR?UZom0K8=d7F)b=^$nu&aF^xYY=|PO)U|+QLt4)F5#kWeT=C zs7~RlK_8;6AaPx*a{1d;=W?{C9?Vw2-XhLLJy%?qKbKs zuh*_=r7i{2ZuMWVSwEt+uh(vBl{OiKv@n#wa(4w~vuzyHPTCC6+2w5oFUx8(qqIaz z_Otr0xezg*woPUvV2pWC3>&{N1d$#WBz})GprRXKl{4TjwF*ob{Rvvi4tWUNlz0r> z)+r~4$;tEVzfCJAr^zYu?7v?tCzrlf<^7=nJO*AmDa*ZV6?pc)w3U-*($^iN_v<3z zw=nr8KO1bcbr|)pNpg@=zG&d~ZBHpRM3yu(3rwr-UcscW#{GB}s(4^(8@YxkEkSC{&^60o|9Q`w7}yE*62RDuD|R4Sz<1io1)!c8 zcNEo@XC1SPjsNG9#^c<&yTy(=FdfddDg~p9oPiG)<1aGFiK#f)p)1z`=gccXe2cQvB1GB0ijkjEspHk=gBx`is+9a~&A1^+(6hY5u z)1R3c@?A{i5vxlMneL{AtocxqXm-sLFwQlaq!!wws7sV2Q4)ub?jUJSCz_;zVGAP0Bw!O-Kvj{LaB37n-CP+9ce|RkDA+SqRz!jjv9Xqe;cR?hy6Q zJKMD8@mb}{qb6k=E76DZp~8Y8RAU@cqzj5`OVMNVp~mzkEjK3F2_uSQP0E_6corJd>`j&=dlXWYI(-P6(bK+A`a=NBW^#V zE1~H~`n{l@}rS`G&!?N2|`;92~#<;9im>;1#QA z(=Ixx%=WT>ICf8gpU`SnF|Au2S`#&#A~Z}OOrPj#!#^0LMdeu3;oQ z!QinYYx1E!OgMc^w8pjscS2}t4J6sv!AcaYYcBfkP(RwFDRoip-h)YDmjF@=-!#*@ zbIX=c_8Dl|bI1ls-c-}NvlDU{LPwK;T(1W_@3V+QM*j^cfQ*W<=^JstsszdT8z8sO zA`B8QOSD5$|6AftdNS3OUR2U=RF})=YSr}t8@q&g-}#Bm9n8t?BD@S+n`N*9sls@@ zNAICLQZbq%X1Ia4i~-DzY?iDVM!*2h5t&>e5Ex&CZ-^l_oio@H@G|U(3w`c9q!lP->eTR+A=Fnf}5j|kF3^(8TRZxxX%l;+TvT`J`b=sx$Cza zKFHEE?#bOlpogNJqO=^sZacWi_`BQuxg9s~fBSAOhiei1moDc$aYNclf*n17lTa}oObd{Jkk|1 zdEgXavNW6%9ESZeErFj;0Y4r2^KkeJD%uIb5J+Ds{r+EhAQqt+dlx@^0aogNmmU7= z9O3_jL+SsK9sU_4Txx6mgoFHJtQYv0jYFn2=}1|VIGb*FW!snCD6ZpP&ypPhR*DUz z5wVmQO=*0+1{H`M#FZc8a4hi*GtPQ#46%JmMvd%h`ILP2tdtAN@@ z8RK>bK5dEIarCEV7{CN-sRgo^3HO^+h?bP(1#PHT5BS#3>^4nYdHzj`2EKT zgh4`Fp@<4~jO-s8{qK1fPyJ69{0_;hi_KFt7UfK+0FU~7=ByvF%C zObNkMshz7EVDE%VFoqFm>NzA`JhZZ5>hAMRdi&QpTyBj@m>q?hOnjerwstJiu@i%c zil(AdI8Iit3n+83+R@3S*d3ahg@TGmn7~^1QlovxGKkq2Br9P~KaxECu0$9?3vKkr zA<{yra6%6y_c3d9ekOUWnGlc#8_9uhQ29YmsN>Ia{?;C56r&rn?2-rL5OZdK3g;>6 zP6N->vXb!JADckJ(pB;dLMd^yu@-mVaK+BRA1^~b$&kq}>D;NsUiQ|2KP7)yV`lC& zZo#Il=Jk9*)xUUzdrK+JWeY%Z-4`ILq$VvF&E=G5LLf9{33U-w*pg5A6{DhHGk8$Z zgf^DdVCuAWpnSY-hDzh8&u74wl+=n5x5}BurqZ!6KBlP4{cZZveOi%HQl>ROV3XYp8ix;++l?mNhm0wynG-|F_~J-V)4eBG7kz9)TJ5c# zQ@RJ4-}k@KOLcGbT1WL(Qnaay&8$FJetn`(?YpFD9YBVMb!KCWaETo(?%<3;UL{^X z+#1^BtJMZhh@;y<@qi{RRfTp*K6&4_KLOG$dC=!_bFy87Z|Yh&I_FqR)Ft(LJ>4*L~L(ZcDnHY7Rx^nf@@l; zZbh&Jn4*Het|El!=xSyUtSX%%uwK(fuw3_p=I!Xw5Hbzeu- z8(iO%^yJSI8Nxb@2*-wSUOkxO0h>!agPg~uI*s0SuAbbifjf~|&BX@Km-o|qc2r0I zeAA_}6`3)=cG+QZZ3f)l2kjz=3Vp7_t9eF&;^70Ht+Qyq0{(yxZ+Vmp*LtT?2FKFc z7{G?J=AA%g=DI6aMVPZfCC5@>cG_4J+dVli0Dh3rySxvkeerjBI|AM|X06DiLZ_4+ zui9zLjw7b*&chsNNi$v5y!l8+?o*uxO@VB}`cMPg0wW=7ip0A2xEB9-XSv?zXuckU#yS2yTFeHDPV(GG;41CQK^NcJv4Up>JZA{pn2OvmRmUWDB8o5!d5G>#v5 zGJP%z#t=ujrkI%h;pcAkChlOOa-t70jV~4<$t9(!YeF3@EBfpO0Yw!k@4#4~L)C@L z(HH%xxb!I0sjy;AZget{kw$W-t@u-d^3|+Vq{ebsW#ckB1C{eoV_A*xm)x*mL;hrE z0fp~^AO7>q#C>KtfJ4D^qYicU&V$mX4?MA9`?keo>%cwV)#IRaZE{#`RBh+J#E2FL ztO4E5{{1z!4>q@A-Leobb7QxEx8pEfC&o9Ps0wtkLC)-XP<+z<;=8BKN4AwO+4*uG zIj7RY1`|)(mHjztNmRWjt@6D;C>x3#fU@cQYF7|S|n2fonj5iK0do%+iYiLN1;x0(dzScZjZZ;ur zZep3zw<++@O0(;;q;4aL!F_pCNt5r@NK0umfvYJ6lIMqrD13A_SDr^-w&uWEenI+| zwn%86Yr8q3U9;EHK~Xv`mgLdDIXflm04q9fYqPu`M`owHYjwzZ{`Dte38g(O8jD@geg2!It$qeLRdr|$+c|3h1`z&eQ(E0q8HoJU@ zjm~EzmIN0>R@K3|o_MIsV zfMY#fT}Y}lFQNT5abKlaCQj0NwgOk%Kd}y->T4<18zelRq*tbNo5O%~K6x~0--ZFS zl-Y~`cH7#hmukopgU5Icdf@ZshEUZ+x@uFccKTCo+*4aib0*s_hqdZJ*BwEa`da|& z)f!URl*etk(tc08qXJ0@6If*>(Iz*QB!eTJC47g^x=iAmE+)pi`%rjc?^<%eVaj>qpQu@mcn7F3-f zM`p|4Z{Xr$!nj}yCJ#UCa143@x~czCK!V54zy6L=U^D5G zC$LA#$waDxK!g1%ep=03yl8JVhvA$79-h6>NqjjyvVpk0Jcf)qII#Eo*1x-dJ%`4c zAvLz7_DwiaedL{HdRnhVtRV|4m*M2da=PBI0vCPQzrq*D^34}LX=A8Bu zUvSZgdcrporBLd#kqlQ_ss*R8X-3hTXM3(gYhfbXWTPM*_zGr%l6*~Vu`w@i{)9D0 zkhf9pmT|{BFXjcvbb4~WG8$6sp;{$lcsw0TMma99OL&QzU<33~zQi}Gxgl$VJZM&K0Ix9msMHaII`;Ntn?dkXIDP&y@rJnN=;d?YsXM69F}FZ&F)!89 zrt5ec;WPRoThuY*FY4fKEp@!fy}HyDzZDZRx@?v|SlFhvP&!3xW$<0jBQ)>tx7gxG z9y@M_i_slogSnOjC=!V$hFGz;*`*TCZ{e@vJ)>>6(Rc+xaA>F%ss|kT0SO&~vE}g; zZF0Vgh)zt|5wFXAeV?0$&4V)g!CV-BG(&0E@h=*KWwA!}F6m_1B!`LvsZ+J{=BFil zN9bSOh%}cgu-oomN`q4FBvz}9n)u#64Cql@$l4hKe;XYCYw;5?0ZrzQBDUO0NZ`tKhpevxD9^~h;!Hp4O!boJo2>M*dn5*Ti zqvLxbFH>2$G|{)K`pM>Ww7+Gg5kkuUcVySG7%=~k;3AD8Nm2Tbn$+7s@ zq=l!(%t28xJvJ)sgwFznmS|b2OzZIp#cTqhMDP;zPS|iUNauJ7z85H$>mE@c#8Xfm zJ~)UsZ*_^!9M>c;XqTeI)L?M{!VAF4FqBN{3wsmlb4h4H|jBxS&x4 z!%-|Dw8o(u^0rDWU?!3PfZ1vpwx_fQ7y9rk*8|)oI;i4zuxm>~(l(rk3{@naw_vI# zo7I4GIuqVzGj#>IQaQX^Ol`ay8oFr_=We8yabe;dv=WzCtd$#cX#&H#B0*i%JM3h! z;0-}Fmm@JDutxb z-0FK=QSvz2HlJ7t8*47LVqF?S+$OXUNQ+P^K!%@U?stz7p>Z5Rm1ddDT_}(8C3WAG&J>xsDfEFsLi#TR9dMsS~&I92r)14>k%` zTURtkd~24XH6%?$n&PtjR=I(q?_}NSwr6~x<)ubTo*p{V>&<||{shO7nj@Z9-$q@02p(qtqPw2k2r|T# z{EbdQn~KC?QZ{PtQNfLeB93b@zFOr@QWtR5`gvn~(D->% z+0eN|M?c5W9Wb%IR_FD)CPA`e9bzAWag~o-uz@YaenlAMuyK$XWq_pSP9@EfCB8%T z){1l%bVSr8Y6o?C^+NTwzlRF8m#x;S3XN=Vrw>4H2(vn1oKZn%5q#dd+m7R^!+f}87&+FbE zcW{_$kXt3Ri%xi(OrFrIC4o)HMZjByfDe6?vFLYo&9;ZALZZY6)Ga9%FFkUPz=mw6 zLd)&oiupq~$*}**K`OeL5U;`@!aH_gyBfn&`s3jl>r+|8UyZ&O^c$}p|CI%+1@{Be z0e9=%V-3XG++WEZnB=4KNHzxt9I|&;EIlrXIarVA)Sb=?@+Z1IJznFkk+$`28zHL{-@pRDR_^}NEz!^p%genIf+o^+a@uYCmJ{Ke(=A9==oP-a(4TekhbH9Lw5jq#e6fvWR5n z^(ds1BEhx0q&Jes+jR2z`8y~_RC;|m`xAQ72N!S;NV}aoVXv)4F60-yo75bMez>lz6T(0e!xK!IOuyApG1HGpQyqNaibZOSTuBouCF5j-=Puydeb_-ljdnDt87o+xnlo(5z$L`~ zq%RFX@7pN*bh&^T7V*zz0gOE}^7%ZZ!mS02#o-B${x9*-OH@9Ku^ z^YxT`P?7qyzKyifZeWYo3taMs{;hYug(zq6wL*oeemV0%Ty7K3+mPG0YCl9(wMfaW znva|SeP`+D6CQ95|5oOqrgu+92&k;LUY)M&Oc+x=gU48|iKFl(G*X)J(jkj>-B zNMOz@f6C{1g~KUVTePji*CJ*&hwrfS65Au)kxO+opApu3XW!%&=Jcs8=zWD{5-BaAUi6No5otD@Ejg(V};1wWw#Q zlQ~p(deuC&9(>*2GwZNnAFj@HGhT4RmXTEB#65n?5;B!XraVNxd4q*GnI6 zD*D>xo6=}C$l~GY?;3?xQ-+~*QVrB@TKd+4z?@FFn@`31$?u@VQ?6z&n08Q>>yWEq zL&55{MYAalZ{(P%9g8tGKg%C*RSW%YXKaaQJ%Bglq6tvkqE+HdF%QJR24yBpXTU$} zMG`BOk+gngUg9Cdy?mwJgCUVN6{}I!wX63BBg!(0`%ZzDD5Y28j1_`t#E6y5Yz8_08!4)ocAR7Q_=2Rg79| z7#54S1ne-t1VqSd3+j5YiYSh8>*~~k$*^xq#6itLEst$m6(&4cn%9D%K;8T|G&t(S z)+qN;3MGmHwgJUthoVYiF&_FOO=yrCW#y{9N4g_Ya{9^Qg)RFYBr{sk zxrQ=EB67-|Ec%N1ZF4z?&9t_)g*ilej?e2wQRG{&tCF>Ofl6RIW zdIUS@gDUT$HONDjDG|bv=Z1BYIY}*DliWrsIuX`Fx$5Y1(h4<7s4V(0rF0hxDqf^W zTJUXZZ|;SCr1LIUkVCzRnZB762?8l5Bo-5pm8#>} z@FSE|25p6lt$=zZ3KwNv_o63K^Rnah3!l*tnCaXWZ|!=Kh2rB*`ZS50bL(Twu9 zn#7febzfN2)ao4xjAb2KL<3=i`~rd!y+o%x#XN5YLo1rUtMjHst6BbOKsJroq<2hO z12`LlIC)b;#fXp*TQvRe0`0e~psfzn0~;B7`Gt}LoiIE3g2|tIi{7v;1;Jns_N#0= z2MOEk=7NuxjXK)mc;M?@6o%q3IN<2|#n^P1W*v3P23JXgo19O!G)A~*UZ`0rcQ+G8 zMZqfSRSc1`H7vx4C6=f!SV1L*?8{7kS@pZao@mjQ$0EYli}vVPIP+?$b1HfAT0DgH zO+?(2QBfOu=O|e0Y;l)cT!ix(tS9}=;wze>6IkTN#Am4y)a#nf7`HBPXm&a@g<@we zsw&+jXb~<)e`IO|hjJNP2^`$(BVgw<<7x1fnTYWYsPUN(3vHJefQpzR%v-^9->g_O zoV^whlso+4jgl0NywyB>w5O673tI-|x1eP|H>&$UTPBgP!gu2|GJ*|ejhlspAcL8g z(o-!@&s&Gpe3#Jcv$`yjpsU$L9hXqJ87{rL-^Lla*nJ#`s;s|I3y^hyruGG#G(%Ln z?+9)2c*0;FD}02?b#~y1Ki;~(j1LbTz3SjZEX_4P%O{NA4Lzm>FCO?co;Ax~DeWE@ zmhcy9kvn+Yfwr9tYWi)|lA^J?BgBL+`CzvPyYP5uEpv8loDV%n&a#(o0J;zRoH%v_ z#q7j3P1E88WO%BtB|~?QHFDB`K5?e%4qm>1Vd3`(;e9Cx^c22oLOgy7DMAtWNW6s2`RWhYqeT`7ej-REZqa2juMKN4YQh(GFk3NP)o{xWPt4ZBLUpy2f8QpR+ivhWA^_c(B7mS_c+-<_c4($0^xpjY z-@c~42!7K=K~Mr+p%E`$uqyM1M%ck7#Bj*@_Hnypx#bZLta6}=8-H=s*64xHdkDK`xWP|sZ7XZLn<69-p z0QWLJ*N?G&zlf8;7mNAO-&dC`Q^1g+H3D#nY`^1xyB=NztD!pSSKAsKG)i5K8iU=U z+$z&aO&0cGH)U}qtlhZIN*avveczwj(z=Lo`Yh|3KDR-6B3Iaq0!3*nsP6Be2pd9u z$|l{?^qRSY);p)VOHlvS77l%|Y&`1oDcI&>(e}2{ALY}p)QQa$RN~$fXYkP9q%S$8 zkkLZx-E0JuGcvlRaQ8PXOxzHwogu5K1j^0;Q`Qi+eeQP)qH$l?9?I1a_v)VocM!8$ z_?|)E&WJxRs6~ELo4g;M$urM4h+8Qny?VERUt#wz=zPi|FXBl%MuFxoER50v+X%sZ zEnqk!o92cai67C#dyuFK{rreh)VI(-chJ z0se-NGE9Y)fFn?4i*@1jzvydm0<5d|x6YTg2Ot=*u9Eaj#S!@1;Lmala)-;42`%o$ z7RzCR1Pl;|qcBPT;e$icK3k3~_P_!WgJmgOU zfgZ_vnyT4uTJ~T8F9x+8Z>t=bhQ!`293C*(#@bzB1L@WuSf)`)BsmxTpuqmMJ0G)% zr9WE6u}R3Q+kic>2i6{aYx7%w6#jXJ-nCc79s=}r>4`AYKJe>cJ(49JSRb6(fSh-G zsJm)!I}PR;V-aSGAdYKg=u}Q&)sGzjX3bdv|A=UGu^I$Oj)7ad=PQ2&js3c_*>dMbF1N zDai$~5@8!BYCP|Qy;cY=xN58o==}%V9I1(K#+Fcq$?n)9(3tmnogMdJ{^08i zvb)V;Bwl1@+#t3D4nKe#W(hg_j2DAk)bl!sThGV#%m-UTGtu2E9I6B%^#s|S1=l^y zn0GSVRY}1Nq8)f0KRmugJ0ks_s%xl7>Q`UqnMxo50GKiVT@?MVqx%0PQS`q*HvX%B)v&Q!7lrxC*6TYEA|&79g#2r0 zeq?CzRu7}|7N3jF05hz?wVpB-Po8!Ele`(jbNXHuk`pcvgfFrawj=7z;WaV+3Mz&e&y_KXAv%w4KW4P!g!;vR<{#RMgcq4_ z57m>??JE~QU?qi#6) zSvtJWX~6kChwTlffUH?}ZjBMacN)xESt!Z#AuN9W_qQ#8ZiBdP?)5g;V6JMUdWC_Y7xPy?wAI|2ziMeUk)P&6fh|xx+X9g0OPnm zil~w=@xX7id_sIv?@adyJlP=fHYiLH57;gFjlwVS&(;J!Em3vPf$xt9nog*$^QMd! zqI?Ws(jB5M&R*e%-_)pMyV_xky8StxM;uv+SS=HD;z-HbR(lF=uw3`nTRQ9UZQ2d~ zLDK1og(>}H!}aRFder^U7@>suiJL`!Ym1X08LEoFz$A{fnoz_qzc-itbpyhNW1Ys? z27NvTs*P`IE*7;(Or6PL{C!U`>Qco25I(6Lw4_<RKS_yckzysJsNwvtY3waHMP+49rQP*a~t z#OzSij`+s#*($I4D%fh5&O$Ry(nd>Okd8@Zpt`f9W!6e%gxPoLRY$yK*b85)E()mm zvnmW^&9{XMIk^kVj7Nr z!|6`Ss+iFbuv%b2u)Z4?SrPFf-JL?!t_;Iq=RDXIODU;3IH^2HSq_JmS;8O-r@U-O zQh1rUZXA_}{en5|RHLbb2HR4mRmap7l?ElJetc~B0e_)hE{}g8xm<2wpToG3T#uZ% zgfw_uQpnK33Y_<+<}wf}ZHB0nMmdvVT_Pi!l)FmGu{@)nYo_OpIe3_%4Mf=_?M)U;Vh>(nx|6`_5BBMAkw$YsTXGV6cSU{F#~Wt$w5l9o^&s=M5&8K`)H zt4xtz&UM?el(*I_u_UYYOY}UZjM}8woZF&|P4%{ZC+lf?aWyWLmUOM;iI4gc2CtF& zjXx)gM|y8)$1@S2b)omE%Sf7XvEg!at5i6zvC&Qn{^^P@q7#o`Y$z+-qFWYmw8@9D z;K>J;jVy|6LL9UMY>x%iw2t^PL>rfbUZa#&k}~Djn~VQ0Mk<_8Ziu5=a;gD0TVV!N z`dLdrrAOt2Lx6(jh#ZbQH?kV8sa71iduVf3 zOK~FS-IZ2AEv{3BhjTlNDU-9rt(W;|H&j!~0WIYaMG5fX>eDi_%3r(?sS!iY!-IW{ zH764-^E^#mWi~Rb0ozkWZ`NHN*rrmIP@;gF$}5K>#I5U2>VGa}ZUL!ltQU`!h71zf zCaKQIGOUnA6DlRu5)`lY8*^r*@H+8U|7C)+n_bd(YHuQ+BE67tfRB(x;{QBBR#sb` znlCLvD)QsXRUz**j=n-#UStAe@;hPKX{~wiMUF;3eSe@&Eb!8^+G=QG^LdV!+l0a6 zOj`_USUY}*EZ_*7TMgT_FV_)NW(ucf0yHZX(46 z0Oc!niH)K?LFxHfc~j;y9kpw8T9wH|aEw=>-0gWndEUOh!+TY+Pk?>7?(_d6)54U# z1#5r-02~tkd!75Qn{XEYD>ChW-h}(Vp;`Y)y8Vx>I5i79>=jgAxk45a-n;xE3DPxL z#U(PaiA5rNAn5C_7aEoVi~oL(|CGVc?=PDsb8=t zm+0Up_$PKJdK7;fk9niTHJy#o9YB9E+iiJ0Z#d0#+3jxgy)EPbUW|BQoq-@ln|ZDY z_K&NZZarBu8yxc9pDk6G_D$=OP!&hM?TwO`Fe?LVPnF3D#Ee|7gePlZG;V;TMN$M;CrP9oAJMHr#yGK! z>|0dC;!ToW&eJebBivOVUJ!Ql&TJB|d5#v2a)J6IvZo2UDG> zYSFy(f43wKVB?`R@(|URbAdqC-5M)=v-C1tVEU59&FQoC7w>zbqiI#d^3Nju4Gt#G z4XePVA-B6nEdmQJ6=Zps&R;P z%C3jmT1nA_5c zYoTV}Hfg*AKfZQCjRb$V5jGf6?v}Sm5b4@Q{0TC z3gWzd6?Mer#wsH$dXdL5!RTa`{ky9Oph=vw1`}=3qT!4T~MGkPR&KL zuEs3%*}V#HED1)3*UF^(mciLGT0z|Jfp~RYF|;-a9_=}K6!-i+0=t=x2l@P>eJV7I zVbX@9)(4N;c*{2;_5O3L>KaiE*5dv97a&YTIUP)p^n$u{FJTb9el-^Fw2ZHGLR`He z?8qfb3QwwBjZ=Dhqqe+#TJJ0~fL*Z*>2WDPX-De>(QvUcOa#v zm1Y+R-gE@V%OJE1;dW$jwXgxjxT$f4iYo%1gfd%GJ2@ zulSKqJW8*Y*bqA-+}!WeN73#f-vfzL_OC*8fjvppc&2QKd%rzF6v*X-zgQ{~T96-) zHUqCiJ1y?3oSdPX9iP~IKZDrbF_5|vN^4W zfw&Tf*{+@p@W?tXaEGvv?d}lK8HnE&!MUT2I0WbkZh87#jf7FP*)gix&m*|mk3($q zorZUijRSH)-6>)ZO9c0{!ALMi?o`5ao(UD3WA1b;ooM#8K^4#WfbXO3u(8~%Nf)4< zx&6M)B+;hsX{H93OA_z~uV)RTJZw}k5xYCWyXIznO*VQQ#%KImuTKD5YO4r$@JYJ` zoqQPv&eS0{!`69Lh%DX0uz?Ax?P95rF8hUu7(QAVvvh1^5ikDU-K6YU{=1PWc38Tr z@;BX%6W^@GFg+>+W$sm2Q{&UTrCyR^9+T#%SVEPWI;BgcO?Cv|mDoozW!J`|TBuej z{KnNA^x#@Gyvf4J8|vAgmeadM-enNIA~;T>`_ahh%|Jp*pHT5sA>zK#|W}O}?4B_-wOtP_lQC#)fCiv*ie()tCWm+&%`s-pE~y zQ+!hk`1-^UV~%dv-J2eSIRdQa@aE)R#9y@T zDDRpd11pA^8*FGLQ*qK)wKH&EeIB7_f|De zJqqMpFsLsX*PqAN<;&~Tg!ucKz`*mVa|~g2WK*Ve$!yj0aA0lF`=N#b=Wg-+(h7n1 zDEcrZ9KOM%T*LF_fqYjXTha#IdG#B8e^Xwoi6txI3s5|X&j!9lD-gKPzQ(2*y2I>V z4cyB200K6&m(k2+ITJw9hFflNxA#b^0X2-H+-{$w)z~jpZ@R)QED~C$kIz{;WM5Ot zsTvUZd*PD?L_Z+-Rc*0ukvEjz&uKpzm&ZCPWPQ7r$6)!k^VeXxJnj**AU*{1KJI${ zIV&7*w=yUFY|T3&|NB|tzxKrD|394-{>8*m|7nfc5WcST9L7QfWqG)MT4V7eLydYk z%yu>%MQZ^Cj7H)0Npnf!vO$TA?=9j-!#TA5LV8RFpP!Xi+#Ii~-K>+ZWmWLzoy4)g zG3+-wsZs;8;B@VrQ3p>+a_8Yfi80WwLUW6#nG)@RRA?|YW#B29w}C*3;#p?@I!Uve zm9<-HE6#Q>W)u6=xmDlEIlB~|Au~`fFW%MlH4nJC>HAN!nWvmDh?0?Go#XarZaOgQ z;V6S}{aoLYKZIX-$Y2`?31_L2k|@lPgUXnWE-oT0N+}<~$knZQS8#4)67jfDeWcV( z6iUY67}WTXctSL#%jZhq`c8jD-_BRaba#%z0lbqTO?y`K+sJrG&7>WuUSM$vSMa%i zs};YHa`^yLj7(y1A$H=WLV~}l)wk)`-cG6CB*Y-jBI)?CmcTo6VO;z83u-=cT}Ex6C}Hu?8f(z*EWyvW*~7P-Yn=s~C@4Q$O8 zV=>vFfK!kjPM-!0gMYEQ+umC1C6xrog9l4CAy8p! zGx6Wk3t__hfNNO@8c!|Uy<0C`sW@XC5LnGKtj0bgxi$D_61j?#fU?GIEz=JLGR<0H8iMqFf~QcOdm9?Fq>R8ubb({*?1?>WN} z*yq292y-E%vdBq4+DSY;l1Zzfm*Xe5R2ymvAHh@GBJis5k#b&Ts0Gv$32QaClrh)! z?M1RM>HU6hPOLZc4+Lp>-{+-%4>U0Jhb|y1tzM)gAvM9!sNY1f@$^LJqfRcy2@2n- zcQTW|JfOZ%$<9C2Q?49t_Ge*vjpq&$(jI8mgjF=}zl2a#HQuy7S}9OkwJ!ZSgTbb9 zu8~+zPAKj2Pae7{g3c;?J&Rs{KV}y zu_-}4wA$d;O}~cDUzQ zzcK5jxMf_YZ;}|t;y>f^83zsGN)x`qw@l($nUtQ`MHjY@!~G|-_tVAgH`cfVD(fyB z?qaBYENVCBEv+~At#AxnO9S#X(j0;3xQHb+7gwelLI`*RE(hpI+KEMtagp{dQE8k!w^7+{| zypfNj|L)6`{1t5iZEUB#Yt5ehXVk77jp{4|{rZ)U{I8?--)WiX|JP9~>}c*}OZyM= zvXwS=bksLBHMjlm)wIfoBBCnNca5KTiZC%*1XzLa4|d$Iq)=&sr?g(8KpNs%m~@av zVePbc{XNg~jpchEs-k(Cl-|-&b> zhwgkx{W0~Vz3Kufps)1#;BX1Ss`S;sXwD}787y`H=fWeZ$Gk9ynJ zP3)C>@{ocl$T`@f+%p25$?1MDb6-Ihh~~n0salDW4VN=)eL=3<0xU??I&#%8Mo-lE z)jxENyaSh%&>2Hk5+OFF+EUDOhkO-xXzIylj8VJ$>KZY9$)YPiy(nH9O z?7#y_zAthB{9H$NbY6Pu+@$0JYT7O5LLI8JaxDF_cg45@!ZiaQhl@P?Vt^H0#zdRe z_7;H^a$pyEl2yfQyHUdbh-1XdNHp{yReIB*Y8OIqbL1iFLeSj}F8M zY9G$MyDEmbkFJOiK)P_=zWohm&_CW}TokqF3LIPfacrI(`(qw)kZkaFGj5qKAZZAf zR3Gz>k>%wJjHmkGmxrNSYQC(7Qk29z3)V!8?Cn6CXJ&|foEj=5zg&lrSpA~HQ_~VJ zHZh^JySp*SKHFrSsV4>#8XN6+x2S(JSWhw*LtZ2YjsHU48$p|HlW`SPAU>buwIYM4 zXJZPXO={%iKqf4$C&NX?md>uyFDBJUj14+G=JpE0khZC9P!5JRnRJ@u-yx9ET!S7N z7CPwGIt7vlNL0D`g4nTvPGHWTlz zl|3o-2!ZX@h9R09Jfo;Wn}}XVIk(!L)#T>!m1q!9zn6C~Xb?hnhcn!e=)_g5I|mHm zYI{HQ%X_X}Sf8l((yk+j=Phi)GN$7^iix+;3_}(ac=Pw*vD9;D0_V3lcjRpD3g{s9 z%}E>1(%S5r74t-TYZ75RE|xFIcl z)yT)v>miCrN`e*Q&(}LZL`}Msgv4>iOtw~kNM5qq)H8N5u42^auBU|3gQW?@wlJoh zQKp(XMGe5K`%JWYwLG#Tjhi)+ny6x*fk#Lz><{=wL(H}owNaS`a=EN4BwfI5Bzc9s zr;t+mLW1N%ObN&kSbN5M{WA7BeEZ&7{%e)UP^2gv3?Vx3_2jX0L*W#8!$dlFjrf^& zqCx1bZ)~c}_utu?V+lSlK9b_6Eg&tTV&Og$%fHO&*ZNvy?SZZ?`?1)K(n`_mzac>l znIv}?QLZoKKcj-P<+1*t2!qYq;Y!8>u@YQ|FRd{;HSyYd>KtGILb2XTE-gvz0`Nq> z&RZuPmT8Kll@bcrBOFXZ-=1)?Wt;6H#p0z~P1z=>~-$8O)!~j$b>PG(7;-a5|_APrR^~t~5Chox$UWNF=7F zwD=sJ?sxmc!w;&rZ|^KMTBJ8@=(`&5`N&vg=+SILybOYJL}P7A#|mmhNaamLEt}PL zW~}F(2on^nyt%oNt&;}FNa>O;G^iTIaTaG=IP`KC0tXn54!i6S#~y(y;?+Hqz>c5v zfIbkFEK{{C^9-{?(CW#ibbrLO_dgpGdNO2uu6vym2wPFoG zE`Ae(Yo%|+Q!6sC46y{2r?$!BVenPJ4Fk0K0*cINe6?GlTCf$6kwb`-4s~L#lEgBn z<>}x#mpYWkp4rW?k1$fBhE(>`flg)$ElfrpO#X>xITMwXhGDdfR+bIg*xbgZsC~(? z1915C>?e^0&U_4nb~6_9_2>+11y##fIPQe-;QD0<>&L6r{5M|u&lS~ef1}9-2i%TD zbox@QwaWWf8h4ReoPqSFz`A58yJo}Vjv0i!Z*yj4H4zEgvfKuRqAQ%UfOM&QxwF=9 ztJ(fUv_hFSJWWyq#p>Q7-Rf0eBE7zqYem&aoW5Xs4C2LC4T&obJ09xmx3oa@Eyw5} zH~8LuCy1x@%VBx;{)o=eWcBBY2q`>_NSF2-j<~$1H*sf}IgO-A+S8~VH#qI1w(J!a zER3TL!VS5qI7%Kjq^RkjDjEd*Hv;&yQj>D7*SYHX_k-mg;cY-{J8i>`jxUv6ax9k4 zitC8>zjB$-mpDU%8j)F+l7`ZKuQf?QP*GQV`6M8WT*Nldi1Ma!J{uNts< z0Yw+J3NOf4z5o8PbWNI)T|TH>^)*Z&N=-P-kM!pKLeREQR$d+8bbLlCdt=1r2L6h> z(WyjU-d&gi0T85=PYfGh{KH&WW?l&z95X^$uumZVxupaxw@kJ?r5uq!Cq+C>m&`P{ z^olg%ZFkT{o12UC~CR?v>r_#Tj&e$4_139 zvEbAGaTu=rWN7}M^D~0~*$e&iX8+g+mE7%&|Hne8hVwDlC7mrZ+t?`v2!5U}6RQ7b+ckI6ea6vU_3!6PsxH71u$Ecbk zsLeS9kC_z{6BDM%F>RI;sp+Y76)#(_+LgpC4*hf&6`L6-7g(Ki2Ebd&vfMe^3k{9g zq9#T|M3DiQJPH25MoW`s07BDqb4M9mNlXYOMs_{5l=Nvd(phq_7nCH>%dB*9XNt0{ znc^d3MO&8Cg-3F3dKep9=+u&@rsd*NM9b)oFtQ$E z9Ng9FyBeznyW%AI4YXoJpx(ot*A^E{IAi#RG5F&@sYLl?SPOcSOsQsf{AbLf0@PT+l5pXBnSq}ji$9OJ+-cWG9*uUGK~XNq%QKC)TunkUu=bWA@R?dXHA>Q-(zKQir7OBR=xP< zy?7wy)uuIdn@CGf8R&(+9u8Au&>a+eJ5~a+uoqS~Jf4}$9F9jpHFz!Lyp{G}`x!$P^YwG&Kg0=V%GsHX0By&)>4YW5!}qE&ZZF726vSwZxGD zfR3(DC@SC+I_;5}!4kHU^k1sdBcbD091`niG-%O^&f_>~G6{=^s?pO_bef8r+#nMe z7A?$N*m!k|)gWY*udB3I4R`Xav7zbf%#le*1k(DGf0?Xe!P`(#IMfNrFcBzgXuiV>k{B9fO z*_2BFuEAz~l;S50%50-veBcHaEEb(1@xzG$BhTI~ibr!5^>x;Q>UfDwaw|0Ra(PNJ z+Zbxy#B-7pvOE7PYFAIF@aZ4${8z%hUIxt7KGSrZ&xIqEu0xu9sAE9v3{GyX-{SeM z7eTo!ZoJR70U{l8M&p3nv4owH6k|2c3*2sdpjDqs;tGWCtRx!Z`r8manoxhZH>etR z?vXtsWu6P++sADb!KW@vdonDBD*vk8tj!Q!W68ap_mlACNVXuS>ccH=VqVyZ=73B& z=4oVL6m=f?!6?VssAGFHaS!L@u072bzI!RMdj7*aerLVe<9D%#ucHC>zH{0M&8?=$ zCkuL8ILg)lO;;q#mI&$2p!p|`=^bd)uJ_QLs1e<4NKfF!E8-5pSL-dnAFnXkJ5#D% zLa*@HJ8GVM?Opo!HQ{zgw%Jnns0ZI9EsA^jJ%aEp6?WG}X+=wH@!V7yh%|EOUx4Ag$J#3FnehdD z6c7Gd13a>CV8z3B$-ldQtvR>ma>yRJqhwa@R&d!xKz%asMLqGsqyi`Kw_w2;a>peu zu{Q(2?TKK?CL0qq2+-yE`Fd>|!%e+;?l2RDxoZ^yAJ$W0x)f;CeQ==8I=Yv`BT$7c&`<%s6qUPer{ z6O2H>j1h1~y1C=X>-QnIA4e3a%#lT2vZ(-m&+fip+efs$@$|oE*?p+z>e($r*+O3Q z0D!MpA;=E!fhtf%gJT)uXBz-OH3B6}9TA&6Ks?-%oOy*ZZ5b!~2r%#jYAfx%+$U`h zT4I5HGLM4v%ydIYfZj^FWWm-xcoXsh{tcGV7))MTgVAK+buK$rLHSZr`I=nca3 zS-Ito*}yHj+c}$|_F;4c^VDFj)UL3MLB>;mcg`&j4*3d zwhTL<56tWn@CWLsS#aSejL(UAmLdLo+X~IWu~=2KhooC;-g!(DXqOLvGicPI|SE+4_>+OxyT(4RiWq{!sh@8AF6 zfLVvZv(z7XydUmgalpUJ;{yM`aln6pdbLf5AK}~kMb+vtPN4>3!zSTutuVdBCBc4F zT4Pe?zQkWlEI=@x0!+LG^RFi=9$&z|u!8o>0BZb_&P>iWaNXm}%ZncF%-~ySWvi;I zqlnFE!an8Gv&DoW+Cx}>Lx zN`674Mtwk~@V%vkP`9z%eUpDe`?G+(rhY?k0j7KD(+6QGq?B-lqtCG;CJ1zd=>;%V zonmL{=D_+1)a`D7G{h_L_X6|_#EcmiPz75BfdMPxQ{=brN-oXz2{Glw`6F@V{DK7? zS?!cXlLJ;3+IznTyjlhr^STEY6s49yq{mk(jgXT;^{C8aSZ z-0xhkhU3w{-|9bVA6nhDAu_*JOE^XwyX5VkXV}B{AbVKQ_)BBHnQWn%Zd}~y>22&` zyzo6yp)@M)sAveFO*!hEe88luIev*{r$Q-pxmvWZ#!iFDTz?8ID`Xta2$o zb4SMC0=$2Z#e8&JbSTt*YPy?gMM0lUkhDk_orV<2T#i6ETeZAkW0gGFFyf$ph2N`b z*pB2!yc~w)n}$kO%Qx_FA~&$>o}AqBM^!Jm=r~&GxkV}uQnxq7ntyqP(Xx_CO?xN2 zJOm`wts0Yl>}g-__j*+cW}U^AN}NVPz>J!0i19}$hO>!)oMtOB(;b zI4PY?9#)oS%L5~=U+4O8Y&iqG;L3AupRI!}E@g37Kk>;hpv_8HcS? zlZ2A1zzYFJqeV46q++SQPIh*uzTZa%enrz|4r%9zR*jV}ToFs4w6e4cm=Bp3E9)O0 z4<)k*e=P=T7=ixsm6&;jCT=GhpXW2EXlE3*b#9k2GQ=P`8!pgf!rG+1nJ6&csSiny z*$D(M3R5Jauf;YgMis1dm)?9_7?8=`21ViO`l;M?z{GZ z_|Hf;n_#Uq{LyL*{x2@zf0yC^!;vmz?Bt|xYV|(~ysEXF(ki+SOlRGsgM34Q*}M>< zWeRY+4|6ntd6X_b;7EZ`{gsEh&F+NH?zQk-2?>1$iFx9h7gN92hRSrPxgnHZQL_f3 zRP|RfZuXhfV*0nmqVCsndd%W8`w7it1J%;J6WTTV%hp5BjbqNs#pRK2E;pziJI@oI zY~D(PGiMGICcU6+T1$CobWrun^YghlWBurc>6yxaL`X_V%K6jP_C-Pp_UdXzi?x$b zRU4>{e}eW1j$kZWJ&d>FCJm#NryQPKg-UhXjui>v=qO67e=spX-Wqw?H=V%zwDq8%l+v`kt zyR!z_k~tCQ>d>aNX{s6W?S^OPbhAl9Z6wBiIL!7b%RqLC&7-<_clHH%Que{->6m;`cjm9-8!N+}=5m)a{q%Ot538*rd zP^arpC>YOFRY|SM6e{%!TT3f5l8&;yVTumwawiF4%*SXEoU*5zkJ6Ga)THI^(foSBleMoh3#~B^>wq_&YA1;x4lLf^g0vL2BA-S?L3W zKdj75hLM7bg~*#oFfT+22zuQ>YQZSbuwpESFCLpwB?c91kjG)2;zw(bAe1I7Pe04` zA(RuZ?+~}OuqHGrTrXK_lnkfT02(>^qc?_6je|hQjwlzwK_;ox#<~!MEujaOQsFA+ zRYej8$eDUAf3Jh&OOOfG8nk56o26ZU)fpFavLM+R0*r{fadjy{`mRSCP;cP`$=}HB zmCX<9lh)HRdpe`px*})KB#RWQpglm*4IvU~7g;fN6ms^0-24NQg`1(GcWI!YBhGrG{1`X`FNZUN7zkqTx8Cg!;Qq_3 zQl(4pNg>>)PkW(mBY~x&S1)TSLb};vXr74+-;Gjo_l$dB>?v7_Ut)tiPK_7Cn=bTy z`!1#Fc=Y-5JQ3hTTgzrnr4s(GO@Asx)M?L7S8olwh+;Qy1}ojR16P42MlOk`Kna;n z^OkNwc8aLHdq-iYQ`n*5utg9XS4DYx|Q@s+Ngf6GQy7DrGS#EZ8q?j|G1xS z&3+1|=y=VY^+_Q0gz!~49FHjwc}8SL zDP382T^_5MoF}!-#*%z(Mq(^CM!}m=NZn=gL^Iy}8sH9MFQvcvJ%u?!z4-A8!3y#v2~y9L_WsKJbaydxq5ZA#q=D)Ly^pyBhc%Qz-wuuL@M1DSefx(s zSxYcP>%gsD+R!00`Sul7lk{{WCExO+XpPkrki8gftN+AjC%>O#Z_v}|70G48zZ|Pd&iC-xt-{AvW#pJixlJ{Z6*>&f#k`v@(j5L19udG$-hs* zRG|AHXmI#c?P5HC&C_$XR_tab>z8J!oEWei-`$vOiC`3OBgb4PX|pHpQ7uV4>Bs zNeoh%s$!V%LzKj6^MJxpVv1SI;IVi({FA?`DxC@u_Y+Gg($|4<_;oe`;@~TT=e?E* zDW=L2r!sMw1|$~0Kyj!|02*h;68D_N*OR%)Ja2_ZKQTlKpirgN$fq-`aC8OtGS=3s z;0~}4cCSrJIV;GdqLZ+wcVvIqDT{D015W}2YRc~uKR;8~0i?T(_Z+L&;)U7o!#J31m!aqn@2Rh?y$CwfZZ>} zK89>OcEAJBS}8-k*OkZ>D@ngl@hZW9V0Ekx%jf~ySe?qg7HZL9$nLH-J>X1>W1{X6 zB*h&;gHqJ(7Dar9C%J&1QaE}C^G9Y6Jf$#HEi7lqn5!5KhGVN3y=NeUE_+JGklZuJ z(tYcyAJU4JrfclR_%q)XnFm&gKm0ZorIL4bdx5x%s6@*_bb=VvZJ@>H=qH%P;%Y4i zudRin^w`s-NP{Is9XCa2;ZIa!SIyD?lgrv-bSpN$1Cv07-9N>P!S=7sT6A??!I?sI z42;-K6#e@UnrEOw&T(m$5?sZVIcDmfHc0fqj&tk&JdWy?hZ_Dxtdf|jju@jytfOD; zn~eX?v3L({HI(^NC{1+19Mrbcf759f<$TQc`<+_h+XW;ZR6!`E&ZSFs0NDBLlAv^K z3`E62{3n=|+lx|LAeE#g9RE`aN&6}hcEQ9Mok#$weE-YFrTp^oT}nNvTz;&EDJ{Xx z&zum_{EjZ9MO8)K1`IbkoMU^>k>{^e{cL)+uY$!fr+}5dj&WUD^ko)<;*=SCEe$T} z+87C1JDbH}q7|X;?VD?aH$S0orwCy{x4cFBqwYU|Y*99H8~-PkCHa5xMg05njQ>C5 z*#9RW`=8j=kGJf#u3-yboy2*mOY z*+!C+u=PYc|5(f1xX8b+uTeIHNs}BIBGn>j$C3R>_xFagj?5+qB5K5A#u7^ZOq&TX z4w#3PsAClV5hXPhaBzrx%_?ApL#RPpg+hmL4$hJ)YRLjWhe}@pIYR?1Mf#aLINc^czu7zIAQ8EaD{4&Iy(5e zB$U&UAwbE)BXHMw4}yzCg^xBLa3uO1+&u|1i4wYuk?QO9ZGnpt9;xYL zB}Rxh3K8Wp9EYlhv)V++4E(JaR7zZ=wZ*ej@%b^D8#X{&nQqw@UzCM`F0AA~dSMQ8 zt$BQ;$c^>+c=bkVa8l1gx%J424L5}b^0*uKnHFqDR;ZgB_e)EeDBwNpMy`!PqLAwn7$twyY=$SlJ|VSA%WWbN}CXp5>5$mtRBPmIan75Y(W zzA2~9Y3n`)H`r=`5s{6*b8_`M+luz)?fuqaE&CkyzodPW`RX+McMhCE<8nQ~W1y_17Ep@HI|wdXBd zJy44Q!km*v!~6xhMX6p?N~ubFr(zz{ZzY{_q7}A^D!fZr$WS?@vn6|Sd`J%oR8_HR zPi>(+UghWbg{{_)6^qAXgB(N1g>>f-7@<^6Fl6tK>i!}Yu7C*$&{7*7oK)&cSanX} z+5nOkt^En@y@yl-whd8R#~@ne>$X*^FiMxIpfbvlDt$;D*@xi%Ag&WkQH3pB)RO*a z9A}j78kN+-G_fZ{xwxhH%PCdcrxg@bdt+v9Pw(=~D-Fn?*Vd|m@|#z67We>-AIk!I z8p|mdau(On(wdQyq*`uG%8PN;=4z3(rkhPL)Gfo|hd-kFoIw@ZG3#-7WI#(*4Ie+1lN#bAK zzfA&t@-O$h$9Yy9xHSGo_#!b)%JxN8fom+O*}66lDYk#Emf{H6S&a zrcKhuZYa~X_>jTPag40`)id<+y#QarG9&ft?F4F97pP~QsCaW9kG?O@Zh$d@mbcBA z&6wU!*br2>>XXC@Fuf2(+3@M7_2naYvj>Y?8Be_IPd^GcldUVP)TCb~+G;gb{xntf zn5(@V9RFP{(?Sm_~Hh!_zdjV`}6m6&k6`=Scocd5~tO>+z~~1UowMqaVLS|J}4+ZDWwag zgT_-9mvFs?%Q8&_qJL5N+#hah^Ar=J*y<>UIms3|-~_6;!z}pLpBOh#Fa2mo?*LD= zNQOO{_lq`2rTdM7LAvQ|HpA=$p-)wA3pY{rBKW@N4)}!iOSsP_Qs_6Bb@|2O6p1uK zlauh`!E2onTr0k(EIWtJF;{f_8!o~$OP^389(4Mvjgr|UYUF;+hc7if^f90hZu_v2 zW%S6tKZ4~LJ0ozkt&#vcT0K;lmE{ZA0{UO5+AQjxwX!LPuYj8sr8+Rsc2Rko3&@45 z58K>l726f!Z=Z|*`l~SF16=C*;qI_F|0>7+J9iiQ&;BZY*0KV&M(+Q*m;G==Tt)t_ zA=Yf@0wlBoLn9L>i(eVhgpkf$qkk2)H^^jjfl@&@Y;F>Rv>Z2E)#H@TC`xKFf44~x zcn2ebzJlU?49+HJ%zj2SE&0p$H&v$O%GGr>!3sUK|IDrH<+}SN>mmClXY?HR@AsrG z09OBvKpFfg1NJoenmKo^rSKqqQ z8gcBDx#MC=%4#WeW(btEQQ9J158kcNjJ-+D5|QmyLZ6Gcap$ZhCwUKPx;_`xoE$tk z{AGV3!U2H)C`EoWhcILARhf=>lw>aqg&UN;f0#9!X$f_?gkEl`p7w4MB!6*yblOF0 zlsVze&vCao693@=uyIuB{#3g(e7;Chslf@cYRgwDey9VmL0e@m32a^YTQ^{fa()`z zq*ziUF7O?X-!CE3llS)oXtEwKyv2Etqh>m@Mp_R#bme!@h2>5Q!%Da!v9Og$OZt!C zOQ|}<35XCqF^M^)f+pWe9Nd~s#7O|)#QvqoT!h_mAHQShx%cVoo#&=72OAd^MeL`3 z<6=@3Ia_L(7Cdb0RNP9tO;nz%n)@Q!2T4M z#EYHR4zcPwv#1+%DP_sQ38>BJ$jQZmMVhB*)zZX!-wmC}6JcIaOn>G6hHcQP_NyW5 z-@Y3viM)l_hiK-$lYW@NI7@zJX1`i}5@Hy*7^C>99TL{t7XUj!cgj2x=LZQ{;;Pm| z@BjkVg3>oB_MG7;DRxGUeD9)`MM-CPY=YS0kOXJR=F^WrvxJnH$ulBr-q&?nnqNc> zc|_+W9;E!5ux9$b&zk0CzXE zibaXn?66Vh8fTTGkFmVrZ@|rf5pv0vTDkG)0j6q2LF*+tQYVsqOkNIKjZIMGN4I^}o0m$suDOwm>jnvOAQ<1g~JLZ{Tzq zY1Adrh$T{eBN04HH1d1;DM7#fTE3|gW&-feSQ=5zw} z+W?aoSe3UcvLrkWj7EPnx9%f$?I(*wV(?+`k$O8u(Bp<09!}iEQ#b-cU7-EM+Iwk( zqy6=+%v={%D<9YqHq)?m2ho1L?9gr8?xX7VG~!o#0b9cu=*1)b$`?y;>pc_1m@Cc$anCXUX>-fwAIVr8xA14Xk+v@I;rf?|a zGvof4my1Hot+`ChRT;sFCjZ-&P9p?CP|oIIU3y10@oXePqWznT-;F}{gMwC$q0fHR zBH7{sJ4=4^8c$uN2h+JH9QkNksXlPRr9Lh=9wu5SVPNgQ}B#nk9*UV`{#*tZlLx`)DGb)>YDJeE_2=^;f^E5^lTn% z@SI)b8?VqSNuK-IAN_1RfSgY9d_=p-4VUep=f{bR)U`|MaiG97|;nG}psoI{6bDOGGnorEu9%xMT6 zgCg(%j`qnu>mas}N__IJR5S#r`0Nm=m|8+gRgU3IaY5|fCkS_uGg6P5)81w*uRmvYva%qFlXR?_zuny;DS6g@g2lJ9xKho@E znpqcaA=D%bcRSp}O{qL;{R{jLbF_yjP00S)&VnQSD;)TD=J=nxwEhPU{IB(_x-BLv z+)u>@+6TVcI)y4rLS7wZUU)VNjRRA&KMEOy|3)!UN2g?Rkr(s#4Yq=39Ayo)C`-Wg zBu>UbW_m1R(f;-}^;+j|r)2+b++uY1%QaVxPead`sIa&nF{KMny_-E1%nGRZ=qTs(ff!(HwdxuVY2H4rDN%ns$M#z+E z{c`;Sw-z!Yo3`SVVSjg`yW;evlddyzC4}`f5qHf&eED+kvElcDnQ;x(3Q^I;gplNx zqrWEOE!Ned8o_x+rD$?fua14Z5uA&TFempKFctlqHeDi}hH%OJ2ruTWVaK8RDG&0Edi0;!TWf@mp31 z*!3()sEpSceoz1X=jV=sL7svx;d8%yYjEzvV)W=!u(xF5qEHm?&As{&pbOzYO!*m| zr5b^#ks_%$9SRj#g&7hHc3aulM+J}%|P{0upS(m$Y zlqbP645ddMPjdVA#f4DXBSseEPe$F)Y3^LrnGISt$V}r?3^Zso6m%4RZXE0Uu1)e@ zUvMzIs`0TP-hj-Tuq0pjl=I_V};2mfpIZ$=wLqbI3#qk$dZm{PdyAE?0}JVzgac>qlV;e?Z@{$ zc+_2t@DkcOCP)ddxd3FolUI9U!C(JKr0rPGxEZ1&>g`e?ZrI)VGCYj+SPNpD;Nh;+9L?Kw8HhHW( z%(7uK&G#mEl?C&uMYfW{jzqX&-2d0x7J`MWL(sl>Opz3E!Ynf? zF#QDSD@=z6+DZ(hOLIyMXJ8n2#naWqX>w>fLI`8Aq;S^rdn{LDDC)r!(pQGo2|Bsi z3{r>j;e)7Gl#7YREbPIW75t@6|20MhHPEVkyKUIdkvOd@Oqch%gWXO0c6VL7o0L+? zOoWhGUi*~dl2GnAB+=PoLF<7bE8G-&_d$bFNq|J7;ap~Mo&?W4F5m8z!25X9boL8T zmwq+{=3cW54Rg(C4OXKYcM8qcGFu&W(DBx)OAI=m+kM3Zs-g&xSeh(~)r{?t4i*2~9?6`DcswK(kI6-@8+fw&zao+ntu;Ex{0XPFy`N z*V_-TGp@7Trcbqhx4t?3LhS}aLHubZSFXJ1jSr!^^)^a!7$91BxVfuQrw80G3W_y> zE7P_Tw+dg1Nn??yIdyejcahE5Ewfl3tKu2Q>WVRmrQjSF&H8-cE2^9iG{;sw4CkAH;#>Jf4vQ~ z*+^lON0nnTs>sVa_UcJ*I90*6J0MK?E3HhZyR`a|F2uv#N@Vg_p{%*Hk_4;;RbyNW zX7ViptS*d*As_El$y2#RI}riGt(EBi9^mm()T=~FpEo6G@R&)Xi*zzNCk1VLGz{(Q ziL#cxUL|g{7q{0+z;;cKeSo_bYsLLzpd~5G-*m8vuuJ0)N?7@()4doU$1lv}ghv5K zmGPX2sE%IC*J+qXVsZX9M?NPX+cL=F9VN3)<4Qk7+@!*raWsen?Rf{s=*JVQVZuUv zRg>2UwGev)-WQ8Yw-%Hszc9uF{ZZ*BiRi#d5Xe!Mj~P4XA1^}*D$^oF=)71=RW86K zg>xZ}`*Ur>WX1)ME2s^ZhyCX6pseq^*0ExS`SAd)*7;3-V~aF24C|datIv;*F%YM& zLA?~rjgT;*)DM@`J#<_1bQJHXqNb?t-G|Z?MoKy=BN$(laVu9AeLbi@VZhXtQSbH< z2_3M$BZ`{SWap(5beCBu57iiQzB zGzVRF%e-SPo+WdPUj2l@4Yz@owOoJ|$(T?(b~A!;bO;fxvT)hBxeVn*!e%;$NB~#) z0|rA~Kw7^rZrIaq#@dox5cM=qEq-J;o=%d9F2bn}CcwhsBnHWy6p+@QWuR|4ex=L?X<=`{o^uyIfNnfZO&uH&r9#2% zo^RP!GhzJuaDIhtXj$9iFrj_=lV;{(&;@g?a?G?AMQ%$`b3-N#E|1<>XCaaKs;3m8 z>O9!Kw^kyxjmmELvM#XmuWf92hR`oW6N&?*dp-pWrxi>U_d+uVlk()&<-6$^K994! zh~2xNMdNae*c~Zg=g*>XnSw^^p_v2ryK;aLOLa2bn(Jn;|D$6{L{VBac={B$5>a{X7)jN2C#g>H``)p z?F|GQC|?)hD-HPMo8K3pC@m4LKU&{p?Z(%csOF?%hCqV%1mKQDSi#!I&AgX zr-iEQ#s?+aPsy>Z=c-fWI%{X`q<}{N4)OU#?K1L935zbML*J75fn<6P5Y% zBjHD!Fp3=kYx&`o%-ON%lPze6hm?)BLz}qp%B?unwrYWX9pzSQfeZrZ#UOS;Gt@eC z)bKrbA+_S?ed5bOVv-YMg*ypl6D-$3tG%1yR`tCg2=ZUFf*VvC8f{*oz_Z|nr4pij zll$!q`n<{_m`V4YRM9absB zhhvTWzj7?T|5$SUuZ$bb|0YYI=Xke4I z{;|Kl%uuyY5(`J%2j_Y1C1f3BzL`Ad`MR}%hTbZ+y~ari!4V@DqtpP$#fjoHcR zad&)w=X|}|x5!hL{V~7d8I&iDq5UuO>mM%?K8lhBu3d1`bh!XvE=8+uoklGqN_W!q zDI*>p99+iVUr@=ZiDDpdLR_=fV!s%4ga}Z=C;SHt8H`g261fswy#n^WIzip28QKTt zaE{*!ckvBc3FAzH>~O4`^8i6_7H^-=UGT@KqA^9Bnc!tjE)|R!()%Th+NBWfL3Tg- zkbAPJlF6DQF3~=A@}NF@z8Zbhb!L+i_X@3DOo~hz7;#CK?iJM5rwRh%Cp99`-pGR> zU@{0sAScuSrA(f-OGyeZ;CztOf|sb0KagWn087kEs+FtFl%~Esr4|_^DW>lOZx&vd zN=yXSL1(2k7M)GKQf0$z`x$X;VQrHq;2cno7?Vpdt#sWV=PD+T;ENJ=63Mr%k^&Sx zF7=uy&T)8fQPPYXDQQ9_qp#gbf>;PPG2Af2Tk>%y3goRIT@4)s40uxSt*0Jkh*M)j zHSHRqtMNw(w#;p=vSFG-qn9sM$D6^BqDJ>~iDT~_ae&LRs0vS~hLiq~^m9ofx`$%M ziD!rekjj<0VU8?}H%Cgz^l!f05|0t7a)AqRG=pP6NiCF`Nh&dRZ3`BqnPz}zPK!n*;4;XoKYxxm+Rqk z2L!Lx;fD@9SvH-V4~t7klR>YnB^zD^@Oo2d1%#&j7?IGfpl57M_+XKBV_v2#V}fk@ zObH&jg3Kvp&h1E4dlaJ!)j(&xinvp>~AX) zy^UNcU?HgbMwWWL&5Z=nx$dfxhmEa-!Hv^0|9{Z-4pEl1S-W;-IK#GW+qP}nwr%VT z+qNUawj(lZn;FK5_pMRicd8oIsQ*8$y&9{t$KGSDc|UW`>pEABPAFf5#{JT{;zA7y zRl8Tk+XJbo6I-wvY3FcY3^S2IiQpPL=E36-9YA@5nSc?Uu_K&iIbRr0-$yu>LK(|v z_ew%ft*Tk>xQe`^h#3zM$u%-=)Ml_7{)iKaH)izkFE`{{+KIPW~#EJ|+9Lk`5mG%k=r zO)4(+KpejNW^H4`@UXjLD`G%#WKcSL{HAWrb$grl#F3|gz`mJ;A~t<6kZx{om@*ke zyMrU)A&o0FEwX}%u4UhWoCDW)BO!|Lj(>YUusGhnXw&dW=shR=$+GNxlnd0amRtWL z@T~(qt<`*%yxE^v%Z(;Q?~er{?6V$mw?UitWuzF!V62Bpz(0(o~D-R~DNG!D|FBc;9nzrA|&Rm#eFNMEh>@ zG!2qFElmx*qASZvCJH>&#^fPVN4u&*vzhB5TUvB~x`|b>TPc?ov-Gu^Duu+zw_S+m z2q^KUTaFROky~dL(#*QXJi}qGe61!r_2>O2#@0(|Hm%=a=#-PYM`w7iO^YIF%Vv3{=8SD>a|ANg zAv7tLu?h+#)84AyM#h@^j_wCDEFM=1dq?gAhDk47KMv z6@v?7pfhYszUDe{WZgm20&c?F^^yx`=Hg zxOU^!Z+kdS>`k}S6P*ZQKUT6+nta}kI4=#*b*J;;$4n3`o&`uIt;xo^hVGW}k!Frq zp{lgtY|AB$t*1*`FlVr>Lq!5kf*qs!;3H=JcqO$4U%^SlTZve3s{M5rtJDb1v^30W zp>VDS&x!T@vz6l&!bYhbisVy@Ej-Cu@?#0=lyMbe3CB;Z)UG*i*bZ}iRs6d@oi=ifk3Q(%Zk|ZYkVm@O2Eu_ zgWV1}1`oGWh9wu{`7qG-VA97RY|eF zxloA}f^vN%^YOYnveP8}9_?c@opfUmcSY+wA?xd-;UWPi!$|&e3froT1^V zsLDe7eVYEzB{dcc;>~@(xnzVd<78Ay1%1CMaa*We) z4_Bfennk9Wh8G;1Q9KDz+#Y&g6!am5cTW=38`jX(4T0!2!bfye>qLv+w$U3>&bHnY za91Cm10K&*-e=Jhm9z6r6>tqv0C7;^zULJPR0c&q6_=@KsJ`$5{$-py*sKx=USP_! zhPP=N%5W-pgUw!gL8#C2w1RZ8_Rnd>hR8iY9VyYQz`bZP3?Y&RZ#Zzm^QORlr0?nZ zM26Pxk*DdB;0M3@z!6MqM0eW2mE~~rnVKn}VJutXw`_wMpas{9H0|ubjg=WqZ=(2H zX=F#(rW5G5#Ro&5(Zh1c46fk*>RT|$s3=P>E|I6$J(UFwoo!v~*uF|v14@ek6o2Ef zfXW(({nsY}68tnrd^bh2Gn6j_z;0?*15iBh0l%vn$Su6D`j3$SM|`g`rz;eH>6R+W zlNJ>J{jmUalz=z%7F8es6*wSIb_>N{JeFKla8qd=^8vzy_^LbH7w8XTIk#Cpp3p_O zFX_DaJ#u-6S@_Kd0xmY}RG@c)wV9?*=yp9fE>17E2Uc&;7t9|w4lY*?=rWx9BHUQC zRt-#JbZ_~at2jA!!d~o10Kz(HQ04y3`Zq#B0Fh%K!f1?sGju&*SPJ;sL$3d9MIWy( z#H4Dqr8YmzWzcdB@u=4`-(h}xz zeuBrEXoj_8h|sH^c=+KL^nxK*)T4#%J_;9JMeAByd2@4evtQI!8sefhniRJoaW-_H3Q#2FKtjPja-6}9i4LfM1j*NYs0dF;j!s5tkts9 z)S9j3vJ2S7*SDF*INE<#AVV9=@*X|fDtjQwdb^;^B5!7>yWRN*h2b_giJ}nV+qc7i znGF5+?aTkZzxO{?(LZKGwZ6E6$iCAx?4v??#y_$^zGg$|YgtpO`;(nzW-cakNmfls zrLu*OzJUB!*ph|h8ui#~77CrIfT;s6HQd>(tSp%2fVkd$>Lkjp4qh|1x8yx0Pj4Oo z1++2wc5F#c3FRhMq&Ts5#5XVr?$GXPSwFI|58%=Se>bGd`Dvb8oGlm`#cT$fSdCw(T*=Z}`k!kyWiUhPB*Y&=0$DLI$Tx6!knxda?0-B4Gzb&*dF7DX z+uM!G#BC1>j2ROwu5#UapkIuPvmb;`g79vcU8;cM_aw-N2o)*fL!^h!C5ZuHw+WB4 zeV?q~Y9t8lW`7+~e5zc3+gU>qZx9qFZfXF|K}^VZ{BD6ggimzsfhmM9057O1EsPv~ ztT3ZFDglj0S3Sk6*KgA3#)If}v;*8`W)Z)N)W~o5rMmzL7%+*oXGyr)+wL7HbP*|i za2qKgXjhDg4z;HOC=VsDi!M3)Q+coEP$oE;5I6@O*&NM!SQgGq-&x7jt?6i*230KK z*Pb2&Mnu`L9uHFb%1wVuAOAYh6cSyWZ(30l;^$|Kq<&CA1O~RS-j-p%yImelb=?l? zc`1}t+-^VEQSQN)ZERGmVAMW*L~}l1j(|LT6B(AtSe!E=Pwc$W9#&OhOLuQdk3h=4 zzVU{#Gs56M1=3NHXnkllQIN8ys7Q{gygaPUj{W86JCW#_jAuJfNft(vpFH7S?Psmo z(dd=APe`>ii+(m|*?iVWoOmfXZh~A_O^0M1H>DV0i{+SSo&do=XceqCCPwB@Zon>f_i+k)h#VI?J5IP z`u6iJ2t9!svX87=dY+xUxQSV2=r|qe6QTV$06QS=>HAFFp8PcgBdVRK`g*rR!svJR z3|!s;(?m+#XF}Xo-qlUkYP?)_g$aa9bi9Ioi-sF*(K%=BIU&to7$2l%!o~f;&X^Xm z#Q=+t^8G{^q9$fVj6+5n+P3%yV>J}96li+iNr_0bXW&Az`0G=YM0$5!54lU%9~21| zHFdYgfX2qC(8T_3}YW4obFYGQrgy@{(;j zCz7n6UPRfkvb+5IfK15hGciU*efAE^BMK-h@~!t5#j2iCXNUz$it7u3HV@@4G|W{o zg6$I91Ee4n(#1R~XJe+LT}bBlzPURFQ->Rje#6@=A9n#zP_d{`4~c!@O~oX}`uXoX zo6#Y=-_<%2i(A7eq8s5tdNruXeml`aL38W zP(<0#a5%JzbQd(JJ{r$yQsWR4-O0W~nL8(BPcW1KN6G7#Pt(xG?e9^q1ozX^&xc;; zcKN37J{A0`^zrGY*nT6&bB`qwrx%~Kb;VWhUf^8)*I5NNQ+&FWwmGJ(FXeiCnjw1H~9I?C*)@lc)x`b&pRH^ZHRyW2I|N zAGXqpP$6sEbd+nXG=^{9vjW>LM^)73b1)JNyMnlQ*{!@bfFA-dS5$*pS zuBdjQhP;IFspD#pVsdQ~WG7Ho{F^$89&>&nToa{^;JY=DfWRIn^&VsE`R)|Hd4Y$G z%um*07P`T7(p6z2E6h8f(ngEdJa<{Xdnvxgt<~-VvXYCdO$^r*&@!=$9s0+qtfPa+ zw@as-qsyF6pFOE>Sl1@sM1a<)#oXpx*TpeBhn%H(Y>lyf%+1AHCMOimT8p$W#$&7E zs+KZ5!7y#cCC+5ZgicWBn`4CgB*C}Q)Mw1FS?&uHB#+zMUng3T_#^m3G@Ir;Gt%m! z3tiTaWz&HMn~m5l0zwbDt~W?s8m7)HCij1l$ai1KPLz>VJt((zM$iW2I$8IuTdaEP%x6v!I~(q_9CiN6_#xm7P zqNiN^Mu(2RKpq7{Q$nLKO0g* zpVj$$WNQYGUDqXMQDGGZxFN1EUorwsU_6E_gSjo6a?;1&M^T! zB=SeBaY0IkF0q%l3$FhpfI)o`WDmUpwb#~v)p086?agKO5ftK6B;XE119JB*SAgSG zRou!RMIW}NcqW`i#z+gWO(sFR9>K)tF8V0|f6FE?tvu=3_qQ=SI2f zXOx>&j{>e^LvsuUWM~&*Krb_zV{D_KcaGfI{GF&3L35bjfUX!Q$5r`}?`bWb8-;xY z`sr@ITcJ*}Wt0Wadqqv!0id&s^{K@I&3E~f8l%T9R?dWo8Qo^b+xZj6gDy5&i2od} zUo677RD*H$*QG_4cu`x>oE7u>Z$T`qD*`+!uIOWwWr>3098_3WQJRJ7f z`v8Q#~Ga*sefQ3%jK3cbuhm5u&c)H^!`|IjxBhIFjvRx z|5f^UWANuDp=?QP(aL9mEp)OG9;d%Kb90KjbLhl#YxIPL;@|{N({%a8HoJ=K&Za3O zhqm#6!mm7ax&MfOdhZVA)*&4_YiIC5rm|N{J*q_^&h47rYSK137ud|fAEgNVNPkbK zV+7L?@~Up3b9(WvwWnLJ&R%;E{E3HmK+hh*Z;<2-2X6`bd7*d(?pDZCt5EaUe$OUQAOldJz5xA%+ z1xXaKZvHpR-zE{7+F5Ag4y^J0;+|t#6f`g?Ue8$2fz6Jv(G^;ZtWLR0 zhH;U7B#8k!E?4CCJd*n?GWF*&Ie42R44D{w5_BseT^nJ91T`Q?8>9bG4E|a#aH~ay zu<`noLeHwI#HNxHb|!N$`)lmq%W zTf`bBhAD?XK=XTuj~ppGDGiA_LsX5ETi)FJeEXURMZoS!Bnx3nPd*4^Qr&{&-xTWk zgQ>=zkJd;r4pByo+}nn)5r&-gg=bHX1n%u(DL2Qc3L>kP;Ko4f?`!SGNh*`?4wkM( ztuBZuEr+ik(5JFRN&)kaaJIf};v<}*VADCD(_8tGoF?JHKH@^Rg=&YXo{{VR8Mxcc zDTd**&`g0w>VbQ~FVuwWy(4n@sMC809sV-Zc3d}ze)7Cx$#Q^Bq)Nz=kuj?MD;38- znz&kG+|8)h9tqO7Y&3VTL{pLGHVK9^CRPMM##RwekS2yAv)%BT{Olh3`0b7(*-LG_i)jb%%CpW=g z8F}$v0RI0z11s`h_Gka4?)gWPR!feE4cYfd4INh%Nt`F(vYOJo&^DmD)c=B2T&Jv@ z&}^5u*hzv1_WQ55$Lzg2Brn<>MDi-Uk%=emFMza@H^KVmCjQz!F^-8D_wVq#~6u{x40;y)QDYYfl?y&Iy}qHet)9KlM{?*`#nvE zRDH`5saMvN7ozj#Rkv5m=L6U6_^gOj#pOHn6og!`qP8MEvaPj$1m8+3QeNrUZFo_% zWHozCs=32JmJ;VgWJidy=Nv=5|00^HGEXKFvGYLAFZG;V~j_iQW8>h zf?y>NEojsr4Hkd2pB+595=AwB7g=iw&tT#n{jge3W3kHn<0BtLn4SV-$zHeyC)k!^ zp%K6|QY$SGGA=mRB)>z8pulXxofLJ|YW1G|I(m^&zkpdt07EGz$k|49Y<`td8Y_8x z-W3+}uTF;7v6T8eux}A1$}BUQv5Y1$ed2U^3(r3yO&Ut&j=@=}(U)*Y z`-CoFJoc=ap>~rqKqk#t!bw{#4IQv9=vD0KL}V@bQ4WGScwGo$xo9StTje=|%^Ue^ zg5%FGN+-F9(h+SVepV;YMwg6Vfco@M?IgyHT)8oH%in`)8XEX8NBCMPAxUR~b}-Q* zu<7`#$mZ&g)xj}PY0c^@3cN719);rF)1T>e?0m)!!I2H@y!H(HY!=K38kDv>()1(s zsZ6DkRfx*bCP7kY3Fry>O#X4gg)`|E0}Tn&;uR(oxB&uP+NtlIJYSxcTqtjod$(;5 zA-xU4NYZigVkKZl%o+qGM^(UW=}Mz&XVoy}YyHse-0H?|nQ#l5zsXWKHQ5AsyjcAH zB-XA0MBoA8@&%zJ@@(epLACrujTIJL)P z&)lj^t@Hb2V)zL-#fpq=FAd8Yir*xEotdRQs#PBky@DHw2f6%CH9gE;ZW(X#MR-4Q zh8kYchwg&BU*GMh0qgz{U>?*Zi$+nTQdIuZU`t&H%K3D>6Qp3lWZUIy@3Gw%m{Tl0 z^g)aA$~g-OUMEyBY;3tX!#2o9yB}DX{FkhC6hW6BtsfxHQ2jHKabP0**13{2_NQuA zNLE(89JWgZrF}zR#$Jhxa12#DbGmp1i)OS;ynt7jdnXX8NVU$l7tBoG(*jfy-Kj@*nTRb4_7g??XdI6 zop@v!qK2fxGsI>@J={jfUg9)f;n|h9vY!9iuMEvYUUPr;qwfWfV$6R?B4!o+FKgqg zPh1e^6G^zihckV7!-n;(@)w->pl`HG;M`wI&8B?>Lk?@vR{M3$;k>kL>JJFk9jSa( z{D%j#bmseZp2>Rm2&%mw;rEW)DD+Z$O8*EUq-}OIr-KCG(mVj}?;$~`@H^Z?-`bU# zlARESpXh$_yG0N+kyEf@TUy9`3bssb-jyiYo!6v~?E&>#71z6)2iud*$tf`Z^qBE* z2Jn<24gQ?|gv|40{)~|97h0=8U2Oxq_I6?YOa|iF(Jg7f^5x*V_%8890Bh?~?2_i; zp-ys3^7>PAsC#JJ=|19LAh%)i%z(v!jfIM3HR-ZNXe;=TK;_6ju96J@if2lT7Z6dR zz>4htQ_uXY|7>^i70>2iH|N?s@OrIKR~m0i9FGtAFF27T!TVW$t|htyw0;wd7|4ON zUoe#TKj1{2+wFD8*nI-FG+%Hc;tikA&-qRCNuh}DwWq%)aN}FhAGE$wEDPp;O0kOn z{nOmh#=z6U&elTS!0aDF`~Q30(aIV50K=Ep^=Bu2KrN7<5@CxW;|~nl{6YE1bxHj1 z)`rCTI$;|G80+WNTu9*y8&HbfOva)%2`-Lr=ve#!wq` z1|B0TF1O1CYNCezbrVa|p~n2Xg1e?rch4k~Rf;NtHkzc91-G=a!ZroFC9aslEXy_y z8<1@@@~!HtnWo@u>m^p}4cme9Z<3&-oQh0EELa#ya;fe2RX>FED>0@$;lr5^turp7 z)2wUI*ITo}O-7$g&WW*JOZGSac?g!k*h?CQp-N^j zaTRUAqDq`Hu;y%O#Z_x=6Pg~HueW3DG+$^flaf=Xx)(lohSYv3WunErn5l|IDQn%a zjFdfO3dq0Zda7sqFhVm ze3wQ^^vDFW=JMzzpmmfu!vl_+|1HM< z#po6l0DW=##~a2lxn~!4O;)c=0`rVG#|5y$8F$FZ$h(^jcEjL_S4Z5R8Y@MzOBo#!jd~4;PMspJ#{&`(0)sVK^;zJ)Yw>BS{JX$T2`5PXu_%q1P8UI8}(Zp;HQI{ zW;#HEYT^W@v&FsF^e)Tyft0Tx(C zLUFdtNn`%#WNF1nM~!~4%_MHUTIxJjuvb4 zK9i^aju6_yC7rMSnU{^0DQ=gkBBz_G@%cH#(QoZ$re6~HE%2762!Fq8qYyv3?sif! zx3!)Y)C7H4W6O3K<~eM4p#0Quc$d9`-;NtbOO}grSStj8@6y3!gS4TWi^ObhQqZWP zlZs!DLTktv0wYU|$=Wy2e4Qra=iYXZpJl#u%oE@QqOYqMjz11-- zC|500w3of!x5sQ(6sI%MuhrI)h4qSU(=rPC?!f8YWcn^b8(etvHuzT(V4l)#R*~e%w+Rz2eJ%mudDKMOrPe%jgB$nBM&vbh;ekE%eJM`SzD}rAgob! zN?S?075YElv5`tK6n@@Yj>GVzH9+i<$Bt`_G65|?cQ3^N9iNBChhU#G8{%AsP$DP6 zZan_z&sShs<#B#2M<;3KdPB#L+kSu&v-ibUe9P}yXHv|xLlWhSy-WX{c{(-_y;xj1 zG==~-${B&cw9Ll)p%;ihG=dc3*B_H`6wz?Y?4UaMdML45$vu#jB*wl}+Y#dwBX5OB zI=?pP|AgiPSuF)dUqnOr_Wm?-SIQkQ_FdX8Y9e~#ayXM$8BX6;i?7ke(%2UdwRAHs zg^SO3{k<~IyYKm}@bs*o(Nq4lmeH(*bh?^g%T}k*g1H^W!xii9!c>%(CtXJ>dxPZ& z{%V!GUFO*}qf>79@|XAC5q7fOwiBJ{%`=bVyUt~wg!1ldY7ky7YE1zy-+<;D1lF}t z<1Sgp;XAU!8#JnKEY~&E`4FAOClz*2%?*Tazv>%}?$FgWrf;0UTL7xxevRF>&D)R9 zp`07sk3hI5WVk#lh?Dw?yY5Y3f#6?^F0r{{=Bh4HAa;Ha~-5!6JVwDKJV0<}wlJH&p5 zHRMi5NG555T|I;MRE9N7_Z?}5P%?L%BwWLgie_>t9sZ3qs%#li<)lhI2 z8BI_UC&eM)2iM%Vg;U6$L48FMsP^f1)LUX&AmXpstf7G49tkXg3Zx;G;X?H7hX=nq z0yz+|4n$!QdHnRwZ$tjM5dP{C8D|iD$9CiGwMa$)1<0HN^2o&?#waq-=*$r2_wZeY zJ}*fGd{=^atw^9}pe}Xja2<$!+0}F0@8Q&{AET64Hk%!n1+mooZdP5u4)7#hMl4&Q z=H(m|dW-2qjrl1NnuI?k0)@1H25RR{#$;dwlHb3$EWxBKJKmU$znf6 z4KCtDOXu(k`&7T{C*tBtT0P|AN}LdzcrUJ8t(kc3G*bN8Fix+pT&cLx_K=wYfn^MjN^N;PLS&e1U66}^a3y3X3{-s^b z=CI5i6JYjLRVAr*U+yd>m$=f$=Qp^?O*6Evqt>)bOoozNq}u2VpS~YTLvOnFwsM^l z_UiE;dH8fFAPBxsB0mJRQFge-@dL$L?-{TEZaKVL#!2a9<%rm<%I7V&Lf_Ov zVo3{YW1M2N@wttg_Se{9BAdsre-cjqxIHEbl;d=Myv|PyjhT3{g7(y1EJrDRL5P?` zY7r$=`9?wtLMdDyz5)Unh!Wm((pjK)jt+M^VlubzX^IyL((EVopiKl{m@On{?{%T! z_YbW7`>o9E%*?Kj?>c(Xu!W~LHT3BDP(vIt^yrR{4?P2V#-a#&sbXbff`Le56c6Hk zHG2U}NJFJ>2`C#4;H^!r?T#{*hM{h+j(U9ReBj zAIm&x{@s381g*Ql8-X=x;{1IWxVOO}OapIoxX_j;2h_3E7RU3~+359gkMN)0@k=I% zgk;^74O??Fe`@q>V@M8Wu*&nwbOuNC%oxPH75E=09Oh~Q^&Q|uPV$>TvpDWy@Avv0 zlhYO5j*BW!Q*E@{ONz zTJ^5!gj-xy>9=wuN?~0rlB0z0ul%QoGx*K|`bUvTMV$_kUH~CPN~1XiAS7w`PAu0T zEx5eyEvdrPA>;t#YkU?(tSHyAZZ>7d)h9wi5Y?u7U35aM40en4U3uwOVR8&3&0_XM znq?K01(8TeY?I}~n)w=l55vyp5_!OaR{hK%;<0qTkK=f@ViWOQMb)ohU5LG=gjALHIS|2-p|@O56jsuG>w1PXdz5MIuE>G zC?|rHKn+7d<4p%yp}D3@epcUh5YrTPJC!T!l&g=Aw$d?z7e0u`pPxdP5Zdc7foew& zuO5;cO~{J1b^iYS&`Y{3qC2y|TLY;2ipxpyu{pY7vwDi3oLO=;MGH}F0iA@(iG&^4JA ztvYl;*g>Kw{BxgL;Ox)Nr#a%}bkrK7>)jG{jAs=YFAseRweAya>wMO)^4>)oUo9i* zIX+mq5>s~a?LVOk0_aZFrFxKgSWqO92!U=%?-WlEA2J3A^cCGpzAHJX`=3X)jn6STEzDK&V=&caV4L-2U)(h6n$#NPOnWeNPI;o=q!RWeWI@(5LWa($A1w*<(cvRj&Jp%;J}_7}VY*67BX>MaI=qlR0n)Pi~l|sV3qtydH!`Spic6i&IL68yH|~>iKB(7g^|JE4#EF982BeS@5?Lr zPo3b2+Luo7ljnN_J*_av_cHw?l9_1pvrrU-z+#y15}1RuC-6h`?4tt{AoeGwR*$Ri zddFmZjjMuk93>Ym4_|A#Cnr93q4dN8Z-gBC8?T$~j~|yWx6^*z@37nGU61-$LV^v( zRoQK!DB~#?#M5|_y`iyo#pDSK9^9z@**^ctR%8dd(p%(We{0Y z?y(5VAbfcB_+V9F@;LOZQPft!9?yfr?40v+zTs31l?SJttc>gcks1+FojoNhf|QJG z$li`R;Y6*`z(`s$paG!WjmCwM&f4DIqCI{cvNKSN1_RQ*DuL48=*No)<29>pG0b6P zZZA=_VqWZ@bY&}Sd{wl2G~8jn;cxyPoHt3rV5lV{Vkj&-NY-I)X1?*3nO7w3>1;@h zf(tj?W)0roH7Sb$m@QEdPt>e&VXBEOH%-r@vP5RA2dK?Cl~+<*6mv_xg3{Poh|0>c zKekS!HC7)mpHU0R$k_q%TnAEBc#iXy)e__IHXtOA`wc=b%z{(lpr<9Sd#}hO55vUB zF?f=SRxIQ=Rv(Rs>`?1 zVonCr`ebp=j3(xY^*yAw=*aeE$d{5WVu^^bjlbAU{#Fq*oS3llW|LgGo>GXr+e8b( z?^~o5R~L?)MlqWFEwlcx{W}zGoEM-Um|00zI(D9DiTNTZf{UYs+tEMM_0YVMQ7EKR zU$mXjk6hnmCPzbG8fORIo`xO(@SaosoZ_M@!2F5uut{Td2Hs_OZ@RfEjQI7+7&y(cLXT zXHBHvh`FQY9~E|rgw@x`8DD=ma0%{zTHJa?zoin&ZT67Ij37+x0om>mA_`)b9`F%i z*8mb}x|Wc&d#QT6^y0n4KengE!BQL!Zhv)tlL)v~k@C1z;C`HgU0O1h+G9cBknN;( z>>2SKt0REIE#33PP?Ck-k*iJ&!Mw_y#{mjF$tqdX34t*h0Z@i*g zs3DYjp7}W5E4R`%ZztyrD?9u}vBg8%NCQN4Y)m#7s&?+O3-PDh`~m(bNO$n<7g{%= z)}_cN7@hSWXs}yZh#~CruC8sk(h48>yWHSKRd~mpyQKV+ei&qI?*$cXY#xxpg9p$ELCs+rdHf|<2hgbs*io>56tnPP0pHsNzK zkC&PPQ1IIUZjl6$crN9G$p=Zvw!7!F-HzLKDf0F>cD{ zjJvmfrk3G+4*gK$eyHxWV$=|^ooMP1Ix?nch3m?7SkI!mwjoZ%i0LhqX(e`Y&JXk} zkdl6_!QDop=;}{oLK5irpJ>`O__i4v8SLT4Qh{DT5VF8Ns~w+X-tjC=bluo{um6o; zjqQjA>lq7wI3NMqs0vX}D#=J{(!0RZOjb3>L~?G*i9t>lE25Cj?Lc@aUO1xJu|O(@ zMc<5c8lzi#k9(R0uFO2)(3dsmjWr02Z4b^S*Yr(zTOqlUEp7L#-&-}zkK;8Ie{W^PiLd>x z8UA3M>iaLX*I5AbS)G>w4u!>QbYf&ZdyM?4k140ebB^@LQ%=O($!Vra+NvT~LgWoE zQdTnPON~V506S6BYCUg+dW3w*;<7wYad#@ycwYnT^;mrAwY?x;3-Ll$WZSNBycq0a z|L70*cLhg0HFcR_{qHD3D8yjPKDQc$ZO~NU4s5`v`AnNF(OcgtWy2^7Zn?!wDx>W^ ze&4aEqulr6O9$6BFpoivRivq-v}#{L8akMZQ?PJBq0 zhEqA4j*E2w0&Ye5|jIIQg-&L zGW_z?uS4b%$}h*(^9`s2d1;J*ASEnuS3;88fcIWSn=gkjEbKZT+zFf3@O*H%>ow1+yl z;D-T`pf>drQJJy?PCkwvidcWNhPG1m%X|0Ir8#5PsX>PE5WR$qn(}-z>AA@hN|evw z{4dfWjDpwPs1$)KmQ$Oq4J<|pt=ashaf_sKlsW~tcdg_?73;35Rjv1!-?LSFsj}=g z5%Y(w$BAvOw-3t{t41Z}ajz*eSNm%%XM`D_n5joVxVP`+EAIn|6fGg|E!JwSsANXeTlZwePgu& zI;so!?N5>6mOr<1^3hc(3ksr*iy0Z>jvF)TIpKdKz)k^U&1il8S2tO*H4=CYzdAnB+go z-xpYIwqPNTppGWn3|&}jg{Cv%OpbNb49KNoFN$U;YW+m2CFc`tM>`ri@+;{>Yy*O3 z%VpRS?WBf%DN}Gr;wdX7ONt@CbW3}i-p6aU7JwEZUa>Ww8&{e}oV#M^u@>W`ho(O6 zpTw|0US`~E5JgzDjE0zs$kQG2<7)`eC%_iN8}o?)gLDC}CeI?Ww`c$9(`q4Rm(xr(dG?%C``9J|>T8z*K%= zW|2o@X#sGU#!o6RMRBJAQW)tSpGdnVR7h#&yJ#u>dKZ&Qmk327>a_rVHD%;PP7)L| zCNa}WodEMV?-~Gh+ZHX!$Ir$kv!$;=N}2dRn1G$oERJCXk`w9IB2AGtgLnLK$N3&? zUIL8~7|K-E`bGqSVQN^Yd-9ZTKBMZ&Yr>RW5dde(mW&EN(mPw9(Sru0ZZupWWZ30nQ0xEFD&> zcmJ9yY*3^MFU*M{RU$v!?gxeEzf-%a$UWb#+8n zmI>Dst^!%1bMYtb%lX&Z`BmqX-H&(J{IEkHu$V`Ey2+D`@Q1R+`5J+CjQiP$AZ98g zpiiAu!OuBT*v_6A)B#1)E7I7mo*SA>?Xhr~OwRzOX$MoN0;x3X!*kLhHv5mTk-qkO zp5RM}w6*?kr1sb;4ABynzm?qSI6<9np;FX!h#xvw<2MEltS`x=xrgN+#H5Yc?Em-z zvkA5EpL0dDi=Mw)gxrAbuC;!3CJNvPb3l0qoDKV<5BbsdeD%W4V^P5g(TRBDd(78u zju-xfSLTKe(vxT!7zIt(1LJ+dCQQEvWYbIlbaOtEjgDhUn}rI2hPNSLcg&I2dc%p# zOVB(R$?c;|2VUr~C1<7kFIW$;bl;-6+B@0n`lHZww`ng)5ZA?9t=i7rj!(UR-&9Vq zfT4fUN){Iv=;K0y@k}s&7SN{Z>xx4ZNkqS5xj$K>l_<$%&iyFd4t*sxz_36<4X9Bt zpF7CVVTLGRS)#ZQA- z^$(dIP(ph?(bpjc`u{Ua_WwSY|E~8`M{U>Wzv?|IFkT4(NfH4~+&6g1`gBeGiiTU-l<63Od_b3#6K#8bDMd-m*K20RE@eM!Is3gW0R718B^=B-(` zW4ki!WuoY^I5;EO9d$2q6|r_t77NuAW2fgH%@Ln}G6Y&$^!pa@D^8S>Z;QR7BLtb4 z7#%*lr^CbB^U8_Tlf4TTYBgC62gbJK--c|=FGDt48a_Fqu{O051vO%%x+Y@Aq$qo% z)gPrFCP^7M)3Jk-gzc`86C7MePF05CP0qGq=%p&f4j~jA*Vv#=S@|l86*-Pm*nTno zerYOJhid8OX{3gdszpC0ek&fab6u%($o4)%?qw#T))Z=WC1FgA3}^O&D6Zcx1;zKi z@GF3%kh&P(rAAj7V)ZRct&_mtdET{AeKrV(YoqtBh z=E#yY@&_16qAAiM4oH>!Pl8)3$$OqN-0~qwC?g@wv5jqVhLK}(L66F zws#;MYZZmRCD`btzNyh4AU-2*C5w@Uw52thkU~TXSzi+DC4ho_%c4MD&<%i`D~gaW z8Tn3vp=`k@D!(*cCErsu;#9-LdnCmSe4YJ#>?n-slgnRDh0L2)o+6f=;n*I?lra8{o!g z;XczM!?SN>gZ8lK7NcWV;8_cbJQ7V8wI z=jw>`@$isr#*eiy&H&RU%m2gLI|bR+ZQHstZQHhO+jizm+qP}nwr$(i%$c_B%$xsO zcgJ04Kb(kr&VK6=<7q@6qt;eispTuij|3B#=I31uDXbu8)dx!mi{cp^{$ik4-~olI zUT4TZa6ng9cUiri87mdo(%E{^!LLRWT3cf#VQg&j5jLaaswv=J%iFfssiyduXY|t{ z3ye^piK@s^B~jkxM4613B=lna_diLmW$DM~HU3sMf@~#G!V^o;8dSAp?KzDlR-7xL zIvfy3{DjuV)SXg&NEWdWZpAWqtPmGnI7k3iL#QxX^OW+gea%aVl>L7aS?^wF=AYDg zfLqMh{PN(oQP&7XOdi+An{pUPr@3*`-);qX-|B_*bSGL$pUx8w%Zj)t!(%%-;SWRp zBzW-k5Y^>ZdI15N4Z4yn=m5e6tswTg6!VZ4LYbS1spH47U6PS5GTQmGj`EAVEZye| z<#l8FhFZO$XSV1d5`{^cP5Us9rSf1t?Fp0sdgHcCIVo^J{fh{Xf{p#$2p8QNG# z5WO>B&;iiOj2*^7pXtNsxCOyR87XquEs$bYWUzrqpzIOcsmpY*S<7Z%Y(m`N7x=s! zbdAOi0=|EzUOLZ|;EB1dK-DfB@p1$m(C6)vgMwh9KjbCLawYd;VJ34gzuRYlZSq9; zKtotvY9^BFcvFG-e)=UdfR&PsPW`DfBxjG4K|f9FZy0oSt^d1YLTLj`r~;wge9rCt zNXp^BvRP@761R@w2d3bjk+U=x=6rWb0dqb-#DAHTjCRtEh7$S03%g~E(Vd#ysCYHG zhJ@*LGfAc-!~=L|E+_=VeDoY-{*2N&kT3tP^9;Wgxkvei37%58uTWB`MrSuyPHTT!&hPuIR|3L*!;`1@`?@?#j0_=ei5))gNtNw z6iqk3zRwqs8fbVGj7{ReY%8EVoH;$-QwvW7j=4T(gEtpR!KaC1@H}P&6q3) z+0Dy_mM98;t60#K>331OIEQr)FD(q`EY`}uBC-!f=QM}exFG(8j3E2^H!>m@^5RQ0 zLdqHN1z1g;HKbv&J;;46VSP<8=RpAihAZtJ_iMEPmZbsuUW`AQdceX2LX{~qDPz5W z9qa%l?w(W97ixOR24F~kqipw#FSX8|n7k`;?L+O)GuoflpqBWZr=8EpwRS(S6nG4c zp{vmW0dIh9sLI%FxG#BcFY=2C&f08cSh}4)L|DaQPkh7+jlMzzl0~eK`h-)h&kej= z>K%qN5!F*1suOFtuOekz&zn-q$FC{_oFnwa_+1sz4@eHTXtX)0wcyox|H+dftdr4N zdu&?+;9dc2TY|vtJ$I8Ak*>kOFWO%1UG`8*H@JH@JT`k2-CZDV*-ETaL$p-`_Wo7` z)JZb-2FNkXqCpA|ior^Pl~6PWOw@aJjHju6WduF=-!WM1F?Nd%e-iQ-Yd9=`fA}@# z3wAO+{4(W>EgMGcjIs50qudF*TleU69%hD$etr?Std5JVc7GzQ%~bvl#E7hB7VfKo zZzxkPmyxAQGcK>8Xj6AUqLsmX!x;KfwpA%ba!CP}(*QeQnra`?N=gknLwX?8?bAx) zboVtjwFB17fRGvCmH#5vfIY~M;Ab5B0XR^DEy!f&X#I-+BR+b;j^Y=U3WQMxPCSZt z`LE}2h2tR_KW6euE~8jyx%;|I(p4f|fv!-^+2}Do{20-ml-S)dmL(5c`2BI?BT}+| zGQ=Q;w>~iaV?d&?)Tu=`u08NhUl9MA1>c{Lo14V69O>Gm)a_ytJj;WCtKHdE5&L3GVuS_{$FKF78`AxAKGDA0% zy{&omU)$g>_-7fyb?x!KIe`iKExxX;Jx;EbxeVDEN=+W_@ZDeo5v?ODbq43nrH2EJ zSAgyAIyBmLXk$ahv|~hnG>i0VD>hjPWD-L#2C_(+9M^*GhiWW6YmMj z-P(zn-nQs7U+(W=RN3j81uTz&2 z`CQ9fMSt%*0v;a&vGehGL(QCSMzYz`{`Ljy)zNuQK6{-#fmR<2)`Jibx|&DGc*&f> zuoDo@@?b6?)(=34B@M7*#Y$)}n#N<_g^(jNO=Kz%LNB<{4s+!lho4coFa7XlCdIzi-V`e?8*rt>);P(k4bKTM2L4& zk-&!pP+Ur}N__NJC)dF%5Pb7g7u&I1>~*?P=nwDCLSVG0n>h zl;uBx*6oJ_8-?wa2i?eivW~QhU1Q(;?huH-y8{qGM=9jC=fw$=4Je(9x)hCV-)|13 z)*+Rvuq~;K%O{G+++~>E2P!Lm^CvGBV3@HQbm~jC)5a;5Ko}eq;^f(sfCde7pZb+q zTMd^5Ti`>nxxs9nm7Zw19}cTmqJr%+`%%mjI2ld*;0latCzS=EHeXn+ytyo!sEg7WI8wUnZ6rM$7#chK34ToqLKM}VUB z(RktV_}h0wt8ks=HdgHWUsv9=y_ANKKUXVe|JzV&`Tv>v`~L=I{nx~1srFCAH7gVS zpxq5403Cq2bTkI2kwsH9LXkosf-t-Qaup67lNdYa)Xr3%nPGCJgZrL;{`)uszWQ@Sq1bM!T1rUH*YEJjU1z045vK0IEPLpy*xykf8La zVqDJXw)R=*Q?G4!C_MXq3VPdKA8|P02Q%BeX475-$&R0x>jKqj^}K9Ck0I`gXJKf6 zj_{(KDC+TiigN8@7U{?2LL#kVzTy-t}(1K1)#|)66KO zwqrDamZpGJHNf)$0{c68xDr-NL<9h~j-;`Fn8?sC7LmNM4D|;$NIF3NNNC>1#qXTo z9jSM*<-wig^AhF3rHAvUo!dL&OEd!EJn;gyp9}s3OOu|1VE0VO0+bFp>F4(~Z2I5m z0ias8AsGXLII}92(@h^mBk;tRUDjMs2lXMs-0wQ?N&!Y5rsVg@`x3*GghNm=0$S5} zIT@Ds0eO!f^lkVZREZ|25t&!jb5s*_D?HJ}h}qR=4%BU0{&(wOu*lTqxxw#!SwN z9+Pz-VR9N1b6yz4gT0EoabV>-lhsCvE4ee+#;Q0b>-9vGipXk0*|~5m`f_R&luGxQ zHB+I`xUP3J%vHU|Ez^*IXQ8}N^mgkvHM5)g1i1f%IgJe0vL+mMS$zL?aXz}^!J-X} zBSUNy$-DI326rK6Qs)C>>Gwfq^#;czh{KV}dAn8@)Qppdke11&BpcjHO|5eehCMw4LOT*g zk#o;?aTvW{^*m)^_=cm3acd~bVHzmVJNFAKuIp}nIEM?pxhUZIzWt}T;GhC`KWv}f zc)(b_QGU)G{GgxLTTO@%`$hlrO%s$HL{)mZ&_ax@y-nofg(+1e$$M0r9~JwqKEoo7 zlU^mSo-5t+&`_CZwJtf9t-e8yKwNb4=E zC!;en*8E?iZDi98@^s$G=zfXsNb;q4%oOjQ(@gh`Hf`$8sLw%>25V_PK20B4HUbk0 z)`EQXwInkNmS)* zbop$5mGn2Bd~LJODEQgIp+K)AFdV`pUqC1sLQ4?=^LEsngD3dr0{n)JsM(}&T`(OL z>4tlBLDXvG!9E~H#}J-NYCZOKKBk&{n%a&?OK3neH+P)HGQnI zmn2IjCB^1x40PTwWv=^fQAWM;9FiXO4I9;76^3I+m8qG-+N@lJa?}}zN zSTekiiI(m+R@WS93ry3NW8+H#Lyio^rWs3;>DEg0Bye)%LWn<~HKtqif+&H-PxU9| z1eRwfZ8&2|!%&v6e;w#iCYk5tB$g9kj}I%8FBSnMg-iD<#|!FE9+P#txU7Y{^qd)n zEsnWrm%V`-ST4i7p457Pz0N>2*{`xUX0loS%&`>XC+z@okKni%qlB-lF?td0v_TPt4Klla<+Cz=955vFxrpE-_;|BHy=yvP{kf)ITCK!Bi;3h#k zYBpljZmah!idv@XXuAJ<9qrs@tm(ol^kG#CK$;r6F5-Xz`LPIo(# z-33|wI(Q(n{W_lY5iyaxdZ9UtDLojovrpH(^{}zcrYtv33>wj(_b)x!StNeM;H1If z8E<%_MqSKxh{=84aaZ00Nq8q*X$Y;__WIpWQdtr}mUU^W=v_FS5UB*7&rqwG*o86O=r>yI zu7R2g%c1CPq=Z6cz4yquF8LEirLgFc44Cv)(|#>1fGZwB}bpZxY^|GMXhhsTuyhb0L(a8KxCfZcA5{WPWd`F^ z-OJ>iOe=~YnM*VP?`_uYUQF7ulm`N(6J=iEQyX*T&)I7Z8XP43VIcB_nti{{H=2sc z^#;e*&R~T+-iRrKT8$+eB;@6-te{4`1U_Ndi6o5~W+)J*8xWT$#!pU4B`|U9vSrzg z-_Hmf`?1T##Jm5Iafh~-yyre3_=Ojv$ZC{6A>b+1hHqVzPtlvN^YBzl(^uFGmCFc8 z7!#aC-I-5sfGEtj--l$x%7~H+egcu6k2|IgDU@>Dw0%4<);C9tO&klBbr^woncu^c z;1!_I6`EL7U51Efo@)U%^!ga){RQZLND68oLt@MHU@mUkHs+>-_RP~r$zWm%C=^Hz zkRv#dRPdPu#XX3prwBRDh5&MpmL}7QpjyNm_fV$a=+TMj9N)F)mWIu;s%(D@U0qp+ zY>y`8Np6KybcT~PCD1Ul!-Dt~8!LpRhD&L>3qod8dbJt> z^&(g{>irWpkR?S!C&Q=dR#o4&Wx{R?8TnmWxufA$V{~Gsv@B`N}l z_9?~asqZhphcz*`J0J>H!59;3R+gC~OEm=1E%Y>q1W=Dp^#o9Emo-_fq-LLWm7C;m zafw=ld=Lk2!VG<-o3hB3-|p`PqwRfpbwgsc51#F3+s(AibQf*qcCm#mVzl;CcA?nm z3hZcS3%BgB`YtQ{5BgAf0qdG#8G9W}d9ORt#8Z-#DkZgOr^~DM!jCmdD5&I<-o6kk zQ)Mc=7TJnBi-8tOH`csB-2%1z!{GLcj7A?J#}HGFiaqVCkHMjQ&o{Ha~fm_9SKk zp2D*4JnZeLE~RdYcAJ|Dmi)>`LZ5rr9V^6w2Xe0@&yM$WrZWR?4)1Sf7gI5Js76hz z_ZdT$DJw{xDP85eun>HLV8KHJ?;cpmtm97cDxwzQy;Tg`b zUx9A1nK-O47TZk0veugE$tJzX%2}!AX+FA2k}{0nu8q9LBh`eS_1&SCd6;M-{!P-u zh*(1C1U@CPYvSy&4q>l12mL7oTCKxm>`w!i)Ax#|q3`Llw;sxlJITEP7vFVkUeT*1 zQgRj$aH2wRqO^jtPpvOuq`(tum_ZyeUF1$VMCNuMcPr~38-aaoaMSh+vIpxGPYhPf zgxy#94>DP7L?Q`kRbcpXf*03w$tl`Prz=uvKY)3yP*Q&Z7%^K6g} z9Gr9kd5$W-rjgXO@RVVd-)}Q`Y>&bsGDO9zTl+@65GJzd-@!@YJ zn=Md;3b5&#BjhUy=f*@3goU*B2{;D&2NIZE~U0N(C|EvOeUmDz30=v zqQ9bLOD(S*!Ts@txGw39a=T|;H9Wn~-xIdK-(JyviQT5dp#Wy5RBx^eE{vgj{B4rq zF+Z^We7fB9=%13)YW$Ibs|EM$_Udq@4mqJxvX{ZE2WNgWk3>l@8JdP(9Z2JK0rGs4 zD^n**%N0v|uT5#ORTb59m%*t3!XS+_=@%tV>d;2Xrb%SdVj+gx7t;TYmr0LFMn|~W z?E1se*k`R|%gR@R#X-bjb2bvCGN;5ntHrT7Ve&w*8sqIzWJ^JY(9(!@yrtNeef`t zoX;FLWp%SOAL1P(0A#U;Gd(3A*o6~7by$uMF9RfFmGCBN8oN-bWzqm$0iyaZT<)JH zvpM@PO}!b~N$FCfKPW?}0&n)hzkIr6n}<`DNcX$)cikXdLbp`?TYLv=Hi3QQ*&Z1x zmQ}m;v=%jbl24x`dSuPrpi0BH#EX$##1i6fGBT(&E1*C=PV|EE6Gmb~1t;ebHXRp&tpECtn76I$@OPvTiPh=Vsv z3BoL1odg0yFj*sbY*2uIsH2JL!jhGUi=rM8VQf+9E>%tz%t4ux=d|_EKgj`du>+8? znjz#Qa+tAZ;Ntrm19z@dKah2lH-}J}`!FNI{9T{o}X3Q|JIKdQ>17?eblaj^Qe#j*A1xK7MPkVwRbrmhB#4ao{R23_y$+{o;#| zLW)0-19@_BP(wVYjhBYa@lW3ew;QXWbH=PC%*F|Xw_e<@rR*)6PH(7biN0CY_ zP?H0_4fN0zd)1<+T8O7x@Xx1!T#Pxldf$kfxZ834shHI}z$WS(I@~3AH)rgY<65Vm zofmF=j`&F*HmvB<(rqqNNZ#+83Zal z1gFT&{u)H2t}7CI-<72h<}pJ!fDybHD#XEy6BHg{>^pg0W)3FZa*(AP7Q51+HPC#nzBXLRgD_wk3Ttxf&tzi%VKaUP!vXw7~`=67J z4WQ)sT)Wp!gE30yHT57-AhxK!WWpvT+NKKe2Mk&|0LY3(?+0^A07VsG#bQc2BwZa8 zaW4{hZx#IODp=wkL~$x_*&bkVet>nF(gq}{lcsnt-iR;ITNFwjxx!w-2NB(|QSk>X zWsh7$!)wQ-iD8bP2sC~50!z6$vT-ke{9@Nnj+Tin$E>(W?)1SEB;f-V9Hd2taK2H} z_Aw;my?Y<1+T)~(mzYxF0|nPJgW|(zpbz&tfYNzCCh8@P3jr|AxpBPLE#<5wg{Wt4 zIhjX!-|i(1Jg#OexcS&wdx2X7dmGJzeT0!Un-9VvvZb3}>270+8p=(fnxH>#73@oR z4opFXtc7if*-cjJ?geBYbk$b8bPG*z}a1|1FXamUu3Jz zX%@T^Y+^8Uvg;hhphFU5bRC1J;zXs{TDPQ}U+PwuqP?rKGzJ6zk=5!xWb(nTW}{!Z+rzKVBYV&BW%Hr;4=?`KcjOBm z6qD5bAPtt|gT?n3{^Igo_!n`RzE}x&jfBofiK}YqyR=;0g-eD+ulgC{fH-(*6BoE(_DWuHrhWHQ@S?zYrPTv<*K&JGH%Hf`zr4Uld z=zO#o?s-%ZQXbA-I~Y@LQ+hH?dF_b0Ga3`bD%1h#$PgdA9iIYHvUmbC=v}%C^50hS z*8yF_rVy#AJZ;>3zF_^Yo#&O6=dHSfpO-I7Wxsv+4f_ylkQ0IZ-?Cu^KO~NSu#l2Q z1Tqxy(hP`-5APdo$NzqKnV&V!WJGQH&J=Q*{j#{|y%r^mGo zc()TJdpy3wkkY1>M=R1kTFYTJ9ZPRns{m&DBGoU4&yzVANRY_DzSbdf2TUDy*G5_8 zG9wuzV&fj_W)pXg{f;NWI$C3nroqw8$$H~UD_iAMG&+mJQ>nnd@^rN!(tw@M-b(bTj zT#K^Avz5!VY^x0%jinA~HXOZMk-SI!Dc6d}T=KpA?@B@w7_mY=Gud|FAp^E}c(5(@ zH0OpAE?U|QK9PBSoZ|ERofHY$9inL!ksdY%Ezt^yt+X6=345X?pi>whIA6$ zU^W=rx5QL6*wg>4r#ZKfL1oa`2oFgTSN`_aN+^A!(lG<>%$x zVqHNiSsE2k`-~qlX;@@+-rkOrK}*P6MHFvqBX_;MqUZ%GcEE3ziW{)K5MuGz#pZ{TDfzDrLW)6r{Hac$( zF=&du@HaIry0ZSk?V3gTyz5hx7eGB)DtM9H$q*{50mT#vNrO>ek9l@&8!)#Wmmex}@eZSb; zdXOQMLv=}Y`@)O!!`g7;Ev;qD-;vk0dKnbRsI|@Bcy1!M(t3eO-$V#j;_gfENHYs0 zxe@ArIYBgg2B8Q>IJ!l$vDQxL)yBA4GN==XwX1<_t*q*|=6=KZ+ddwz&GET@{YyaP z!K8~${0Sgq`d=0}{`={k_y4RE{yXE*&`RIYv02ShOav>UQs_d9d2D7;#BXm$= zP=!R_T1p%%Oq{ABVweg06!tFhAapthu((A=NvfIUVkV1>md;zhOSyt4P?MQ;_gu3< z?{Y`VwiVwi+{eP<-MS}U+BiLaM~Wq?>GfyM^WDX>_j4oM>i6SJ=P%70$zR5Roj9vb zOzlC*EmKvO8zuu29Y-%OZRw4Trdf?Kr$*V@UZ!59?(`fR@s59@%5wl-KrG}mO{tlT zi$kXd1IaFfu=s=dvlBQm8b@b1RVO$sVM?t0BZNs$iP^)Qj;1~SR3+kCpp;2(vYu$fyvMW$ zFe*z@yjmbl%MZQhV$!L@lFs~9;7^Crx6JW}sIDA8bf0D#akB=8%Ozv9gVQt2ZU{1f zMm}E2r?}Aiu70*p%?|86>2F82vgC6U-$t#YW2(Q)1(_mMy0W@7T6xLa zm*8H-3WT+$}Bw!cm*t8~>`NMz|}1h*=BQm#NNgb1FM#qlpk* zei`D1TBSqEWX|hs!tWRQ?gd5zHHgqfUi-pR(l$dHLD43)d^Q?sfOz*K@}#d4&)3-N zH+iay^*!XCF}@SOw=9vyHDd|su3x~CkhUPEv4@`YOfjU{7Oji;efH}X(;FftU!&?O z68sx_r6>4}O@S{G#yeh%Fw@j-leuMvaD^?fM5tc;o_Q+mxk04+BjEQ{%!SHiOPVdF zZb|4G^VQU*Gx8eF3*E&PMIBdL(N_M#NGMd)wO0Bq7NxQ7;XU=w$}=U>vmxmnnf52L z)-4nBE~e(K~9eSVe-(4|CZa@-U;n;r%M7pA-(guvB_dV14sa{a3eWG1o-f>KB z#XdlNM{I8q{tj=Gzk>Z8h^^k_sY^zDXpdmQ<^PfGsNj_V5Qe@-9<%tcDdY)q%v)A4bB+9qETX6 z@8xAl#JM>3RO}9&Js^LaG_>6xI*0m2nMAKy*M1i~4P%&U+7-LOC>*>Yi|eB<;W}R; z;;vrUjH;*VMjzZIA^8h~9CSeyacq2nA2h-rJ8ybR>K~MvY%(yTI`lzL0>5IhKQt=P zsTymse-IBo5s5!>q(89~phPNY0ySttiHr#Zelp~kiTjqP_7l3Z(YEi}3-6E=`Lm9t z7hFN*Ef7aEOHYKuH;Vx`=V;)d0Mr52`lVGR9K21&$SFrvVkJjbYG9Hykt<4J!;Yr0 zb|v)GZX0%yaJkdCqFJ&;H6wfImO~t3F=C>`0_Aa&qyuc_AwG#D$&N3K&o-|!IGgsq zj~6A;=M;cAJ%LY`&+;MTpr zh%7A&E$bfmxQU-p*_&6$GaSV&gFIJ1C1?N4{jbY5$pRYq8Kn81$kUe8T43rc+~l*w z4j+E|7rgh2foF@#54KA08uw?+l?_OkYU6j!!(Zru*cWvCvVamL=B$AOW-$c#lUM& zOrPOXLxzZTcItPib@IqF>%#)BRhOcU5WrM5HXw>KWLAQum=smd1=*af&0}BXW??-tKQSpGod}4C7X+(eM&bJ% zvoE*TMwmrRgM7`zD&#IOsl-96<%_x*R zQ(?{2km47kv5*pBu!5ZgX4!0uSOe2T0kk~6LHg~l-TY*&Tzvz=W9wNdadpXRZBTjT z7&o_Ipc`-dYm?Z{vJuM{kd3A)HUmXv{!|;HOGm@Ksyh6-)Rh_0j4{8rMj|U#99v@0 z8C$ml`!1AO^N!j$woWMBL_-<^IfD_xVy59VdopZV!4A7mXlOw@j=5l6n`-`CL*jU6 zOe5d{mIw%gqYi>u{jIyoEtxkoqk1+mh~gBW)D0tT=Nv~_B*5^zxnW3ipK`^GwwnjV zm8(G&u#OT_{58=1mzxA)x0^pDc0iv7QHYR)l0lOCng-yb9M8k8;WBRf)96YMqhi~J4r-M(Y^EH`%&E>qxy`2bew;}b? z;448(g0AoN7&GULU(FE&86KCk*%1_~uyGQ0lV`ugtZhf6KE`#~eiZf^tI2K zGov_tR$#I!`m#wI1H)7uWKo68uyPh)A>U(pRrc2nun(i6k!})~$rx0sy?-JntY<>D*{bwQm??ao=|KCC^Zme%)>_8{N zD57L+^Yipy_^-_$$N}~jEClfojKL6;BF*1HQ4IktI{e@8R1+dF1@bJk#xE}1>+~u(Yf_g zNy$u{8C-j+A+|rmT7}rO#G-g+x_+Un*^(qDfHL?}nG%=fP<57d$>rve{03rKQ(30O zA*T{xd`*GLpYiqdT~z-#GWgtaD6{Y&XUhTU#JhBs~wOvo0}MVAqm4PdYN5Fdcv zCJg@QzL-@8gaOT})j9wy5K2uRsq+Gow9Q2m-fhOUIb8^U8O(}0PCqtai{h~+2A&jF z#-p_4QliPWxxrQZ7I16~`>b1{kSWPRX}Lma<-*ivQPP{ka>#<5EVMfmL7WzeuuTvb zvDAg$hoXGlkY=Sp+6xnhyA(%bY8oQcwLMIARJKPzv%JLQuyb)OL)8)c_DDif|7r+A ze70yz=nF%Txqb6Z$5ZP`oPq??TAOH0NY zC)Z&Jhbibi`o&bWlH&aAyZMS;^0aA{rWM1|MH`y;!a!P{QI@Pei2xQQ3Xqj*Zk`T< zQxswq;A8r7jUyRs+<=BktWpqmtU zuds2>iv{=r%GZ@b0iiT|4kFeqyz@7?#(a^Ct}+6@Jg@V`pHYhgvn4BL54tRzm6{F2 zXhW)KK!jvin!VRfcULxC~ zz|<7k9+Y3*xCjoEV53zBVO;){NDF!IJtpC75u_!@p(J?hv< z+d~dq!zxEMEvoWWgF1W5DB65pp)J7(2lzsr`3j%NmUxA>_>CM7ra7##hht2`V5bE5 zO2wY03~H}*Sj#6rubwW)2%32c-c9BOq28!tP#!m=9%Q=}uf;$9^`rEm z7(c{~>%sQT`f0L^X`TpUec0P#Ad2Y6w~((4e<<#tx;w0Y74+}f05>0@Iopx$unrXF z1mqF|mfx^v&h{u~PJ2pEXa&Ri=xSfN1#IXNN6!Kz-2X=2=Zs(GjAt%A*jMYADaP^) zgLuy>4MmQy1*cj(LS1@y3otbUuI!;tQv689bU@QZB7?TX`mc9%)(7`w5+9G5KCkEeSSLPWVa@@D92PsS5HI7NW^uQcJBq)I|67cx~8um zNV3M@LZ!+#($qK!c8BLF25zuRcM=c4mk8OftPC|i!!G)|jW}wXA@;+T=MIi3;%YR4 zgwJwyyMhXHz_|m`=OKg}{SG$d50J)z^Dw%z3G|eu-)q^Bib2OnS#4tjl9Txz+A4fT z_%nVy>b?6~WHBa;c;kNX08UVB8(Wx#=0x4MP92vr41mu}^stJH+nI1LBR_XtnJu`RT}3k2 zqwGIg7Y7Krx=NP_*D7^QoTGS)Fd`&~s5;3_IxS3_Abp*3DA<%SY9iiAlM;G~IvQg)4udB=OWWwHr zV!$sL-J!|!bSAawx6)D^_Tcl~NAyH^lFma*S=)!n%-}ISQo=Asvth8l zWQKnA@)6XDguROdDBm|60rJwt8huDJ#FRz=sS(z!SSk71kzoBn$m>S*7t+G<;MGcx%gKVBUm_EgN3=%8|xDY z(}5C7h?8oC812FBymC>-Xz~*xRwu1_ID0Z%Uk{Jw`G7^KAuV5v$qTEL0f{ylz@n0r z+4t3c*j#TNUJuTYy@ViYY68W+KU9zb>SWPE6{BG3+jpX3HQzfUe<(GX*?wt4^oVK}Gz6m^x0L1lVK<^VJ=>hw0 zs}4JPTjBvF9(tqLOJE}lGu$tZ9+Cb5?KYaRB2;SCi1kG$>dvk$C`*uCB&xb3#W&l^ zH0IvKw2o+_F-;If*asOxDcUXaEOyx`npQ-W3A9I#GN`O$4|Rx!SimB}j^fUQz5;GC zh`BvMSzvS2uKVW2nU?91m{fDQH*0xb9?EM#Fg0Z%X`Gb{H#Ks;Sf!j;hR>DD>9@3H z5^+US@zm8F%ZLY7}T#Gs0k3vr;tGbX1&Rzyo znXJ4Xoc=^45FHk(aidvhoNa(1Hewkyr=kN3#*(YubFDEjT(CDaB zF-M!3S*>;0cGl5{j0g02b~|o&m+E{Q6`#%i5hX2f5mkgUfVk z#+jN}X}m>?-kCO!0YIykUXbW%|0d!NOeP(`jO<}aTg*~?X8wK3GNPA%`kasBVlI1$ z^l1RK+25Q3Abr)cynu)xG;X`cSf-eP_~T@vYn)$4xgQN>0`Wh~*MC2b^Zy@~uOHWyoU-VDnXcZIuvRg6&>)Bp zKn&N>N0)|Vb+A;`&&4uB^KI&&L9`HK`qu(jCkU*MO0(Csi=&CiC+7fWOoie$HI zi)=oH7E#ke9#|IpPxs}{oII|s0*oZeY)m%|1L2dIeRl2g1^xH4kML&7MX!)5_5c|kjY(C zS_~4?RBmk77pGJzk6#`lh0s+nEyZPRE=@PEs;mM4=iGhXAMuA^M zp%&)O95ROF6xSz6W2zlLN)r^ADgySKaR{F=lO-;C=yN7WVa24NlW{}rMk(y<=R>-g zPuw4686P!llvRp}ef?D)naWt90FX0XP4iQGd(dy~>j$$(;HP>bcLVnX!Sv9PtIj4# zBf{vGKf$=hv<&JKLvGRwg~I`alSme^wr4Fge$*)J;}3aK&T93!Ff}ZtvAilG)xt>O zftkDt*-{N%f2@8#A0-0pQIbssS_=(C+!+OiP2Iz+zcX>EC{-$PrpveN4;vS8~^8e8G4q=vV?Yd^zwr$(aux;D6GHlznZQHhO zJ2E08E7n^3-?gi1pTDu|oY@+UuQ40*n&W%M{fzs~68sKMvKu92gdg)~VtuiIY-S7T zu9$A}{RlH$7Nb*F_EfC7^kaQL9C2F3rmGNhbF*0<3gHU$SyC66jkws!a&-&}`v*4q zK{_mnsLloC0Pt|)joy=hKxH0mg$0>gn7deQkVNdBex9P=)R>#NM6f7as*uuie4I7_ z;eS5ZY6})Ry<&m_S{ogfz*LIMe{fM>%1bIVOp9E{XbPC%XK0^d7p*9_{qdmRwHtS; z9#V`xe?havxW1{<1cj>^j4|OJEFP)32asYa+-r2_@`GvMn@X^1k(TX8DJdS$0@BHV zI6^IogX>Eec?9C7(vPEdN@NCl=Cs-vbIMA@j>{0G;dLP`nQeDE-_^Is)D0ymI7QJO zZCv>6l(lKBAPB?Bi?eNfKSRa46)-V+!M$IiA+VN^7L z`v79QgMU0(@?;xedK)fCM%Sn@M|33;UnCQbu;NNNS4}NJ>l0Tx0T4^!1<(0c<}x6l zZmBkW17GwCePBP3`a=W3Rqy9faWn%n)J0x7Suu3|OFHNWUnY@f4h#E7uSXLr%s_dc z@@n>!L^{R8b&h)LxRnguPJBDR3bsq7qIVk``9?1n%@3bpPrkUU?$NmJY;Xo_oDXfD z_P9ABZw)ba2Qhl&w($v~@eBO$_odz#bqD0`Ts~3k4$PK3!Fz`~-SPQH@g2Z__S4_F zNftcS)cJ;%A^*sd6Y?eDXcpmD7~8N_Q)8@(Fv(Kmootg2LJvw^Wz&Uay9Lu~G+QK{ zW{8NanPgl&hSikJjQP;1$T!he>`aZ9kEJmxz{n3A1iYdRpA&S4XP)u(wZg3{ERPXm z&oDY{MRZ;xRx#Th&rcv0t8uM2*DhA={-ve;YuR)RObdfbqR5vyo+QU1T24WW%eF2b z9T435ys*h*>ZNXTegkB6F97)gr0jb4USg+jAK=nVZnh5O?h7oX&iH!6Bj7qiQTq@aLV* zA$Q;G#_?gqF?PqiwP`O1=h{B)QM~u27|3?=;@kfkYXuZHZ)BPR*Ych*&t7Y=ySoG5TlKyv(UMH3N|!Q=3&l0C?oYW!__XniYtvq%pjrg>t4_5$R&HrzX7^>j z?jCd*w}L_>DDUR}1+`&0I~eOD6kf z?av^1aCF$~j%R2xV74PgCP9X{-i83eucB0#HWDTYU@Rq~G-HxHp@hpzs{|&8;aiUV zfYR;h8#2MYTTIyWHNjg4`U5}^L>VP!A^<)d5$iF-^Z+c}eaLf$ev6@7b9k}WSE#+? z+QHFBBM43iI%Gt0fxAVDVAG zKE*CI?>#4cBZupG`9kFp;{Mt=3GpG){0t7Ecn%^vF&a|**;tgUn=joU{Z@pI|FoMn#H6tU3$EebX!GXcLuxZkI^zdMSPEwmC zOq1~F^y-zOd}2mV&U99kjE>sPiEg7cO-rCLK;3!sDytf$_4eV7&0c;Zvse-Bw(?ZH zV#w%nJ=MU@lvHWWFx_@Kla(Rt&DWflKBoRbwyD2aOB6N= z6#VLym2Q&2lXi&MiNfD;Z5O=2oK6m8K&3o$C)+&myHw!y3=d0@BupiCm+I#0GWt!3 zOonX-tQ(M(g9UhU7}fIKsQgvdwqfe1QMH8$EDKd#rB~W5t%%U) zZyq}#O{szFgs~D2z#oCGQN`Wgk*F|uY8!5@Z>aJnBp*enup_TV!MxuUqXCyOD%nJr z%R2gylmf0a ztD`lXpg&z2H=dV$+6u3s|J=G(a=R(Ql)-6H{^;S???SwWKbmJNfx6GVm~s)h{s@uqck->YE|lbUI9~#Y4Op^W;rJ& z_jxmxD`2IVZ+7z7yfC-B9z=C52Too6EE%HI5un^XgEK3z7{U^d6eH}&@QH{Ck_pZ8~W z0NOW>ASi#M6q~ho!;PtQQNfJ`@l4Row2Ta8Smr0xnNq_NvC7W4@ zA+CuEiBA3F5G_#46Ve1`5kT7H1a|T%>-y=blH67MY=uI$WGu!=Vw?9U=i;F}fwdgW z)KcU4OY6JocU>YTjpWCJy6P}Z-8^d@iQ`4^oG|&Mf*Tk0sPT;JdL(haUo{MI5!>`P zgfW1fJH(VSWuCYI5|Tm~TobeIF1}C%d$DpK1Ya+H^y?$T&sL(HhT84n^?Jcd<>pQh z<}?j)2*ae|YDvz&zHks8)Y2ESGOwPTFx?J-8v)nxjj`hJPZYK?WrEXeeS3OqSXN7L z7Ak`~WWjy<#jP(Anw+SEZ1kgH?zAJyctX*uxjTQi!w0{0&a?HtsUCZXl6TyE=?J-ojMDwXxM&5NTmLPBEyfiuPqQKTq}$rZb_!1-32!WBk4HT0J)-2B!l)iH^{m@{Qy6a$_&+~EK5*j?Hi0_z zBJftxpk@C(zeNN1fG3uz{?P+syS!oP*t^hvdI0c*o}|7XZFS;QP)SYuLWZSgB^c3 ztAf|b5Tm*^#Hnh;9&r{LZIvbfmbfLePginJX?h20yKh5o?Mq*0Fk6t#o$njX10}nd zSfC%w7wXjE9`)$C$H+B_U8~y21-cj)w z$Mzw=h99UftE{>Ai?HfnM>&!!eYiPvPQ|@uERH(CJ7U>VfjmZ>;*B@Jzfcy{+Fh6g zP*0~7@t*SJljXu=W2~&DPAF4jnfA(BUd%*UZGD5%H-}lYg7^q~1&B|1 z^cagQhLaga6Trn-(hTGF6Ct>Lh^*fw;bfQ#xA zFd$%v{(PdJs>rCm?e+)sFAx*%IYMsu4Px&8Er=2R->|9uw|ZFxV?Ke%0!q{`i2lHY&g^6=%5-~i5ie_C`p7f@FM?Lmb+R>UCw-MVzE21Q zf;$Ibx9sg0i8x6+A08Sr^zQZPS71ukZlEUNXVXc}S37YxqL;`l(#&kAy|3#FSXLuD zdaa&b*Dt`Yt{zN`<;T|}7zPx{cr&J>7f<5@{2pP1h;oj5_n~y*;Hg8!`fb}$q$I6- zg0wiI^k`G!ml?fYk(@IV5fx0K^(#7)C|NGlcZ8b(G>gfA>8nsQX^L zx#ko@sr_Oiz}OV)ilVR-0_GpL-VX~Bj-I(k1(X!fG0bD1ylj$buj|VJrfU*0bw_xO zQi!eAc3>mL5Sbw3F{BnmQw0pYHFV@Y*#mas;VY~L?`seGfpuZUjG7f4+O&Uu$8+qC zjV;Xdw7K@c9q1HfpkT$|KKOTw9xa*?={b!LlKa^i?f*~&+8n6I9bN2lA^h?92E!)) zTb)b1I6AgPk&EC+{mDcWt51z`-mmjTX%vrf2X15p|557+Wy?CqQ|alL2kk&c@pia3=f*y`XUTL44@0lmMpTYy!#$=kCV)Lmfe zst_!*=T%tc`=vxSfYzF9#fC^WA(_Tm4cWfVI;;z7;u&u}^n?0kd`zug-KWK{2ttzyWSNw5+wW)8t+iv^SJN6>DykF@q zA@&+?8?}J!yKz>RK3y!i)j_wlRf{O3ymcCp3Q7up3{Yvrz>?a*7`T|WXj z|5Ee!*Ja6>h$uFD)JdBY%*=xw5I4% z$E0~=2GpTVvw>41;-OX@A@ydGtmgfTX7GV}MK@o;-sZ}he5!P>2GPddurC)Q zk(`E=RcQQ0nUt_}sMIw<%u}|`i6-;#YCCMWai^^_=02PfyJuAr9wD!VOL4WZww>!c z$VY_zQiRrdGL%TN3M~}g{Q2+)>WOwt1VG6?FjmcobBJ?rrG=vj+(}1SyyWstndSWt zgOU)5w5wrOsKuaSvD@!*5C=Sq$d3}=#H?y~CzKSoqD7ra7f7Axp*qn5jl+`ZD(_hHV9T1oq>uISb>a zzUs&fM&=w>L$$zQAnOWvT@Q_d{U7QRFnPnzDVWh5>3r<~XBBApHAWIFCQ?EyG^_HN zf$QNXuu#oL;if)3IM*@q{n0RHh4YQhf{p8mXw1tG>V^4mR@V*Eb}a=8rQ*EF+*x= zY1QlG&4A4dg46Z~RZBdE#51Q;gnvBlo1RoCb@Ocr6{j1%T zV^y`aw{x$I964&kv5^djHVy079&}1QW%8JBVh2|!=**0VZ2&~n$wQG=<>Mfmm{~#` z_`q0q3`#~f>zG9Nlk&T3u*#QN=^B)F9qgPv#pz&m-Hp>#^xs|`U;$y!chbRPNt&cC z$%jB*C10C%P`WuvS5#54a8D?Dc=JKAbv%+Jug8$Ha_f}9Tu$WDE23(&lqUzb7481A zah{>jlrd4`iux?C>S0Y*E0YC?=v}|6#pWK$LL~1WztHA3P2)`OPjD?U)$Mf_GhL1W zP%_L7L0Rj+84c9sv7dh)lmLd!?Kca4B!u+}Qrb6wXv4;b z--8}_8N#3!OCO6I(S^+&Dg|;^WWh5y)-#CX*hjYMT$4pUhx2%Bfdj8-vJ{&w!sDsYhT;UTM!rrA_$sH)tONI9LLDQa+fo=&!hCUJ>a?!JIz zae5{?(xDbcA0UQIyK^Ac3u}!?SEJKYDC;F8IxMfIiSke*_DN)=#QTWupTxIjDFEo` z5|G6DFfwoLZ?Sz=7tF28;TS|$Rr3y_Cq^h(JDD?fvBV+oz5LPhbAn|Y3WR$6V;1IQ z0>lxy*fq#P+L37B)J;mMk&>>@8W66=bwc(BeK6F43I46qI7=GX>zJlaO%}-O7^hAx zM%n9F;20~elVX*ixI~|-SqHSNwM@xDhb_!vGjM|0F9MzM5XKb7aOGw1Y7ZRT-iBW& zuxy>r4>VJ#U*xwsjw3%^Bfsu#R}Dl>lb%{|#IO1cETP}(smYbI@tf}T+JokfnNCM+ zrxP}iJ1iO6N-^3_HCtEulje?_jz=weG_6iWTNd1X_{Wcc+JmQVm?yV)7&As(J)!My zeDuq;_X)p%t%u<2LHUKCeWNz-kcID*Tu*cNbw6=F?x1n{=+`ZLgNff*dqQ>@D19T< z?zv(1Uz6T|d%qCv4&>g*zoMYupmzrKR3LTLuy*88-Iapx*ozNon^At2`Z8d?b&4k! zqP9NDjCXHxI#v-I;&GA%f$0Y+<8KIw_=FkjKn@I^8uQ(n#rOojvyc`h7`6dl*G#~v z9Xm*-*u&~nF)43@Q?t~)HtO|7|u`C&z|U`tPg*5 z#G#wv*orQ$xs!B^tVh}$u3`qv>_}pow1!o}se#!;La$5k&;k%QW`072-54m#`sh*Rf_I|&fD85o5E3_k{Lk7lY)1t1zF4e`jQ03eBnFDfL6^STQc z5LU)12=z6Y<1=K3wlVlM+}8*gp7F|!nLFMA4YwZ@ z&(zKx#Lq1Lh+%h}%5?$uJ;;`|AJ(kzwXX*Dnc!C$-n6xex*bYnA zRdf5X-C^twF?RYJU;Klz0Elca*sm+MrizjbEB$4+-Pa z%w|9^wQmfs6*5#C=0+f;rsW032@evx;PwLyO^F>)YVsRA3-sjheU6P_{*O6 zmqKXjI#*AB2L6z27ZCDkT_oY8snrs!ET^r>rPCD= zAP-LFyU7#0RyD=*A&5UGQfnPgQD`dM!O_cwM-p~lc~u#60o~oZU4)K4>er+y^CDsa zJ>RB2rEY=T#Llx(Uk^*S^sFcbC%5%cG7oVD1m3ZKZe_`cP6=YL-G=7OZ}h)j$8^+b zR`I^&cEV`?^_28~SF`W`ejWQePHNbEqceoBncBJg{gF9kxFjPkhI9+)>*N^+8wt}5 zJIrBKB!%81>tj&Q&(|8`@f4eN2?FVe-XZ$VO0!&@YSjoYZ*RYt`P!s67R)W!J6;V0 zcVb<*5*iUBH2EeHN+Kt`pWOL~G7zPFSmX|2Ul)2mkrE2Qhe}a?a}ejeY54Cz@&%rP zWaqffS+sh^WZk?Ehr*+q?H2OafQu7v+ahy0@#E0z# zIY#g%*mr5uIY=ggdKssY(%|O6$lXQrPwwdjym+H9zi`|&0qa=hIF23V!kfpVmVgOFtG@yV&P2s%o~`jQa_3u=lCIy)Y22AyPqzD0nr zJV*q5_55~DzO&Me_YPUbz_|)k$N-q4C^P^kyDbx22Z|!Q5Y3#%m}z&3LGh4--96TF zX-3?%Kuu~|5xFW#IdT;|r-NC6SRN{m9JC$;!!J{l?W`y>1_@FgP~o?t6DSyK{$;-~ zuA9TD0vL@d9Kj<$pVC`XhJU~%icdL3rvN5Rjz*HE#1eySF2rHq=yl=1g0n#HgjB?^&nq8u@|~7D;`oGjSi*^4ATmQ0aKMvC;X!j2iPsI3 z+cX#Xme*rM8tipgXZVZ6Bd2D}6l1EFXS~zk%1Ur`NBC6GV7iQ`(rXOGuh>^4*IQTR zk2zn176TP3j_NOI1NG!2Nom`hF3X=lA@4p}ZnA2(nfxdlnb(Sh6_Y>6Txa`r0XvP3 zl^Gr97J`kOG;U|QZLY=Eq-S1*nNKS-T+FO1mF&3VGQVd4w#hXSF2_MB1EN06N#cWExIbp5uwB zIIgLE+zgeH>BihfBk6JQ;14|v*r5;?T;h-%%*(AHdyO4qTg=KwgG3Gnl3=~${2s_6 z&~dBb3$llRb~(@_tp=`JxU&d$;Pg_OleY|aM>(#YZef&EZI;8oQSpS?d)o(Dc^ ziZMfYr+R>dee<4FiOXMMKBA9xVhnfZwPTNh@4YKOo^MhTZ1@#O3lt%ba@ z*keSsJpG3H63+jNX~> zClY=*Qo4%FY#ND0+hp9>V2FW$sd}AQoa7VP+85iKQQ>@_i*q-+Tpt0>k-lJS3B4$D z)-Lx&)Q*kx>wJ&@ubre2hm30Do43&r{nwr3|6Q{D{}=4PZ$AAi*jqWH{1xmQ#&y#K z)*RzY91$bN!I-w7BoX`(Bnbdn86E3K#&6PK)~`agVTG-lo2!*YnhKH$szngBq!8yw zzWx1jUP4y4uOA}SykBLbPQMDD#9~WlxtZ6ut=TBavl0fqcfB8Vb6$V%Z1#M8wLb!+ z?6cC7QD~bLKPmHIvKfZtFesJau_00V?DqJ0E=XTB-!wQ=8<1wEve3_45oc#g6C08_ zo0V&59tMl$8@JZ4&J~JQsqC&aY{HawQ7EQa=4v{0_e-n)9qhw1pnRPyWPTXhxm$$_ z)zJ;E$4RQ!uTX*FLtZ3SHzV4%uCA((D`G1qoy55oSC#472v4gIiO023jAy6IxAoZa zxXuNDY5ASWqVcJLwKbUxFt{8mU^q2;bXo9E@>b3b;*eGO*8>-Y;E)8=^EsGAbqOkbGWC5&1h}c!g z9{CN7Kj>vFwDw*NppEKArnT@dP%B29?wjlFo2Z4XTIb21MPDC|qfOl=LjB;`6$FRG z)1y<|{|fdQ7e_Vlt!;G9dgSi}9xO>wd|Q%_jSWf$j@hWpt*$OjY2l)yg#8`vYhi4d zG%DV9I29^grkkq44~)18sPHO)DEi?=66!x7OU7oF5Qf0dUX(MFaqQ|POM#Gm_Y#;0 z^rpL}xIEUA=gSE?S>5*&b(8~l*N0g^7!+Kyu~<+h>GBPb$e4Mwrj=z%9HeQfXIHsM z4janIxTI~F)6;NXM(omWn0&-_ZGR$`z^q3#cq=Q~{YF{cYbkI+ac!R-%bgn2(sNBe z0Lfd+4F7X+|6|J1;UFt&3idE09Ti*JvefEiNvhQ(Ajw2(=H`eJm0@bQ)il z!u$<}k2(q7YK=MxD%SjLBpc9M*B#HOC$>wR&`W!8`%M@?521m4loPj@mmbNB#TzLX zYL7DBJ*oX?x~ySnZ0nUOMO5j=(ex(IQQbjE5~6J_JJ$|Z=DktY--HFoEV$u!}xD;CFLjvwfgq)Py zgH)i%Vq7ENxqcuNaslye&^X`;*vo{yPVEKA%Y?j6jZMYNMCv=&Yb064X)iJcF4O=l zZ6=ks)!_6^;R+s~i=9iQ`Jgp|Gq{P_>)s9iZtH;02UNZ}8$F=S-&^3Lfo{iF+rY1N z(NzOqU8}YF0qUbJ2AR*dWc+5?_{L`TxD47FGwk*QZ5MX%d7A@G?+2Qm5!-H;{-V0~ zX5*VH%;_d;!fn*`UhMrlLCwKqr}LwmJ1jZ_^zI;#ckYkpOB|)2e$#J+E&F2T1F;U+ zz5x)v6BnP%TcNo|{J#EyZ=}@Iwe~2zBdd4VV8eFzSiYfxpE)=`_g482Xg?wU4COi? z{_OvFtE3vhmK@BiK(Q-F_$qPks#e{*O@apl{)t|W#B%7`Lz&*0O)UnC_&CAHxdcyK zS9<>rV01+tReEj_Z#;-=?jq9CP9zuC7-nVOHYP7ZUo|(N+Z2lS zTtLjSxESefZfZdPV%$WV2PZEnx=Ax~X`M5bAJU#CHk$HC39-VVsSVPQs4f38V|N;I zMS>4?m2Dg}x+5VgUerj~k>*k}pn>6uxpK~uMf72BkkTJ)5!hKbV50lOQbE-?GmVi< zKevWpR#I!gIg|>vZ49)kX!itgAqU#nMwj5@0oY;|v>}~GOBC?H&A)E@6mTIPx`>fJ zuJi8RTY$^ae@isyM8R*&CEO4W#l!DgVbOF9>Ii=`4Nj5+O(K|cL?J+;Da?2p$0P7^ z1k}z=ANO&0?)~>Vm*+zakf^@`<5$+q7SpyE7Ua<@RS&ESNH8clbq}bDo`YaZegrbb zQx?fcil8Yg`l&#VI2BV5JwaU^{44wcln3?@qsCDYeC}mGVK`6dk>8I6zA!K2c;w6? zCBp$i&a*gY7{gQ=$AwTaFM0ab<2W2g@q@rNQ8do;L1f-4_@}}jj%$SL%wZM{V-ol= zPkomjcsT*Au88dqBrQ;TuzNg(>k2Y}}Lhckl<9c>G;x@-pv8 zq^=B7R`Hq+A&fpKJKibEd&f>w?|^bfFul`@pD`lunQ1C#4`g^^-0X2~4>&)BgkmZe z(I4k5#@;&3rRdD*O@zjFmqB&h^R#0ZNhEy#dXRp;^S+?(VD6p%mBA zPiyF-o*4I4aO>lQ##Ws}@s~IbCBl_8Anj1u*mml%5W>zvQFU)W3s$7JeUH7ZmboeJ0(c zu+@@_ETpZ;_!ku|ikP%8A}-^Pl{( zLhcqeOYzG=mgv47sQZUE$SyPs4&2<`-X1FyoNlkj^TqW1>)C7LC2u*`Cu$a92Gfj% zf4_WNBQV()nNkGCC=Wex0;0COtb;IAjGdjGgG3~0r&$_m6%Kw3{JjWI?H+#Mi(x_? zga{<16f%ksO*T18F(!RH1VSTDta-oqz|A-a(5D%AKP&wjQb46JQi9BV7&=WR5f=|W z>f{*}D7sHT>hTki>o_fk)E%XSIa(snZ`_j?wy-Nmp5 zQViOqXf`bc?L_P=$`?GI-pSI72WIXwh3Tvgjw*I-L z2B$CyAu380CmX_PFo<+VD`=H_|1i3o7C%vFq7oG4fnzfY&#<1mHAwLfYeAL=8B8ZIl9W`i8Mvu8dRXnxfWLXlX)YCSqZ@f+p)>4VSyUZ z#a^f@fL{~&pUS>AXvJk*%gX(5pl}0cSSUbQ{}~m61=L?KUzU zD^CeKSB?UmEB5m{+Lt;_Kfw+nUg-KVUa$6$? zskvP7Q?FueZxJ9+%8l7R!;VI$?(mG=G~?F>BJQW0%8R?wMfS6afLimMH-1_*Lb@m zr5||mL0X{8k*Y8!$?>g?ufRa*f!xE?RUH#VSb7tP^=43Xq{dYUnEu zFQDruOs`h}7D8YShf7WlRF06CwSQ8l^1CCH&&N_zkd~UhDY-=1s;{5wH=Ue)^D?Y* zJ9lS%#dr~Z8OqflWw16wGB&?tcQU7ZMsyc=G1`@IdGLxn7Q1hf%B-vYQlHJ{EnqJm+lTh0$<*R`l)s&<=B?dY(2`h>a|mA4h$-F$pu>+3O<(5Am8XV$pThaW{7U)ZVk=!K)(SqD`RDDd zf+R;IWLYdJKsF~hlN@v<=_3guGHUgBM%u!FY0gPznxxr1?t@<^MXp)%o6*kGEwRU( z`vNO(Ib1u61XY6K}x zKhkr)wZ+ToXczS~Rih2tfE(5O*Bd@1)D4dp)=Ce8`(I|F$oCf;qhZBnryXpBLMiMj z>d&g(m&jngMQ7;8r(1nzef1_ew!MRW${ai#954oyv3|8l5O&2ply{vSh7v?Ealq{` zH02$(;y6+k5>C~Z4X+}KWFI??X43iY9YHoQheVMHBGRBSQVm>O9VOIX%_T~9OtYD? zfd~BRKkKCCtWp+gSxuIQKDr>WDPd;oer4Enf{*^;PW&~!=i&6;BYMBJekJxW=FL}? zUD>S$PV)jmDa&Vm#1p<_niquFhKGPF=8IJizpgbge_n9p5%GjSc{9ijPnIF#F*U@G z-0aHwd}+7+v#^9E1M&^{2#q`WXISiTprp0Tj0UNBS4G5l|2MQ(&fq7a_>T5n2cF;1 z-oh;~!_JOUJt%OikfQY&^!(+uHrLgTB@^jS-Q(XwM2%*_AGW@uJ?X!V_W#o=?e{M7 zzpT;@MgND;1WW_ruPQADHIzH#-$D~gnh=o0zb{X|WIc9z_ujg#f4jgNt6~c;@$y1fmn%8f-H=u zuHqbg?S)IO04hK%vz4gLNQ`%wm{)Y17>GeDNSl?A-)EWxiYklJ>mF5I%XA2iAW3de zK$?sdcktMmgW;GHHOuxo3I;BW9oJ}J+>RC&l97Oc1V3idcu1kQZf+)yLt&hzq+z87 zvl^g8Gfq9Mrdk{|3Re>g^Y`MFMgD=st-<7}>mF64gX-Y0S*(Z1{40oa zil671rf@ME<<0TUuPQ_OOkpeQ$^2G9E|SKQ7+EtI8&1k-=HglCUhY`Ks)0g7ZM?4P z@*ftekd~?xm#>bi(|}$U9g7rR1t7!4b)}-8cNwTQo5-nSDFU zn|kfQBi3n8NnZ>x1AA1;8p9}zwj2>YtF zYJ)kUhGh23geFV9R2c-=QAnVKRqIFGn}m&lP(HabNJobtIrRxbZb|Q0wu$k;gqVpX zFmrXLLT_b(88mcEDCV9Yhcd+J9zI8juF0xvcrSuT!!Ln~)^7LNHfU4~q;sHYEZ5#p zT#2yV0M>7-N0)4Xi%MLWN?{QiGty>#2u2|hep(R3{8mKb_aDcI-}Cx+(-*gClLx^w&KSgxMV~4?G<~;eORDZO zP^qkqNI%~6#(SZbgFc_s%Fw>sv|Wu2hwULttA9C7u&Rpx@vg(Og)$?IguWRm&>y-)&-o$Mg6QtoCdeLt#zIs3Xg2^M;l9B+sEpulH!a@1K@(xfsR-!`3Jx zDkg(Vl*NBLO@<5!K2kv!dU^g@iIqEDfeKXM5^OFdx!Hu{CMleIVSE4|U@QO18SxE0 zi{VwP^}OO%{*{Y#*lsq(kNzsKT~-u7bP7>_RLeU^*6bA$_+6c4Zo3ERfSN_cbQVFH zt<$Bw7(#@6>kZv?TPhErl?xwIQ(eUs_Kx6;EleqWjY03&R;MOb2+y*rgQX#S})` zD!`*cwAGMvw!*Hy3HkZLQEiRj74Z(Ru;#=mA$$as7f&xWp}vuFLmT+Q-f6HZQY+k-(^~_A)?<^Rj`9N zG=ifBX-_*2TS1)qJ5D7xA8-2QiSVb{TY6VVjDJ~87{9G15#Lr5$10w;zu9N~Fy58% zcbWF=|45nkziw;)ZJG98UX#Ddw8a14GVTA`YXS}IDSaDXwljX>?i#_{)_?agB316{N9?5SUb42Ftplk_4U zCdEh?>oc7CMMVRcyN+KctE(nOwMuWOlzkm&RKKn8su4`fS+J~zRmD+z`4ubFn9745 z;d^jPam7x{YM=pUUz*FO$2~tys#3Kd-1*O4sD#F>3vQY==y;MVffe(dUf;jJ3UQ(U zl2=1rt$T(AM~Vk6JlsLFuz3Tx>x|%UeVXg3kloT&42m@AyIj=R1}QvHlANl7vw@S8 zZSsDhl5qDtKyH~u2+rZ@Fn8{Wh4boZ*{MG6`!muo5+xo;hV1qEi*IA)lsK+xwyoTF zQUHB;x*4>k6gn&S#)SFgZn4Us^Z5lABqNM%>v607a#Ucy~1G%_i@y^Qf$$zBH_}QwP$($ISI z%w-3r%2=}YPH|PdpK0qPA7ruJ-uaUj>OW!H393sjjBqS?bJ$A6UT`}jiBs+{n3*E4 zW?!8zUCH@ecO**KjxYtT(506PPd<3KUf(BJN}61 z7rlm;78s7NztgFhmrhTw)H@ox=;%kp`TIUY9J9RKaWE-m-eQVOlrB#7{dwE$WE`eG z+0Zmy0c$OPC5m_=9AvK6&!3psH!z?5Ry*y14!$G6NH9$8QnKy?Gt#4cu^= zsVifiZl$Fho9@bzKY6~~;E5ikGj%oukXk7{AKt@(T*woEOeTm0)yYDfOEI>S1yI&}p)49ZXhkX{g_VuW;kz)+k(1LRspE3(>kqgC@`q4i}r zbSEgCY0*N@zT}VGE?4%~%sOd!-ctOzal>iD?(ysInO7gPKmUjZ`+oyWfWWQC>>EFR zPjSNHoUD&3N_UF7zjq+EJFeMe|64RTR5L_Z$jj#bV z3a=qS?g!(59RxM{u@{QXj42N!{dbXa^j`VN486F_2yJ zARhjm#e1-}9yNbGJ}+NKncl+OvMBu-ZyxKXw*ixJQ=@z{av%nS?*-B$R^SY3vVwwM{@ z5XFo6nikMJ>8%Wy-k20+vko7eIR^yZ8&ibq`gv34$Cr36_7x%QG>7!6DOIs{r$><( znoLmu$vubyrZDtkmIz=U8rt?fYY{;}ex`#} znP?~jyAEf$H%7ET>P8>cV^)1qu`oGXSV$?fm&M#xDQPaLo>b5&y@<87e})UMaBo*66g%#U& zDz;OxZKGn_wrz9Awr$&~RGod_cRzhj_Ze@GaeDN-Kdtp;e_LzK|Geh)n^gsX)GH!X z${FrJHMy^GX>e84*J)!`*~ek(n*G3n@259coRzW=_y*K*N*V@5bmS{*H0D~^6-lxN zceWHAN>!DtPCarmtGk$sZN$i@MTnSc8RpD};^u(NVGvu`!5kV%`e@9FNpv>hHvbpn z8y~&hUjrAGD1r>)L6Z%;b;bMe~fW;r_}M^ z{;AhJ59`{&SbfXwN<9x^41aMq8EQ0YFLK#TS!?f#+dx1?V{cUQ{+0TmPN7XGfHYwY zP$u>2!d=_r3OU4rkcd{IK`B|L(fJgU?Z2DAS$qr$_QS389q!1jvxU6y0^k8MOX^Kv zYp1@h^F*&w@pU=DB6PesmU^~(*}jEnT`%}3ugb%{qh~~TN=QA%@K>*NC;-8OUC}d` z5T0STHjvCw(X_)?qXmSd=7W@SB%uqVg;0n!`tVdbCzkj`24HUKU3$9|F_m?1%_F$J zaNpWc@2v(3^P+ReAZQ*fnlAR4RZL39$$coSF3 z&JNn1EfPI1nWoR5Vo?}y^+I81hO+LofG`xJ%H)3*-m=DwFfA#Nv<%I@JmcfxA9Xr@ zVr6~i?-mK$*i!$^9R$VVJ2L%u?x5@6+(FfUaR*aA;lJL!2|n|qjc&9((*AXwQSS80 zB}hgZVA8KW*i7D{Bu=O%wCYCrB0w^n*vRXLcpc(RiUeGF z6DsqC4cDxSuhhIu4ctr*cth@hpTVdHk_TxmkG{H;cjLrsJP?xk#kTkO|>@;VIcV25~ZfR;*KCb=q}`+r8khmQ};5Bdlt7(*^Ywz z3OV)uSe<0Nl-7O)r_DG?UG*qM_2{zH-yhf~fZz=jJ4=>}BgAup19 zy~=|X?@R?ItQ#`_zAjybg+&zGb--4MBlK;f-Q-Mz_IOE?#+WbTo`sJ7^JqjxMt}6S z2H#W3ovq?h_0xy9uUzv-(Y>xDj@sUrc^J0N;Ei!v4DG3rii_?3Z*bW%(_C-PJ&91> zzOv0w&i6}j+$gUyn(Z%tyHDyx*$GZSnGXLS&>sI&5yk)gjr&`qYy4BWd;L%4E*~`$ zuyR*lUwgmX;1sCNo~QE2*G(zH3B@)fmw&wwP$?DQk9pKbx`KmA9&X*WpTvwf4J0Na zX7w@L-J6LUQH-(uP|li5Jb;)n7)FD{%lPtx>TW8_L`G@IFikRkAh)n`r|Iw!b1|U* zMH=^P1mQe8p5v7+f9FQ%&*LKjciz&UM;cip@_mvJ&aR<M`p(JKe{ECsA1F{Ey8d1IBW_yio7r93X#DM-m9y7Q^_z=<+hq?-IjC20DbO7#ah^>yVAQy)%9;0lo^iwY@W^mf|kG*0m`^m%|$~BV@fkd zEhchxZ6!ADn5-qOGskfkO{?|>SG^t^MIEO;CQGpj2p<1?T(T}t2sU`3UAcYzJSIy} z0H%XjS=!A&sl1CUC0lHksZTfW!C*+cE!Id&1VkX$3dk^iheTiAu^eODZ;+_^$b*9D z6YAvdye0Q-ZafoO3b+ggda=nWa)!(dIfxl_&S-s}KNrJVN@q=6HZA(rCN$StQoHAx zeDM>VW#r*BODlo*`y|PDvSC$Q1yTHSH7LG=*YpFQt6b$;j|0fVt1b}M~T`Yt)%27%G&KeWlwAa08)8O`sZRqg3feGIdL{A9bZGV*| z&MNnst`5n{k~>!!=E-H3T3e*|61kNaa7;w6-i}JuMzkfv{{?M=1jXr+ zn#Km9{Jr9Hx;kSvKA|kwSQHMS7i!8d^*9#-jZZO*FV1QbC2bSEe6cUgOz=drQzA|L z5bBai%ll5T{mPSkr@DL>CC1T9@%qAQ{`2OKz*Y4&Z}RKMwBKLKT=@Oti#Sl33;qAH z=LXzx`;Q24O*^16=i_kQ4`u>S1R)L%*}@5hN7hQI3snHq1PK*X>XW&&VD7IEN>-n4rF zLJc0X8nbr@OT}V^>j4zzN$GA;V`Gwq`bXa`H(Cr%u7n-s9b@O>33-gtEokf>buVQ# zGXd{GWOO4Pc zFx5~#>E?RoNt?gSasu;9I3fMOkYo*vK0GiNCFAil+$n5Lr$y@7coUt|V=LrLa6|;2 z=~ZHp<04IpQq7X`wFym@g_nC#h&e&=$TiqPLT$3aYA_z7$TdCh`PFZL^%?^xSJ)sp zApe_{6v+QR#MMCki~n7ecob$eqfw}~4CH?k)B9H=0{P#6p(jlL=6{a^6G;%xn8c9v zsb|veF62uu7Veesb<#(^{vpiN-?THxJGwjFZkTGET`0mF7UB25HmWP66z5;vJ7@q< z7}IIYt2d^NH-(=^Aaz{-Hp>SsOBP@&wcS0f*T!k2DnNvVnpl*>m9A>fn;O+#fM$8} zjSGP|j}sNkf>}dm+Y6!yrlv{@IBu$ohPay*HvgarhN~sCQLy*Lavt$OU6w)Sb*#(p z()L+uS=~jTQtx>J0w}&ihSGjhy!?})aiD}IIIn{`A3=TnopN$Rt^L73$iy9x@9xX|~P$Q#TfxD>krD&2lxHFTaTOw5L}0 zFuGu@yq!t4H_FZx=d3u8IUw}6K)?hLJkbf(sVnKwE{E;LIGvyJmsP%Op}o92ZaBdv zEwehw{e0J(;D^!h`C48ZH&v?k+@ZC0rUST#8&o~8VN+A48Q;=dMAzx{4q^LL+{+ca znkoB$ahU;H_!*2LYMTR^%Z5m>r-6YN*b=yCo3i`-CAU;1 zcM!G*1Q_go1a&`V@&b8?d-(|=t{%y#G>T{TtLSs~v#z}&YEXkHf8A%ypdCIldsNY9 zB%Sba-lT7yr*}!p60LN+Q9QjW>&#~6kN~Z6P@q-Lbj1mDORaNSc)c#Jj}qQLit+_ZIw%L z#NXHn#J{i;m|$zIWO2WN*a^&kuoIxDN`mYYI5+F4+EkmJ_VLpu@%PCZ& zzZVS$|Fr|S;i;(5KR_e7OI~upL&-Iq-cSTAc#1a%W2{eB*a~6M6l8W1CV1w!`1qT+ z#A9rQcYfbRd!$Bm=I9`SLZWOBsIN8t)aI?sa|XGock{;H|HSL(QLS{3o;phIwU|l@!x{>_BwNF8ytk zYnZ$w$yzWCYC23Tv`wDJ6JU6Rc>8sQdp6ojRoK=F96mTz@EOPZsx610Ag1IwViR{S zjLQanIrd?55$Fqz%-&3QaZ1w!Bjdk_E^vVCb z^zZ-uDf`DI|91g?7b-l>OFjLM0B=Y|{L!iky8L$wD@%79y3IGuhaI;f(eNg*5nToS zC9G~fx0g*PiF5RvoabG1+wC1uTKTlEt`XbVKG@9OgW?X104dA8) zqr0`I@72O`H$wE--n~Wj+*|ouVO@h>peH9HoB}*v2>ojpk?OVdy1sCJIy>-9XK%IG z@EXI#gQKUEmrt`pJI>QTrAZ>0OSs4bB*hJ>$=0mdi;NAYh=6dt)WkVs(QUE`J#4Y- zRP*kP65bHbVv{urh`vUXapsf>RF!}rEHcA@g(QJlDvDQmq+1Qxp5a64?@|w3;YGV| z_)=HLvH>WFePS=gplZ&zB>j0YkEb5BxyzxcL$@I4j*Ru^B8F_?4xmOfrMAeP<_g?} z8Lj-G6*h|wumUXTs;a$r-6dxc{Z+{8*-P5PgIT?R@fy)>jpZ2;?ab_7$1>t<{B_Ek z_eV!~e1SI!uo+jyo%HSjKT`@?BiLU)n?1CgRV)9Lac2;I_oD2a zr^yJdj{f4QE3u~e*eh?RNo&AtK%~w}S8I-2=+Yy#Af2i1kvjsXc=!vnb;?4qDC$@t z9h_%60%(v&&wS;Cxh1~sN@9)GWU?~Bg^zk?aUNbz-n{mPfTfR9oy9H3PL%^c^3!2@ z@las|;=L_m*kmG>FvsH$2Hjm+NQ^EGt!AoQM~*F}4ZndFnj=`~Eg~V;ejkX$+O>xU zGh2!ti6|4c7z=BhQel9)Jxjd!qC@lz*fi&u%26)8g8~_AV-!l>Qj}Vvn*wzwdI&0t za%50Jy6134Bi{*DrNwi!rllkc^9@dmz9u4QDW{6!QcH$6Ri8HC%H)9i!FgBHt<`33 z)zUF){p;=3=#}5g$Dt-j^{2YgOQiUEP)8dVN=5Z+8S?sJIQGZ5zWQQbRz?W%<|YG< zvCMps)HynCD`U7A?O>Jy9}Q|mBZ;I24qQ)C*JwC%&#+hAvEe58^xE;)4cA6ePgMMK zSj6-EDhdN15KERz?>A!Uw=D0z#+Ow3j~9P*Wxu~fB8 zW6wY8C}YKa)jSG9h6r&b)GQtlgtCQyq2UA*`Fi2yYvHK&OYz~nigX`XRQRHRbwkst zEU>XkvT8+cuDZT`=s*C(KK;tlO74zQFCEMree`CypLe^eS( zut)h!-U@)!s1*9uCU#Mt<0(X z0fFb=fAeyj3)Dh4HVh|*21%|3sWo60iJpq)@lq`kbtgd% z8SC!T`0<0yd#_r9ffjI2E5MUOz+viGj5E?S!DTS1N&Z4O^H5+9#u4Hg!YAz=jK}VF zKfEZlwpOrmH`8{7yAWCh8g^ zT=^buhSI9`vrWUGW~BE!Ze>Hza8@Spx(25L7~O~Nqw%Y~)TruoM$#fLPwjstSZK#! z=$M-05vH4&=ejzPgz$%4Q_!*E3-`u=;*-^;F4lu%L%NXVS+H_baO@bZ3T#$AjCM8g z)sTjFJ31?k@Lxt71R0$E7`4O}m)g%Q;N{qt-`IR1eQk>QJPqIT3DLDsWTF<^u>Vez zyBqBA2NB`mYdr;=kV1#~_vQtq=O!6J?s4%9)J9p@eNJgN17$*1Y|d|MK7#ShVLi!& z%mr}V^a1yIZzS$IO(u2lUx)>z?-Q9NJ6TdluahDp2QuMm-I)(EHgis#uPkaX*_!h8 zA{@me;2qMtthh@YvXy>NL&2Zmd4#C4u5~fbcZs%=QEKpugm!p3N8Xdr!lY-!tFfiH zpSKT<9y(NR-0ds|xE311y4d}~wp|FW;>oDDi9dN(Wzb7mW)mr&_(AYupX;2@S>~>F zIxh@?fb+=W3>yl zl+N5xmHlw{uTWGgr(VN>$y~Z4w;e;=Rr8@E!3u0IR}9hS<_DaJZlLkL2)@>I&nGpH zs=`Br{I--vz=9FEHI(IrO(Uyx)!t(YyJGOusM`2(Q!-7Czc8hVT74W+wgz9$p*5e( zWUHWc{*9Fu5dS2JuxfryXjk6qu9y~F$Bw3Hfg97AX+O%UU7q5w!(OHWAj5xZhCI9f zlj|HE^Suieu&O;|#an2Ak#s4y&#Ufb91@zz*Rz*CXS&s37Ll29u9{iFPWNR%v17>Q zu{Tg_3309F)DBXXpXPBRQZ9q#ly%#mKI6tV?Ixd#k80dD_kHOQPq3F;lb}zi;j&mW zxbCQz29L9;E(TERVEo0Jc&$06u$HN4*lY215HbWS!I}Vg`wVM@$B3D5FvfC`rU7^( zN?MVAB>0*G+;iXd99>|tJfhMO#3eF>O+BNb^LKrt6sJ9=l4@UO>4=#qEYD?pf|U^W z8(ciat>LdQ`gVp+Iqe$3;BOm2S$^v|u+WxIl3bW61s4))Pjhcj#x+aq&|52Xtr7`^ z5k-hA$_TTTGKde;E%<%!aF_}4OJj72>(x zsoSZ!-`aD-FdI0w*9_d{xv)Gp(L!c{g15j6x^VJ&mDQuhjR9MXuj5 zDyFON_6kBRIh>pE-J>)n<{Ja7W?@D|1a%>Eoyc<{Ctv` zS62x7NHt>R4DS6{Wm%@J-eYH0e2iF_wn3sA4sczL?~?wo2yUE#c!gNEZ|9fMv01)Q z91@&V9@l@a&9{lYq;4R^3w^K&@PW%2yKi%iW)kvxeM4(5TJi+lCB{GD_V97V1=sWi zk@YNFeJcC)yzWE4ygm5ql|UzHj3X zn3$B70DkKi1Uxl0dKjUP7&Q(X;cGm4p-zQ`Xa$|?guOUNcx?+VodjIKL2oe55F=6Y z=+hUg z80?CrP`w4Pt0P6*#>*sjG^e|Lq`{r9I)dfEu7dtOb9E$&I2^JwU28+ZMN*`wIjPOR zD3Fz~Qfj;@f5r2+P>3WHz4@|`j`oB6pw-~J#5siJ6^To6*sE-F%4m6n9Y$)4$jRqp ziYx2s8QmM{F8L$m0Tb&7;{eKde->hdGG8SAkuxQ$$(22C^EV-$6BM)ORoufy=_W0D zzVI4HXGeA>@M!NjlxhaG(PY~#$aVCnl~l+BXA4G^_8b^_e*8)EU(1#|2{i&<&Gd}9 zdVUNJL@lA&%dG>0e&z$74sMsW#OWkfngzj^03OdE7@tS9`5qc>knKkvxB~6SZZfAE z%3^8DM4K1H)%0U{nfH*~S*HzINJK+GMGrX@cOGk?kN+~wREofw@uOT{eGq-aR z?ySK>0Fa`%a`)vLT-lK{rW(F_MJM;RGv?G@r?hYvCRb1`0C8|msZy+cQcHCf@?e#! zS&ECA?mme|%U^pLH^PYHNMWwRoHg~UE}@^lN~v@Vl+=K}B(`A~)C=r>6;R66IIK+I zboEVf8QhXja5OaCXa@guWTznIbHoxbSWhv6D8a;gu_b^p$Cd29XB?`l>};vwQ&xJxAYjOsl?sXB%U`T5YUraUVy9s0;P)QGwXsXCQ?L=pUxvARwP_D^9&ujB(X|-*I0`j#0T(AIF&*(JdMW|r_VTJ;ovhE0?xYV z8ckP;xXUudwAAc3+K$3#hJIDuQUH9VV>&5XOF5suRxg!=K;oxdMqPvv)6;l~ji~Ar zdMQvs!jDusgwSQzY@L;F70{qhYVwODcBDEFIg(t;YZm5sBILGRwZDB2Ug_j!XbWv} zk}gr;7>hLs$!|n;m~0V?*(mMSQM63OAQ!qhb;r6v5lTXC)*uKtpUpSG4aH%H3&r=; zc`s-ei<{(GR8;h5l@v^?vL;m?*~pV(kL(n){kV89N58-%b}&21#VC-034?dGR zRu~lCFpu|@7qZ>~E9k0oj;}V|Zh&d4io81+fZRkLvZ%~o%!S2nK|-o3(q24_RBoCg^|{&OuWo5d5<~F=!=?RCY{$8v=r$H>O|GPF zb94xlMv1gY+P4XLMK?E_!BSq}=~??x#zD7x@ak!!Ro*lt&^a6L)DMl_C=p-(u{D}P zkNCZ1PB&}XIf26fuDVsVx^;nDvw2(S;)m*mn$`kb@vqD9o~t>x+IP!)uKZd#HKfXF3;kwV4x{= z@pNp$+F1^S1T z{R|#(OTu?v{(P5QK~Od435)-t@)5Wyo24?_LKT&lSUox$vG+v_<=n51N4yf;J^MD9 z)_3Ugowg%ql*D-^E;x*mlgL26$kR_y`2Y|SYEqRScunmc&YTIeS<)op?c7PunK2MQ z;}5NnHJYX;^m~t6hEFwZKVF&w>i0uZajTpr_VqyJ{*WG2;O1gJg({Rdm>8`nBgL3{ z;AH_D?Q~I0&A#rCh{lNTJHc1GPh&S3j|*tJ+jtT!DWU^33?YDzx70F>cgTztDX#)b zj}DPRny&=q0OJ~g-!-(}-Ua0Vv5Rn(LTb&-AK~^J>>kDW)_+R8MiNKn+kw*0`@eJ{ z75<068~>&O?KU`(yFb+7y%PeGr0`oQQC}6vAlM^qGHn7{I092fm>XHk$*Fj3;{WuB zgtr_@S!RRqRnfoW_INySvSb~enuAE(!bEF?CGBuuKO)S$!X__V=G1b1K4ZE`8yFCi z4TNa#1}`u$tC+U|xM-tv`%gA1d%KP z-yNylJ3gnUPmTFaX7-cjZ!tIq6oY?m;e|Mln`GPfC-X#791m7a8x1h0w7k(|unkH} z7nEK3W@=TbBe`^E?+q!$V9O7epM#(clcgVHF}<5)%w45ZbRz7$#pis9Kz_8NSVc53 z$Lp9}F5~1gr`5F6+I!ZUnT$ca(M7|3Bl`&4IO53xEP6~*$q4S1dcba#V$L(2W)1p4StQI22*^p`mqX`D?D9Xyws*qB*t1iH?cL?5H}z+`1uzo`YGrc_Nc;&QsKa=8QtICq3_* zeN@5Sk$SJ#l&H;6$AGiP3)_g%DSIa^(nI+lh4ki2!c~A2vsk%FIA%ld&H|~-S)m?s zYhwZEZeuUUS6ud0?eY5@g^VKC?RV+?l_`vDQrV-7n?GJxo`G-0o~&qZcIZV1PS@@$ zgHMGYT)d20o2k?d<{PFw5V0ZB zC-)Czccivl7b(g&uHcyTFiv(2*l&OROwPWIcIR5=-?fCy3cm0>0CuD7HVg{6r z|K{YW!#Jxf;rzA*!ehJ4u{H68z#|f|M!)p4{fzsG`&~g=^vm*|$^CaiIn(_~xFG0t zt;%L`#%Jvz*B$|cCrN~76V)=;DkLb-7%_KyA{`hrg`YP5rM~~v=FWU zE^7GsdRUZpd%+fG;=rL2;GE$53Qo8=(3xHbk3@s8h_N%kb0I~osJJZQ1DY@^tX8Lf5lq97EA6N|tx_Y}n%Dq5Ir+R;e7 zX4|e}$am#RsUMtte34aRTmfM0oYE*YN$Yl9H$U+hzjigRo!g(2)WaItcO7s|flU&x zSeZkkT8J$NYeW(kg;rK5-m{k>t%&54L?iWJ=NO!F?y&WF>i7yCGi#4c@#;|2ry@CT z_2@bj9kgarTt3P?tpTtBX#_v#CMf+76){w&5voeIU-n#GMm=T%LD+qGq|GEGp6pYc z9}MeLjE@H;@=)rQ>nOG=>(}vDSa+Phj*yOpDCq=?SeNA&u!N`>0kdrvA+X_#3Ek$M zOf8Xx%@gjSU95v1VT3AsFy4r0m2QXliHL*K=Ku!13oc$A{PqoE(Ly83tO@R$2s1sy z2w65gpH59aA;O|*ODm0y?fq#yQ=?g!(pzUjUW`~bv#pC_?Zp-BBvK#4N-$`Z;c!zK zcM_BfC@b9LXyp5HaI@0w+`|b2ebQCt%;b^Yv+MtgRl-4`}j-fMPHJ>%{{M(jRFQ|UnU2T<>LyD8I~0?f)4n6K!4 z;?Mpe)G(GlyDO)i%Oo;(I6Ef9GSf*xqNku4!2nU_J$C8d>9Qq64<0NJrL96hrJ z(z`7l_zW3%h-$&9v{$5wuPOGkB!h%zPia{m^<{AR=np266s-6WQtcPZjD!YjliW4~ zZu8%)OxGF;O?VJ1*4Y=a^4}MI7Oyz?aDPFMZmA&%xwXoQKpz}lgCS&iwTOs7AQGn# zq%7=Dg}}t08!iy1O~*%(dH`nY;?9!278YCc&-Nl!Cf@RkL$g!F*cT^ic+v-l7R($y zn;3jeD)D(}%+Jgi-G7}`^(Dv8kbuytxW!?xGTH&FWsy+ctXOrzB86WeYaWbN>bS0j zYxbxwlaf}fUK@(g+Y|xn_L9(E4vj<{CLW&nJhrs*#gjG`V@_}cBprk5XYH~86Z#i^ zgw%rz;!P^HZSuOyg^uyLbnA^teTr;38nNcNstpV)0v1=@#mw zn@zj{Ao(U13g;&450#a2mS8)-g*$d^T(l4awh>`g^b+ZealAlDJ`v7&${VFweV+k< zd4phR1pt`d8}~w9*v|HXqgrszn)PxV1c8cFvs9w2VN{(wxYi-zr>ro9LdPoKc-$#xB7&a4~DQ=4X6PXtts$`xu^pvD-# zrQY{OwU(fA;k@D%iB3Z_J5raaK5TQLERNrmsUb?#5PJk3;ZiJ#$`mw>{e0yxNwNRo z4Wg_C7~uFh!xwQDtN#uf1 zb^l_vTWW4HTIdc3(-lqdibFrlb9sN0@aLqBu(xmOmHZk|drRgUZFY+Xzu)SP(M$Sr z^Y-h@Z-0S(y;n5;0j~mlKTO=;Bo(*n`3H6beIJG>zv<6!LAlMR$ky3`w2*JsJm+*=fg`cl&rxSpj?>TY;9-hxfTk`KPBs`CP5#*efm@V1-uK$w`x}**#%@B2L<{ zVOnr{*|D-#-Qv=|=2y1{-k@~|)%MYB+IXerM6rEk9!(09qC@N#Yj$*6!SvtQS)n15 zRO+El5BT(Wj<3?3!$!JNmgQAC?P*RFMRKv^GY%qmamr z`}-l*RIJ7r9%`|M-)C8ZQj z;@&s!hdpB8CXmQ`qKmL1q3Cu+U^jHn#$Aaaw1cT*vKV{i6Q?GeG$_Kyk5Q++cPV>j z^N8T4j}k5NLe*oL6n|Ld1e@1*2-!YmbSfTi$m4ZFYA)$)et8p1A$jkfBIT7 z+A4Gj?1UfNUFTaRXPF^iyGpRe84Pxe{}xfCeH z^9khC1x86E=g4E|$FAtdo`qzR{`!*`zT1y$|61pAOOl1>g(D@1bqblI2UydqWbhMe z#MbPxfu&1?mAn*=#o*QGBkR)AeaI?6wD|}jdr$XjNG9~dR8ddxjJ5*bcO~eOk_3d=2#P^{If08ry=PRw#nN2RwU>b z@=-DgZ~njs%?}ErQLjcUz(O~+R8yjt%I+#sV$V=Vgp62n&A!8qxJTUv4>0-k^*mB4 zbu)0y(eL%34Oks4B$JlfUx)*LDOMJ-abvCHEg8ID__ z(a9U<(?K2Tg!e&j-jGX574~uV@a6GSi2D{f+XEbhH=@u(T>umZu^p7+4UIFn(2DJ5 z$84V}3xMaDbVBf}Cq4E0;SQg^@8MEo$LJ8!flhZ6;GP=lK;Aj~P=uUhvHP)^tZ*(G z+!=Xi0F8PuR&Xy8g|;B|J5a%d909+Gvvu9H5~%pI7J`%C<%^ZnG?4}RkoaO6HT)fA zRPg&EtJ$2!IDV!&RawF&Yn%U#HF^O+~v6 zc4Xg~TK#*4(Q*kcO)a1qNGsbyA~J6q>5qX88JJ>`nNDkgn$7ul6y|$)!go!%0N0^M zL+uV8->%Q7G{OTbN0Hr-HV&;i_$iI=b97_Kns=|6T+!xIoY@7M zxD0bQ>SkENj*g+P0R@Rc;QK}ho=~sQzNM$Pb+L$0fh(hUUA_gnzt!jZLG-Td-){z{y?Q7Q| zBb&q5yGs&t8pMeOU{AJ6LEI%xX$V?6Ci2Mrc}2?+&k`5hr(m)6M0H>%HK3^8YUC_n z%N~gflqUz_?~tbCOd1@4e&Z*>SIe&ARHZrmWpUhTVq=#HL%&YGU~XBMAfWn zD=4})Vz{xcI9vfMwA-TGoAh(zA>f zjcXQTEg>8WF_mUZURU@Ux(Nic1b61oEy-DNyLj{s)GCZlCGUzu8#48U`sm}Uy<^eV z{3R7E=xmpKp;jm9X62gJ)#of4*-X3&ImwFTwCs!V65DTHR(Tm$m|5goxF+2LTIQ~p z#q0&uVwT#|HsT$}zuLuCFwxxBtl?%BHYZ4zmUswQDRNQ%c;PINh8X>b;a*Q3W3_7eX8JrNN`i?*WGykoeIfk2e@WuSr3ml;V|) zyzES7Zi;o^55l$p_5$GtaS6~z)Vcr--gb7BdYpS#zP50UBnMOo)*Ot(Cr@r<5^m&fCRh)2lk{Jn| zGDg*wFV$9^{Tt(rLr7jH8@mZpu2$IAu+ed=`E7jYs*@SplBtJs?8UBz(wAf>zgC<5 zC%~xaRS~H1+SD8(W%+gEtU)y;lgSHZ)-35FIp=Y8yDQY9xhxm^bYm?UElrTs=*V`@ zgqnpj7|dh9G%b7aGZ>uPoQFfCH959rxz`!kI%*VR4r9ng3tzy|tj+B;bS^&{?uwl; zg-<3pT1NBWaHrl1S`=nXkB%nZJN6r%RKi3iBAT1u!!%PCx|KXOH__gj;g}mh!kw7) zlS~|OZu`KRQ4sR2BZXKnm-M2sxk{d5a12(iQwS_IF0(eqjwfw5UiatOM5R?L!fr^p zF6pSgDGx{%H}%O3KzXIa3o$I>P=W2)sA)MP?8Y-t$_C z!}c^4ghh+~8Rpt_l5mNg@Qs;E>8qB4HO|b29aG#P5h5hi?~#c}nmkL%L8WwFD0>E% zu>vHaIw=;rT~v>m0fk?9`(p#mOt-;6qVEHgN-v1_UR(|)V-7=EY`=r#vIJ?zu`T|e zC;JM?>lSv8mtxe8?@(G0uHw1$8+6VGj5GsP_3!VJfQz z^sA3CRw9FlIj!xXAp)0GN!}f|JS7}y2xz>GZS2?nJ8dbFPzDO>Zk^uUjdWPZy{|81 zia~l{{*Cl#uBprDio6>{ja8R(*Ipo^{;@GsEL!ag{^_JfuqI0 zoE5bTbu*AwLefi_RWZp@ic z&Bwh>K%g$Nv8OJk&_Pe_YL-@@PAg6R zRl7IEva;JS-H7Ye?T?U{{5{Q(X_(rtXztPZoxxCFpl0p%k>4qk9DL{?LI4y>jPMD% z>Y;(~-6GZaNHf%1g%qxN>XIT99i$e6qDY=-oYRc2%ykIHajH3-CY^H&L8Jj+U7g1V z2`^=L;YD)iHI64tLOTm+zc4erRpXIS++hMVsNiW%+6{Rt%VsLbj1QuWskkzWh{F{t z0LMDmoYAcqeGl*>>k4x*_!x_A;ckNIj9@t1bUf6$A-_ijwSO5=8}T@`(AcR=Jj~~Y zTk>T;(C$s5qBk#RLUPa6x~DV73o4m7&JUXC55+NT)g;MYM7c6r_%pmAdW^;gvfblTg053DxK)Pv zOp6dnicm zuY2)tM5}|;%}gi~OB;ee?*0_k%%Q};KmfwA5?0(t`d|r_=8%um*9%!#7timwW@4DG zRDGm%TU6yA**R?0hJpYpqXdsDVzm>%nA&MCv`9DW<5s9mlPRO*cEDBB_FCPx*o8B| zlcV}Gxj z6r=WdEpz}MkCjdSa!)zKWv1Z>&8=p}2w39Gy}SEp@KL{_B1tRToJ(y5WLpKjol%jf z2<)^rHqf?)RSDV?N?0Y}iQ;BPp;oN&q}M*{O&u$@H*2TT;)Sg#ijT1@wr2Hlq6JM# zzVnQ0<_fn(X!`{mG5Z;8aNDBh5`D%imhj-tKBM75QI&>TpB3kBGWA9PuciWFP_sKvcl`{BA^g zC7Y*qfbk<@Godjdao|rk;B!`KI~k40vy7f36~JLf7z!ARiJ`CucdKYxIhDkboTs88 zJQTkd?ru>cyiOKhl|pJD`6v+#ltZQ8+g@Y)<>2+{RHx$&szt1m!i?k>+jXPTb<`f% z*l5Jb!{vcAHumx023)ND4MJ3VGw*q^CVvTUUmZ3J136BC7V;{M2^|5hnJY~iEFv5) zEn(QX1siKy*h8J4b^oyNR^FzW!a=dJgv#LV)jUfbsv~^^)$gyBio0SyDiWq_-_?4W zw0K^rW1sa$=BHn=GG0tQ)7(7zeo7WI#3YB3I%n@{<2_k8-|{d96`gOA?^7hLfgGq4 zA`4?1LCrU+1q4A&NcClRM^(Ay=G7ENBxV65Vw|`Nu41~UTPw|m9Z&l?2G$@^O~rX! z0<>I*^)y~KXDx`0y6d%iLdE@v85#QI`b*P}Oc@4UP={z-I7v2P4quGEVhZ(}8Yl*9 zftm$g=Drd{sc%Vh~NTjwxMy^aD{jvIhc3^|omK@rr2dY?y~kMk~a~$27^KPvS!+?Vzum~r| z&>dfwaQ4;awci5mbl=snxI@k9w}zB0Uj-b z2h|RBe1qv;$`m9~i@ESJ0?bmb#G8xMYw4YxCfC&5o8vZcq>G)9EXNt=Fu{5*7>uo*>=^DH5P#qj^^(X^3bklo}eEf^a`g^D*3TRN5 z05-Bf?f#dO7k>pqB_6v_hJGOqZ!^~fa!D27ni`bL-KPYFQ_B6#VwVUnkHJ$cy4uk{?E0+Bo+9oF# zJ#{ztADyL?R$g6I7k3RkBbkJNN3MR04hBPW8^8@TfAbUNGOG#)JxsOaGl3>g1>?6X zx%&95GnKU`HTgt8(7!^G#>rNDR=_El6Wo8L=_LQVkNE#bvdRff0{J&2Q9{a59X!P` zDkHyFP^T|2(&+nJk9Z>j#PUIG*D7>8GHCypk=czry73Piui;0Pe zjEQV=qorB+5&MO}Ga(yh?W`tdQ>uw(3;CDJ3r{%)`-w&obCcEXGKRB^a&4}w^#PI@ zcj6|N%lOWaYFVd|Sy>}hJw`4O%I=~}@*LB!k_y*_93zePBF^U^LISt<5%L+v=82BX z-U_Tlj0d3*f`gVL&yJ(1h-gMvW=iFjCDJ+%S1~8bD8!KGj;%e$XT~y3?sXQ_ z;ngSRdyLTe04+`Fg0Y*yGsZFi=B^cNt#>F>9IcTnTBJR(kQhjQjK}@92>wTfMV5J5 zun=Di6iQf0CI@V@)r}pEN`KA#kAw)USvoS=AzwXQ6^Fjm5LJ9pH)sYHe6JL6^r&4` zlm}LfJoe+Z@=jZ1N0}jFe8fF?k=9v_IW^c4Q&qCOJBpXUffz!js`sIYtl+ za`J&g(s@=7IgS~w_Jr9QN?5~fwL8RZazjcK%W{fA)_kFU{Fwhm+c`y78YOJHs$$!= zQ?YH^wr!_k+jdg1ZQHhOJDF7V-!t>~n$;IQGj~}zcW15heeZtu3wnz~WL5`@q)k_pd3D2I_QL;`c6@YdKz#aGJkE@QQuj@3EO$pVtfmcdk{8LJ(JJNIc?0J$hs$az#iPhxjcL1rv5x2W! zP$<+_5*yYNB5J>1?1cSr0!y22!pmt`Ce7{E=xo6=xozYcO$EM6E@?1K46 zf5Er3Ri4W?wn)x_5U8r>qew?cjsa1!%S1cAkqkL5qJ3&I7)u=ku91c75&dwko+IGc z+v(cr#YI~yC={>QBkEaeoPDxf3V-?RbE0&x9+tpGn#kHaf%IOg^uhePZ)*Lk7}@DW z3w>J37FgB;JDpo21nI%=;S|-38tsY^a6}Za*5!T5fLMJp3NNQO<+l8Ec=>6u?183Z zfV2$Fz$^ZnI26>Y`v<(oLib2NnBi#mMNSg|M@?kFnORrhx?6yH7}q`!D3LxPR+(vp z-#Q+JHJYr7c~|+vF>_XM`nh)ULmSlf05i@6Qk5VtXTJoXpC_K0U^X+D_V|u6<(%R6=kvZC_k|U+el=7Nx*{pXYGP!H ze|bOrQvj~gKz_OCVOf_2Ng7SnAgSz7SH7QCT_Ueq`F#08+4^q?S&y0SI-_d#mm=dF z(5iavLb!(p2aRL(9Biii0Gg`TN?Z#JUotZ* zTX1K!@$J#^d5o{{(s!r8EBxK+S9jb_eWrYOD8Ftz$jHbEToyKVZca`dt{@oYM%`^T z7s>8#hdpX@;lFaVqHsH|0eMx75<*-@QiQ@N4_0dS?S>&w0-nf{r+UJp1_#gFQZ3M${+)>T>@;a0t_mfQrh>?!pnOxdqL$ioHjx5VjOv70h7oXl@6;FSM({u zsu7wqc&2g`XuvsbA8#?q%xrCCJ4uhLC>wp4+3M~*duR5l33umjMb|^(M=jYf<-eZcmTd#PeBs_EwvF1BVbfSVEdzxJ7Lj+7!^fG{lq zF)bmS8K5i;XX^B7>hvex=ub5S2=d{YM7U~*Lo$(e2DI38wfi|sY zfC68X)9cxX$k>BE-{%icK~i9ITr3Odji)pnVaEZ34KTZMGde*Ap&uT#(vOGD4nZGIX+NxflspKZ!8EtXmo*&7C7_w=Keu zkXKt!hi9^P8)%|g?NMfQ(Fc)@GBQ0=Y*V?QiMPQ_mr?dc($L{k_vfp?}P2+*bYzTkhPWBjwYr7?eo zus*b*9jGC&nQvCE!u500ypb`5WIm6xk28;uD$8z^*^>2iyU0Y3DzwFDA|-cFr!-8~ z8s%QH!#pn$NnN9!)D^m3KoM7L!;6X@yrjBC_9&aXmWe$IzflPJ)u38c$-J;CW|Jz< ztTFs#y~Z2#ovGbx33;k~_QLsF)*GeS$uTiT1b{XCJ8!?0LK3)B!9t*0F@vh5V^sU* z9~oGTw%Td?B?AxttqlCX{FxhC85ml*>Hcf>F^#g64>2BJi3}fhXkoGBDN?Q)PCNU* zvX3W!vyU?$nO--3^T=$5h3AbEcg&7#oR1gqKSG8i)Qy(fe;#rjvQ9Q1T70~{CTV|9 zA807) z)%tU-%_gZiP$@9d*drzl+8N@YJ;1mJobk+vC0ogIG99jC9LqiBCyOudD3x6iz8z%o z*+6s3RO5P2(;9REmgQws!xwZ*ZgiDt8yz+KbW?r8GhU+KZsr|Yw~^W*s!Gy*e925q zBV9@OMKUE?I-R_2^soscfe61nTGK@KBTSd(^cg5FsaX+`xN^lOrO0uUI;i0=wYEBg z!+zM#ViCHMrVbKnlD1CD#Wg1TK{k6j~s*sVrkD z(V&B?C?Md^F_2jXi7oxWYdzG&pQ&MPX!xxmj zA;ivYJY*sQQqY2U59-NcEc?K|)12K}068#0)bxh=m_#1!Y=B`r9 z)323z#7cWsBBpUzIkA7F!B1H$QsrDoW^dC6en1J!M-qUqHD92R6Kx0n4LkzOHVL=L zU@CA(I+*7AMzS9nnxIgBf6>qrZ0vE9s)s)mOtKZG9r^LR)>YIbIZvRa(1c)79Pg+t z9URhlWnoWJVwy!N$2dZ+NW@O0+evrDNNfmlwczRL2L$CI4-?)1$u!_R*DFc{U zyA)l&ln_`1>3O;n<dk=yAF29LF0S<95< zmk(Zv$l}@A5-R9G`MO*EuH0w5=%H+Ih`d-+bSkfo~~@JlB=W zO|qL89*ml+K9|MhWp}^+Wr2o06Rz?Z;D{YkAvS(YPeMPjO3fgltUFUWs$%CEm@j^i*3Agi zGJGO}ye@AVtVzs-^+rYs+oA23bWt2AER)-BQW$Y{&h&yWRA-Yok+EDIM6NY}4Lk>3 z%s1c6_z|MEPD@!j-T04k*NE%&F!3*)ru}bG-G3Z*{D)5a=L7toGHvcF?08v;dQMgx zI;-?crj%2G3SQ8o@rMI^tD=vkyBBq?cp3UM@2O-l_{yk!b2 z6l+&7`9pmv-5=nK@6UupWn40e-6={7Ddf&8{!1&m7p#$2B%A__*$i6`(!WGRPrF6g zr?Yhp_hWVHE=?R~2lhI;;hP{BH6i-$h4Cm9C5irBkW*{q$kL#JFda}3Z8w9m~FaLnL01|Zb_cE z*xKtnLgL3d^a$+R+v59;3lK!NZR_rQI7sKcEb7?gfVcv5pb$;bxjEBXN14s9oHw{FLnod`v=`myJA2k}RQx%`?) zlKv8575_HvDEXhVIDTtuJA*%$tA>2KR$qYL)bO85O!SM#A%3jHmIuJ0>MDWsL~_t! zWALd+s8}STTGS4qu7U-}%q{5~42$Sn;QILI58)BA0^1E!HQNjYY9f`$4fiYTf9@rU z?VqMp6aEB+7A@l^wF*MXs!5Yad^o+$ zs(|XpUb7_e{x}%D`WZv*@iQ?sx@00r9D$K-K7Ce9MItIZ=t|?@KA7sBld*FLjYaaV zk(&VeLA)XZT|7#e?dr&3IG1!(q;JryDuwZ~FrY_uq1X4$8#Erju7^cixB>FA=_=$? zz!PZqOr=3`7H6Yzy=u?j#oT~CQ0R&Jg5Rt`%aqCG2j)~3hEnuvL~u|ZXe%0r<@`^NNiG;3Uq(=)XU-fq@Geb#a$bjYJP0tUCbQRVW zY)pu2N6;rzJ+i0GTYs)gIX~2|fAq&2R$#jTOfAt<+H2#4#Mvn!Yi0DWmRP?xn}XFf zcnDTRJUaP^Dimt9^OEKN#_PCPgy)~lW1zBtWaXew@d zKsmnwZ%g}FIAOWso=7FAvN)Gag|Z80fmqlmPMY0o+iVBHi)0Y2$#u6h^u5rjaqbe# zRmiSDPtx^Q5k$-uE?-v-%#+KO+>(MZswUyas)!hD#tHx@5r6%)M`{__?k_TgS0f1J zzL>Nmgr(RKbj^+1!CQW5`sN&*`2^uuI@rly{z=A~nPK?e-1OsK04YM$!-q!w<6X5( zzEu@dCM;HB_XOdHoI{ytzl6}JT8&C<=l4Gv;&vRm2Z{`KN{>zv3_M~PxdVWO=7uiT zMm{XMRlUw0Z}|5xi4IfdAkI$1EJ^`eTR4?*84`vcT_ZU>@dE&c`{VY#<^9#>C42dJ+c3<>Xah`!Soy*wz z(mlK*2>BX5W;X+N;cOJZ3;11T{x$*W6?7+rt*_{K@^7f(`Y@^&B%OAgFmBazd0?vH zF^M}^{!wj

A#?w!lpWjqIF&Ppr(yPRoOl()+Z1uC}waO=B0bB;+@k0o^Y2=SDh7 zlIyh}!HYjl9)cxbT>ELmZJGeFxAbXouQaqoa_0zufa+ldK$n-T%+N=D|OG&DbOH0wb~K4rGBR{jpCO_8s;}rk%5< zydVR7L(wD()o_wO$XN-P?-F-nwc53A5Dz%?s&dGt>fwK)Q0l^OD~nH0JtzH1juexkgOF1N%`!y0tfM-EU;JyV^gz2tV!av}A-pd-3ac=~W=c0U|w@ zBbPj-QKQ-j#)|-?%HXHy0WOpMX>1o#kqVR8A6wE$4TN+&NY40|3QO zEo8j-e&vExolHaybWXnQE0Mg%umj@|Sn;v?qfIGxGj|CYe%gSSSnS5&yAP;q7q#$Z z#Z03gHvP53U&?6fnOK(5Y{J(SkHRpcAZI;?#A$?&af@ zRn^9rYmVdQ7#C4Nzm{v7A6S;w!)lB76UPgxtVD`I0;T3kc+}zeG?OB@iDxp(Z9u#X zlesi)6BE?Y%hARH#^x3hoTxKCKl}sg6GIC6%ATCQIdf>!Fj5n8tUh9SMnFqs4*DP^ zFmQE!DqX?K1>I)muU=qI>~_qtxW2#av6$WUC_ArK57!%>%(yEANM%w$t|EG`lI{`h zxOh1X;;i?l^k>LE>N@rQ0GcIxHI~eCkjVRnM0iTd*2r4;C|VVdzYX(rodO0&o7$z+ zw<=3)#LUFc1#;Qfo75Gjp!+)|c@eO4eL|i?xV#Kgk#Q5wr#WG0wp2E6Jd1sx{&;(# zm>2^+5eaCA?ghATuf^96-!azQk=Ta%OfTX$*EIv(8%Rf+o`-=QQjt6J`v57TroflbF$o9}GxfRv=Q17`7& z0+?2wAwQIjZ1DSUnhZW_(D8>;{~fOke@ZAqZL&8PSSk;n$?TgnU0oL4v^)cIV1i+% z{dLM>%i0V^i?Yg)m_g5u7eryTj3UbuG;iUHonS%+BQiDPy-A9;d#NO`@(B-Z9OxQ( zJ}0dq7#NM`gTAdp65vh_+H|LFhoqz8b-ma0cUSlLA-=w=50r^qna6D(Tva=#7YL-4 z=QE>I9oAW?v?#mi2Q2eRA32#mfX`YIHs4!hS!QO4l?RgPrxic3Fhiyuq8PD*ddu zy+3uW?+%u_xEnhDmYf6}6@JEl_0EYP{_ju2e+{Y%{pU|ZD~GSjIR#gn|Ec%YS&M7 z(lOT1bHs+|(^?QO^*FjiSx|@e?vS(7;D)?$q-RguNe9_AK{6Sx7J0t1 zy$VSM;71QxuCEn?=oOHY#|w@XG_Aiy+Jfd3S)z}Q8i_WQeahgbX!Str0L3uE!9rm9 z3U$Vtgb9Uu6fDFK%r>3SBO2I|lv7R+mVRd-*A8 zE0Lruz;o5p<{1}g+SW}Y2i;S8|yD(aeI%8am1ZC!(LMtBeoHHnAf)e2)J` zWXTz31viZ6y416Ak9qEYBoj~!f3UurcbPb(HYmy?5W6f z$85nz55Tafv4>9xLyhzgU3lvYD0;|+6N-`YO&Kmsy6|RuW`y8yHh>ezll}8D6Qe8c zK1Gup1a>?JY)%4ph$fFz1_;E^cQ`b?&47W?Ik^t2r;FNBtwX@n7X;jMjqGpOScF*D z_&!&TSeNnCk=~1VlcXU$TdTtkAb}&Cb(qH=i4V>hCJ7H-O{6Bn*%slv+2@s$Dt~xF z)o_WFLI#;UP(8gAy z&qEgDEk3}MZ{Nr~kZ8F2Zsg$D8k!&}Us~-LA0diFDb4W8KaP{Oy-%BJ$TKJ9i59^1 zy6@57=$5cf5q}lZ@qZQ4{THE4wa_$hl>Z{M?}QQ|Uxe0b*aoT58)Ve@v#Y{!4WE@zls6$$%-(YDhy>iXnS8l?Nu&VwCzy!M>* za0S#6&UsgiB^N;MaQZ%Y>Nt3nfbRMJw~$~kvnSo*3(=PUH$?ldeRP8VFP`)N1hl(M z|Er0_cU>^1D@d@0NB&Nq8Ej<(QY~{yf=rG`*ojH-!#(Jw>PSqgCJ6f^Owjh}V0@N< zb$NOkFmh`KosZvHTO1L_j^J6-#j{cAf7vM4!J*hhoBZ94A)ekJPKscgpTO&co>WFS z-Z*bsENCN?{{y&pL}I$Fd}3yit#=(_meau6WnC5a)gi!|^^ z;SD^gBM_m%1gWt?&YdVYS|Z%!_*nN3i*Ds@+bJt0D@uv9u5Qe76rr0FHwGPj$i*Un zqB#8F18R1VGh)>^hk=rw9s!?}+3L4%QemmS2yd*s5zuYK9MZ(khg=TP9Ro)jL9sBL zeC}k&{(FU$szmR{Q2_oBQ3OIVS%O^S0skIbfXpwiJu+ccZBwviba6^FP_uB zbtr&~rWT>=GP``ocjDFHd19y@@N_(0?aGw{R#{)e$l1vSR%spftny)?$lvUFlw3mT zN-MN8I$S-3L#Oqr%1G-6DQmbzxKeU$FCW6x_Rq|gtk6bh~H+YG1Fb}!U zB0<)RTL0stG=D1n>!Z}`t957H?g%hhJ`(Qn;Ia z6$gR8GuN`+`&G{Wb%eLRCyowI*!61-(KU$|BwUdxV^U@_^FCGLTVPI%_Rt4oXx1#@ z>1aop3ZR;gie1X^Q-c^=>_!-*!FE#B7QMa71;gm$3?1ZyAb|MeqD<0$f;)Jt*}&je z7WmeE0|K!_A@8AQjzdaBTtDix^a(Pnk+UgJjs1C9&#p37dU8#qorMI1vm-8QR~GQ( z{6h4yR=l!^PkC_0D)UH_)+XR-Vd*gx+QNFG7M;jbDV-ERQN*2U7kj~jrO2965i)X1 z39+uaUN{e>zSvGSvXV%3s@70uy<9j*6VW6&>v_!QjqW9EGn>g*9lI^D>z55Rys4Ck`*K6BSgt?Bug4kwWeh&lAqio{Q_3AMcHw04zS-{Z*3N`KRh$ z>lDk3t7a@6`Uz)&)>M>~Dw(rQ`x~}YjoWVh9eP=e3Yi!s3FNnigXoxUjDf%T7Rx+G z8_1n3S6Vn2PvhTE*^pWo=gZaeqGt#n!Md7nzvjyu&L%SW)nG$lZ-G& zwH!E0CER*5Zr9z$(IK9HlX?{@*qT>xXTuH~41)1F3`~{VJjp5$R%1k=xnQ~8jQtmm-xKDPu(iVxEqGHrk#kA7x#?H_s;S z;r#>~7B{=m&AgFNP220U{dGaZFM78{#_KGyeLQxMY+YzD*q=uL9Jyl}kbn5JSb}7$ zr0bonBR&)#hF2PGiBfCNWhpWKs=Gxu1XibMOSl)!tdo;;Tr@6TAx{>z0adL5f;MOi z)OSsZz%)<-2Q-Q1(gEZEJ1h?#qU&B=={%--7jPQ<q^NJSk~q#* z^zZ-_Scmo4A1d!?=CyUIy0;TNoEo)@FK#Hq>&`@q5PWciSj7!pPGtL9QYRGKb#UlpX6@E&V zPW@JiP^?|ou8SMkbhg0|&6Cbkgyl_>&as|yrc_I^&8VtpfHRv%dQg7O<`+|!gWc;I zpCK`mYTh-V0M9HFk#jR;06B*G1XLJMYn2^N)?ngkrj(O+G06gjPEoNe67k}6JW$1n zQb^jtbb1$!4vzo<>@kMmTBe=?Q5>cYZrV2P%)KfwAB_V9HJHTfAU}Ye9E5 zXYdl%;7I>YyJk55j!QCYnc;kZLwT+-{=31;AO%ZPcyH;DL|K`P zi?VGZ{vmkt-LoO&0beFW>Y<#C2Q6oQROKH2D5(s!aC0TYf$}rvl#6l5S^edZ13bXo3gAcse-FtEL_Da zwvy?=#cqr18CR&}zH~M{Lv^7?l*f?H&-suT0H55c;4{KWu}i{P-;7>r1`E^8U(mOe zO&|L$F;bEoQ@$pMZxCYiF>P#tz9&m<#w%yvY?VA6=zBQ0XLEsSrBOj&8P&h#wa< zshj#l+S8`f8|8yr08WEWFCBiGHgR>9dy&=ha&@QIUd-BepL}${^UDP@>%|vC5b!h| zJw03A$iSb7?a5C9!e6hbh)h~XR5{KZ!bow)nv=TFuiy_Bs z?OuKfn)#w>o4@2)q$V?sFVdblkX~j2C_S4bReaeaL2bD!T7Dlxd!hMqmYIVF+qqek z)wHS=nMiCYr$hSmDJn%dD3~ExOYTL=S^;&Mh61;D^c@N#s_VsgEzJaywUq{yo^ABL zu1JL9eU@Xlb`o3?6NsA&d38E-ERiGl9bwWm_66^C}H zhsyM6gs@WXkpAKxaK0S2djK^f+B#2lcUZ~M&T8*@MYXbOv6($>|6cTX@Nj>+s?6PW z*eWXAy73ko<^!59hi?SB*PsS^O`;7R9a>C!?J}fF8LxvKg|uqbNC|f>#3f3spCa+a zbz8G4FZm~>5A}Xs9FHYoyKqUvhl20`n`;B&D}c#ZNC;U_>J587_Zg$EZc=sWV~s)$ zB&0lXXw+1P8a4s`Ocjrc#wd^15C-_R2vl)3OsUx8V&D-SGD|DYiPJv)c<>u<%CatJ z-`>TZR04a{Lsvz>)`TbWNo{s=__$UaiFc5(4S^J^U@_aWDGOXhpgM3$FfQ%j5Qo;# z6cZihcCNmc3tX3MPDGvE3705cEpXSn+h$xJn*nxBzz$lJw}hCAY0<4eO<*3aiAS!6 zTX_m>MQM0B`Qo~NjE?Lyc%RRVj)bDIft+z?`r(zq9X8YVSm76IfV_68$W{{jQ!93igygBB%?SG*lW3b z)(G1&de=(g1u^l6qs+hi$aqX3{VYI!jq0frypFZyG^dTMMNSLr3)@#4CNGbRq zFKU-F^E_=~7(R}Xf^mM%CrL0LU}wg;Tzhv}yx_w~sXrf|L7Z6iK%AwU(s>9&{78S8 z1H%)`bc%(54OP)Lke%MJT3pVdTRHKkL);M9W%%|E0`I-m>Sc}ZR3eZs!k9J5h({&K zdpQ>WmL9RghWDd#QZjhoxG3)zi-_>Ucaufc%#>(rDnjNvl^+nc5zX(T%kEFsaMLBMl8X{6_ushc z%NwjUOFN58OJCE`_z1sy{x0huYd*U@xAuNL<9vSI-1Gvm0oxp`iqahb5AV8{ys+s- z@S%~o02;Wtso93G9#*S{9Ibsj3pfMPCs$6jlW0vx7)V#NGZyRFrARyt9xT9w>9gqa ztHI%?@9jqM2>ClEGPVQpH6~I=hpAMWXg&r$xzkYJgJRhYJ4$WaN?8LrJoeDM{8dx^ z7Q6GbKlv#)CiiZDC>>4Fv|Mr?SVpHeSv zZ|~SACg*hsNTv8r#aHL_NBHSJl-796p-jAiNGsF~N7qylK;B*TC%|p7uSg`KFs;~}?f(AzeUrh(M|H6G$3`vmwiJZP37d{;j( zh7UI03RUj9E}n}jE;^Dfws7w(CXj`i4s(+e1wGJKRj$3qrosm?qAzCKGj|ugg5IP9 zG!xkpjkOr#2Sd1lfYBMxfL)(Ma}#M>^OY6}eZ}y(tCVxbftf5nLQ4UkKAT?fsKmyC zEl8H!hPYu%;i8#qU;({cC!I>CfHLu)`H(Pj;ubkqxCNiFS)IHdF^)=3 z%oTxt#1kReyr=XW=hf4A%P@|{OP6OmSr*=Tnb13)K?WlcLh#U$5+4yL!f6|vb;#EM z{$JQhDsu$Eq0g};q++qef}jA21-B}L#!bSGL|O^W=a;{8sI(`8Lt3A9&I1)C1=@HV z$xoG$ZsYym)drc9!i|Bw{V^)wdZZ95m4`9T!jCQf(xdjYaE9Fmi=X@}27QU-czq)EcBss&q#6 zsOV7dJ@>KtQGSBg!XlgDQ%LsO3S&X17*VJ*uD64bBQbypV^s>ZyamNoEWm{{_R+ja zU7JmskoJDnOs5}~WM%pIxJ9*k{HjxJJWJ7=iDk4kdxV!7J+cX`a6ou(ltEY}!9aV@ zoZ4Fq+R$8*wg=7_c%2fu1z^1OV<`F=RdXt1E$KymR30}E=McLuo2m$^{;|H%R~-O_ zsm(u0yu?>y2~e~!RXPAN-(-#O4k6m$R^=mp+Vm24j-R z8xtjUGc8_9rXh^ZYzv`}Dx1ht`{wjt>mjUlKGQjKKbxL`Ir+JF52o0xIF|>cX2@jH z#}T!Cci8y8?6mY85w?Hqw2Epp5;}B$*F*4az03F-O8WJ|gXWB=*;Zk ziKQuKRFe#vBFD0HQs%UmIzwLbH&MLv2_592RuS?AnD1dARuk&Ml*QA>ZCsNOpXgcX_$_R1-#Ad)T8oc$p|QP-&}aO@1J zE@7F=oH7o|%R8HZOy%KTBsS;gc20#WwwtMi(*aGBHowUwkPs*P{wIX{!I7ZEkz)|`&oLlDO$Oib84_J zNwq?qdmpAZNs4g+i*Q6IEe(6VT^zRF60x%bEcuwn9EU+ddBdu07g>y8X|Z0|jaog& z#);rD{&P`;!}(phOVL@E#qI(=p%ZTH?l6_{?c+%8*YfA?O`r#q+ zYw?|pi-W`K;|Eu|=3u}{H-;T>6YNBet^p|;nxAy+?w+$4!yezcgC<=5OEa!MZ%xpBAfn7@&-31HHWk2L8H z4nQ^uy`CsrLGYg0Kt(#78SpMq5^JP%Lq25+@n(R{g}*^%b4KSbT6jhyYakq{2IHqN z?f1vPSinD%B74QN#7hg%^3pEOG_n9%KGe{>Pb6DJfc-o9FS304su#Jqb*D#byK;Ng zfXFIP-#0+}4IxMlLnj7eqI8?lGv9pd(4v*8l{rT^2U~o$LN0VEbs|1ThJjDyrAF2p z;)M3-9kMtt;WAKUN)ClAXHKhuv|wno;|jj^sh2R>W!ll(YZzG$<#xhHlZ+ByTU;EI z^bUpuslwbe^6;rnAhmP>Wg88!_!GPY_!RicJPQ8HFNG=w-4Fb_%Rd&#s{z5Ia^r+$K#P0|=I->oIUjvA3oc|pa_ z$C@lp!8SizPU*k~h+cd0*kI=8D|Q%SVU^7|RFq^=ui*ykc<`G!iOvB1Iaf$6u563K ziVDlpC>+HZao0hZR-rf(9EPjTi=hLvR8v8EL8uHu;&Aa1?Sij$$N53>_SFjV(;A`M=sQEDZm3@=aOY216O`Ba%qHrmaK4)~ZP=j)}15%*CE;YJj-T zF?JyWt7yql4}`q3puBxpO)lTjLln%^4eTzK&qQbUyPGW_-sQe8HW_cNw*tCJ+ zaP-IdKdvC=(rKhHS}X~J?kc(wjMl)iC9;)7%i}jJjVOB?h$DDc5kWaDmO1QDE{2vJ z+0iIi=kR4RC5z}HO;^c$z$vEnjfBeb(F9pgE=AX=yH0sv_5@Ce|&NTGNZS^U3-( zDeCmvB|zn1s}t=_f?GsUQq9YW@>jMUI6=WNfcn=I+FSG`qQNfhv5~sLtN=|7;ZhLY z{IV2Nu%gae!t*Hy!^eeTXFTh%qVt7=Q7g=d)`FO6{YD$SI^69?4N`D_$moFwQ<=8R z4#ae5=wu;X3)tv>IHCDcJrQZehe_*;OFL3CQteQu$@O6R1b<;y?VvVX;o`v%N2G~= zPRB00mX`zdDr(umZL!?2itr)Qnbziqe$nsAzzh%Oh?G<`JrpXSIi>JO0kZ@9`rExD z$`=&KHW_c#ejQOj5Eh0;>NPjB!d-hx(K6YFz!x$g#34artn*b0oL5bsy^8XEe@ zx~2yI(0U3wIV@p9AR$~knKFhcDbpd}G6z-!@OpDI$#9%=+0N?2o2W_x6|4e9gkZuL zve?L)sp=HU#&3%w7&vdC-d@}!taNA{hiMIGTXPXSD#k%Z6*+kwxn5D{$KXIXNL!vl zU}@0!!gO8wUZt?{!SXYw@TXxZg7a!p7Vgw}3Ckp1oW(2Bi8!6=HTG$#lN&Ei2zhpR z)f5L;`&K#Ph1WL`hJz6go1iPPJTp-pdNgSw%417B3Gr`}pbXTdqSU94$wG9-a9>Mo zq{1uqKVYce$;-Z(IEF-Pmu&^3;W!o9x=OG)JTg;-2+c1&y=_&f<28)30}qK`O@03C ze)dV;q4>f6VIF#G$=4JfX3=&rXF_aM^XSt4vTr0@>mN*&Umx`;zI;zqbNkF*BJj|z z#=oJqU5;sHwlA`a9-C!T!RUc8fbLcd)VF#^)KrnuztT~4HL3HS_S+r6vG(^R#3uX( zo!@FQF2J)-Ohz_9oqZH8X_*^24#+rL%1@kL5!_pvZ(yC>+Sk}t zTb^$Sok%}A5e%Pr6t?)`1~6Mfc=U@KwsFF5ai#e__H0Ij0R%?qa@pAYHhw4fO#ik9 z_iU!{-#)a5$|@R4G9C_D0ZL*ZIIDD_?mTI36Bw1NP)BJEXOh~^F_}dK&Sfv8L0vz} z;=@NdRO)YcbhSM}y*IMhs%&&4zF=C*-PyQ!dDt1rFsPMbA3lVyj|+b&&e*HVx_sum zx;oY<@G`xl;<#J+@r#Zqd{48&VcV{E=^X7cuK`lFup;iOTVZCsZaI&m%)TC3C()HA z;B5`@JDm(@em!Y4Lcb3r;ty7lH20+Mau?rORS}1D@S+I>eU`pHK>l&8%+&AW&w=~( z4?=Js!q6Y0$RM$#fU)_KW@xxb;6upIXoXf8{gC_=}_Lx?l z$i?0lgRhS;F@nM&kxW%>lnuue(UN;@n?*w8 zj^hh#6p1wwx>?uoP{?G-Wm5>1_rptLlY7rW!(Dx=UAz5Bl9N%=uK|rU ze9~ncn<3AMl(txN-;iq^LW(Z0ULQGPI(TG~Scxm5oqz5~we@lPbqw-;ctS5KPX*!Z z*`75e`JiL!4P@>KPLOdW-ZY#FN=ia`YU_NgL0Bn{0l&S4Bieno+>m=F(oageA`1_j zvhI@`Upr{)Bb*yuSxn4ft!G_5qojKFEIilR)h;vc%=?n-5OvZfDI|+&-MZfQZUK2X zn?{e`@>U=NH+LUynmYOMel(2W`aZ{LX}$bCO>CLZz+QuVjbi^dM)a@F54r#6isR2& z;#_s}Z#D3vcK2RRG<}p^TLUUQ>e2zFU}(ef!MD>iUh(kp@K}z}$hflSuaRu8m_$;F z;2<59d%fWgm&bKa;TwThVPQ@O|B2u62HmQ3c(mJh^s3Rp19aWYdx_t8bSn}m1sB8R z>+s0%%~L!&vuTk8W?(hL2>HAvCb>xW-mr&>1i33kvbipF)@Z$;CVxZ-0WhFLZ{k}& zJ?xFA#VvB@P8utFayr~$r{kg1k`;I93|-!L^<^3G!o{f&n|?d1%8uRn1scMf1|?P8 zWC#OE-#xQ@eTJ&-UmC`;bsC-7b9J9y`wb{PznEUcU!`tGVZBHMC|uRINP(tj86btf z%li>lgQD9CZwazTw5>~?Or=dm^n2OOBDlD6NOb(I0ZMd$vVs8Rg-%>R5=Hcu50P!i zxSo^X>HVz@c562yX{SaEj2f@u+BpruiDno10e+TJn9 zvtUd2?y_yOtIM`++qV8?qsz8!+qP|6UGB2=);V+E8#CulOvIg-`z?3w$Q?WKLt;H^ z{hs9Za0VK1=CL}J0vrDeqCn~RWk_fR%H_WndML#vk4<4l)5FK(MyqF(vmz{o68YL@ui>L!&P#!IQDQ=FCa3m?HsrOWs-KQoX7 zjMJJt8Jv;NVEpr%v>&`WK+~fG|T>GIP>#7v9*_!%0mMW`9g41S%mHScj@H zB~JpRgDL=!Vj_dC5P z(bKT)I`MNzhd-c?k8cSWES;%@_p!3JXlr;?;lmiYMi+uz6GJZA>`jXPl6AGsl+hjry=hV{K+}MV;kjp}C7q62_AH;s)r*=to zm^_X2*|=E}3sSRcyF>kCGO3PieC(g($kXk{;X3tv!@!oV^tEAJNAFecnig|wnqRw3 z!o4*kkCH|YH_=JO*q>XgmhbjxvM3Fk-D~MC_xiA>e+K?mb9&T)J3kmTfo9>Q6}Y%r zQc)G4OD3umbjMWxRYMg~j*k^LM5Db(L=I;}f|0)8gC=vOj}c4<_pc(Y9k9H{;wI79 zjFcK-*mA-?-(;!d6~{UOzC0d*tZGFqi?uGcNBjrEXdwuHR7*AaSvSy|NUx4*;N zSLNE8=-|BncE&A6aB)JCz26xk!N+%a6Cs4(!+FSon=6E|CFD3~4)eZpaW7U9(f`3w zz^zO*5gmwiFsVo`qyMoE&8Ct1^67fwFWAg{y)(7!-j^RVj3Tn}{+meV)100AvB&G3 zKFC-^_(jq==gj3HZYV{d7QKwkNr0DOdWk5r#4OH_@;ovyPt*!)yiVrvkG?LWr*|0Tx%TOt_gCn2*uK%9nj zTzPI8_(732iB%F!ctML(I@-XA5ygz`_p0aRhp*E^Ux=#K38ht&_qpbWjE>IM@gyQR z@*G6P#3XM^SI@`g-Q~f~*XJYGZviii0r+5rg%z(6CMT^G?Z1vwvpRZO+S-fUe`!-E zicQ;#Q~0v^s%6l}6PgWFptUm?CZ?6sI$rBfSGj{lgL&8 zIIK9=nO$YJ7*ifNBA5nmVcJ#p+=Go>4mKOF(p~J;sox9&9Jb=vVhS_Lh_n|MZiL4EA}~X3GYd6 z)q!DWD#ZB}M$a%JEP}hdo6yd3&^%+x%>`O&!Ic}qmtiQ^LCyoir+Yce@?o|ZI!9;U zNXy9CgBFNiC!Boq=fr3zB{99!hZWn0`C^gcnQd-6Swz<3@r`cx~W!-h_ z;m-@hfeSN$3u}P)W5da}HB(6A9-k&#S4aCJMMAq739I2boX!1IOqajGrllvxf2v8L z{${6r_6q3S599}TG!#$KsYp6*WPMsD0!k&--gF8X1)K*3k(q43t9Li{w zX3NtiqR5Qihdt!b=33C>5=j}&VUwVgQLJ?u3+J9qFO~7-xgq-wO;BvcSGc-o#|tOk z{0x}LI2gJ{7n%_*l$h8T+2XuHr}}C8wiM-`>Z;rs@f3@ zyA(ushPo&ksa051OCK)IEv^Vznrn!@BChl9BGS@HBdHl9(u1m&=G;m~ClrK{7e~M0(ZzoDF*fg=f-}JO7B@I?ta`k>4qFDsY z#`Vt|%)TM1%~XWJw9$wvzb(xJF>W}ibI!lp!&G6Zp#{_EdDYKf3K($0hu(d57j=gs zGvuuy9ZnXIchV0?XXh1B&!J}GX)cu2eZQph!kVY*@er}%AWu0LddM#N;pb{kzP{mU zt|u9SOi`yrWS$UJCAD0P+d>D%#+#xCU2*mhQ8{6eO7|(-&`mU$Ry@PU{^}~;8~)9 zuLMrR=83)9S=Trk@6bk8=-wIikef;i15vU5VThi@37_~fQBOF3)#||E=aIa^C^MiW zJ$MJjC=qu{r9yb+0)Oud4_BeBKDFqN3)2q?rATu_$|)unIFI-5_D5Xr1N;PR&*U8| z;UhuOYccy%iS*zERjky7#**X4AN09jsW|aQT>ZI3s;?UOU8#9HM|I7fNoG+AAbcrYa@(w|^ zQAp0@gt?d3lMZ77Y;(hlCE(%0?*6D2$>T#ce-4<1UZc@-@X)!O3<|;_LQ>rXrpxkS z5E4m-FR?Sa2kzFK>Ox&xb1%9)JA@ssA1L>!djt> zEk){ZkSxLuOVLW<<}_7S9z^e}3>Trqe~eweqb8l13kW=F*rbzJ4Dz`0 zcnG{x6|qgcXQ_8y75L)>sHHJ^BQ#1l24<7I5`|}d6Ji^G@(bSj*kk=Q7orMi?&A#M z5PDkLi4L?ylRuz{TGxIb!N=AD^-`<+aNS&*3IaV#6|J!r-cyv!{I;i@l-w!W{`NIz z_mBGfq{^;rEb+056GdooHC&et&JRV#l2ptQiX%>3Iwzi_Sj^H_?9DUA5Vq@YjkMoB zc2T5PwL*tXZ)Y`4v79erm)|5TYvD!L)`*ma@U1{he=88mBtUd|zrGa++cKJOcgo4K z)0}gQitcKe2;XN4bfY89a`eW z&%iWuf{&*>GzQXi-=L4GaL8V@kLkctx`r0zEiT0{37h=OZeXqf?OYoQ48E_&^-JkL zC1-PkhdT=K(F*k-Q|e6U5YdBZmp_hmAgM4g)q3-VatBx z?oV=A3iY-XU4p;9C5R!53pf9no(|GV|SPLmo?Udl^LUpZV7e@t%U`5|LNFCY`3jMX<+6LtEd zg;Ad^-K6oycE2-5U?Y@mDw<21T$D(gQ0K};Hs#ICi)@#omzI6>EUK)UY|YOV&lR;c zJ*GVqj2Yb%cFlehTy1k)QGa>()LvPQ6gbA?sIs5f&g`;UXa85F3N`k*>OwEKHWy*vb^SohZdx-RE zP0xz;8H;3lPp8w;2Rpb$PMD~*s6W`#9|;~MZ&y)AYs|=jtvv%O)vg1#S1F>0zjO+p zUc%T3PGUjeIneOmk*874F82X=}Xf#e|NkGvQ${=G>P&8ZXY> z%8N;_-qaDa6L?_lZa_z_XG&$%C2~`W6pf`75J!KmyN=V#g&Kaa5)wIlgcD%8sXsGg zY9rdqyjp?vnSmA-C`~fC>An|At-vHm)G&vrmi;P%1SW`sBmFhm2)w-3GVzHteX^C> zxKv+N56*-h3SKod!^%1g%Yh*jfb0AyS|2=$W#9u!Of_X*Ndx`x>T$OjB}zVwgmZ$c z^;l=L^z-3CMzqqxrLeED&76gc(nmLfBg6(-lrCHt=R-6C$(-?HI9Y!ZU}O=-gz2l3 z9)o7F0Gy}Kj>#9ad#hSyToNJ6Rt{MZEgS@)t9*_bVISykVIlL;g_UX+5~*%|c2=Gg zMEL9+IY`b%hDaG?65%W5I7;xRXk<0^RIfX*1iOTO5)eM3Rs3v%VQI`|X>4RU-=RE! z<5H+qum>t=@Fs^ad_W51#b^-Oa^7|+S*A%5k(qBqS&YQZz~rOqD84L*X-H+K4K~r% zH;uWFg>xJ%Enwp5z-bCuJBPh_Yt$UgkvehHi+&6?B_CiuNqU#>dh z4||<2KB{zBr#^yAebg{>l?*CG#N~bLuC{TmTYcbEsgEiu6cE%8PoLAW0cmyIn2Tn) zJ9@_Si;B;RJ%XOvD2Gk19H|IpBqnE<&*~;0t+IV>mN0J$YoiiI(i+v`8QRkzS_wMk zVewoYX24}*U*FAwu$BQk0c;5xRYwTqct(?J&PsiT5BuVxI!{C zOK^T%06U!n8Usg*EKAut~Q&;C{cUAO(O0uNFpk6#cEJno5*dZ$x$J3!3 z5^b3Fp)3X^Y2uO)&3i)CkaJ2d#Fw^}Ux52z;!+U}gh}48;jFxh?0Qx@$iUbkHA09> z)!^v_+q^^O3@bokpkILH8m`xG30RuzI75g$V(j=+nkC+b`*3h%s>Wc8?p7AEk39uB)P}(l;bSz*Z zOb*a95^=mFJGs||3aMljk7zpAo5OkAmgsU5)b6OPTGHI4k~%SOHs)JTqC16qw`m9S zfD)>ixcHO&G!5@`b}VVAAu4;7WHVYj=R%Ep#qNMr?O=^})Ov`Bwd)*<$YjgfFnGqk zRoAS6wD4^Mo5R%83e&-y>oE0qmi-*&jY=x-2c0WtO(2se7f1_R^N}n>ww)^7@pdDR zhN16RB>a}sS1OZt;Nf64Z2^g)Sg*4F)4qncT02sW=H;H@GaKI9jU&SL;D&9dh`PHI zWo)#No6g0D&%N(pr|G^dSWll3zT%`Xt*lO0hTD*Ecl6F46hhljplIo3(k59cR> z?{zHgdIU$^ljS%vOcCd2;4hv)Yu_*-rUf?lrCTwZtA;&kvMfl!gs?fH+rLNNVkn0)Xu8`Tzo@R>_9mU ztL73Q2uxGdsCH zHE`+hknz(67n~!DlpxKVK4zEUa!DKm3$?1&V42r)TA|NH@_4Q`hOir!0TyrAtfe>` zo39%b+yi}4Vl#bd!K*_hNW%{&`_fnlQw679B3ejmm~g3g{>ZgIFU9gi=?&O_Nn?CX zi0P4AjQ+rH!)qAMzaOniWpN-ejoJ*>AYn6D9;Nwy1Tl?5v*5Muu8h;7v%<|RMv#aR zVwl7ZF#?Ujf2kZlAQ!dA6=f=C;P;_0BIz~3{q3rPb#xhWWxKc;ln#Q~Q*LdzcJpR$ zh@60+|62aR?wnU+ZHnCBb((TlnR3VVrG4V~vo4h7IbMC4NG*lPRkV0B&7`6|K`Vji ziI3xG+67%Vg$VbA+S-9^F_6s_ zeS5Ru+8wK3i>u@G9Y2U}67f^hY!7fx?qwf*{WA;CTOy`^XB=^R*?nrm1GSr4==qio z`YjxG?+RDL>!Klg-xa7G_x#x%5&sn={8R!qkI#ttySn++Lb}MT_ILJ>q6a+Hse7i3 zuK-BbZ_KXHh?AOCQMx@z53G$-wD(lqAzcr+r+Ff7{+a_M50IXsp1qiRS8gG|KAZ;( z!Q94k;PxKZDqm^n_EG<{9Jc6HT+VjM!6`_(G{HRVE5=kwj5*XtMz`Qs9wJ_`fK)JZU zX}L051yQ+h)M1+1gM!bJT2|rsqSKNbjpC7I)LG4PIncN=h>EyMX=}N%))K=RBa8T@ z{78A0Wo>&l%Y}l_5-*GNrP_dsWR$#I{jk{*`9nUZES_S)5|?Gu-c0@lr>;Sa(dSN9XEiRQC@t-0sN`C!kFQL-%9f+#yY7n z{pU}vn#;<0wXEKz?mDQ8`zR^>lp01lzpd`^cTn4F6?9U&f|~iP-l=X$8b6-y@qW<9 zS4tkJ%|8{?lDqJFMcKW)dM5V3u5Xl5$l^}=+P&mJdf>xj+G@piXldhUM%ZdWr=|TA z*9Xd(zp>VOl7V^%hHs(P)57>R9((K z_+U!iSNPhVW*tn>)cf_3GUI@qLcQJX#%qd6nhEmS=Awb5$9>g?No=Ws9~l)}XkZp< zvCMk#{4S;-7IvTx1bzQ!GQ%#6DevitA?m^)CU5ta*4#fV730&`tvt zlEVddNI?*GH27)nK^_`#?}Hk!2DdS}{-|fe z8SRMX|BNij{CzP6?vQH2I}IePn2YJN&Y%vM02XwQ=Fhf=U*4$yEe~~D#tab~?o`Vg zas2&{ad3tGNTYYp5h$@-^?s51ge2de1ttvE>y3cte>4HXI)^;0aT|jg?Y1WT#Tc9L z{lBjy!Fn#6>EH7(X$N{6ez&}t1!oKdqLB(Rx_iIec?L=P{n779u$tyaUgMuOC4Auc z4O{mcHU$vVOsf{?-uj11??EV+fN00r>LDO^XenlVQOz6W_RiKMQmyFOawtG1md$}+ z-~WT0+bF?}BnbK?DgW36Q4-k~P_!dO(WJ3mr{Pk3g24#+Gt5=Xq6U>CSb#hztsckA>^k*_O){5at2}rfsf9k3<{|qU^~fsqo1!{N zfPB1@H5Iy4?gq7xO>&14y9RikdaxI=KkI~D#?LrGU#vjGy4E{e(d={7b7byk)o9Wb zGysG>_lVZ-t8zGUB9x;>{D4v>;y*6_}iE?@cKAXF^LOXNu^hnTZy z^MdYWG>2qnG}lE9+7qWsCZ4B`?!8}GFY~ER$X?;Mgw*D1PCD)}y<@WX*=ptxPH0|< z*ksl0QJk76i!LqcgBHcxMcpkzoNc`x!_2wZ#z)F*F>_LoovEV?(-lefiVx_4X|bnZ zmoPP+p}1}31qdjq=%!y*SOO4oywI8u2wdZr1<1yLH?*oyMz#hYJ1uz6#nBMr86;G! zg05xLuVv%QY5LzR`rm8<5f%aw5}22Xab;29e_3RTJafzJ+SMTW2eu)Swtk@J(aY@0 z;{%W+=Rx5&q0sa6(r4+al=~Nm?c`+}Ax8?KaQzdg`)8RA%ri!>nGITHV!JKn#k6&3 z_4>?zy*>ZJ)mpK)z7!>B#|JqDciD-$o|j1#=Nm9y4_IqV*|^qH5Nk1l+X6~>BocNt zK-mg_Vb^V$^NDWAF@o5N&~f_VdBVFX@#IMLNr;~x(hBE`32}6M&uwx8OF zKYsMn{(FJ!Uy~i=|L>C>{>#wDKT{pFw;VTEk$s=^{0{R-N_fXzGA3mhv)cw`nYt}_ zFFVdNAd2;|C`8IhO}M)M_|p9VCKadVC7*-OD#NFi?5A~kYUwp}m5|HfUK5m?h2S26 ziBHzJ$I>%+g!{U^k4Hc8Cj-?v0Nztc`!JGKj6aBB+r~&rOlS zy=%b{ZNd1MN1^7h692tqT#7PB&x+0558U2&EdKk|g6K)(I9!d(AAf?w{QCVMJRX_p9e%BmooqEkBHgB3AhXhx)FX}5I6AGt(4C=G zgV(uhI5>SD! zv~AjDk-6|U@L7wTHWiEC9cAi{*0rz;TRBJd1|VnR8+iFIJUGkH$y<532Ta6Lix=^C zBE6z&d-ZPx4i>DrP`kcL#sp?OCz;o4na5momp+5Xyxsb%=QSLE{35>VcJa~QQkiWNz+;Pvy! z$8Jd0g%y$0@&*d0_%Yb+56c^G+RBQq2C3+#m6Y5L^y*hC+);hSFsNuqNF2|)=JBO zS^AVzZRK=Q9;Lhir#r#y)nrt~X!QW!z|oI-j$W=N!voQLgY>gG+@bAVQR)QVDrf=L z#dw-Nvk69VvqYvf`)!5VwFPW^5ItAUJ<9(HmLI(9qAaW33n(`}0`B9aH2b{-O&yC( zSfe2007O?V)n)%jIZuoZJ-(M^1GP~*^&zpwf0Qg+P&gD+H3QBOXNfI^;oMRi5I{K& z#JV6mmqC58~6XHAxSeB~$fkvK8&GLrWhCKQccRWjS;r%*G2m8qWTr?@B2YcUEP-->I*NyD11y_o4B zc=(aUkX=X#FZkmT8pZ1{=UM|+j%|mf&!1R|R=@edOl4%6a4B`3bLoC}e5Ir<_J;$3 zVzu^y!<;=@&Z13|H{$j-EZu1Ko|T82c5j+`&eEHT{2I#e7Cy0hp@9)E_XvEs$*>7w zO%Tp@y+MCa`@Q0t@YLZpMSVZl{zP4L5>Ra00DB5i$5-zo1$DJc7X@#@!{%nK_1u~- zADu3ibFI#fW^PwS&1uw@g5Cpw?-@%w$FWdzgMTx-u$X+{%UAx@a#N1O&Fr6G2yT7A zbpi5|Z1h}XUi!FJDKHnrh{C?oWQxLdITA)gmlsEEzQnBq}_##gI}(1nN6; zs1Rcw>!ZlTH40UmF~E?oum%!rmJGrdV3CzIXtEFPt$Mi-40yoe_mV=IEPx!{Dnk}G zAUBH}t|p^P{Gq8LLKuUbxlF-CpdYGU*DO_d>&;(YOuru|ePbtC0*-~ux^TaGBG}ya znW5c7Gu_k2VN@C?EC7TmF77?IKxiK#Yt)Lx21JA_u;85;;$KDwb_b@x*2VSQZZVa6 zk&x8YxKKkwwMXavX^WS}Wg+Wb$=fkFbY#Fv5}%Na$qxlDBUMOFwxwJ=H5rd~(T~M1 z7Ad>mXIdpztM|0d5%%H3E9F0b{d&{u!=}GT4n0O~25t)vlets~n}gKuS~k-7!+mvg z%7(?SVF}dWeeX@=bzl`SWU9he0Wwnp9^qh%c><(u<@?nJ&w4M1rm(@?>Uy9blji8a zpX8~^-m>yJgUlu}8N#PvLz$fI-hzN9$kJ`xc7Y#_ejNcVhgj`a&zSCq_CYM4ib#r4 zmP4bbs98Q5$c_5d<9A=GyVR0oijnnR_y#w^R)K)Cf$4f<(Fk^i79z@}ApstH$?5>} z41ZnHZ22uDBzrAhZ?d3S==^wUO7WKs;yrCLFG}6tonf}<5{ZnqU>S+R1Uq#TV+RxU z+Ppck?r);^_QGOfO|Iq~NjzC)XQ$FMJXs@LC-!#&d+@1DL2{Vv@*49; zC0wk^gMs3LH3BSNd85_b8P>d0PbSVDQ?GediMJs7mj-|loG*b*J{X9g3gdUkX(PC* zTEzi3Q*v^0V=^yzH5PLmSP2B3)u7mOVbZ?qyLq%eYXR6OvjmCaB>wAE3jumpn!W(( zX}j_W7UB@d`13w4uvH?w1kc||lb#&+W6e{pu)F}47^rjCwOWBbXd9xx{_oLoDmJeS zd2jW}ryJRq9}e7Z&ryK@X&?PU&jRQ-oXi{v{?I((5r!JPBS~>zu>^LoPW6mD#$NjFxE)}eK!C&nU82>oH zp4Ay63VkE^`?dc40rp?DIqmV_k#3jQZN)0lK{HsZ(+ zK~x2X>H9%uAhp3-BuLQw1Um`XG&d|RCYgD9wqh;}do;iV?S;%18jPOT0tUX5T0Eta z$tjHL3&e}DhR?B+nW=+)WQTPTW68|v&e5B9&&27K@9UY>kGC5I$PCb7>lHgG*=6c< z(IE#K5-U}0BU{^PyUOuO?={wo@JnM4MxJ5)YHoFIy>e9Pm24Kd3?<|>H3vgrARpojwtpZd9m^(G(^sMP%&4SFfJEiFg+xvVuwi5M-W6y#m!S#Q&>+ve~S zW@Dm2N@fsQqpda|p&&IHbp*fF3gy1U0xYaL;T?Uqoiew>2GwCeIhm~mv>*{6FJg)B zhP{XYs8}6BV#)TVsWArJ*iqjbyVw z^M?A(<8Xuqbnk1~PaJ!jZ#gVn(H2x<4K6VFF?)=ns!M4tPJaiNoXvU$^3lw`?I2ZK zs;^%rF23su5o8ldGo>iecR4H`z@67omW6WmTQkS=X15sA#f*QX44?wjTe)nwfDd|{C2i~mksUm`$l76;<}&bV%pr-WbI4d4 z3HvG7P1*t;jM{m!)dBJ?oE3-brR?nvZV2)Z)sa`MW>J?YHys1OQi~l}sw~~UG^Aw2 zq$RmT5!#?XwW0Gm_m}S==j?zmiV6$%xYhqMDLSa`o_xW_w}@NZ`tvJ|Wi?X*=S?#1 zo`hPN(!r;h^f2^KJf*a|f&biQW9|&*6XyohzB91^^`UQ5E2(zv?B5L2D7X%Yl(l*_ zNr|f-NL=ZtMVY=}kEk+ejjzpXF3A8OeGLb`@=2jsqBTwHijn$Mv=dOi+I#P;u4cf0 zvx){*X500R%X+S;NQq+KXJ2U?MCGTw9A#7$_yMK`=A|H8gLvm~4Yp7S2z3&`?|}UsG7hijympCb{3eIa@}z+zD`B5i zyCrgG1jEJlln#PKGCOam%hOayTEh+B+Pj_Aw!pWAI-R<$2sbyN7+Rt@UEx~}p2uh4 zcIO8Ny$h&^TM2;Y?9QX2hF)*pPu$}1Ic3J>p5I0iJKOd@9s4)3BY7&C%Z&AbgchX~ zuV8{+V13_0F*CuCRwMI%>yYOs*sKOIde}qF|Lq<*tw!W$O1 zMYXar*+?*tXr};)#|*=(LGMmC9PF}KKGFIS-Jy={tx@(ob~q?3gbbiZR-gDpZO7tf z8I0BLmTpLN_DN)Vk21Q2roYdllgJ(pZH(`$H|VW~UGvvm>#V(~WULG7F2~1gXJW5} zdB?b69!QyJ>KwCQqv6nSW($48CXZEqO`X}f;++*!TEg&jI}j9^FfdbPvV8vfz2$#p={IO8T#Ue%5&7}+Uy+@ksK8Zg*g?D)^YgQ$>w^PKkm(8^F)?S z^H(O_Js25UKEkA+bDLy_mvfK31`?QbtU2#;UbhI0;b9r!MTAytZsKap!dy;h@8>n6 z0pY&A@-^4|=}(->iUKSe(nsknqv$o5kQc|~1*i>OZ=3-Beg`ZV^0 zwLnVk!;|oDZiwK}bVa#()p{z!0SU;)EUCDNtR-M>$sFuPMy^)Ry_xQQ8v9 zx1!vo+w%?nl)vOG>r`C{R>%%c8X*4+@1bB*c*pyaH+tgf>{%Xzn2`N!S|5Y^^bu~t zak||D&w`Ycq+;^{|Hp1DCZT%|`dvGd@*Pr=mjVGr{Q(IH`Qu;1N#9%b|E*WRe-cjm zPj};gCeo>IL~pPndOxX6z7oZ@&>lG_nWM^l7Ru+kde4x#gRaT$x|5BzEnvMZ(7I28N@sPwtt zd~+P4pL!72n!iG+)oqby%_Yc)_vVmWYu*-Qc1930g*teiGs~?3COwcA7GBLKjWg6yc{0x+3Gut_oo5jWHn@lR+tG5L3PDY za0nuGVQmOyV_te&Ckl84=e&8+Sv?|@AYiJ;?~E-c`3Hdt7Cu@D zKyXlZNC~F`EYX$oXUFsUC?X6Lt}p_5tkH^@T5&OKi$K>o)W1<-7=68o*Zy~_Uvo;k z!5X37UHD3=Oy3su{CJ;yEh`OGk{MNcwXImpO1X1J3+-6(d{ z`nMXI1m@GlSR!teXPZXG6-qE1wUl+yU(Z1OzNi*S!m|{Ncikk1s7tu6Bv%=eQBtL&Cv@+aLG1K8a*F%BugVO4j{hG_nkFMm{uM>;pA-$B}n0HYI zzhREO-3El-Z~UDf*ko4;#SUTrDM8pq>@lHiJm9sPxCmKQfm^Y3=hmnwK5Xx!j?v=4 zDULEUU3|TN(T0gnG2e0dISVjjleH2i2=FCN<#J`m)Naf9@?z_Q4OV`YT1qR}TJppP zz2&|trFE6Ru(Y1B_UyQPE-|DkausMB>4PhAhfmVgvf?aqw98JSgLkKN`{(A8k76gx$G_Vj_{UsNo|T_3SDwBgcA!0Xd9t}P_0C*s;@BEOGa1cgzoI&;W~Qc2 z!I*sK+O1Djw<$?EQL;R~4yAn`y=Ze7tk3gr5*bX4Co8iS#2h6SAZqyU8tvz17erko z`FI#?$ZQC(K{XevlNLgzI!y|zCWeLAQCAr)(Bs`XM@?Q(!&96>E<2O5&XBJ)($ciI zr=c$FbQc^YubPWJrV5i7=236fmtl8C4!%4wNg7Fo@>FQz=yP&d=7aD_va}JVp&}V& z!i2}k3q2eXib;MBgS|f%VKt=qLE(lT-zv2;7?CO!+fHhMZ9%yWn-0E)Qi%zD8jUq3 zHC-G4XWPAz8^yDFuTs>02}pz1fpoBN2der78&wxw?lDgCSQN;gU;_x?`1NCgZ6IH+ z-Tk%{jdgQo3LmH?$Y!CO-RmzY2*Me2j}M@-~?T_VsPs(jtSG) zC}Idt4P4$IL4TPo+oO-B$2w`4VO&U3WvLN?S^F@vSP%2 zZCEUkR||V}j-A~L)y_!vD~ak?5b<6*ME#L5X@~ zSCL_2huDXkqCP+acoHv6;yeTa?`&}femLZm#ORq}G?R)PxlmJGH+%k?xmzLw)^k*{ zB+KC`c;u%P5MQ=|!4p@|

t9H0Kg^EsL$mRNmTTU>bpaqu`D9ym$<@HLjNn8wmJ} z3>Y0^)!1x1h-uk3WNO#4d1aB>sDcU-!LZ(G+QM8op)+H)7Hz8jqp%W~$^>OSX2avp zUoEtxDFBmJ_5yY>^Ydn+EM zl7(Vi$0N{HXOzJAVE>_~`}y5DAdOffKBgAI)a*|~@yr7Uwkps`3$}xZx!PIEUhROg z0Q|tgW%5TtHy_jBpw@6b;X5_JO)((zV^yNixTT@K3>((kgo@G{;Uh{clzptEV-%+ zPfL>-H7YLNmE3o){dM8fnY^I&4WKzO9OuoC5onjlpg>owj!*xPugDO!SyuFQ91mlx zx0LG>=zOCI_Ge?#Lb^S9;jVYZ6RNW#BP6wEsc$U7c-&81JpncqkAu0{v7h%MI%xp% zG@oO8LR7UFA%z)aStYu5SwO2az_@GsM6`>qOnv5-lagcrCl+iyl;CFJQU+Il&1ILe z{TdzIE-K;ECUOst^qRK*8A^B1v+^`&AHppM;4^#OUn5Wf7}Gyx#ild*X7-jlK9;eX z!&2NZzJl4JolGykc+o-&z=*6f_#!?+tQZ#%kxJ`sZlw78wOhg|qK#71s)BqsjT1S|{(=}s)VIq`tG1+zZ8Eo^e4y@gp7FRA_=aFc`j7!g=Cn$m zwto%}QaUC?G!X5K2JTz<1nZ9=(^eU#cxetbIK**DJx>FJ|D1^)MH3@!8b3QGc1^zC z0uv?$i5|6z9=)e*o)GyHVZLd)+hpQ6(heKw&WGqog{!r!P9k-#f>)^qAIcnIt5!e9WTixu~zm6qg2p zKZ%~s$S;io%*le;UVON)LB0fMA?9YO1!$&IXWDKcL>;StK!tO;TZ4Z*^VOH(kR%eKiFi%no11d8cd_C|GXG9F?0hm za48#T^)GNs8+(B+b8Dhz0^g+1csaP#abeCAgzlY)bqW7ty4^hjejHe*S46UFa#tz6 zijXwNS@h1Ul~-UN9Cos|-s&GzXAbd@Y+q1#*4P;1{sFSYYf9RqX8On}`P`PSaQheI zxyWH5R4>klqltGAz{>ejdUEJel;GJ}Eq{rh<#qd87SyMra`WY%tb)3^Ai1gU`<5v3 ze|6uI`ky;S{NsMLrEc>NNWo{ep8Z3J;57I6*t(&(zP?R899DaEMnKgLtY)!|smBc| zr)>S7o~vkLle4AAbo7Dyp?K$~O-BH?;^)l`67Im21mP-N&(Smg%!*W6pLQ@XD>q2D z>evblQbZyZLx6j_@b$>^Esccil>iM`r|!*fpTF`~fnB}FsIqbpcAU7~z<}qoi=&AK zjGg|siSuq%o)4%fztC@ZuLWpO<9E`wQ_ygwMXigm+Ut#o0_tpH=% zxU~Z#hk;tdk_xxnd?=Os#LgX9jBsVV-YDb)AJ4ZfzKT2xi%B3Dv$& zpAZK1lDY~r-4|P3OAB>K=Qfp_P4Yz~EsK~hmP<4__r{0^8)CEAq%;?_#PcEEunWmR znF}Hbdd@1S(quNWJxVnTN&d3jc7I>QCGKlHX`5M^hU(!;u+Ad9cHpXwgIMweL6n z;z3vgMUCJ3-v!2m;;-L164~8!omp_BLaCt6e%GC`kM2C}9gHv{FUDqT6xM6oe3+13 zO+8+h3u4Zj;#m-CQ)h9FVh76Rix!L4*Urhtt{3^~bo*T7ineEUisy<_h76x~R#`S@ ziKkHXDK05%c9d3*#hXn;7?Z)qFW|_?&=`TK4pcM)uqulff~REU^At{b8a2gtHxeAQ zmLFMZs@j5{EtNMA>#DS5V571wpSKr8^J)pY(*!;JkLS5!I}|TeBa$eWV6vgAuhf8v z^PVHAbSa6oi_y@<<7qKhLRg2d!bS9p=&K_WDJF9-rb_8?Bc^oQJuJ*#-&tmZ=GerD zjCRs2ML{46UlD^qcjM5~d0a1Op*11{7=%3iKVIPhUE7LfOKDdN%1Z|-2%22ZMYmI> z50|A6TB0_9A3XbOjvb8?9V?HeMFoNoH3Wr_W{Zf9Mt8X$~%u{=9gI>%Pv^V zc3K$)muR=Dn^A`K`XHg60%Z#0k}^pUa6#MTH+r9auA+zOOWZ@uQoH2w8Ool-XjhW0 zs6)`VO-vLK5ySsjQtS{@@4kTh%c13Euc6@>K)hX5vsA8qg0 z917QF>&D4iv7M~gwr$(CZQHhO+qP}nHdb=-^zOZ@_gkmlQ+2BQ+x!LhocA2#8iU&; zm@vMSQ&pAlWAg{ew#n&&_4)qTxB;Nv?SOEml}zj2n03{7n>eUo10HIoPp|4qnxNiZ8P+bnb9z1l2g_^_VlW$ykufc9#>z(+U$`y=Z(TL&=%%<@#)Q~@LC$eu{5W*d z)7{)2KcgrJ=N=6P&Dun}hE=F@PHjQohgQz&G-;s z@OGYZTZqZwb^`lzu8O(jiaOV2q0GE zE|5UZW}PLa3grOt5vM=ua26STfosT~@Y+j73N)FQ{P7>MhBzpNghEOy7F@YV`qL?~ zIa{0?@!}M8>882DEOGjFJM0@j`Fyv2AK5y?U8ui+yc@j3hUd@5k{Xgrm|F`ARjlF!5UtCIW0qOO zqpr_K@kKD?Bpo9*Oc#aWp%+d~R*5Wu9NPx-h2x*x_TZHiQVFEY;Rb)Oo4jZ!YdNp5 z5hiOl4Rf=F6#@PINh;2rm2K&jwrC8>v(W>G z{Hx#EofMoS>Xu`=r{w-3P$DcIHnd`B{wnADa=nCW#u_Np0j_R%AVQz@72ES0fm*iV z#ex+bc;+wy`#~IM?`UM=5(j}`m@!6G2tox-6`lFd`N(pl;7%A56F-3hTmA$(fk#vE z-1i8I*#v+8 z?g5K!*S8%aUKaObxi(qOxcO?q1B~z4p5r-_V9}G+2d4~BmcCQNE;R>(44p-nUgO+F zmw(4`wt4lLr%cg%Nso#}%L=KO-p!ELz=r{BTPY{&2C2g`|eF zRNumYl-LOfQUB!egzgdCqrcKFqMgRK@+{-Il#dPkgb*_a($cMUn64z^Pn7-@OGTIx zHSvny!?^zZl`Qrdq=lJE%ysiOE_N1M%JM@jsvvQ}pm2;Aaf5pZzOg=J|Aq+s#Z0jB zJC24+2?wXqZYOkKWzsrI|F(@3$Tc|TPK>m#Db|CM?jE?EU4=vWLKE0GLF!ZAiOJv< zDJSUjbXnYfQ9)qx0WXg8)SIErz= z%5+dS4`F^3UOA*P9eTAPY~iAm8P1;*<2PkaN!gZafTpk)SD1rq$v(vKC#^#;L{@^gJMo1!d zg2)p|hlGs-J~!jZ25ruySnj6OaaCI_HaRL4QP0orwcswC2`lrrY%yeQB^2Q_5igL{ zdefi*OiR2D1Uf{NM&TID0d4UTuk78e^~nq1w2)vX=uuZYV1Hr8=(s6Z+1En~0s>gz zusYfPsr`MW^6YGdgj^|jL4#V2#~eW7%Pn0I2)$v{>xHJ1A7LyKq#F>GOv1Z(N;fT5 z{v;vMwBusS#EPGz#4K_sOJ2N1{ws>uZdevq5}G6f8iR+Tcp;qJo06uxEEyn`YAZG@ zX-EDl!#)(~^910N#?Lz-j>xwV7#X#129$t|%$AYKT-nG6WM`I%Nj=I@j*4pvhG;-X zLhGAYwei6hsz@b^)Ym52B(+-$|o9cm=dMrNmwk{ut-Y<8l?1T#E(B0;@z8MB zdh0SlvWbbjYuBPvgm=SScblfGjbl}7{?MlDByC06vJz-M7Ek*yLgYzW}j zb23skfuaB@j^QNszy^Xds~daFA4t^pKFT#lbGw_Vi=*$vn4PCtw#XAdO;^zqTO$~- zttj3{N_?w5f{#IcJf1{TjHIVG?u!`snlITe~A`>{E%W^Wcg@a()(_snNp! zmEkk;O!Y3mI?QSKlrGhr?vzWYYocY&Sd0!^i6GQK7E&>&Z*i)HJ}1|_EQ=oeZxG#@ z7}AyhTEA1w$-0fc?VSzlu)3zRUPuV8{NF$iLmfJw0!20O!mWC(~dY7OZrceTcKgv~W1 z>_t$axk6LZhriMnAGg}Fch5pr+SriVI5|ZUo7eQ4R`Q%|~lRWEYo*MkTu=v(>X@GF$ablE@nlHmeEQ z1#mU2MfnQtdK87=7~uonOH@)%q=a5A2pB4~_iiWWl~+semNm8Vc(;NFviQoMpt6aivC+Ry8tlsMoc3<4#S8zNY0>O%TdAZbcV?FRi~WS3nPb>xc2FM z(z#Y)1b7+Nz$n>^Pl+w?n7GlL`GtfmqWt$#PNVK5%Sddo2 zOV)Xg!+5^xPvYx9FlOlH6nz4@L`7`?E6+8>-)U9&%Xdofgq|_hD6O}Uhzyjx1MyQf z$7Smuw`N{gX?L0U`zW7c`P|xF-!%sGJtMvn>LSn}1p`B@Ga`fDb=yR&Dr=7lfC~+N z-rx?sgce(JN>CdLY(`_*wZPQd+pX8R>2|7{sLOFy@OBYb#I}Jz-cw^Q>|4UFK^h@v zk2vJk)~#9HR=PtzU}J?*r$u)FXW1d}+v;=UPt+()2K0Qe`w`_V1qt9vVW(OfM(0&8 zig{7nhnfYDOLDCfWmSH}>NA(KcSx4RDTV}3y0;~~2THBYue3U$)S9$20Z7;W#gvc* zk;fwjV^U1ZoRa!B-vSBOIC2{3!+9E-U03Qvwmc(gunmPXmB(ftRJGoU#R<6^jVQO! zo-T|VBhiT>+5j!myDjx$JjGY~_HdQ8pqheUx>w6DwQcPIkJN#X)DbJq5jAt0k}6=* zT`VHLF_Js5VDygo6_e3Evhmxb(5Yj5VM!<0lc`ZIO;Z3d0`iqlE@^w3*ijg(O^8KP z=gf-KP0aL8{wau+EDEXgHV@YcPDfZo=mXdSF2^6=P=+Ui9{5yP!j@m&Y#66lc9M6z zB&2h6_iSB}0r2`H?(H(qh4lK<-Zk-}mD3`#*snwnvY)!SYCGmX#7|{nS(;gjb!|{( zT!Dp#_0_eKxTAySf4Uak&RBd28DqKVFM&18X^ehmiv4%cJI6Y{i^I1c z#^hhp7~^ZqMxh&ogSU@Ko|Ii)YeF-^I}t*)hm>oBkjv`>H?>1Uzy+PY#9JVE8o0F9 z7_0ixFqAN%Z$HyQ6_vgMmoUP71GYYVp!d*MLI>~PS*%ks(<-;D)43T659BT9K>>t{JJsXiprKmz-MbpRJjL3Xzv=#uafh1$va&qxA(R5E8Z{@OalDir`dJ z2|)mt+*$&>Kd*MDq^(8fA$=g0+Y;FWpb8Oo@}@wS5&MvT978OM0opwSJ2Pd@AwupQ zWzY(*ys#>6?{K(gEM&#|h+NJ#dkam{+#1gICQS)6Zyzk>UScFZUc4mXwS(iR-@yOe zpuS!SKpj7IbEE%P-Q2&vnpOXYZqWa<3t9hEFaOwuBtL6o6;j0Kr}9JfayJUKEa$8j zn*5%pa*5WB%Qc9`o#&@|Ttp)f$}+mF)N|eI1gDRF+(M>?FQ1+OC%17ms^bDEVXx6t zZJ}epTk@N684u7ixurx@(E_T zG3FB*`NPK)`(HY9#Me1aQN|LYM7oxXY|44l(d)ywUICxB^bq z83ZtXMYSsM8SVg0B*(Q87Wrz2y^GsCk4j~m3)v{aA%C{;Y#ZMx|cxC;dWV z;9tfo)lo^#>YU!g9%!5>C#$kCi)G*?PU=fuUo3xr!K{qrj1q?&YPTq^fIm+U`{3WE z3#eK3~ZQY)(>V4E5LYDNeWcrNyk&GE;o8bJ4V5KM+5?3*rkH z`|m9i9@rtG%$!(>fSWmEY)%U7Bx0>R4uMU=FuYIyaA)L! z?;HdSx%7Z)rzh>)9Wtv43^h;;Js&~LP=)cdFoD$g@2L9oN0turNXNp^c{7Z-Zjxk^ zGZ**J(un{h1;PBx{^|;XDGPb!^yx;WiYzlDjpo{)3|#6P^RgD8*)(dw@+f^i`lvs9 zOBA)VtkF)=B?`Y3#mg4qEBLUPMQ+a$tbi>sP1b{{3|TmNFErY--Y;sNq7TNZTVjvO}sEq2u zftNq&^x)|EyvR$1n4DSt7>Cc&Wtl1w!UxFj)Q*cd;W?v26}tya;NFeZ*`rsl3Ac=I z2+Sd{DX2w;dR2YtwvmF^r(5@1Xk(YL&g7qOxz<7e!)%+UX4wdOJbN`vTH*2A?6la> zDt@U=jl0_(_fr)csmM%Nk2G>(4b%dJWdN0n9bRt{0k*X zd9R-{LD#vM99v%UMROSIhWX0}>Po-m{3akslQop-P(1Und$_V78~cB1+Bf~VyhMwiF>RhGbZ_+OnuGSbrLpbR{ET8)krHpu%P z2Odw^i>flttSPummKOc4>-U?vs-m1IqKKEzle)pZftSxo4SldZ*|F8Ou46 znG6Zduuecz;pRt=-r^YO7x{6csX$N4=9jHzg_E7V23;2RQ}7gAP7tr9RTL@he`3`$ zs+)q=4pj5_z5~-}RNE*Cemy7eU$;CcGf&;9b6R)PS{we}5+-g-9O(<@yx6~kFQA>z zl1PI|LCe?w=udrXRolI|-qz%=8ozXC0hQ0u%&T%}Jr8h95>QLxK zG>`b@S|p9j40+j(hzw}iuME90i!bXky3|Ogc^ClLa&)V(D?2OFb7e&M0WapKtA)FS(diJQx!K((F{7o(iCT z2aVom?H3|Ifmk0ukCGr4!q|vM2}hdx%us;-E0njQAXi^C@gYwuw+f?L#ByCUa)Y`R zUa-hw%A0XCr3>R(k4GYqIY!NxnCOXmpyRX;IN=o0RCm@(nfSmF!Nyc{U-4#yj2Y-9^nH%zR`%o^d10+#m2UY( zU9G{!lTq&&94o4CTXTMN5bBwtyJOHjKuzh-FTryBHp0K0*-ylM_Cy=y;>mgI@V?-3 zZkyRlv!PD+XKc_HbAzE*@D+b-pS_#e-~YDEay=h?i%?WMni49DL36(zC6wji0KO$I z&jLh&6IiWt72P=yE;`Qu|1{FjCuzO>&br(O9FZy!4_P@s+>&nQ&6_lLkFwj$l0&xy z4v0cFF=r^KqE$NTqoG@3Lv&WVa2&DNko85+`N__t@FmlH^tB- zGX5IM2x+H(6b-C4ef{N49?*_2rKxuip3*89lThHd|3rvXzCAfkO&W!y+4&{bGkH$1 z-e#qU*-rtLv1UkZBxWVVfX&@GqufPKqEPVj3DZmn-|NvzEb`RYyFgLHqlDGY@W(Lg zLuBeO)M2JHMj~kXAsBgi6eCByGrm!=Zt9otPnkBuXSb{snBO5LcBVKXWb;dyzno|G??U(4Fg~;Q&(z-C@%Ph)5ECOP z<2>p~TL@ki+cu+jUsT5biVd;%G7cfi)9a`wiZ z|IjqT6tjxsXv^1ebB5&AruL=Pnt+)|z<})?wfkNCNk}#k_ZM$F4xKAIX_H6_uDC}Q z7f)L*A|HrDC+xps5Dj{n)NM7)OA-QPSFEoM65APf!fY-OQiJ5c(6We*)Nz|F7cUd$ z8q<$28m`-W&#$ocTffzbdo`Fd%)-AWhb(MH8)eIM3E~)|LS7+Tk$~Yi&QF|+V3o*< zm|kj|{>5fW&Kj?NJxYL#J%+C`7Pn|G(oVY26;6PFX_i`0;!iLzfqhnWDvI+#!A9S? z8HZ*hU9&G5FyF2KqxZrH+iGOba8EQCQu?$R{t3Kqcu4Vv7QM+^^@8HX+0eUwcno)l zswO*mtOC(Eqwfi*ak$|xkeH|@DSc2lxTfberzb{r`{{6E zr}}LJ;tA&@g}=Hv$}^)EMtcKj-P~>4;N(x2m8D$k?grNt(*L_XObTY(lvB2TOWAz{2P6KiM$wVWH|RebR@nD`;K+|h=m*C5H%x}^|M08gKQ}G= z{{?1LKE>u~A~$l06&u9ROI>Pjo)MZI*?koIiHiD9M2Pd>7v1%k03!Smh0nKS8%v}C z8QW?wp-}~RgoSzD1)%O9LY{a{1a~AX73G;nk5a>zx0g~uA}X9c$~>Vxf)Bt<2i6LI z{6Lpb6$XXWOE04PWMco;5|_T_okZ`{n&sWLmb(e<96W)FjsdszbbZC>99SW#(a!4p z1mw=vc}_aNvoVEIoea`N=lkPh1B>^S#{i}Y7k3OOMLL$MOPHJXhlPcO&}1!q$DyAg zJ0@mW1jMUNwAc(qp-*Me)jnKxLTnHi0zdu4It9?RGc*cDJu z3<{l*jjB;SS$a{krn83ZpuGFB)khv=+a?=|>FOhEcMj z>=F15wg1*Uhe1E5t20tYaTZKW_QD?MlxgSMj?%cmsMY$6;%@Vc7U*J}tCH+Yob#_n zhxr`l@9^Yi-($@*0uL>?Fl6 z<%u>EHYPckTm;|v0~x0mNSNaqRUlbY8fvN|xGwL(?@egSLOOUKEGjN02>YgoP*Lmxd7=`avs^@NY z)F3Gkd?cTMC1pxmL=xuc?UhaBBPpB-u^lOp5!V|Dl%sTeMX75PH`!}73s%qKOqRyQ zrvtMC7l}UQdHUVQ6Lz`+GQni4*gOy98IlhvLWy|=QFcG?EtIhTW|Vzq64xrPtBtMK zT&LVyQmiQ*U!Iq4G+o_dEYd_3BU=!ztKB0mJyC-kC_izOT|~oVGtXm+PeSjM)_PKq zGIL8BQmx1lj-h2@&R+2JP7baVtTz_ZaM=w5sM=%t;KiP#6N1?&5eN`AK*?7k@Y9Jo zM{KNna*&++z1yK@&>~8nvc9UsJT5i(jPg6^>b6SBQUW+hI3!5QteHYsV#yp##x2DK z5{wR!vCx0{_b-p`UVO0z^t^Ld8B&}ZvC;cK2atZ3p^DriCUEYwjKPS`4N27m&``bGKp&n^CS5H1+<{NK?CNjU65JL3Y@a(c|IX!f`kqun8gJWy?@uq*!T}Q$ z7J~jg<3w}bW=Q8RUQggZ|3DGY1bAstQjnBL29FUOp7}c^uiYr!o7@|zjF1k?CWBC7 zMmp~2qiwXZgDd4Wnay2XRbm2d^gOS}ZzM(hrogrHM2^sB*{%G+>3Hk3dCx1(b3AEZ z!*GE~jGD2?CRWV^*NJ7GCCk&L(l?|j;2`J7uTLBENE$~*%!;IEq%yI!IU}j&NU{RG zBXuthYdX12)L@pUe8Y#2jkS(YRDe3BP*_90Jlnj-Xhph~4)Qqu3t)X{dJ*=e&QmV5 zYOHA)A<`xy-Xbg%^v}iI6?`(LTL_0v2n{oZm9_5v6(uOeE@_LxsFfGGh|m-B}}&teGR7( zhssW^m&&0bp^Cl5nhqANiK>pM&ALrGi%MC{icYzz6swsoYn|GYt9pgI@?{7oiRpKC z|62YVrH^*2q|5P6C-3X>gctl%<!ozZ^J*=7n{@{w5j~4Ov%`x=r7GK`QD!HS zu6B(yTtx^E>#B0yL;L9rNar#-{gnHch<9t!cB&ML^{9Q(rrlS0b7j2qtx~oE#{yec zjj9<9=c#E_>BBMCU%-YWJfJ5$D z`8)SqQznS?`1ERQbQd~gY5WuU%MsHCaJ(j|TmcKj3PIPSN%iYT(Q0iI-S~1$v`Q4= zI;;q50wVWYf%0AB<1+Qx!~9C1IJbb-OI{26cYQ?cx*KJ40f}WSH?=WX>5eGf_K#!X z7!7yXIAv;`^K$#%-%N=)h!5Kfi!T@r=EdG6$Kw9H8$uIc3keQOBGJ@N3uibHcgP6c z<@a|dS5U(k4!++Nh{UL+j5H)X$~6~^()(ei3(Ij3#yo&g@8-{Zwra5D%+M@i5;C(9 zuhB+|0V}u$al3KvC5w9(g(Nh{i*7Vn52dM+&agd^egBE8I=-53oNDfMszq-=_w@1! zaukWboFe38$`MN&B1AGQnr3KnusG zXl#QPiZ@QpeB)YBWmQL$wq8kRZP7R;RLWYEVN_VheDR!Ntf2>j&A^0NvQzHohIHVH z7zJ_u!eqOX;)gJf-=@1u9)20N)K>9ZOR45mmOEbKVUFQ!?akuAnJQG@u?q8onVpz= zo8A_2#~{^yih*g^5dQKaiaqTTt36qHOJJzUB|O)T{e`OM#`#Hz;-b+&B^|@AGhk!BXIshD=pZ5&I2W9N-<(3-`Ch2!ZP;FaHs@ybhuvr^ zYU1A7>0`NAk{L$vKl%0nX<^47;!$zk=aJtmM;sw(or>mG(<(j5YN$Tc)zO$U0zrRf z$PoB+xoZ*n9lIl>QTX{d3X?0c%rny3naPI1c{K!MPSpCIvJAqlJv5yb_`61T1-I@5 zcC{h=D{ZhK%%(>7n;xbbpREDtfr!D*5M3tq{Z>_<7dQJhWri?&X+lAfIpr=(2};3; zFhe?$`aqJs)akW;(ZK7G7rrMKjbQ>s?CYk2P-!{|~d$mWbZ zIyab4c|W4`03RdOF9Zw4)g9YL51wZj!TJD|gSiuPCFQR<9dy=PeDv-v@A4H%{a*3h9}?;(?UFza>O zPGMSiM5o&!b!PFM$SiiNDnqwKcTa7`@!%Nuj_j_WF@kN834(p!Gz=PR^W&B;^@Ggl zxAm4-%l77qf4c>CQ$&H^JzNnHMLW|p@nGvVQ(1yGiIQbC-#N@5GPBwY0K0WR&Ni}G ziwxkO6O`OZn+*WM0`IfL%!^eSaAMr;miRaHxr1ZSb>a7KrtB~EV&iuS$DkXygCvhg z9&jH4X+l%NJBz`z&m@mkstONRVX!qd;VXtzdoG>92cb-lRic1P(>T#ria-GYc1WBq z0m8gwC|taKx#3T!ciUv#TAE$DOo8AxE?+z2K@gP_G9N(D;}53J$<68gkW@pF?0Kxz zud8LY)*(|6Gv(qz{r=y`~bY^dw`2qbUbNAZJbe8ElF3T<_FOrGDpIE!o`fopv04VP9{3Y5dE zsNM*sn)=V8LQj?ZS!s{(=T*DP3QILlu&S)TRBhp1Q5+(!>BiXVy6-VeUgNZw^tpXdK!-Dqdwe>?sWo?v1B>s9-&!jtm< z$W{B#GPI>4@socD*ZrYV=`<=^{d-+H^K7*st=Kt3j6`}~oMB1|I4%|>1r`~EYAx#9 z!=*2zx8#tx3kg+j@VaG(yH>N6gha#^XoYj%?{zSR6Dclw4ZG*$HM_Z(BCVGn><6X* z%szkpC<+bSSAVUQwS(}HwBAlQ`~-Xy@6BL(IW>uJH@QUqQnB^s_J3GdSlP|&?(S@D z^?U;MY)^xUI)AG%g%TufLJ7x<^>7S?^SLhqC`*e*gk7T}YShJ1Nw;FgOonix!6ix% zCvIq1L-#nT`61L*gES{RwB7B4RL?kLe*`C)`1S$-dQEWuY{Wk$X_0G!q+`HuqbH}2 zJ0iXoRd9+Cl7zc+@luWPa|oVsuD`kQFHc%hErp9ZgPE6l6CfYr@`b5Gv{mgq4f z`V?`BR=e%y=_i8qB~9VEg?1)|6TF2&JL8P_?ZO+9O9NA8@2o{00%aP2>-a|^OcBTo zMz~7`58zKi1~y9Dcd-nk83sXRu>+`em9G*;989KAJ0dWU@v{xIk2Z;0$R`0{qn0Ke zE0U@hIs7o`3U7*#?n8d~!)>G11U`IgLh-lzpo*-l(tk6fMh25Wq%KvvP7FVO(z%Pm zf0*7%ZLnrJHe35$bnk(5cQGvX@#TXgn%7Sa@4U0IFMLKm$~6M2MXkD?&zq6)ZZ!H$RsFnLf zvtBR0pu}vWZjV>5h)M0dyVqGe<3PIJa%9s`Bt=sOY_m1pYCCqol`cpC#*v>_^Sh_F z!ekDyGGo*izR>Oh{3c>mc(K+mB8Z@VPQzK& z5RGmxH#%euEj;;UfEO=;(ZJ$D7hQ4hX=*%TJfIv{sn8;ml7hg}qJejNsP;kF$?+D- zL(B|i*cuaJw}*JWOU+K#?6w@69T{4GJQ9zvw3BwJt?|=>lOl3E=?+2e(LcG6`34wU z+wP=JAxqOOm=-=WBX}L~^O^n%+8c%Mna!e7ou&>}3(nmuLr^uKwpqj&HSa@9s--5j z2yv(%@x!O`8KhTVPdfSndsU%d5bHzLQ$yauH1u`BnifU9mKn&35`vTf<;~VHwWDh? ztp1L#`VHihQRA*I$^OW;i67;$8}Dz8w>-Z+N?1a`zRpf@|Jg!l%l%1Hesn0nf2%{u z{I`t8e}c5E9sduX9-*MPg8q%|tcR-&*Mf#CSYC$r!CP&*P^yZ_S9R(yhDVxe*mb#G zi+Xb%zZH=iMaN_{RbYm&KumXYCYf$`E-9s0tvx3vpg@pz8F-qgJn<1sFfmZPafj&Xl}yM@1ETh#x_Es{TO zPzcsKXS#e87g`}g&X6ywlpB9Wp)aN&5(f33J`#ICqx#)Q0y$*2mC87;roduc8Gr4b z?szJWdw*z3>dI=R;WojBzZ)?e{EL4bO1Gi+`Y9En091p~a){Y4cp$rIYVP-BSF;?s zQ_OI%0G#PkE&LSVCEO~pknv+$X4OgBDFSxd`vI^f*qxJKg4#$LXW@jn(|Eko_`Z{S z(xsu?ibnSz=U*V5?16SX-FSP~D6XXK?SvIF`UCWX&d{)Urz*Ee%IgBO=ceC0>B|-7v2WO-va{2kpx?f6Chq90|l(&wZg;&z3rTl zA{GdCYVt)DDNJQVUYpEDLR*GUxdfrUnNNSD5fpTc+lIMZ2}2ivI4FR!ws**^ZZai41~bAk&Q4~`Vy<4Lr0m$XOUXa9WIQ0t342o2VAt1~2)E;P%m)`}2CYtT6p=HLC)v>KN zj(L7q6EP+IqP}gu?!0yE?{N^GWvhLZ_5OUO4_GVK4hoEngxSsAX6e^L;Vr%kHN1hFK}Ct;iJ8mF6WpbxEH& z@Y5rALhQX22+`C77V6L_H?rVEnQKId|M}2*)3W-7X{poummscrblQ!RHUu0M4l_+; z-;uN41SZSw$xi1mpb?6GY_A+B&8 zhS1Z2l^}$VoJ5&4r%IN)h5KkmX|Vt+XBZ`#hVB`2vcJM~KxQ_2W!5hzKSPl_h~@RO zGYo!H@V8A}(kGP4orC7c#-eM8{EfX6BN7ck_`F zR|FY57JvM%;#4g>AFWokVY~5LRAA=e6FWR=W4%GI2GJBh;oXzgumgw*Rl_*^@z&$= zzCnh}qA|Of!-vI0b}I_0VZ?^fVGd(D_#Fnwj?26#MnE5qL@vvsEGw)Q190`EmR5_o zhvRb)WPfI%YWAl1$M{2oou}IW0M5TS3~#7AEM-GFD1gdzUyZ>Yc zXF1D@=u9^>wt-al0h1VN=m3ujGQ|R00FhNg8|Gt(!aBL%01_Sol2!d0tOkqML=0_U zhU>r>rFEL#1{PHXTqDZiyzz#0V{FTMg&g!Kec2NGM9=5BOVS)h>=EqxhM~iVI3y-{ z;q{IS)Mx79Z#95fh*%|eiD0E6aib5JXqlyXxD3~H5+X*i!28(~PsI4($q^ zvX3VbC*1vp^4@_L+Q)W*ST5aG59Q47?cb4j(5>V zQ!~`v!zZ>)JAhv8>}1nkf%4`n_8uNjMECY!Gitd5RthE7zP{kBC~yRzvA-FBee+_# z5cn2k1^8ji@qZZe6Awk>)S4cZsvVCd_Mz1I7De^HouOX?c1b^wdF%Lc6y*JGxr?pS z*>1Xv?G#t6N^4W5zgKwxM zCvAou1kC~ReiB~Lu8F9IpaVlnO+8+_-lei5$fsrgQs7@j^eTn%8oHY5VKs!gkv2QP znixX%QkEE&iE?X+j)^;m@+~969%Wzt2`j#c|j#T2Iki`aN1lhkuDk zaFsdU;tz03pNX<4D;L6aAybsOzgYfx4EPI?62$(4(>v@;p^fe#lk3KZV`(-J6 z9oRYijh>kev+Ky}3A}wf^|rS5c5$=2uvAzhDB~k+(5p`kG66w;9}_J*bmQ3P3yD9^ znfr?fT|gUf3Pi1D_!SAtBwoD{swyBoOGj08&0I?hSATf^9m?7or$_vf~P2u&(_!}h?e*(4) ztECG^63d3Wa*WTfRZWG?^m**<3G9kdnsZE5?tyx9alAvoL8f0jsPM`K(BSr!WyE) z5q5h1f&rg#NU5I_rB9+orrW39J=);*eA_qoOHW1>j)*9y$`B;!9z)P}vXfdezXq$H zwr>fkE-Fi?4cf@NT(uyf;wbgAYGc04BQxT76YGVklV{RKwR&o>l6E`OcRVjyzEX;k zN@3K|F2-9(ucS6RcgTjIMbPdl&@!T;qPMgT!H7~v&0qTMXCt!-R+S~GuI^Z|n;~~a zE6_~MRJXvqdG*3e5k0Ht{7CJP>xa-K;-Hd#6;4N5VtgCQ-KIkqnwE=)yhui<*#(Ls zmQDqsQ~;NkQ9h##^p{v(H5f3k4P7Z1v6)+Rx$;R6ni*IL*NaQv^!KuNNsz5ILe7Ec z`E4Oy8->*W({62p|Ckf`XY=Ni_84l?;i5lYufIltIf z!J1eFv4GvZPZP?W05hx_>-CJN0@uLVCSj!G|G$B>`5?tE^Z6>df^nS~( zYILzN-o}Xd0RA(6)rNjA0skmM-v1UZ|8JrS?e(l3^xVyCtpE2urV8nabky{nGi5-M zAtuW2I|u=kZ_ONgRD{om6dGg7FROnzhY>uL3T5qlaD7i}Rn;PI*(3@NPk_JFydR(r zS}%KBrKOJRwYF|yRps8*Y;J@5T*SZOF+EAVmX#GXD|~OzV>6vO@}0@Hljd;T=7Zyj z)eBYbG$8czd-$cwiZRQd&XYgl=))T^_-V0H{Uq`P*>YSlpmC@9s>_^W_^etu54z(=pzg1^qQekJr7LBa{udycnRVI z^#Wc15`$}fJXabGFFD}dm$`p`_#129-?7LkaG$!Xgd|h{cwUcoA+b22O0n^xE_E56 zu^;l%nhCe2i`UkvT$NS-@$u0iM!dXsAwpl+#kCGz6?>1?^piBI`r4KdrCBm; zrhtkAt6BQnv!Fm57EMc?mP#7hIW72T;8s_C05EF`srh0KK%n`y+{)^GsiH|YQ46Lp zWMW)FETOqsnrgl6&t|oTW@BXTVD;JZg&OkS;;?PuK#h}ypY&Eu6+^!FgrG~L)vHFl zXQgNwA_N8=0dq?1L6tSpVYoDlG_fQ*3Nnu5AQ`#zkXhg-o0wEVCs`^gNRw%!wVIO! zAjA^+uzn^cQ=qt>+KJ8z@?!`qmK<~82aVdO2B-oAs`Ie^R>NO}8TDV5Re`O{=r`&x zf9t^1{Bj5~<5h58X{G+ikYpZDNe)YjJ5{u@DGZ&l2JD8N*AZ#)g#qYg7WK}-COa6Q zV4{=9o`5>}nGM}bPNL`@Ah#avTO$879+`k>aPG_oT;(sJYy*b=KDM*oh|V!p%gyHo zZ8?RzmwapE9SSnteZB1p5~ejp?$ErUpE!z8V$2T%G`+ea2B7Hh+{Rn5@Ldp8%GHG@ zv2=%)mo3$$!>zS+66iAuZ1sV)gu{9O@dLF5A*D@wOPKB1=4{PB)5~$eMpv+cjUIS|E zTplz_vkQe)kp|T0clExA#*N|tQluiBekD~|k|bZ7f5ltchIsz&ZMYq_1HF?_Z(tHGx(Q7bdCDypQVfLugp1W*}c7jp@ zaaSHcmiOD9u8_CCnN?p!J&xZD)E^N}tJ+!8PO|n#6y%$-hAs`^K(2-_O2|R7MlKQI z_(&7i%E$z=_#GRHiRz6TN{MQX9Ey>RrY_~ABcy9vMf!}xqt_PXsxK`*WGxY59^QOgR6Tt&C8ANs!;alU*I1njVJps5I zKq^8Z^{!`jA8&MELt_Ze^>|%()Fv}n>NoMGU?-$uu>u0z?K%NnM7YRKC};;x`>37< zhpVj5cLw=u*NRa6v`}O5&A#1zc`d;7ISnyX&p-_`T@gG&{|x)!mF|t?wEd%2c4vYt zbAXpEGeDsNf8Spx&D9TWt>Gh&OcibBSCQU$Z8%c)C^LL4y77n2NpJ}KRTk$B-i=U% z&|HL&Tx76<0LNagI>Wy88A?C&R0Rw@Fi5kAbKJx$^Sn8a?pISDd&003B^fz#YzUuN zTY^|BEqxV~#z9?(BDu2ye9Ka^26ZfMQeZnC!dL9YsMjms$v*HH%_Jmj+vUcyKoESIQ;HVhNF3EHy2eVRxk zbZVKy0xQ3ivNX5&*IPRZM&j+PD#i=}lN9Yn*a3i}rC;oOiQ}1{^o0d4Uj}L8Pj2IK zYLk`LcSt}vo}~kdDiae?FLsWmuL87Ps8=8vF6O=>I;_%ytG|hzs}o^vj?E|@rI;D8 zIVdvmt=#n9w;O4&#JYp8iuLqVl7@rB(eS2b8x_mS{GpTDy}RLk`i7muk@2P`MZ6;p z%2bkwkT%zSQ`kQhVuX<<7l^)_`op|GL?|3FHC4gp-_%CbZLV7!e;c#4!}|5VsTd=X z0;~>a-kDByHI>xSY~BA4Z|@i!X}kVwPwa_pPHZO=Ol(^d+qRu_Y}>Y-Ol;e>{brv1 z*4k^Ys{Q}8YWJ7!zPqZctGepGuHSi`=W*fE@(Tc^iF)LM)x|)tOaKg|@AZlk)z8%*#=0uoL*ip^yuLQ@oF$z@@mvvD8jzrm3 zQj0V~{9Xv@j9ayD6K3PwYGXj|tWRNAHk);<-Zp)Qy=ZXsVi8t3iJJxzmAw4!>NCNI z{HYBA?};bm@N;n5ts$mmtHGo`?IyqzMlG(UT+KO8xOXnrwymeWRD{?IDC2*1bt2JEQ^hefH zRZP}JVTuF%{PdzJkf;A9=i$2&*bc`UA# z4jy&Os%F-MEjz^v;5#};{CF%LmE2yc`&87Hf;0R>4r-Nt%R}duXp$A#iltBNTZ2mv zN-FL;JlTSOW`=T(^>U{N!qBHF6i*0l>Jv)lCS{*1BGp1ffg59$S!m zV%+{Y{x2c5;s$2}<#g zl3#8uBq`wXK9=@=MbEWIZ#g+z=ZfgTXah$G`0V;WP>cmBw#0n^Gs&H9J8e5JUw9z!Q z(MHgVL?QCRL>jw9>cl4M#0}8Ogum~thV8=lEyE4nfkzGhe#5y?++NneP3Ax?v9DS! zshDs-M<*zkSNa6@C@JOjiq(?1z)FfAPR<77r>R$kp4Mp)bdSYFvmYo6&LdRXCh z7p|p8B$D~p#RZ|s{6)Xr>KZG88A_j$PL@rE~oqcz*JuCzqVm#a8nwxjv%f;f7vc4(OyD?*oIa4WUbXfYUfgiE6UKop%G zySy%#6b2RVIt$b|*GhX}TLNDdWQo`2`qgH}Zgio(kp$WsSrru%*lNw<+zN;64DuPn=@d~@|Bvi{9KY-tAl?X7>u+GYFDI;KJ$;q znAWk~nA|9X5mwJo_|Dx&S{|O^pIoX$lAl%*QWUVg; zMh_=-cwWIh*?CrJMd7`6dJ!-c21U_qgx@3KCU)StNkVFU3S2{waSQ@t2>LN$Dyype z(+yM{gh5iL-#k7&crgUy`0Y}R^v8}+KYW5+B#{z3ciIcl8Q|nFcDa-Ii3Eq@l0ytR zkbFQ=!HY=p*bA9FdVoF~zKEB@>;jG8T7JaR*l`Cxq30hp7w<>72Uf ziV&dyQ2H(yvx*{UYMoO7Xv$HxjIh#b!f}MTF?$3i*YVTIs|;jf0Zb^mL7T?Sfx>7A zg@|y&=6C~`8RKa2v(jYYdJeIfGd8KVb^0a@&Wq$vnct(tM2FbXwv&yhX{Of%*xzD< z_L?>iJ2Bb!FXtO;exx6TR+44PaGt=df^4`(JpxHz0pylbFN!6unI=u01_ ztzJ=yfl>ePV!>$ot28_Aq)xTZ+~&H8?uEwtTZyagNOS#Fy!1G!J;j^Os=WgyOw4gqwG`K{xP?|RmeWRPILHw3zrK3q$(#RyypVRw| zv1l6V<_S}9Dn|?&E4$22Xyk@`kKK1xf{CK6krbzrd!BtFb&C5j{ari z%CKrP)}KJExIaKgPDQO70pWO~+>CCHQT`EV6Q@p9ToX}v%N@0w9lB;5-(5HKne|8S zgaGrjk7Yw=q-&M*SL0VqDUf!IHY?5?&aNm03L5-#6N;$LQ6sR6t`W@Xma(jbs)cg$ zYO3o6lXrq``LTX*$jsEXjgnLZrKyEZd{V3VKv$UBspoN<$-}4L3ZpWVIeg$&&Z`@j z%RC-#LZBb1$4}21!V2o^l7e$0>XN?SY!od$=r88xi8~Wah$Kl2XbW6uJVYIm*yPuL z>D^T3I{^?yH@67MRA=sNJ@(X^qD&XJ9bHe7zk((vhqDxL4%^uvIXoF7cU5Y=o-L68 zwaht8NIBumkx&#D6K{jNBnxC+AK|vve$0-U61Zt&e1DN?Ol7u)qA-) z!{EY6&>V?%XQ~w=%h8AVau6qKF}$vP@R5a$urjml_)3Y>q_l}MkAPc5I_dl!lKVv2 zB1z;Rv#`t!0ggU9=5>sUh*_ek{*4K`Pz_|wYfBVUbXiO zwMCMVV@yF2VoBC0#{n=#kxjoDK95561mFu8=QZzEpA86zlNg}XT3ABW-xEm$SnWpF zgOYhXOUnppO~8AovIKydjgMeti zT#s96Mz>k?m0AQLfwdv?blGaakuqJ=F{b)%6VOmSd% zeiBOdFH6}l0sI53Q8>^g{Gu+OMmH8hYKBL>bR^BgYb+VMD~ej;@5>Oay70CiXo%M; zwCYJq+DMIqVNT)qtF)kD5I$T_mjQpSX7?Z?UL%zxpnWJNvY9=`>cu zQhz}@V{iaD_A%~$q!fsFHwymz8;FL;uO>_uXDW5lh7V-yiHz&1)5&?_m>VDMwPXUq zvP5#3Dq6-$^rpU(Ypy%4h!d_fBWp+jk=gVDeZ|jJvRImIWU+os5pIQ5S(t=_%lJ%V)p4_SmBW~gu95~Tip&-R~lE&m@JWd3m}>`XxU=&Ma1 zu{_UHW-wZY6^+(fWnCp@Wv}TeB*dX3{((Yv6Fjds|Hj9a-faVIWbm*66W)3ub8g-a z<-;I*1lD(TUA_uzGN@1w+E?@1HrUQ*=#Wiux@gl*fmlH5>IrYBPVZ*9Q69)}l#1cw z5?CbC*$EoY$hGzKl1t_XUd41vn6rz-+*Vs_RDN!!!9WTmwNerCCCo5i8VAkXM;Y3; zCAdFo{=r=do@l9g;B`z{HRYw=pfw+z_FZIKuo(Z0 zh=OY+y5x(cy?UV>{H%Hu8j2p2r;=pxbHWjTyRSL$Lv z%gY5>DJ2pq>*v);7=!~BpmVoTHWJ7u8E`CnM5uxcjF34uKoSIQg=~r}M)NVje?id1 zVI&!@Ce-2BR;Xv9YxA5XIZUv${2VO_HmM50TA?QxPMM40lTWl4A0qV-9H>$R397SA z*OdUUNeHJ3IavF}?lU-K7q4s0-8)PKVD5$Dj|5v;!+5Dz=WKI=V>m$uSY9pE2OY8+Mqa4O|>LW7m8Uenx)(N1XzZ4c42vV8BcNF?TpYQ2@1WF(qyIVCk? z>Ut^$kjTkwK3k5l@s7#2@OmCVb(%>%7PZYvwNWU2Az&fQ>^V_l;d@3MZ^(6X%UOE^ zhX}McKy`0B&r;dOnYWWK{75_I`w*D1`clx%X66|Ri>cvY;J)LH@Q{WG-!i)jZIX`m zQV0G_r4*gFSzq4^R)nEyaN77ps+t=W#2IhFa2)uIYIPwXx|9gotsk1*;#Co|H`o6++ zRKF1c0L-e!^oICnRZxdhan0y^F2o5-@DUKYgM>BKM}rZ3#XD7@{kmw1~1Ad~dX zK&(j@nnT;hE)o@Ob1%i}kHzlm4&DxcUiatu=*Hg@D8F~ybD@ZD!rZ~k$9AX zR`PaMF$*kUiPJ}MR$(MDJujraENgGb)Je}UT&y-3Pj7os5f1BU0$h9+IN7OqB+}se zCan1~3{4#2Ifu27>r5VDlSI(8LQ4uM)A&=< zANl8ExaLP&qOdxp6GqTkyWx=d>*`Q|1Jk`*MNo1vgDVzl?&W}E6IcaCyWzc~4RN&~ zjrhPEP^!Vv9Wso)LNFF$n&0`q^Kg3p#8t5_vtZjCFb*xqnYuupnoJ!+-55n{DZ66B z(ri)X?o;w92~AZ87}iSbf<>hgmzP57SOVyUvy3TvF_try?EgX0E9$fC;a|tupm6`b5d7!V#eb)@_+JabKeOk`Qr2ITuZ~w0SdUmg z>IBfXa3WuL{#rhTJN-5&CwHbnMjEC9(S-ani?FxH@AqOtcC{MW!6$m*Se>r7ckHQq zM<(DRHb0=>)r!*BcfXtFsINl9U=wnjO#>%NcMUi1faB`)4Ibfiu4#Xs5v%C*SaN8h zCBI}rtT>Ns%yjtH)#{mWhXTp-tZnLX>4pL+sB= zwnYGNSSl#~fptzVFu_^9d>pf@Lyq!;B0jrua2>H)7>HakiOWOgdJDlk(B$ysSKSv6 zLy-?%a6{BA8I4VH_~>yG20lW`BTS zgi}0op{D>j_C3Vu6$Y)^0nZ)^M%IJZ3vWPh7K9W^)6_77LZL{?zXDgLV}a&NO<1^t z#1{WPU!CVMpB4VWFBO1V5T2T?FG9y&DUfM~6{#o1ft@2OO>Ps1zQXQlEUV^_8atjv zGfvlue-R67)W5rnz@YlhmaW1$8QAcP3eg9=jLydifVp_8WAvz;d5Y-GwO4&0Hb=0> z73P}Ph^KRWl9}+0_d3qEdWGVBi&DcOq`!V&GAKStP(s&#&Zj} zn%2%_Ex^N5(Bag;t!_bAAK5^ z8cnt-4hSIoy>afO^3H7wuPE)8{sJ$a6|UISrRzW-abwW#3v!eC1$U?{$H}`REWiC2 z$n>BdOUsVfsCgViIgdB&@$FEv_`SNz&3I8Dws*u!8+rXf@j`mhYFiZ;Z_sgd*-2dE z9gO1=`GxP#y;zDDH1*tp<;$)a9o3oKO@t^d#BVNL_|zetU1uQAFMJe)CA6!$xA>Cw zpgnfN>K-(UBW_~nt6RC6nm~OEKMbd2~{bZlFJG<=UD@1q$djQZ4V=* z!=<>osb?MRme7=|?{bSs4HXXZJ0_iumFzM|yoX94IxH^@_SrUKOmC#;S4lV+9|uG9 z)@l>GIeuPS_lt-gW~p-I#nzT{@Tt*z*wkDUbR3Ow=DqY4%#ht+?KF$c=8MguOYbs!_J^KM+!_9vW6F3yXPouU{*)-H zy1bx`C8B?TH^6YZ+;E@d*nGZl)qLOW@_wfB*?r3JgZ5>Zohi5A$uV}IF;)#qoU%`3 zWn(Mak6bHn`E6!2F*X!67-iNme7rH{!pc^laZv6hoi$Yy5s{E^D+Z(_GM6m* zxq-QZIStd?uDmI#k48sx!(pyGdwutO^6O5CH-MdzgaDUK!shon>j63*;rAVq_!*+k!NfFO<3z?xvTiMR&F%;M(XI<8Q$WhZ?Jm;O z`XMLHpDfHu^rW~FeS`xLFp291<{`fkP_P9R!KA2nSz(?LD`|*$02agtFfB+BDVROw zhS4SbPQ0;e72@eE-GQQKHfvt6E}WHabn$06wu1bji~N~mE;e=M%bboQ!-t5d z&>nUUYC2L*?AGi@Jy;7}zwaAzI0gNAW)$Ss;6*Pvx1J zx(M(VoL5G8=YhfX^@G1n)(aQXy_?S-wpwk4v(mj(mABW7Fv6ZOy%Z=r0oG431GmtH zD%QYEi75-2Bl~w{uBdT;7&0(_m@Aeu?VB_xM(FoOsf|%3BQLdrXDPY|b}(_VQplz> z$b(0cUn_Mtj7|3^@OZ9NPntQ_ zW_RQ?*w-Sh%U)}>i-*V8YtUC=XK`Q`(Y;>(^w8-!Esr#mpxo$AyBio=<+JE!D0!wq z-5i8LdVyDJ_s6f%o)PZg%v^!h z<7oeKU((_>qRUi$=eF?n;y6?5Rq5Rzb&!{GfzqLZevF5FjECmMW!FOC(KojV{QTX9 zuzgF-53-q04C8PNcGkyIPhYWmMZ|f9w5T)qtx_MMYKzf|peIakM`>)A1)$1y#kp~C zYg~@vIhQ|kjkY%>L%~Q$SN@%XT_`*@o@U!H9VXnJ9sglXpdOO+8(r4DM<(fN-kyUw zKk0xCqCn+{MCAxo{M}W@X&q%>#UnkARa>yC+_RP9bxVcdvy<0(c5Oyu%sYT+F$8DW zAN@fTucLqBU&c>-s%*+KF#0~RgU(!Q^o{6pNc-ka-12ac#hj|g?lmAy@c3xX>kzE zB7=*O3ta+hf(3_Gr<(*X>bwbkHmAYGcV9leTPj%D&UC02qP(zl4`}aIq#3FuiZ12k z2#?_unP@dZ)z(9cVJ;0lDwB9Rj=F#pA@YsYE4S7&`gQjtQSL^%b*J|b1Y3On+AQ7- z@TmZM7udsT0C_0>4qb`FokMaSqC8HXOp0iA$sf%N-Y#Hp<$6`r+YM<~Y_?DS(-WttdNNCeN9XV#kCWBoQkDu!Mtehf8BVpV zs3kUL(-^vBqQU&dyClYbYN>i?sc)uUV8PJ`bnO%~vDr&wijlW$bR=eQ|jHeoI zVJGP+!LksoYtZ^k`i{`5isfdyG=^(m_~PnWBWyh3^B{4t`6mpkl^0mep18$zjwBu8tWD=M^sv zpL}-a2@cPt8CFSu%}Cta(M|qr=gKr~T6Lcal5l?DLiXs#T}e^|$3IGzPN4&Nv%zbA z+)Lb$Ls6_{L&ob3afdx%2E`iQYGb%f$&PKIN9sZOIO^(@kL`1hMh34knv>&&nd2gw zyjJVJwuJz+ttb6<)X8jjvAubNc)EHiL@mSn^qcUJYKfQpVu@Uy=Y;YeCj%u3g69Z$ zii5^Quq%o(W=)Fy>Hj-60fYA)04@R=qw|u-Ct0%R%nWmcVksmL#kJ+a42w++u{E1A zG*^az0uum{AB8oy3-1s@{ni2DvTWJBlas&2_?^izz<;zSlsy0k)R`>31-AX$uYIwB z0%l|2>tWo0pv$_~Ngbayqp89ocG##FeLFl*yu42E;OhEy2)w8E{LHI`{^a?Yc2P}9TRNpB%1}izF0P=TA#tX-F(C*ol6$FT z9XT0ir9kD*3JIzEjbT&|UjVSu-1nsQ>QBWtl7fz(KTUgC=x=D!W~H0bFx*U?TzK0J z0RcTe@2GNg?b(_BWbc1&rN@8wxo@UG*1!7fZp%W%7ORr#_gpPR_(gTEG+mL};LE*y zhY^lEoii(VX8MJ1(E!5+a04QX?8Yb;Mu$E!{ay&XEYVwaTh+fKDbT_`RWB7YV_x8t>S zcB*_WgKWF>DUzYml<>knQo$5qtpS##3405qW+4sczU(~qTwHuvto3aAT`bj%o zH+ej^+c?S9saz+LM4X`%OQ{wKCYBp`*x3$mrFzD1Vt9A0*iJLY%4FWexY#n~gp9tv zTw_P2d$|b1$jMl?bVo{@!VD=9t%dwHT4WGNHMh*pErUNQYC;^qos55y(j(YtG* z`je-gWCN$boIsKS0b5L=^r7-zk&^_oY1#)%#_l>+TZu@;Q-L>*05-tGC&8XCX429)d3aPWk9d|C2 zIIiXjnbFm>SKa@#L?zkU?-ciu+fmYZKuGn6qZIlj?hmAG>ks-6kEE8wiF0{Yg~iDE z9ij0EMa&IPzw*t8PYI6M00(DN=Fd!mz6aYTcLVR%&J*HEg;Ihej{J>9md7}urdAE( zNu%Rx>UXyHViB*pfigG*w!>2IuvKP{wdPuIZAXmUu6aWDQ4&qT9N5BWJZq*JFtP(K z-%;BIRZ}X_vZ6JhOEczU314;5ASSshE?FA1C^ULmI;5IdO~cae-!TS?V8lT{30C)r zx;t_9k_D-%l8Pm5(u2;Hlo$bdYix2>CsZ@zho8LX4bv9lZ+4gXe+ySS1*A#FUxll~ z|B=k~-@%1Q8M?XsCy=>8`S=UWh3lpL1?DoR?Yw?s9x}a=0$^_WCI~n>DSGF4~z}{d6XB z?!}@Qi&WewUl?gT+^D5nu5(&0aZxg#Q&TTxO+*YpZM9x%vM4i9F{%h>VoPsF=P&vd zwc%K{(5zs89@}Ox8IKcq4px*|HLcXpt3zmeJ`aZlJ5 zuS0jzmU9HqtTb5+7nt|kl_)U{EOvIEz%0ZL%v(0IT&O)f^O&wV6Kb-0zBuH5X(9vW zzzWM8PFf2)g(DA$EfMoWNJG3M$MM2Iwmlmp2FDxF4xC`}E%-T%HYPyYrhSP1CNL8-3}DLr|97p8Zd(uolpm-F1GBJupmk!f-1=L~ zXj43WMW`>ITtT-5&%ki>&U$$ddYdIs#?#1bA_3VzAaq+oehn~Sa0@abOv|kJ*s-aV zbrE7*$6xp}zoR&o5C;@QOeVSZenxDo#FR50KJJcOGTt2tnl=Qhu3Uyp}Zrz~!1FT|jaU=U7nOX+3rIa!19IS@};S_1cc ztQFPRqLX`fj_l1}u<`3Zi(_pAUhFX%GrGEeN1d@0Q%@r8?G(TR9#_;DN9%prg(Rd& zcxv@!ZyY^?0|9T%e@D^Mz7&7(UZ;K?km%t9l}qU`B?uxnw_CUl(n!;jVQf&+Sd-f% zK+o9;uu6z|St*~jPQgAQI!Y=zW`9?P8_UHQ(kK>@)mZHG)BzVK58rF|#U`&MRyMXG zcTnue6?hi48W&k?Ha@fltl0A-~_MEm|%nvvN35KAZKRn!~ZZBfcfOJ~zZlLY|iYFEUqn+f1id?$yb` zA|Ey%yhuR2a{bv}xYuRmet$OaX2USHkbSthWouKUbz)go1P$oq$0wwfqhOeK<<*>b zezVdKK$L9~oM$_y&M4QR)^N}IsW~liw@vgg&Q6zqm!-V-8`%oke38gP7oOTX&hCxT zfyq@pc3W}6)`^Zf^3&IROA!)fyWdam{!ZTCo0M)vNKrpJTm1Y-+1tbR=Ag$^#`I2qa_?2o%QTxslkbO0pU)1%W4CYbs+ z&A;}U6TGW@Wo}#(fA`o$_U*HbEJZAY(B%b<7VAUf*(Dzy)3ir|y&;4* zhp#?Ge*q)V@Nzox$ak7cUMXHhs)Rrc5w`!+y7L}GVhS&Z4B#03M#v6W!%G+TFwF?r&<-Y$8vOYKJGFxk`?c|>`5=+b?8 zVL&=_xH+kkKnvZ6n=`oxMhxTpMD^L$qZuK8SjW@1q@u#A!Q zG%r)<#Mnep)6AneK}5x0PSN<%Bl$8nkp7HU__AaB!pa^7RsnsHxxR~!ev!EZ{*t-G zzQ|l`N093hpQvWc?+KFQcj!luo5X{s@EG3TKZ4Rlr$l#DLYSVZ;Hy=X;jhwRYwIFf zCUr;dJrF0+ZSj6b!Pe#p5pB~Ueuq1vc6q~#2~cPB2nh+sytO~-arNr#4ESLKgn8hM zFPws?uc?*)Mv9Vr$z~hak}>eeFcHL^!$JSP%EI2+Qu6Di_GObeQB9_ zd2rbC51GrUOi)He=17PzqUwvxwF$nLbwFd6WuDkOwtj`FFgrDGelqI)2)BIY2RFGH zO>$|uF>TPFe?nB=ilI$hc-nq{I(CNh<%DTZ?-AQLQ)8$3O1^6a*c2X7M+t+tLLtrg zO6&D^-@OogewN!qLe}|PjMX~VOVwcL>paP2+a@d%qs}*kITy_g6*u{DNhx(LY#!c% zly*##cvcm_wp}T#8yY^~$s}ZY`eYq{yb|)PobBzh{ODRb+Ed`+&08sQxEU7UlzS>@ zyeaek#|iV1=W&1Zh310!AJJS&|COBeA8YO3RJE?M9=F1Z;C)!Nv`eU8sTd?dJIfK2 zQs`_+mZ2GoW|Yb%yaeoU50PNFWpd$tDc%@iVbRBOEOGBwSX_pD^4&67MKz$Gm|_>lze|`*(E#)Rf}jCY@S8Xu?=JM(=j{o^lLOni>3o^aG)8r_#4sp7LDMXM2=8(1 zSBe@86(RncqFfY3YuByBdi#SeIkx?N)NNacZakklPZOaLCU^+I$OwldOn_YYqEC^O zJVAB$Id;$41CJQ@>ND#4&H7v(<9L3wfiy1wGmwr70%Oq(3qs@3^caW!h!(+NsGp;x zeCEUhYNnM9wLT~@Xb~Q)8XG&_FU(pAxKr+2X};G0LuJyZ)j^7rrv8SJq*W0{2^l}l zgSGOqsI*_OK-zAIVW337dJzOp0Wy|0Sdy3{$I`{ChnP=Pi+Dq`2$+cpmLR+QP6;?a zW6;Y3iL>77PKCzG-02E!ffq}$*Ko7+o*35DuyY{$)KZQ=X*o{Lwa~&-r!u)=A*uVr zX3I>t*e;zJJ(#)}B7(cM`{wKVCI5O*5%=Fq1jnNkHbscA_&%(^S0RXV{nKf|6$c_h zIJ$&gr>isIN6Xh_Xm)GF`ONhLWq@CcicQ9Q-v2ubvAujWwHRm9s`|Cg&)Kh(~63*`Ph0e9H_`5}U2`2No3i#cQxp zDm-Nw+ZSS5f{dt;Da|4cGv$r$Mknf7m?z~-S5;*3LqaeNDZ8@@>Uav}ZbEW+a(P_f zN5J-N3slYBnF9(!f`jU2q*dHgirRCcqlfXV+4lVyiM0+=L`Hbhc+Ttd$2%x7hP)x& zbe?8ii94R>UArR5M7G#pM~owtgF_mZ8hoHt)!O5Ckn_uDdV?l@mVzxG6}EhyB8pNp zt5nVP^o&auhQ8NtYlWfxryVWuOxLi|e;qMpP_0wS@!vmJE-MLdmBYO7PX?^+4ZRAr z4fI6p8WMo(w3KC85Np0EHn99N4&Dot--Di(z_3WSv#tuQ+%0!e_RH$@u&(!${48=K z9s8+h;-BMlRAD6gzhtgEq<=p?|Ia?E|IReHn89B*m!+ZAzf6-Vt6xr-FFKb*BdxX$ z0(fleRJ1I0MFe_mp>Hx0VKE0veO@i7I;SB}_O8NI-KWLyVhbx+jCi3Y#&2?Ok z;M@x{kL&3S3cVGIW;dJK5)GE8T{zGEAJcC$E^l5dMLrI@K3~|rRc)y-IFL)OWNx=K zw5zd3mhP(wZDuq*^X1wIy;Ta2ZCRQ||7&TQwNCJ=D66YBEbGFWZY% zUFwHW-fglaN%b*|h7XPhzAA5o=Sb*w7p+t>7%ExL)+~;J4TTX_Ud3u?F^`3%(5VNt zm@UGVr8~p04iufq57ZRmD^dqmuGJn>+s37u9A({ZAEt6%48R0Gqp6d^pCoW&~bUOx#^RRSL?we2ihEhm3}E++S4 zy<9R}h+jrFmIS{8IuHt-kh6? z@?^k~bJ12+j+~Fxk5BQzf>RsRU~7)t1q&<_nk;L#5@i)3sUVKsilJX6mVDDzz!?gM zUUwp%6vG*0@O`rk%(K`YBGc`boWf^T#u=5+kgF-nwf!NpkLus%AcH<|4 z4I`nAA@$X5z4F1{x^E-@CBPU<%^qi1wS&%WBJKXNPI`y{*?J_s%}SAyhDn>V&w}zm zGTmmO3`#8c(b!HikN`4gufQi1Le7TY@-H zYBD2-4mc{P!k=xxf4C&TTAieHH`zNL&)l7~p?mi$$nj$*^MkOPhiiW`TP*>I&&OtD zCdDA`q?Qa%2jxwBN~IytOQ6`SIhn}Zvks$^=~Fm1O#>}f|5!*c=x0_Rd61`=QZ1tt zOp_3?6aI7%@ejgV9ydJ_!uNF-YAdv{-|^;z7a8bp`|`7oSlIe=?$S#dJEiG`3XQH} z*@vp@Z;H6tvxF&22sD|Tmsxi0!a@n_NQ4I4(=jFGUwOij9mLtl0&?mt4Iq9qQ|FSW zqr$n4+1IwfJfd=HRhcNE>b1~d|5V6K@wT2R51@#&9#{0n0ECAs!AYnVinI)V?ML@R zRPJrlq?;!7XS>gHwic*}Ov)dS$&)kBjmEzBMWPp588HV%p-6ks{1_$nsKR0thYiOZ=yLsuzGEZ+ zdozg=@e{N~jWU$(D#YGpM62|mf87!RF~Hf;@kYG1aOx1PPc`)5Sz`>B*q&uIGe2t>wU%CG+cWU^7P}HI`H1n!x|Z#+|HILt+gI7x-7dFJIREGQMYY}r zGO7u};mO_$-g_dH!M}MW=GMFR3X1vzf|DP)ivwz{A6BH6-p{m8nfe76D1op|rVqOSta91WLP+qX$wo_f6}<7|abn2V2`%Er+jcxHY}YQZKKQcp*f zy)cfS6M-L&4KDF_C2AwEY_8KvkGW+RLS8Bafyx9`7tnhf7ktnad>h$g&s9J(=O7%E zlR`_x0(&unyb~WFUs)r9d-wy_jPW(W;{NP%3e)pfL{nCcd^0F$OUxZ(hz=n~`}bGO z%(z*m^siaIQ3fEQt$FcSB%0JtX4h;ZMNEflNBZ!yGeo`5naF2cZmak0tMSw=LbD-=mg| zf8KQ^{Zt~Y@Lywi(89NLZ{Li%=*RyGP2%-(X3|xUkz*81b=Wnv{s~0$M!Vm< zI?c|F?5+SG)2&Td)sG7RX^SuaK6eLn`0Lw4vW^H}JX3MQ4BjiJkbZ9#k#E1FvaDd? zF&W;3Q7}c5Zzu{s)Wz%{`7{TkXD*4KW zkwPo>=t2=p=!C+wEWOlxg`mOOqy~Ly?qTL0D|T()`|=EawQUf=PcZ?adXZ_<>vsH% z9xo&FVGG47j;l2rb2Nbf-a*P%icTi6-G@U4)4~L(UUBCYY&0c5jFdi!$e;Jp+ADAw zxtP>nh6?L6OT>Zm$K|zl@4x^8?ZgDnFNcTgo4(-DN8axBaf9rhhSLG#HCWZb1ijd; zlP_I+eAlrbkcwa^Q6UFuEQPQhCF-&TYyNM$@hpz*SoGQ3V~!Rn<)&xNKM|Cjg^ncp z{glQOQH0W_a!>rglgbpcNnl4VQ0RM^V$up9lExI+e$g<$r1%2#_yYE8L|r-w9tRz7 z>h-P~AgW`V3-r)P3s(5V>iv&X3rVprndCf3FH|$D-%`n!MeEegQI5<$ zRdg?isp?qSt|-w7fqtY~Oxau2`Z4I@i8V;I*ya%1zM;_cIT-a?epGbHDvv6?+q%E9 zZBkQBYFJ?<`;0XZ4{?;3>2C|h`rcW9v>JVc?qK?0%?w25y-q6}zwv8nK)k-|`|I{e9@C*lqB@G%TSHc8ZpmL{955eU+mAvYLpG1q}{VZm`Ndi_qf<~Yq?Q@~6t zy*~PA61Q2OFrCG$C04AnBky{aixrr(X7pTXkPZ+u3D4P4xfeeL76@-ndHa_sbLy%! z)!p4#LZ9vxJnS~&OS3*I#4SBK+ipIkLpHzOYCr4P1`<`%?p$xec3jH}k{Ma_Y-R5~;_s3sQR*=V?yQq37ah0^shV6lid# z5@=+*Yb)P~PJ=dt7z0w{V8palCoAW*uyYH)&v{B8;uHe5Y!&m|HZ9fZAexPOAS-{s zW`-+Gh5xkC57?}@wUJeRwq$&hefEJbgCP;TlR2QxNr9#kRrkg3$BP2r9fy6seR zH$xgvo}xy=^LUZhuIN(eO*lae|utQ2mjF984mrIlo!4wX>`g1Wi84j*u6WT@!X1k-H7vD4Soxy*uh>dSnG83-$bM$yvHT=Q zF0NOOjCbRc!B+2O&$<8M0F;G@y^&|m@RR0>Z%75$sBGU@3K&n_Txwttj1%6IMPJA{ zC2hL?u{m=B`orqIq(8!l@lqd#>hG{A>?6@)h zC{NekLv^#n_^GvoH~~<$QjLZ?rDQqwrRAL`5RYMSv>?wR z8SDbTS(pJCFEZ&#G&x5(YBlc!ia0CHk}*wwAMf1!lu!#(cuz&E3>*r3*M zHC?b^R8HLX68)i15Rk5n9d4&{0t^JQ2U%quWae(OwX>}#uv)0pkL{y*B@F}Sm?%@>YsJ006L zJGRY^ZKtDuY#SZhw(WFm+vc15nfY*@sd}f*RGs;-t9I?G{pnh3U06Q^RD$;uLbu{2 zW~>$&@DSvJ(qYu&E!U#K&|}MRNm@nF?K@DN=tAqF*xA`b;&fh*IMiddgExILnAz%U zGCVSZ@9Py#z8#QI65_)=<|*f9W?ZtOK=T;31p35N*9&vj|#DLAVt!PAK@yVE2^HY!c{ZU+bj(+t-u&hA=GeZ zwye0AWfd9FTc~UyWThfBxPqaqRL!tKxU8*P2CA{GAup!PB%(FmYH_;_iV^;k47=X4 zyo&4&$G0QqtWN$}Vml5HwS?kl8x7^5+$rMe++*wLjchTKU9I!&vl3Uk;#=Ygy#)t8 zCk+V>HvDb0g86N<(v52VT#bf#`pgt{CKCp!L~>HnwHAwMyFsj3rARy=wrPv`yO2^O ztb*;mxl~jQ$Ld#Bt(cm*)i0mJVb5K#u3MEi%Ud5yogNS9OPq|_ zL2V44{^W_O9yhwQ$JT1ZU|r4gLOu8BO%bk6c>fQ8CoTvg=JBNNnd^kNxy{Fq9G`Q3 ze|52I>&%X5=jw)WM@$zFc)XjWf!YxmxaFJ(%6ZE>yCW|5Zu^N-1+Zi+h*f2>v zgjR9~QbcATjvSho^8>CT4=LdB7Nhb!LdEF0UlU9o;ps}nrd6W~?kJumz9=^e{iKl{ zAvim+MNG=k$&P1^hls zR0Nao=8si7ZJ+}YbtJ*BU&jD8nt+^BL>qx>LIeHhRU|7g0*I=)!Zy(d;MCim#n_7T zNix8d*j5D)2wcYe6qXa&8K-p7CmHHziIhcn40tC74KIEHe}B-7oHU5?&gdoL8cCv+ zlQGEIU%}uqi5M_TMdBPu!gaRF-)*~mZo@eGATIQSJjM}EhGt{_GpvR}<4FARjB?5241u}7kI`GT0u+TYB>DTQ4=LNjF)g&O-3S;QDud<-zS$%50Kz*jbZT$?zAJx9Z6c5)^mnI=Sh)Hp z2Q0lKM(;>3Zf3*T)5D+693ixu)MX+V+SLScu)j_SmYQfvlI~nMt`nw$u~pcA-I!uv zPW9?fo)nTyPA5U7iH>gbV19kX#Qw}O2@TTCBl4IpzmwsUvF%yD`$mWGzM5d|Aq>^x zP(VFEgQd*~Phi2j!#vfEuaE6Fp-vkyWRs2;k8Dbs0_OK0JZ_(eTRlttDvc4eX>xZ` zenoyYvUF|jRRk@T(L&fXsr898sYNg-(l4gGqkf_X-O=bc?Y1q3yZ21u@qNkZ)Z>l0 zKkh6&N98-j)?V&vFhxCi^*=0R^o4k+@>t2;cm!H1!+lnmmUq1O$+OP z?vI0Rc5_zI92EKC|^5zJY*pyxh>MMiQn57IiMz;Z?c;wmpph2?R_sKQfv8 zy@gM9I$3ZqAQ^EZ{XIo^TIX{U4?nrMwC$zOgsi_aN25@#+7I}>ZOo4z7ruh7Z|^Nn zoPwIxClL%%Paw+P>)K_k1`#K6tv`Ij_r4A@~d*5|k-aA~q~3X>J5if9@CqD>0!L^T%*X2cb+H zg&8d^EzzQn3U5l1qoyGsKtN9Hj53|3BZ`~^65g`9aKZg3u2-1h1$WFIP1Ow*y;az} zA>#hJ!q`qFYmwqZT4D%*Jl13awJ;66oYkuAK(FuqB&V_4-EJ}z;laE$pP*ME&S#<( zjUVGg83yVkum^M_97*k$*DZ5Rcx3T@m->=cY2LhwK4xAE z$LiS4p>bIQ+vR9kT|XpP@pT z6pE#kzh}!GJF#Po^THvkar%oairX>ek1iuAyxUgSe$s+Ul;`G9#*}w8lgY!LaHp{s zXD(RFxLd`UKnphE-KT)h3V({(VlK3IR3TOO@=KT3lKEG%RY>{$QMFD57K@?7lGa7i zd`}!-Gq=9b#FP)_Cvik~@BantUYWhQ8r%pdqx3^}1f^wGha?7waa zr|OJ)mqZc2MTk-9=R^RH`Juf_M->sGuKLRnY_lmuARtm{kVJogM7@I>Ut|aRaj+ z0-Fs|=G-an_U9+)7^;N(4TvQcZ}n!wn~$)R5qCgE*R+Wp&-H<{E-Y(iwx)vpn`_@J#K2vZlEC8NLaD+`(6PAfiIg1GoJ zB341k#MY6}Ri#QCO>#se;HH43b7&Wn=szpX zm=d63`Si1vME-V&r(|oKb6nv~Dm6=XnIM`c@$kA9Bm!)lv@@GK$Z9Lq?wW8fA}boG zOfa?ereRXN-Ket~vX-XY?D$?@vgNGS__%uweR`8hm<5BW7L~2d<7pXDHi<-0#rL%l zwTY$d0nc=TDWSQ8O~(xN3ct0CiXCw@Sb)dS>E5fUQE-YjBULJQuR)(~UC9lo(GXj9 z8<__-lnuiMM^hbq0KL!fu7QFDzQkrQvrJmv!PB`D1^QUg0}onOx?WWCm}t7XHd*ia zd?6}aA^TF-nWdkZ!3Faq{fRmp=cYJyP>qF9LNzg04yP9~iRt(cp3a1k>DidDvA~d_q415av&(u9 zlSS;z$J6bQGz*}&sZqYI>Szd|zw`zQ2F~wL=T=G1%dg0$l1pxT>&8=`m7$?i`QyCN z$7ix(8rUb0b&wIGgD1+{#xUwGJS+V)nQ)14=TXi>u}@s1-2eN4c7J;JC2%fh zw+R3KvH1I+epyZ_@y+`i9r%g+-}TEH|D!x$?`Y@l!60I1<6>)J{2!{!3U*H4Ew!Dk zg{X;+WrM4F;%cTS7#-Hx!keu+jknluX!4xUZ~? zQAxvoa>ReHh2zo?`~4Q&&WFj(T6S`Cc1GM5Y-=_s0Z}HfxGT6R;BtZ%?r?~2&w!aE zgY}$}^D{j-z(EusU$C86d?1@$Pof+v?JHp`RaG=m7+kph@V;{;-|=URXu+Pr;@`cD`>r38tAfq{TFz8?i?&~L|UC@3hPqzJoz8|?ni>{I`*!|+cY zPKuM22Vp`AzIvlMgc60d?!n?j?iDpARz!*Ub&SB+wr0EPugm!9W+r>TD_)Z#$8*Pj zC9`(njB?zQ#NZlDN3g<^{x%}pqpVf?+~eHc!am(1PG?hwsU2N&n3>xL)q?uFi%1+8 zz^nnO-!s2=UsbAuFW3Z@fMQesx9lv#KO3~*1iPSf6THC_Gk?dPwI%4qdG<55sM!)i zr3MN-Ki4*%au=Kfj8@FM;dllNg&89-wX960pk}EH9x{6Tv(9d8`>bChsa;%vZMbj&C$RYIxSAbqq#gNWA7!PzJ#`CwLD-|a z!8btjs^p=2`Wv@59gHhzMPGz0US3wAOMIoRswdy7)+nx&Xuxl+y$z;6o$^#Up8FiM zIu61nUY4{wDg&~s_dgm3(fOtY#SFGfKPH+io7!zQw!EpcW(13S0_WwaW;%&BDuavH z6@IAmO|;{@j%{=iG43?@)v59M*iLMCD7R8~kj>~(R>A%{?4(->biL0Q={pbZ5hsUp zKH1C-v%SBs;jkt~R5q{`skWVU^ZzV!JV4}mkUgnh$zUt}xW;R5vVD_^NiZPy{sZDK zZkEeQEWFYW*aOVGwr?hn^`!Rf%~RBrVR9>to0dQx%~tDU%F1lV3p!{w85JKnF;rrP zo7Gal$<)%XX7O27>(##pi-fqcw=%2+O=P4o zumxi-xPm_kSqEjI;MC{y#L|R?zex*YriHKFfMfDex`{T%D(P^V+Dn6|f{DbB!yMOG zcKSt9Km^iRo_F!?J#9;>%`6Q9dqPD(jV8}MyproNry^ZQirM(LMYsIs*Rsn=@FvV; z;$@ePeZPBOH2{(FZf?}zD&j2Q_Xs`lgs|YP1x43SPo*;u&@HG)(aUES6TVm%23}|O z2n27dT^esX##e%!xZ|8DH5RIBPo6Fk%q03Nod^zb&9lCrn|>GG+%rRj4C0>_jVI-C zmA#w{a$R0rZNn`FJQ|*WuJ~ts(AT6r^J9~SW8zO{v5yhX02oniyoeV0Iu{r>QecTsaE|~I^?}aBP#l0a~QQj zG+;}j6vPxx1#F>)aB)M7)bDi?M$%}Xd?X=7v=rY$4kyB12YEt2d|&YNNek$jJWWFm z?}#7rSzw|$gj@Jol_``cMF zb^cgSSvSZ{0#2Q<*)N`enV!fSJKMsT-50>WlfKN^XD7hVAdID8%QB%@pQEJ+m*OXY z?B~*u6j}32+!K^$p_Huvn?Mj#ll=_86&QrgyPzLAcY!pzfI&`<4x~Z?H3k8uF~wo%jpJZ}x0KTJ0cS$QR=<{PJhb(G#jSE65C#H5U~BJ zR3q{5b|2fjw=+Hq-!V#Y#h#u^S(x%kD%AzMPFzLQ6vHuj*3I}y26GBJ#gY7)?yjS5F+n}$?0L0E{TxAlQMQK&m{_2=7L~%4MR@mWm`%$*6 zvQzHzmL-%t-P(W+UTah745{NQUsSOPa35cfH55$zDxQ)^thV%!i8q{t{IQIG?NX(M1iaN{u1%uO6g=+-;O>5@g1G#ST z{lCH_%efgK8{kpC-?yJ|e8`@M>Wil8^?kON)zo4Lmhz|v~ltjAG5 zz}JOl)1b1Hg?;oc?$vJm-d5=AUQ?uJo=9bBU0<;Yo!g=A9Y&d0 z$F3zJ@}uE&Y6cJvEefhoD6?m9|Kuu`A(qB z8fMy(S7`zRi+fY|5~Of2oY1IE-f{FyKiXg*?ST--GX>w7xW6rX>D4EFS zY9sdvGdT}L&^&9ab$ ziavq~!$G8y1;+>tLq;ih{MVZ6ppoME9s<fOrjtagA}bg-OuAS?`Na9k8yZL@FJ<6a`l)!^=uS_#wmbBg_@ABrk-Sz`7rcI zYggF<9Qah=od>>AVGCT|Q@*j7=#1PYd}kRd zsuAugIfxm-Mi91blX|$9US2zs%IQ6LM2Prf)Qk>OO)>cMQl+KHbj%G>iAHbL5&}t-b(I#$Qy8N^GMiO{jw#6w2?wNnH z2jPYKh@q=Qu{@PBanuKhtNGIgcv9#6pH_>OqBS`tgDhG{HGbCxL0|lL6A)k8kaB z&SczIFv@aN^I-OnL*K6p^)VFG+2Ul-l~TG)wV+mCj+1beb?~iC3*hYpd-|c$B;aQr zi%v!@6%Y3$M#WaxG>5%EiUQ?+_-2%}x}GQXGb~)u61Kfuqfjbv%0TyrTJdk<7H+NL z*aEC1g8jx=ae?C-?m#>P>1)P5E*7oY3PO2Tuu=x;U~$gNa9ZX*tz~-N$$UK7EXoNk zL$F^#4@R1sVG0YiIOEq?3=ezjy}9*et9#?sr4KKIE$3pCm!X?fPql-=60J_z+d`p~ zafS?D8j3&q=b=WUELo$q?`abZ2m|U#xPPe0C1PP`@A;L0n-EV*2Vf%6zwkEFD0#e*po`$>DkW4TaB$nt^5VoCeQ;*TM2tjc-IL z>)m~~I-A!e6)b=Z7iEDuOnq`coC5X4T&UgBB$S`vkje(WNfp^G=#xMMVc_uw8BAdAjhu_8h*cFtkzfiD8)G;7!{Uflbwt^i7sTG^xYpRD@xAD&yXcZ}ICF>4;E}YHXZ8(e zFKI>f@kT?yU^58L>>pxEyBk`4xPW5jn`DlH#-81M8|>|C(`cVn;+&*w{K^CvOh3H5 zC+*hz@eH4sz#!I7i>1zpJ!&vxAN@EU_Biwck;5)u2{}0Wg?Zq#kA6RK8!B{n8~-=f zjVo}sT*;&|vhkF>)*a7D^4Lsg-pxXh+*l#XZ~?|78>fmjM|)m{YDsfaZRZy-EV%MB zC?x%%Poq}p5O(Ip$c;*rQ#&u)lqGgb9Tx^SrYRh?69e2>3vDJo#+Y8;94C+aOz!oY zG}kIJczNok>S4k*)db_vS)&Tx0E-6=mKWljB!e zydDIy6CbgFbnB-_y4uezm{2~8c(*3o*?{t}F^VaSzad;_`lG@Z1mmOAD{FI+YEF!O zwMX~cS#zNY;YvJp9XR06qti1`Ot3p4(;Q->3+o?ucXTIJNcTVNu)fPy6R;c1$F2dK zp(#L(7?3!xX|}~2j5L`gXwc2gRpc|VNM!NKcq(8x%70`KO7!nQWhE8Mg5v*X3o;^Q zq1yp0+72dNWv@H(II0StS-dL@>b1a`5%rMO_sWJ)tqSTgC$I?A@c z!lhr7o~f+(Lc2n;^`cr>u0#Ak|R)Tfbe@WH%GCs6X#=6-P)OBYevzcBHUl%y@Ah-%gQBn1Myeodvel|3S2op+DU8Gr`{61b~ii( z8bl>|jwy*4mLbny<=coYm8Ep&^g)9#WjSc?IW6$HO=LRsKLlu=VLw;h$4i$PqB{al zlM3jOn={kLG;6nRuGxoBE2hc3T*|HL^|mjDt{wmNPR{ z6+$KYUp-gI_Ep;l(J)f*UpWM}i~thFvDu{AyQ+Oq@^&X^6=d6IzZ6C!itM|CaB7bW zo*Zx}$A6Mcz-WeYyg=7y`3vW4;j6LdZVsl~f{|tjyDIiGj_)CY0RXV0S!k!U72`Na zkEpAPrEWx#NV&?QUUKM19xrs1^or`qnDvp+Q-vA{Gpy^1UZj~q!{UYZe-@UBtQ|@jau4DZHv{4~_W?TnH`z9XERH-_7d?%8Y zkvu`ST^sw;u*!Ptrmbc{PFRPJ(1ETNfZO>UwN6?7v4b$jto_EH7qCO}YrG@$t$u-* z_j*Rp3-~o^5a?>LzLdhoq6B1!rm7rG32^z(DLPkxD3>B(sPHP${e9*&GjU%Q75+8X z%k$ESyRPNd0i!Lp)e1#Zak%$+LO4L)^7bSVa$~?Vv3h&{IWmM-4eXT!OgEUex6>^l#J?mmOJN_as6dtAiS^ZQT)4ErLvuv zoYm1!sCm^$=e6E% zQ1JAvRO``UJ)A~Ib~%zwG<>s3g{27C&&>njiZwhVM-FV7by@14^qx`ajwbE(JF5mk zpBw4$j(Z2f4yd&Y>PK#^!(KrNSnFl&exLvpdz@isoX^=CeUzmOpl1sxfvBBgNuROZ zE-rzebg-n1W7MCrzygDW36Ib;~Zmn2Ic2_9ywIPTM$a9?HXa}2M#Q6bFxPy92R5a-NY`?doXfFBrXRehM| zvIiMX4V}yQ+6f%RZcCU&Sg|=QLRdl=YFlVA6Y{|Co=pB zWU>gVhza3|F&X}rWf+I0WiCfW15l@)sP&{k%M^u|U;=LDevrkskP~)N^wv`Jwo>%? z*C5NB?cbII=Y9tnLKs@~@;+$E0^sB4DS!K=-q6#y-_m6|KgwiAePxTR^)oDLs;603 zzn>Mm36*mWv-AsG7CPiWy@6-I$%Flw%3H3m+_XHZg&eKi96(t*;hq>BVgnn#?b}^T z;EzzoF31KZe47CM4CribNV?z-jP_4JsB@88%|&qI{9HlVJg3FforG%x5wt+s*_< z-SEv--8xZaKWuegI|$)l8R=(+XLIHEK=4B$dF*-&zC( zL<4=pVVyZ~?xo=*EWt)=>r0^TwejM`R=+|aKF~3b&Cw{4iH1bQ$%)xk%{fu4;CZk;NjOC!qSxTW|W4Tz*%$1y9t$O{4Oiz4>&1m#DDBsKDc3(Wruhkap+h0@P>zRy>= zI~Ca*6^WXH9*B!iaan<-gEv&U>u7B6;jl|SuzkBXAZyvIiq@22=m^)(<#4Kp6PSU5 z7=0!i(K{K6>gEeqMJ$)e0&&Fs;;rg%iKU~OdCPl&i!3%_!yzKuj_u6^cc(Rp6lz#v z#nvBy75uZ(RAcVax20qQ4zoGK(4!rj-io7t%$23WlB56Bl|^U8Hn@Ck(%z;Wd$BQN zr_GgRea1F8!w8Fgpp||LC9s`NZXKVgrG0l`12wRnLvH;LYdx9M;VZJ2&)q2VS)mY_ zu&iMGhD8n$gf8_5FxoMU=`kb*{it6aBi2*^QEY!HG$WoA5o(bz#)O}u0&spWxN&Z{ z)dZk+JJ1@+eiA$uR@wlsB7j!|c5jDUY!e365Ou#_Efvfw7brVW*c~~18$K0|P>{(R zn(UgS{tMW|9;_&rU~Cpfxt2zzf8LOr+W-O~_>K{FYM8eLh@v0B37V+^%~A`aqXC=L zg0|j*W4c490C)<7JTpYN1hhWGsqFcd^fvcKU#N3K?X@PF8@XEyT7*ZZ*Vy*+$U<8Mgq}kt*M2)`F!mC#fj--9xiCC4#u%q=#us9b}6aDG;fJ3KKT-yVmUS*$Ogt%V7g>SpaX%I*b%Wg^D zN0)wLUp@rdY<0SgFv;AaT#t7-SK;5zw$#s;zP6(``B5WTkI!y(y2C%IxBSNg`f{lQ z9MPQLACe7nhiH<>UBd~h$uhc+L<_sgil;Y!m7qo>1MXqr-rln=!2gp@P4zL%$s;F@9MS<_I$;we#F9 z1m3KAkK%_lXVDYMaSHKCwP2JlzU9MGzT9uz(}xVjIe`F(j|B6DZa?x5UzK~vnTjtg zy4OJSzh9B;ABqjqL1FRGJd(u*W~B_Salw03N(AJRWXr1Q{u>1_=k$|91o4DkQqoMC zT2aN4XSL1FB#&{IJzaAc=M*->ECt1kKRuz}q^pg}?hz1T`3G4~aPcTV0uWBH5aQWV ziD)=AE`vq(Rq)7TdUhPyv#E}Dpjx5C$BvAPbfWV22RXI6;D$%auW3E#qLZ$AtY3&G zlAg9XU$`a`^!sjZGdP7lktoLWcUEoCiFRP9hMVxiyT@Z?XY1~m?Ca!#lE`|fGL;Y8F-aiSmL znr(v^lhLz6*vH){=@{umNJrsb6YtryOte5Vu-gtwN5iplVRU{%Xq2Sw1+xI;H|V0H^TgS;-;130@H^7ycn9hh+ttw1 z#PsglVe>WU-O+R03*`IqJCCmse?X4b{c~C&i?8iTguVvEUP?0U`~x%3yyF+DysH7V z!@WlDjnxd&OTAYA3}p)nU)97PxW-ioC~fM0rtJRP3%7>Y5~%E1QsWcxkQv`&!V}8F zMJAGT0lPlm`r1YR1m8-d%y>X%c!uxIt|{`R8q zc;V?CLr550Pq?^8ftNc0Z(?Z6=Q~xX57_cmjoG^1d$WIh^L&pZ3^}`L?wg!pyI|rC zzeanc#fha4pFfk-mUmn=F8E>1`*^ir@pHOhF~J4Y8r$z7u>^an%ce6lmfNY5US3hD zNDfRs5AS|_AtG0D(nLyfZa%RA7%%GQpEg>f(xFU4!FYPf98wBw)`tZf7C7`&J=`C3 zAWm9nMe?jgTQGF4YTdev%4532ro~rlaIg11UXa#w%kWheVTtSp6!7cgSzhqbL$&Me z#!TY8TxV+A$R6+Ips6`{hHVm&>Zkc>(#)xDi`i&8-t;ju# zK+6}J0T1@%AUgdJV+$yFlkw_+m>UM1A$ANf7WiSe)~x2<3up2ug9tCEV5|b;Vq>NNhaQeq+*TK3x5n6`zK2886AOF zsZ2itS79!GfTX%AZ#HDH8ZzJ>4)n1)VDNuaf8>ncD5dJ3N{XH4f=Y|XlvdcOF&8r> zjsVJQ#{r&YGRpbC(`~MZ5SA?DEVcOlhU(wVHOMPGvQGNVdBR{63PioJ`(=KjU9Qn= z(#!mYscSa1oWEFUHxHA*EQB3z3lcXZi@A~Ut=e1mB^$ol#jdM3nE}w9xyBwNNaVIJ z*Ifn^I3wO4QgQ+=0nV#nW^<-Z6>rORO+Bsm@|-yYerfkVo{tTqYnmNZI~Ii=tBc2%hmg3LgqJ~X5b`-H_v8LvZ}v%~)E`(F@*(N= zHWe!lS0S3CM)&9t@Dk*Dhb0s40c1%QX|M(WyC=K7nj~^3Cu3j#0$kg`*Zeua0|JUr z{O_*%jsDkfUH`f8ztGio+U3OXovxla9G$3{GHLfRqgd1ZiJ~-aO%E5Fwt9N{2Tj|r zDC#0k6vdPJ%O~a+t~YoBP!Vh^b+5sRjzE?Z=~lGw^A6C5AAQHoKq1Db7+*>QpWFdL zC+RoVDl)!(^Dmc+%_%~=(XGL!KOxh7JiZsn*sLEn7@uMEwW#}VLX;Fn+R!M73Ecdx z_LQZ%gMPFyWFdG$?b|)<*R0g5Z61;0Vi#vm?{{GAVM1Tuug@blfxJhP>Y}#nPmqak zn@A!k7XO*qUf|g0@DMOXLzo!tECV?(mx--VaGO{%le+dGU5N`Qal$z1Z03u|RZU6m?#C$U4sg$6U z{K8NNe{fFj3)&3(2t|EAn@Jx1KD0-_IspG~As>cU07WTSaEf+?B&CoALXLb_=H!V& zO8CG|!U!A#B(zl!@wffq)D;_MRY#ptM7`3-YAP_4!Evc?*E_};)GswQkpj~N!lA%e zP8J01rY(ECQxsb9*rniEv30wG6PU2iehmRKG3X)aohT@V>BGBaCfzWbWAO=n&_@!Y z_nesMeI!+5)o(8jC}jt<=(T+FbprGeFAedZWt42E2S3@hn_U`y)(X%iw|h&_XcbL; z%CZ96>w7ApG3X|^qq(E2r_nVL(u3mHC$e8~vXvd6n8Osxwh8X&En#9>%-{B0$OT2C z^5+-Eh(!ps;!-wWq~uT*1!&JuW~b;O`Cr!u{c6EHV_RdXbCmq~t4Q{EPa48b*|2!>8!b==wZf6|F?$z?fvm`s@vR`W>UjNlefn4 z|6uD!YIwB318Pc$>IMID?0HABwz7@#1}F_$brORcaz4DVpPIT=c^A0%aTQ~yq?$t&~ZSg3R@O{rmpMIDH*Y+sKN)Dr?0Vd-DNd4 zLC*eambwDy*Q_|^5uz1#fmZN0uKOpvKDRmTGg-NL-jQ@M@No#t6ffHnK+01vPa~;hv1Te>DMF7+YNy zH4y5blU2LcC)d(*X^A45F1)Rck@7fQ#TUki{h4U044Wn$F7x36yn1a5>ZgI4N6l5U zu)B)(-TEMfRkIiVwWt8%E3oQEjpJH`gXH1XVd|J*C&>nufd{L9xw%-d8fH{x z!{|?FGI&+3#o_{+uvf2g z;~jK5qviO}${ggrFyZU+Pg!T59(%jpb|M<9SRj^WwwrERIF>k;4kfy*whZY@IMz7U zxFFhojdU2az*qK@23Mz#tp^#!lL)m?K0(#m&AyQ@zU{d*@)2r#etr)G83N0o($-t= zEQ?-tpL)gWNiY82AAf%qhOgsZUR1x>J=d6=nSkiZRimqJY-6XzCk`bKEo#+*pVYNM zi$uNhe6#+HP-_Pn2VLr9Z#x>x zAaC|IoSt}gy7Y2WW7+|WS-BN5-^Xhg^i$i5Xh3@7rKdk3Ik4++Qd3`P85EG#rEGypZHvyHU2 z)aJSdAua5iJ%56Om)sz$UDgRJbJ>QBer3<^kkuYz@!;s-=x{v0?6-(#1FD)>8x|2O zpK!Erv~c|wPi|_XwQ+QCL6+VSakO!?aeEg9oaGi~R*@Q5>sag911j8xzvi$N1Fb~1 zJ&W@S^BS?uEq+=2vH{b)l9yv^Vr^m%s6_NMkruIHnRzV^P7Yo)&3#A^OBP#%i2d7U zF*bhAz^lE*Q!?9V>RbvrFu578);kF+3H~9X)lJF-$*h2YCMOA*?^gFj665%V- zz-K)ZPX;E?TK61&w*w9sbuld76mcs-qH#OSS(6P zgBi&cl0FcF1CiXidnTthOw1x%3R)wP1nfI$&SJfFB__0i#zcYgC`MypE73!dxVAmb zhqjcx`7zVShO^EXMiNOBuRSK)`{#1|f6im^n8z0pr;R3sXZT5oHv+!J$`*(SctK0) zvrMAqviu{g!H{D?r;8N_A|`{bb&z_<1|SZ9=t?yg$a$Y?A=T@qIao+)HDrO;J)G8|h7C4;SezLU59V?slpq(Ye69ao)2! zrZ4K7ilM5QAJG16O(;0Han~;Rje`Q@?5VjQe)bgV%|+oglz+4)=A_|(w^bK$iYAxN z;b325CtTr7?*WhX)DwVtpH?LJJLKa}(dp;a46t>K6JF#K@L(BE>CLq@HDWh$e-l{1 z-+@Z=a;PT$(t;dxeh*x~s;&o+hj!45rofb7NafOGgF<>7sh3Kz1B(N&W$s^ZJTJ+Z zy3=?$7d-dg=8z_T%UaK)gCXGB{obZj0u;UvzsEN%^EDIP+l+Uy@QV$- zI?}K#jpyu7mVq?>$>Y55G*9_1fZ~@h$dxwQ#o7%^9|L41^vXRF-sHwPX=}WWm-~5P zU}=)9FWP%xOq)HtR<1s(H_kacJLT}Rys|}Vtn}Eb+9#7r#+c@vLvlk`F4r61QrtM6 zmO9mnJ^s=Oso{`$Q^^D~Kh@ZcL11Q&Q3aISQBZtDw6ED#JFK12-)E-7RC*;1n{D2) zdh=fke+{N&36>$eI0?5vWn+xMliA34n$IGEI3pfP)%RQClUOE}7QQmpJ^+vVUoQCE zcTKTHH^0Awf2i`N>+jZ$?cmJFn%s66W(&AR^&N)WZ-%OZi^gNfJYW@6>eLTtnyPv3 zV~|Jw-8CkET~v@VAaiD4o9NfeK}$2uQYsV=&un$N!;C%ByU@&jg9>E3Huj;bKBvtj z9q&w&gh8e5o7IEi0XC`=pGGhpy+7Fg7os|6hih#K4hTrS>HloA{wuikf2P3te?_GE z4>)U-f~+*C5ZvU#srd&lj2_?dpaQQaij5GG78DR7(0*!~GG9xt#mjaKnd4 z^*kLYuO)jVoR9&!ZL4%ggt$@RrJmk(I(!VdYPfkm9UoglK!repA$g8S-jrKM9_uD~qoAY%dMjTs= z0C0FdNdoKD#0lAJiW;jdaN!60isZDpT^gSnT+!SNp8lnIyZEuXd-dJ6#{aj}C6)j8 zjV=8@t!$LSq}(@esq0F40yz|88HmZAxKC)$pE69G+1bp{xp|`jwB5kl%`A$8Xmz|{ z@`>j|kHMc{{q1&pc{i;yKPhHi&s|6xgD`ahmq5{h&bjjliVG8rO{^#Ic@3WnhBEQn zD;T<(A)*+gmCyei`Vf89m30g^J+AAUuLNHZ*bBxTIO@!s9erugsNvRKdXk?GoJ1?! zTcRK!sj`dj_HTTpwkp{I`-Pcc(BVmY7FN~kNsFS1{w4$1a}`=~>EEj0mO(lgd6m|} zqlaly3}A%N$1ia_o>PAHmU?LCP|}XO>QW?bMTJ@}pM>{2bz_ZRR#mziF4qs$>*GU8 zWLgf%-sJzncjq6c(;Eh zvfRyIS$|>aJXut#fkI$)At-;Y9Q6~7x2gY+w{wWHt=rb@3EQ@9+qP}nwr$(i3G;+) z+qQjz8UJmskoUHhFDv=7wAwE0+FWyuKF9d_?D)e>;8(7v1yK%&cwVNuFIF&}t1}{_ zSRyXEymign$~7~|{pZ5(>+`|xmsFb(KB>K4i0Uaw?A3ZIosb1b3!Wwy7ndsjrlIC;f#!o(p=O>>u@J~L8tD#hIM$J)3ju9R$-QAq8p(gaoR^!DI zt^^4a9kFfY#2b)E2RuIG<_Vxhm`m5U1>3j_8XO z52VI6eEJ>|Ip?{Db|=bq?;W;)fT-#aR+E)=8&>L`quKPUb$ZlM>PR#UI!0aSb=CiZrFDM?U-t(%}zp!o*2}eeJ&yVF8b*m@OL9%>3X)Q@-^Mq z7l+K6P~L@rFAhmqX}mz)#V)p6Iiv6!W4NC*l7cT*l%w%Fdk%JoTPiegQO5815#(yK z8nmze_M1F{cQD@BHD94~kl*zg?gFIPJR{ncx^XWFSi234A-2wVX@>5x6U49RclQh8 z>y*p(A-kEU)`!NCO{59K$QH#4`)MkOT1B_D=p6JWT|%#vc?QtQ-Av$vba;C|H?T(4 z=E(W33Kbx|+MYhFkWZf4v+e>KWSs^wg97g~w%Q$*4bh&~N z?&M4)sc>bTJz0Pp_1=cTRd~XPl#+f5X;r^iM7FS$)R)%gk}p=)h2zon0r^ij1dI){ zviT>GWc+X8kpB##YWz=a9{;B}(o}&W+}trxyiw_zMU2gwkhtQ}4iprC>jLts=#pdK z>SQOI-L`+ydD$i*JXDK-1W|~XXhE@=LTU;4shcygK(3%?-Zs?9)mL3Op_(-_g}i3y zuRI%Fbj5q|<=t`6O0-81w!vkj-{y zpimy|Y8ayKsge~lvK~J0I@_LUr`wZ83m?OkG^)f%| z=Le`Q27c`Cc&>J|cWtPfWOb){2~mH<1kgiCqp)1KyR8Z6f(n&vg^)?cID$=|OP{$E z5P!~H|Cw3Nnyy4P$Ib2lBeBcH?V_)O^Bm8>741yvi7vqr6d>?g)=JxK+R&<;tjN6v zli7^s2CY4r+JPfuUO55u;OX3c4%5i(06ALXwx=?8Z_Gbm(sS2)C9X_-o;hHm`oGzO z7+)l;7|AbsN_A8;3pw`Z>4z6w-rr8BSDtGNNPFeBQvuGmq4JX42R9x0aKGgi6F&B9 zJ9H{+X9G_kvHn?N;{Zhbn?K(s)PGxI|M`6~{eQp2ej?{e|G3?ZOr-6M41QAR{}n+} zd;hURqkR3Q>1SwiSBZR9PC53gtj#|)@><}%}j4@N<}NyF>wpQSqH_; z8Z>`vG24nT>#pwdIPt1cr77E0fLYF#;Hd0Gr=wY?Fx@InB^c+s`r9 zeJ$C&;AxiT2%&O$@x9Cc8`jir2CrXWr0j-#%ZyLJ3dW-A;4t94n8h~~qbIGoFa z3COG5SimJgp$g+i&=wPu8X#15pr%y7tmm`vaYjkK*C_zWe^@WfMYMf=1jPWWK$cCd zM>sWTWwo~3ICScWA*2oVvd`A;-PqBgOl^i4b37LN30QJ+GBo$F-R^@qE;*T8yDu{U zY@l6plDx0ty=}0w*PyKBN6e_0vh~#eB9Ko17s?j&G!0Djbj>*x9IpnG{ zlyZT@z5Twav4L4t;dEPcUWpWd$Trf3({l;Jgato^EH(le9$b?Kd}qLaSjy|Q#ZJ~c zv~zMHK4{G4BBK(lklR(_)S`@HN27(Lf#D?_%!6eq`-sjA!C0Zv z%&|~6Ciup{0rfn3PU4g;(9>sOp>iQIDc_6c7qj6)-!~ehMiZYsS9AfW$-Ivc(LYBZ zuBBWR(0G3VW_j&N-nye-QUKRT4+a7Qt%b=AfU6O=8CV<`4#EcRR67gCD zCv8^CK)zC(mg3xg_dc0Hiex#BU#{p&_2+UZtYlK%^rhP4DTqTZ++=QuBgr-s?AAevwYW6BNR)w(n;Mw7~ z57foG8VWs4Y@R|xmM1c;v~?Ul!oiLrZ{!%k*o@&mBYJbawrtL)58PKtN8d{~Ucg+G zcm(Pz-qS<#5+XaOtO0KfbG$zkM{13~GS@s0Z+1>!X|@YYxSD#gNU$_zsuIsWx?-J9 z;|}7e%NFa-*lpwY#}}_kD(q`0Hz7_E52iUPB;_u&3Y?3?OL|_MKV%z{(48i9moe*2 zQfhWx{a!$t)ig(7*R76sD0#CEWwO89Efd|Wo{pz7Z<@1DbaH1#UN4wOKz6d`rPQ-z zfA@sIoEdM>G?fj}ICs`Q+ax?RL0m@_1i31zgQ3|p-M3+?pw^*myrwRd2W`_!3l#vUmVAf8KqUmBvb?&Z zh*c5BMu%o?Sh4Y~**oFA4NQdz1!~Q2LEp++L$Gv&d2v>;TSx3$^eIu|5@@O6gxQ5* z+v*K}Nnk7>=1y-8X3m*h<`P%Uc*kGs4iv-5YxDea`Ffz&jl-SIfoVOACdWKEXS;)9(wk!=zJXtRjYcJn2Jy z_|cfLH8|rM4ngkNPOu2U3n4@#Id#`BUwmDr9+*I4W0k}IBs~TiAQo{_Vmh}Vd75$d zjIvLqXxsMm3rL5ZOiw8g z6+>^qCt=S4DPivbOBRjwg+aUeib?qa50sPc$UO3CUhk|Uy2Z5Uwg@h_U9P6(Ngqxl zzbsah!5VW(?_gt+@SA5uNibvB%sXo47htG~F1G%$%4$Zok z`}i|u9mt)imWegZS`OWs^F9xxEy9`aL5rI>IbC=FYA{36H*`{tCf_EjH2I97wJ(LlfhTw_N z8?@`7&r+9YpV8?NX`E6hVv4QHM84i(Efnf)BaYg@<#~u(NOIr*b~_#7VL$HvnojZ{ zb?5K77p~h7c6bQTtMmGeG`6OfRK<`4g9_v45vWw9zbWTm z4#Pl+N)2$OjLE&cyP+75`!9gU=spcepa;8P!dDSKpzx9Oimq~DVdQ1%|cuiD8LwJWDGo*nhXWfRoa z43DLW$8neVjPz!qNRU%3Bt8&kVITqG`<74%%zz60FXh(F)UBwiN*F zJ#NEQrhO>VUoi%bkwo*ev9!mbHR*=M%}6*7VYOwf%^-9$_F(X1nGt0)fm<4#WckaO zVr5mQKq&*nP3+wC|tj#S#pwK?NmO-IO`pKQ?eOay!9(iFH5o_LK^ zn;D&|a+M)}i3o@51_;CtL0aFLcs})!7jFEVro?JP>NY1kBVZZ!h~@cpkUKro$&OQnu6w`)M&f16j}Adh)GdXR0JBDPBJYr zqaH@-CT!2t0E@*DG^4F$^=e}iC%3IjK07gIE z*Rm@2<3N*FE}`C4n(jZJNN42lp!hrV_XPrNL+s#p`056T{XA>+n#Z!Atw8JS!n^4X zQ6wFp2WT`nJ?bSZ{^MRYWP-U79lO%5HIYwNBy=+y{`A3y%8*o3d(XW&eSS!PsQfem z=yClE-#=TiyH>*3FE(O4EzsRFaGbyIf{OO$RC_WV^k{>054sjFD*p$&;Y~Y z!ER+iLnr=c{2G$035J>3hxm-hXMxnG^)Y2RgW_45XW_AR@{#Xcy7bJgHdRC%kQ)bm zczx@g{e)}h?{s^b-}ejNH}I{+q?I|M`y6a^?^9!`5oRumy6EyFppmQV@-59xq|Xwo z^~^IF7%5nE;>mQEC3O2xgOS-(Rm+9Cnf6X9-Lr$$IIQ+ei|Ens>J*1Y(jJyUVAemn z+w@YVuEUIz92;y6ARCT=MB0@FBD)_40R*!T@gZi~bm`1a95eSm0mjFP9z)EKrAcg} zKr^oQL4aPV2K)V|cLxPCN~Q_EYRT-9Q8p-1N4>P@GnrqLI280j_e>SaPg+_6u98>s=ZwrlxC zC=P$0DR3aFk=1kRaW0hG*-bo*j+Ofo_n2%#9!kw7ZtUq%Cs(1386VVB1Qk0v7@H+A zT<-_j4>=e9g_|(Yu6b$FHYw6J1WEtkrjf=EZvHuUsun$tZvO{2dH%u8YU#s#X*ol8 zTC0>pU%dfZ$hT|9+T^aH1M`I76`DO8v{}_f)e|+2;3;Z#z9NAjOnA9F{I84|`xyjA^3OwfxXez>dHZ^#BH6+N54y?05)F zaeXq_aW==60?yESjG3I2H#JA3*XZfkF;A8Ok%E%G5rCJ*g8t+rghu)+PZ26HyM%t= z{nR9?_7SFN{?czt~Y?RaLnvbFn4ue!EV>6SA4sBKG zw?V?&{vuf|mExd=;hQLP`!x|(Y*Ti?T9J|D)LMG{x-QKoA&`X^uz}EB6q|!=6=xud ziW3l7zWwkY+)VnxO%BB%{*eiKkmc1cg`L)i*yI(68JclhmAL0ZP}h;z^=F4_Yc$7H zG_avgH|yd1>g203Y&H_4^oFRCK$SxhL6;}wryNMrwtfg|yUfo=eae(xWY|FlqAdA# z`FMM}v$p7NNFPORM+t>6ptO^44a)k`)c~yKhK>UG?R@6DNLabd7%*ECMb{J{%yI5d zEN5g_Og?Uge(1bTAT50x9D!=HdN;43`nYgDtDogm0K4@t1iW#X!I0?gXei-3QW4+*=1Hk*Y(mZ zs?~{atH_e@_F$_q+AFKpVUS_6nOrCGGk6Q<21QCyE<(LF3d08Z-i}kL4P@N%Fz)_q zLGRaX>@ekd($OLrR25xy123xf!F=Sw2scui8&4uc8^!yv9Ej`I&AFo6_3!|w!2HTi zJ3%?ssRX5rPAl_AHuvI|43ayX)!|I7^M@vBZHA1P@3-p6%`Gj>Mghn+>e`59X7c0_ zo^$pHKenGCO-ZQqh(i#vTIn^lOo)}rQY=>*j@zgvGt<%=%wd$EOeNxkV;&8}Tir`|)4gv|YXb#5o)Lwn{!XTie@gm2DX+pd$3 zCqmW2Saa)Ks%*=SsF>!a=n0tRjwpv*)^0aCrv+IEi~XD|m0YEQ2|!j|hMa|ul=-K} zwe5Z*(N<&lqR>?BksX;p>Fcp0b;V?DZ94eWL~B`H3~X`HRrW?-J$jETW!eICSH=v? zS?*TUsb~3&Ytw9*Y@Wp1zQU@Q>+;AVei0?B1I{ts@ZUu*Ohc>EV`>PUKVERXzyn`G@?$id7wv&P^8 zC$UBBqEI=&N*-E5C9r$!d(c%VGG#2-f6;3&>HZ*|?s4X`z0wA_Qtu54!~Njq==CFD zu2%2p^F5rDsW)q%rI`AsS5jt2JvrsLO8v zP$Ke*N15oVNG%{fZ|VxW%VA0+fSo4e%0IA3)}R+sRBx_)06`7$R}qKc#z~m8A&;QB)QxU; z;vxEMy~5b*2C&-`$wBch#)HLyei`E(ZTs+XBZomlHw8UUktbpM77?LGx;c~jiekTY zRk^fcuQSrgZb%NrO}0>XSxE#x{%%GPvaQ6XRzNo`IDo#ElH~KAN?iBXQHF z>;%;75eP?<|ITI%Ple+N!vyaRkfT@0xPjfNy?PBA7yIZy1uaNzSf;Vnl|puHvhz+y zNKC@<7deZYni-z(FG`hHOo|Rst(CPayL>D=WtVMdVfV~nHBLLtC2%+F)zN74UPqW|vn~o*tbe8Uzn1;WL@wZQ!p;*Y7L8e@dJRJ+>XiAKG;NZ)x*? zV8r}CN}T^fO}PV6)BCSP!f=k~k@A2aUtjf+0qY?24*$ap`LpF1jrq25KZ4|3=u5ZOgt=ma|@ z1!a5IdOmWKl2JM{AYhOXh^X5@b2AQ4C?u6P^?{L6{=v+@DL(ht0F%&r%tr;Ejl}Ih z&#}H#?A+M>dtYB*;Lm*6U4DL#*Jy3LJs9kB1AL?CyV~eMkqLzgwPKXrw-kZ&lf;~d ziA*7&8lx!&QA2?i7dL8s!H93qyU+e5lp4I)Nye^dQSklgR$DaYy(Iz|7UGM^4rss! z$iPrW0rPbq7VrkPyWBTlVt^fff8H#XN4BGCa_V?S4Qb1)t&`)G)KAGvvxMs0Qmr}SG7g;<56K&P zz6)#fuTK2eBrp0g!|^m?L9!YiWk&pitKN=lIX%z^V*0wwe#LD}0pk9AlJwmk@% zE`&2wNR!*j#sW0$vB=ww6pG`abNT&Dr9GK3OB9$T&rsv&hbh=P{j|s3r=UH00!kKA z3iP`=7I!lebv~*|Z$sq+K)`1R<{@nb`*;pp$KVe;a9mT6cTfD=aw<8f% z<^l~&>+2>Bg-a4qhICRd#EYf@$?XLc*3p(9<;Q_O{T_y!{v8n9PJa}xL*&lH>>SCQ z*aP%Og!(r{M}m2mG^I&;qV5u7*#)f7mwZ1MZueA}m&3_-kW|(aN}_3}s?R~+hgpki zSkr4N7MT^#hWC9m<51QOiY#oUjW92jphgv+W)C{Skaax<5CKq1xsmlsbwf ze|&fKwnvhHvL>i@q#@B2S^6`#MR z|K(K-NELAf?wd~yO_kB)m!wd%DQGdFf((6B{Fhcy#Q|+dXO^t3mYf$wAqX6t7X12M z32%SeN#JKTu+?|QS7>-WByhnbjy-Uv zZ`#6v^XsGkwLOOqz{vhk6prs!>uA^HmHqqX*BVA66ZR7CO=3x`ww+4M$dx0llNXO? z!pco5#EZL6EZ6Q+`;&vMT>FNS0%CbaQLp&v^^*#F_LA%h_tu{F{xg?$itQGXeK1uz zMAC-(FF~&~>zYpCmm^iqPv0#$aq9FN?L+59;LViSijF8MQ>68!B`%-DMoQ(H-^PIp zD2509v3vb@9ekCmtQ%T2@7Vyh*-jQrP=;KZzu$Fu-I}X+)3vpJgo>L@oRMLD2e8ou z=!symB^~se=kAOl`FwwsE`_rIxYRR4&sM zi%0S9I@9A7vUys^LLsWo{BAHj#4#Sq;=Cwb?ywINRZf%|`Z-}^NVlkGxsF?n(lZah zg6X`Nv0{3G`zt_>#1J`&134Q*=XR(W*o)c#Zp5OX_U#hb7jt|HKLM>(t66p@Eyz#^O0ZT zNkB~D_J&A0RvnG7{n4)}e=mU-g8S>lWnvYd+lV@?@ZHQSjMGwJvMJ4+ z%R>#&WoNUGj$E7s#pQSlQ^lrm;Q~O&2&DSN1@qL?uN^#&c=ytE)#W>yG*{wd6o93s zA3qY;l*mrv%xbs-cNK>jFlC3;19O^xtHUk6awmq*UWgYFgkXlEqdxjoIp(3L^Vbe8^2!I zHKk0mv};~&u0x>yklOY*OVtyY(Rppu$MInn*jUPl&-RC@osGL<*9(ASXynJwlfe+vr zQ?{U+QX}kJXM3)j(~>U@nn8b*`#^#V#D+qwovH5&i<;9}shooYc3kO-&_Dg~Z z#DtGuy{AiLnA;=iFHd_(H#+yt=TqCNDyg1GF}ot^xnYfyYIKFzDPXMwHt@^~k1oJ9 z9163{b%rnnzZnpMPNipF>`_{Pmr^>n;>KPkpHMld`bCv~`(rVGK(RFxHb_J{$dk@w z%s`QN>1PDG1m7=jTxw<%3P&c24^1ib%T>_2fx6efeqM`goA04)u9pgmu%HkvURhTe zhEPJV1F?LmXIvAvt!tLrOEC~`O?eT_`1W2ofUat&*wgJjX3(rIWLfhp*uD-ei?#LrUG$lr%}zCIr;&uTqgD&Lg|Y@`9jZ^%f|Iv&6B@{Hn7BM+40vJa;hFeaxwF`>Q}t=&MMax zl11@aCECk8=sfC->KO$P*D}|p;i=k~xa3)BeXfk=$Fha2AAjQH^00w7XR#&}t=%?O zW6}&ZPw~v6Z;T-cUoQQ=4M+Y_3HlD;_{P~=USw6ByxV2nF3qfh1y9Rtn1J9RmVOGM zst%37V8t>zL-N`zgcgmecu&)cB)KZ}eXsxQ|0WbF-eUnu^&2<$Z=bq&aMvrrtm+X@ zKUbd`3`McuOn&QRkxTOIymY!XRn#cn0db{_IFb{)v2T^_ld-yZWOxj9NV(C?`#|~< zWN#8;3`oa<5>xsTskh||M^0vkffvOkFi98e%b7x_ITi%=#3j_n3X&``q@t!#5^D~P zB2!{y)L(}P9vc}~=iwMq$b@`FemI6yHy79jIk8b$B^N6TGWGM|#IqHI!y^ zt;e~EZ6`iLlD%&)_LLxsxMMdXQ|62USlap~2m*05@RHJsRwa)k#a}#$KhVM%AY%%n zds#a_QB!h&N3`qK)@q9qys?*sQEX1;3a}rcuNjRgV+zv8xzRbk=TO2B5g*1)WF*gE z`SkLv(2&^x7YNyGA3=}ew{&WjBoO2^nR7c)Bu}-y8PRK$&YR;ViH9hSx=DjqEGBiSy?vq-WM9 z`+|r-{#s|5^wsU{eOTV<8|PpdJpf$E`?HrVsZLXoZ9Pb4`&P<1Ao{B9tBPQ88(& zVgyD-&{rU@HG2{dk8~^ktZ&f6tCk1GyGdWxD^s?6=o?#{N^@cVo(nX>`SAy)RI-PM z(?&TWk8KoA%$j0F-oslE%!GRH=$C$uaAGNNcPg|~W>g9hE%cLm8oXl8Vtbl88pciw zoNtO3YLhz4$)xnK5=bGJac@4Zlo)56!{z*XyGUwKh9aZd`ts-Fq}q`@a-t!3Rt>vm zM(GIGc_5vc^gsxa;i3DK6udbc4yALvrlB&Xa;Dg8lQ;8Gu@$S=J%TxPX+>2rg!vg|YwX*DOCCLp6g_5A@CQt@Y);16X=`f$IoCqYJQWd3PjB4RZt0ZOBhd~@ z4A zi>LH9*Yb17i+4qRB4zoUsYe(3xm2;XV2k-9u}#hUc>XBa%_v}j93Us#>v(>5Hpqr7 z7qVyNa^hg;ia8n2)I$@$-Z-|72GoVs7**)#m1av!Zix;g51PV>Cl!ZMrA2%Y;x` zxter2FB3oBc(C`sGT^^w!!~s%MM*gLmQRu1l2OLX)Na4}9Hc&TPzu^G#5kun9*0*h zfXXNzIS4pB`7C+y(P3RQGuUJUsC#D1AB$I9dy%eHUkg z*z@H$8eCJSA3V^cj0pHP@MB++GTld1ZCa>|$vtuBq!)iitaN)fL39r~4;s@5x`Z?l zyIw?{Q}BybkmgfMnvLTj&SipzzGP)!LkK4o09@5MTZFEU`9KLLC2fNq%1p

YJ3va{lB?~`*smV_er7DV*T%eLCF*ANg*H|AAD5Ezoj*_~n) zgs@y*hRFe}u0C4qL#2aWs9y^Zhgum16UT2&K-3v=&>2@64-l~=khsHG*v=5%0QxkD z=527Elcuqi8iO{W!@`&twwLm?I{rR1jxn(^N-x^0F#0xqR%Ic zaTZve!mw|Z#O~^rCYcOr%^3`vI&;yG)SJO~wHEF~*PQYZ-3<-~WF=Ty$ID8yp|cv< z3rJeR3n{W12*VfsO+Xr?_+Y0AUtl8`i&s>n8~JsOI2)sNKF#>V59(>i?rFg6X~g}u z%ZwYoFh@tMXEt2Uj-o`L;)L;GidiazoA<1r0b*)jk>F%Pa2Dnmf&I$~@;%9HvDF;r z$>JB>MFfE=jW$%H11cX$S|h^BnKt3bL~7!&Hbq68k?f^>DZK$@Qdx-jdvKMQxQQk0 zqr4F7-y>P^CfszC4SBK@jdcbSfpOC|r4~cpIIp9F@=7_+izKLvq_4%T)7~}AXC;z3tXV4JVz{<@&7TFDqQ8LBIbh~n38(~L-e+epwYM6}Zu^I05+ zfa{+hN^p_N>U31h;$|2m8>-dW4CPf0OxLw0Tagp)vtKw-)n&f)v>v#zpgi;9xnfwO z5AIQiYuGYfB(xqaqCqVqAnOP)o}9F^jdS@r4gsK|LGuTISFxa7v*yuymh{7P%|FkG zQePTckL_^Kt{){|j`{2#hXCD3&@MbQb30~pJ?;FsLV>(NkT+_~rXRx~+FX9^{=b}m zSU`&B{FayVRbZcb*fcoOA3xqeC+&Q_B7vR}kT)XCM>XyI0fl_xLU(xymA0a0BxyjL_E1y<+sxYE-7^NCWf*!_ayL=mX73`tGFz z`hq2BB&{iX%PI^=%_;hdCFmamAGs}ykVO?nX-lSoXBEb{=9IlC^guQH%V49Sz0>|+ z%E<2Va6}ebP!=B9Z${9Q2qZO}pa&cbG9s0rXl0q6S&nSk6ZeH-h0%+vn{G0d=aQ zJbzMNsJDwisvHHYPTtW+=GjjNijNOkBx-C>pYBg$$e0>wNR7l)uYJm{(1wK;71Jhc-6vTOlNPDdCfymTvhSl!@O&V7hw~c|%%Pb**a})y z+e*CGQi!dZ;c?(86rindx3>p+t!<7T!3xGi-OT>LR0zhFp}Myw^uZy^0L7NAx(_E* z%OTAG=$e%~(hFK((`q%~DHP2g`cc+R~)J&tDBklP|Vux40e)igWoN)*o(T}{8tfh3ppcR$nclKZkd zR4&u+k%wWi`i(XiuV}8@KnFNo=I)5JXuMsNgEaRgclcTizy6Eip4(7~zN}JM_l-rQ zn{?1!zS02qmE?#Q>7v_i3&7{h$h!aw(&r4*Js~9!UPhY1kTnoP5cAVisr9!WLk7&NkS$9e8Jie@M z1GUEhuTz)3H^&6*#<(GTlSsE^?cjb{GlK?=ool&r#?MLgc|xEMl8hNE@oU~t6vtfR zEOz)&9#9%nUgAtWLaq;C$@*W(>ltwJUJnH4`Re2nXVN$++lvxsVmT?y=Y`N^2g&t| zG8DzvuHO23PclC#Qt9N}Q(aZ8O&xL}lX%aD&m zBvrNxnN9Fu6ua@m?wMdzze=H1%C&P6lxc}2_0H!KR@7>}yF&X}L5DCPa~1)tC| zi*ZZGQh_NO9*Yg7C{xr!6)TR2GY!WIDpCnEO*3Ses8y6rHH4XHCQhLzLYzyFI5SP! zgQgp}rDZ3Om`567v{QAIZ9TG_C(M)$IK&^Q!$xiXW*uvxXzE`{r!0RR*25Cix*)4) zjm!&L@&2t|7_+O%$Fzc>Y51K#vYur*q8} zcE_|UL`_RgAxq1WbJvw@N8dB}midN&m5rBq&Xq~W*fZ>w^?SB${ik@Vg>b8tYKM?i zK36lXa~iAv^>XN3mnLn^3gjtoP5AYS=`5%XE>Av9DOhvV8Nn5$r~02*R!g=yqIJ;q zVw-}Irme@eXHJmjR*S}#xZK(90-ANarX||~n`hy5+Z$=QHLnHOcm8z?Ji(b&r&Eph zipOjp#H$9mqLVAxbsIf?y4AG#sAs5Cl6R8FhEGe+q3%@O<{gpR4ZH%jOS$>1=dx3p zcU#YmFVHTd9jTl3p2C+)zS;L@z0;oOfhM*-K|EsOxiE;41u+PUM+ZSppG5jVUYXH? z8AREl&jO?|tbvorX0pWW#FO~orDq!C-7OXU5+5|0eVuLol6AYLbR|*g#&2n<*BS_> zD=-U+vdMIt@6=QW$$%&ljcE!Ll;=-p)-q~!{qNxEy<`;KcV5jt3apRkmosfy3w3M1 zu<3(joQZa}6DP_5T78FgA#772LgaWsv~eVbqE6mQKD?5Yd+$YjILn$}C}q~A6Of9y zMO4fEspB(NflZlsR(Wt{E1+knzMHsX+qlJlR`I7H%oxbTUmVXuM>k*uJj3y_2-jo; zJhSoSfGxE4Je{RB1ZUt~6HOG)@in-~#k~R_8PR%V)!kkjlQEKVB_QTEtQ`C(LC$mr z?6;+AlTh1}7{tG~B;FgO=hefUPV-DsMLClv6gw#87P_157g5H}E1R}lIHWAql+>Km znyZH3i{qA!$_Kq$P%U8S-;3z=gpIm8M#Xak!3+f6j$;QNK!5be#{x6g;#=xvfUMMl8_1qms7TMm8mfS~kGX^&RS@FXpdVRurLPbEQ;yZ<0K4HF(Jc_6I zjAvre#d+}qu5N^%k%VtKHg5!zrF?6m-$N~b?SN0|r%xU!4NSc%c0CRHI1Prb`a{El zapWLjHiQ9Pqg>r%uAX)0aNmUyyAdPU@j3U|<{IKyohm7Ghq3%N=l zs7#=kjv{%J$=>FH5xQC1#J6MQ9fTibHvj0Iu`Pc4&yvSE$|xXT(MpXJI6=yf1WNFv zX8D)B=^F_LMKcNC?+e&2cgFP#s!RPMqglGZ2l9=o{}Btc5zhdtc6KK0upeI+rGSqc zjTpIL_&1dIh~qdGSncBVR-Fw>Dn?d_jhLjod5FdRJP8vy;(W9~LVD^d6FFyzgo=z5 z;)o66RxvAC1aHD3=^Pt*;)39I>F)TYHK>TEq^7*_DBr+*^hSt9C_ytZxoo8q%^Jnw zl?bsA0??dnabc0TkQ@WJj|gXC2vE@K872W^JP{*<0(74<1GHJ>UOJIzT@q_UUr9vk z_52`}XvEz8_qx8Cyle(IOd-Hxte8P`ryl~@_rGTRdSk2f?tWS?sv`e;`{h5!t@ZwA z+b{ogzyD3J_V^=M>+o{@(^?iuT%1~?jgG(7m?EhVNfTZgGbBzJkUQ>|N3;gIvD!xr zpCtJEJho5lc3z;^(>FsQO*zm0xVYa?#MHa>r>;;0Rh zZ}lZ1ppO8rM|x2sWggW1-zz{k)!t)dF3oQ=M^1u5bh;^NacY9WGx2s|_H0-Z_T_GD zO8o+zwduX$!W=UdZ5BSxsFE4wiN9C6gyN41iTXgCETKpKovq)1WQQ$o*}Y+EiqV|@2p<#|AwZ`* zFR->Zla4`AZ^gtihZ8}~r;8s=zBnM2t;s+%A^lT+4j#Vm@q~bIDg~t;YF4khz+{Cx z455(%TpQWneXf1t&JJwnL!#}ER!cgjoE0=yFT&(#52)^VfbHXw*|J&{E^0+9ldW z?JA#=-y}yaHEVw9Xs$^BYTYU@&29!OxXv{lYhlexWrGzqx^Ve++iV~|c`mzH zUXEYWnTROl*g)dSLR3^DT>K0c7%Gt}Yt_0+p1-3m4CmLG`4#uO#WalQjXOU8&ZvU! z>E(}VN?Ov-v*Op1IZ2CZY6m7Iiw8GLFJYN$^#pm6Uhfak=>pm4q8+ZJkrxy$?PvMa zWp>hMhnyJ!pn#tB0=LZPHC*%eJJNsAbP#CS{*3IUSoN3oyAEzjtQkahENE42Jt!(- zguM4Znn%8vy(A9KAB!$sK`cp+b+dbBDc6uOGlh7HUQRCoHC2F}kB2K4he1fs%^jyu zfgz$6&=k9X$T8K%Z+>_5Mj4pJ8+M`*ZCvKHl!cF@@oqKa0FgbW1hcRpIPFAM^c zbzC8H2Wxqn6Y{9yrSIOY6b3-#nr;R69`58)-;v%dKVdbWO1D9Zf7Wdi!WO*T-aP># zj0w{ij7fQ&l=!iR4gzJQtSMy$AfD?cv(=~*~WKJta{8oJK&ad&x{nQmG6JSp6< z*E@b&qmy1wtir;ldO2R;+v_L1NaM-wO=jr0xc|TdQ%OnK`z+{h4MRQ8`sIp1SK1-?1cX*4<%Jqw6dm`d~KSYD>X_06eVobV1-4?4!>=5h0=( zVRMZ}_Lv)q#@ni2X{}^Z=CH(Gsl%*2>d_>or+JFujp04D_v0W7D)Dp+DRbW{&{%LP__P_pOuG#|Kv}2(90z7p>JK4u7?G&Un2MA7)U9)A6H-2T$4%hZ2*|L7oGY;}zJF{3 z>K)Ak2cnY8nR5kP17*&e?-~W|FXr>VXnV)#Ot)=aJ4q!Kr()Z-Rk3Z`wr$(CZQHhO zJC#)UWzMzM-fPYMoz>3SZSVKj+n%4JKmF-_jB)q-x`6Gxbg_un86_#D^3R5!b6oh; z?z0SRw@np=e6$))Gw~^<+0{-5dz7kSjy<)EUd%<~&p2?6<4hM7ThWg?>6ujCF$7V2 zh`!KFM%W|RlYkKqwFFYZMsj8t?5+y-1ql<;tHB z0#O7rsb8Zxwi-GVoFx?=NX5)TC%#q z&70I_u&rx5#aikvaEOaLIrrr)rbN$MkoeJ+mssmbpM=-na8f`5#6%(%ZUVS~ zTEbICOJiR|kun04pP`}O;uukgD4POZ#pn6B4Y)i-fvXWp%XHYBPls>?;ds9z;@zSKWBMhe3&NYRp!%YQ(1aB| ziHv~bUM2Yu8=N6~>as7Rq;3?clm=IZ|0zYWGKYyoFeGh37~OTy6ahn#ENEEeK$a(|Gkti8L%Wer zr;@tcDCmJGGz8#;S9=ZXV|S9}0cy;qY7NGHydMbT8r7$|w}}!ejie-q2*!i$7_K5$ zV??19gX69!QyJ#Af^ce!@5Onfg*Wp>j$}Z+&1F!JO;=~rKpfm?>|~SD^$BND(Y~;E z98n2^@~xGKZ;nd)ZH<$S8mPO)u;-PtA~6>+)H~N2{!|f_Mz*7lir!`)*qSAnQ=w^W zcC-Cei09V01{W}TV}QODqe~L<@33(#ouYl4AB7@z+jQZ2N=ey{u;Mz)aTn5!nesBX z+)N%&TNhGtl}k<)K3v+>t~;Og*w&&oSy!+uwyR)UF3leipmGml#+rMy3rLzVoGoqH z>K@GtRF!$HTdH77)4GEj%}a~bXhc`qiZXg!up%5Zi}+pk2#&IH`7$WleE(_GsebOD zrsyz`B3xsgy)?D8)gqRXP5Jb5*G_cc(yFN39?2J8(cetYgm<*vjM4> zZa&`^@nyc3_v!gAZ?ja>VNE(nQd&=`lbhkdg40!xqYc;Pb`f8uRPX~64$uF|5L~<* zT^@_nOwMn&7m>u1ttR5->4Ky6VU&e4RSl^+w90x$o6Yl)uF2%C<(}maebq<9w5kFm z0KiJzKR5V)wT}2-Xz>5jI^yr15prD8K)kS-AP}BF2WS@c`~{(Eu=JB+O(J-$9QcYKCXooE-GS=U=7t_KJaYwI|WFQ@#SI(c}$`&Y7GSS9$_rKPH zn#3*lvi!;hf;{rdSTTE%6Qr#9HD|DR&F!wb@Lsp!Lcfht%(#I35u?tCy%&@(dk=r0 ze~!^#H(^@;^P8}LiqW4oGO@hUU(R5G*RK>uBk)){-v)L5CZnO*iIE02)`M_Plgt;{HG;0fMu-=tSHfugc-_6i6{W^K zbqbz2gAw-cE%64aAI0a+8}&5#u22KU2E~_23IShDPN2hEt3{DN6ANp02wYyqw~fk0 zTc_WBLFKN(u6|wpt@Z1=-&Yb=okH?B_PL)KE zy{!fPh=>$RnkvaYqvL@m1&o$A*asbHmX%Xip%UiDrCO|7(K%F96B^E+PMWcEx?U=+VIjkytu5 zdMVD73zvq#4C+ho4VUWJ&YFwP>!!{Ti^n-Fe=z>|0Ps#=EziRScAx2w*~PoRJ(|29 z-$ww*=(Pf30(ruuYtw01JRyTeza&5w^!0tqK#90ugJSoGIoeA6;j&xAFfK&1qI%Ze zqu7_scyPigucnA5mXn*qv}7NNV9C&d7BxBmtb}x-+%RCr&YO+#Mk-?yC;L|Dy8YXQ z8{HLxw^!@6^~Xq!PEfi-3SbX@A3fe$0l6WL|iqc zJL#ZATw94Vy3y@SYONJ*UpK6u63+N?s9!;uI~tgqSaA)1lQx~y!WQ zjyO!>vS`6ANd#>~aLlFyx$8wQ9S-DG>sdWAtz37L>KmqSTx2(kqr`@IZFe*TXf<$GR=>_#+WF+dn ztouy=(89h2dSbIp2in4KMaZ#$$Kq+mTeoYL^;;S*y>Ai-&16f7|^-40T=W}%+CBiRN1wx z*2XT^??3a&og8D0{3~Ri{}Qsl=F=Av0Kn9N#=+WNU)M^P#?H{ekVaqE&Vk0+*_p=v z56dDqQyNn{Q+sVXZ91C2*-?sGIhk5ZSv!~-nd1}Ex^uFZhnSQ3hZIGdb%9Vg?Ulz8B zm|_UI{{%UR0~Y3F30{VL#@_olr3;nLc<*jq8u`$$Oz3w|63(h|)>wsDyLzY5-pAF; z&&0%ix7H?n<>P4>H~+vNjdcSWJyrhuOwi>`k=&!^ce_EyMHdf0!cn?eCZheJ`-`~d zQjdX}sMc#M%xjHT7`A-h|5RPWAxx1UeJ!Eo*Fyj2M@!$*R^sd7fBa;={{2rb@*l|% z86)}C20#UU)fhM6yl)mhsH~|yfcj9f@X-YmPPt=JEDVOuv(MX^f~_Wc7loF0UD7{a zI<?Vu-gm;# z5akWH8uUb++1%R#14=h0N6mDeu00m!3pR_O^jxw|#$r_m?B*{BHg%s}!^3haPh{LU zP{T30c8zNRU&0QTFY0!Q80)vGvBL2|loE~i9*2+aLwbsCY!5QEo7R(|ZP!xo%Q_Rv z#IZf2QQAwA*ZGY8zoMjiR?Co`i2EcIY2u{q`Sj6F2 zytF5`G`t%E;TC8=?sBlK*2u~SctEKHPZ>ppbStf6~_$HOCzCSv(1B{`2`bl8l zXOq06pk4ZMw;8rw{Q@4f=Qt)bxSD5fW!!i+*V(1fS98;0SSZ0G0U3=*t`|rAUHCg_ za>+-@ZUEDk(PHsQ+H!yAgW}*OifZ+XCU>Q(giVs8lp#5_k!AKY`Hjg7pC6l{8&hxG zb)_;9E7<(21PKgf1{50qUMrK@5GoV_VHI3JKC#igS~yd*+S;5#@k?0(do#Jho+H_n z*0bXaRA!^C=XQnjR6(aB*ngv(?o(I@K=5DADTaf^jJxA9Xw7>E)wL z%Vjxw!Xx@M4n$IfMXq4vxu~mIPp1-z1{EzQ%OW%;NCploDa$nEHI*6yra$O_QRt}? zZ0V8Vf@%&GO5DPy3Bcf@ekL&o$b{Dl@Nw(v{W$Iel~d+y%YG`IoTNv}iJ`I=6x4Ec z1r&GSi(Yi*N43i&&j%~6^{mktBGt8%?sOD}=na!4&kc~CoF$=os#h^2HLeW{FM}Yz z3vH0y(H3fDla-$Ai`-$V$$q*3FsFsG7oSU1Fk+H-OU6rm&x= z-AB&dzS-;grdZO@;<#Hk1)J2JM$2qh?Kw$pT*%5=74zVhKLq1scpP47*aehRM30}&&YHJnJyo`IrV?eVv(Hc^IfimifhPq_oN64HP*+YGh};7-BLr3 zExwVl{7TJ)c@=%`JcZZS3Z?EY=BW@`{C8kE^%evq$~VK#Neu^U4~)J9SJW_R|o)Ed!8!9T{t{h9^H` zgq>YJr?8MGkb;a)NW1#1I$dsTe{Zpe6S#QJSnm0j$?|J+3Bxe5Wg1k|&d0&0V)>%kNNy%nM zTLUu0ch%nS-5d0H8fx+j9+JsKvGPu~l8FHH*#{HTZZ8-u515>O{|Uzx#eBUSw4>=i z>0$?NS-y`r*Uh|8f&!f=&*^Q>Ftb?qYeVC>@WFvI_dr8pB+-O$msP*Ei+EBsm)X^kNkhpt zmM7m3ogc>b+oE8yy{lN9DP`n7w7Fc%*^V^PFyfFxS%qL3l05Nz~Wg1*ndP8SE{9)rU#&DzhUjm1D&*%!B^_=77)lanr7DAh5 zojDUEqm0Q%p(!Re@I}{_x`jkSAsPp>i{BTGM=~hpJ=A(IC{P`xuruNHonk&l>8apR z2r|uYUn11$dCh7ie(!w|io{JccpwbO3*`HfQxCai2hN8k_fJB`C#r0bD?*aQ9ME+Q zDxT<(E%&?sFF+5ly2~>V1-zjl(=yqQzV$^7w5`iwEV(N&L8!v;td*A2GHm$i_urwVZM znQbGmhPp7!zs7Te6ImdNtq8OZ0eiz(>zf}|^! zo7bxDVODo#t`9%j#*!Mzs%oteA6QE09?2CgOqDs#gp)ap&e`Os#PrgUE>Hu@GTe|@ zi8sU%WoE7+l#^mJK|AXjy>Jh35C0rdKfL@bKajm-vW-!v=qD<`6dz)E`Yub4SMTj+ zL~OpIB{ZlID6lMm#L9aLw%@qY&Gto4S52Ug$*Zr|wdipS5ZzpsJv$7MrN$Rh9w^L2 zCFvNXP8EvbN4<-r-xOd8kKnm{$t_%Ve>}lZYT_z#D3@psjbZ0ReIp;g8@tzVBgNgu zo6pRQDmkCLgJ7O+hd#=BN%WF*f%nF|%ylQ)EAtjeCP#7aw36~SXp6owt|y+6>f zk`tAb4ilAZQ&QIWiF6&DoKUS@-i8e!WH>-aXYBZiYIYyoQGAiiib=rjUot<@n+N%P zU{bS?b6s2xn$T_2oIlZ0VP<%js&6?4gOC@iLGP`jNJiu1}wsP0QB5}0FUD#DP~S%nw*oFev%=EA*44TM8F6n+=p)AB9_>}CMFpoXQ$08!qQJJVkZWst^F2n z#!g!}L^ny-iDjA;(nK(CVI{0&Yo-RkApf*i0Dyc$K;t9-T+8TV=pJh#Re2GoPfi1l zI-W69E3qFN37+D=UkiXx3p}ba7N!y;8sw3Wrax?|5@mK}c%P1>GFlh+ESk8zcvBMS z-Wc>y?;=3jlO%S@+8M6jQCn16v1IyPk&PA7+=lok2vs3yr6DK≪$YRD;|+wy>tN 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 diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml index d22e19b9..ba875435 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml @@ -333,7 +333,6 @@ - @@ -1097,23 +1096,6 @@ - - - - - - - - - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchInfoFascicoloException.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchInfoFascicoloException.java deleted file mode 100644 index 532da19c..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchInfoFascicoloException.java +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo; - -import com.liferay.portal.NoSuchModelException; - -/** - * @author Davide Barbagallo, 3F Consulting - */ -public class NoSuchInfoFascicoloException extends NoSuchModelException { - - public NoSuchInfoFascicoloException() { - super(); - } - - public NoSuchInfoFascicoloException(String msg) { - super(msg); - } - - public NoSuchInfoFascicoloException(String msg, Throwable cause) { - super(msg, cause); - } - - public NoSuchInfoFascicoloException(Throwable cause) { - super(cause); - } - -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java index 773d8692..faa7e834 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java @@ -123,7 +123,6 @@ public class DettPraticaClp extends BaseModelImpl attributes.put("estremiPratCom", getEstremiPratCom()); attributes.put("variataDa", getVariataDa()); attributes.put("varianteNumero", getVarianteNumero()); - attributes.put("varianteSostanziale", getVarianteSostanziale()); attributes.put("operaConforme", getOperaConforme()); attributes.put("collaudoStatico", getCollaudoStatico()); attributes.put("noCollaudo", getNoCollaudo()); @@ -697,13 +696,6 @@ public class DettPraticaClp extends BaseModelImpl setVarianteNumero(varianteNumero); } - Boolean varianteSostanziale = (Boolean)attributes.get( - "varianteSostanziale"); - - if (varianteSostanziale != null) { - setVarianteSostanziale(varianteSostanziale); - } - Boolean operaConforme = (Boolean)attributes.get("operaConforme"); if (operaConforme != null) { @@ -3285,35 +3277,6 @@ public class DettPraticaClp extends BaseModelImpl } } - @Override - public boolean getVarianteSostanziale() { - return _varianteSostanziale; - } - - @Override - public boolean isVarianteSostanziale() { - return _varianteSostanziale; - } - - @Override - public void setVarianteSostanziale(boolean varianteSostanziale) { - _varianteSostanziale = varianteSostanziale; - - if (_dettPraticaRemoteModel != null) { - try { - Class clazz = _dettPraticaRemoteModel.getClass(); - - Method method = clazz.getMethod("setVarianteSostanziale", - boolean.class); - - method.invoke(_dettPraticaRemoteModel, varianteSostanziale); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - @Override public boolean getOperaConforme() { return _operaConforme; @@ -9596,7 +9559,6 @@ public class DettPraticaClp extends BaseModelImpl clone.setEstremiPratCom(getEstremiPratCom()); clone.setVariataDa(getVariataDa()); clone.setVarianteNumero(getVarianteNumero()); - clone.setVarianteSostanziale(getVarianteSostanziale()); clone.setOperaConforme(getOperaConforme()); clone.setCollaudoStatico(getCollaudoStatico()); clone.setNoCollaudo(getNoCollaudo()); @@ -9871,7 +9833,7 @@ public class DettPraticaClp extends BaseModelImpl @Override public String toString() { - StringBundler sb = new StringBundler(539); + StringBundler sb = new StringBundler(537); sb.append("{uuid="); sb.append(getUuid()); @@ -9965,8 +9927,6 @@ public class DettPraticaClp extends BaseModelImpl sb.append(getVariataDa()); sb.append(", varianteNumero="); sb.append(getVarianteNumero()); - sb.append(", varianteSostanziale="); - sb.append(getVarianteSostanziale()); sb.append(", operaConforme="); sb.append(getOperaConforme()); sb.append(", collaudoStatico="); @@ -10418,7 +10378,7 @@ public class DettPraticaClp extends BaseModelImpl @Override public String toXmlString() { - StringBundler sb = new StringBundler(811); + StringBundler sb = new StringBundler(808); sb.append(""); sb.append("it.tref.liferay.portos.bo.model.DettPratica"); @@ -10608,10 +10568,6 @@ public class DettPraticaClp extends BaseModelImpl "varianteNumero"); - sb.append( - "varianteSostanziale"); sb.append( "operaConforme private String _estremiPratCom; private long _variataDa; private long _varianteNumero; - private boolean _varianteSostanziale; private boolean _operaConforme; private boolean _collaudoStatico; private boolean _noCollaudo; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java index c5c736c0..997ebe2a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java @@ -814,27 +814,6 @@ public interface DettPraticaModel extends BaseModel, */ public void setVarianteNumero(long varianteNumero); - /** - * Returns the variante sostanziale of this dett pratica. - * - * @return the variante sostanziale of this dett pratica - */ - public boolean getVarianteSostanziale(); - - /** - * Returns true if this dett pratica is variante sostanziale. - * - * @return true if this dett pratica is variante sostanziale; false otherwise - */ - public boolean isVarianteSostanziale(); - - /** - * Sets whether this dett pratica is variante sostanziale. - * - * @param varianteSostanziale the variante sostanziale of this dett pratica - */ - public void setVarianteSostanziale(boolean varianteSostanziale); - /** * Returns the opera conforme of this dett pratica. * diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java index 71320ef6..17faf038 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java @@ -77,7 +77,6 @@ public class DettPraticaSoap implements Serializable { soapModel.setEstremiPratCom(model.getEstremiPratCom()); soapModel.setVariataDa(model.getVariataDa()); soapModel.setVarianteNumero(model.getVarianteNumero()); - soapModel.setVarianteSostanziale(model.getVarianteSostanziale()); soapModel.setOperaConforme(model.getOperaConforme()); soapModel.setCollaudoStatico(model.getCollaudoStatico()); soapModel.setNoCollaudo(model.getNoCollaudo()); @@ -736,18 +735,6 @@ public class DettPraticaSoap implements Serializable { _varianteNumero = varianteNumero; } - public boolean getVarianteSostanziale() { - return _varianteSostanziale; - } - - public boolean isVarianteSostanziale() { - return _varianteSostanziale; - } - - public void setVarianteSostanziale(boolean varianteSostanziale) { - _varianteSostanziale = varianteSostanziale; - } - public boolean getOperaConforme() { return _operaConforme; } @@ -3086,7 +3073,6 @@ public class DettPraticaSoap implements Serializable { private String _estremiPratCom; private long _variataDa; private long _varianteNumero; - private boolean _varianteSostanziale; private boolean _operaConforme; private boolean _collaudoStatico; private boolean _noCollaudo; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java index 6f38d47b..426f9504 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java @@ -97,7 +97,6 @@ public class DettPraticaWrapper implements DettPratica, attributes.put("estremiPratCom", getEstremiPratCom()); attributes.put("variataDa", getVariataDa()); attributes.put("varianteNumero", getVarianteNumero()); - attributes.put("varianteSostanziale", getVarianteSostanziale()); attributes.put("operaConforme", getOperaConforme()); attributes.put("collaudoStatico", getCollaudoStatico()); attributes.put("noCollaudo", getNoCollaudo()); @@ -671,13 +670,6 @@ public class DettPraticaWrapper implements DettPratica, setVarianteNumero(varianteNumero); } - Boolean varianteSostanziale = (Boolean)attributes.get( - "varianteSostanziale"); - - if (varianteSostanziale != null) { - setVarianteSostanziale(varianteSostanziale); - } - Boolean operaConforme = (Boolean)attributes.get("operaConforme"); if (operaConforme != null) { @@ -3168,36 +3160,6 @@ public class DettPraticaWrapper implements DettPratica, _dettPratica.setVarianteNumero(varianteNumero); } - /** - * Returns the variante sostanziale of this dett pratica. - * - * @return the variante sostanziale of this dett pratica - */ - @Override - public boolean getVarianteSostanziale() { - return _dettPratica.getVarianteSostanziale(); - } - - /** - * Returns true if this dett pratica is variante sostanziale. - * - * @return true if this dett pratica is variante sostanziale; false otherwise - */ - @Override - public boolean isVarianteSostanziale() { - return _dettPratica.isVarianteSostanziale(); - } - - /** - * Sets whether this dett pratica is variante sostanziale. - * - * @param varianteSostanziale the variante sostanziale of this dett pratica - */ - @Override - public void setVarianteSostanziale(boolean varianteSostanziale) { - _dettPratica.setVarianteSostanziale(varianteSostanziale); - } - /** * Returns the opera conforme of this dett pratica. * diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicolo.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicolo.java deleted file mode 100644 index b3996769..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicolo.java +++ /dev/null @@ -1,34 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model; - -import com.liferay.portal.model.PersistedModel; - -/** - * The extended model interface for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloModel - * @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl - * @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl - * @generated - */ -public interface InfoFascicolo extends InfoFascicoloModel, PersistedModel { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify this interface directly. Add methods to {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. - */ -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloClp.java deleted file mode 100644 index ccff97bd..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloClp.java +++ /dev/null @@ -1,673 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model; - -import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.lar.StagedModelType; -import com.liferay.portal.kernel.util.ProxyUtil; -import com.liferay.portal.kernel.util.StringBundler; -import com.liferay.portal.model.BaseModel; -import com.liferay.portal.model.impl.BaseModelImpl; -import com.liferay.portal.util.PortalUtil; - -import it.tref.liferay.portos.bo.service.ClpSerializer; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; - -import java.io.Serializable; - -import java.lang.reflect.Method; - -import java.util.Date; -import java.util.HashMap; -import java.util.Map; - -/** - * @author Davide Barbagallo, 3F Consulting - */ -public class InfoFascicoloClp extends BaseModelImpl - implements InfoFascicolo { - public InfoFascicoloClp() { - } - - @Override - public Class getModelClass() { - return InfoFascicolo.class; - } - - @Override - public String getModelClassName() { - return InfoFascicolo.class.getName(); - } - - @Override - public long getPrimaryKey() { - return _infoFascicoloId; - } - - @Override - public void setPrimaryKey(long primaryKey) { - setInfoFascicoloId(primaryKey); - } - - @Override - public Serializable getPrimaryKeyObj() { - return _infoFascicoloId; - } - - @Override - public void setPrimaryKeyObj(Serializable primaryKeyObj) { - setPrimaryKey(((Long)primaryKeyObj).longValue()); - } - - @Override - public Map getModelAttributes() { - Map attributes = new HashMap(); - - attributes.put("uuid", getUuid()); - attributes.put("infoFascicoloId", getInfoFascicoloId()); - attributes.put("companyId", getCompanyId()); - attributes.put("userId", getUserId()); - attributes.put("userName", getUserName()); - attributes.put("createDate", getCreateDate()); - attributes.put("modifiedDate", getModifiedDate()); - attributes.put("groupId", getGroupId()); - attributes.put("intPraticaId", getIntPraticaId()); - attributes.put("numeroProgetto", getNumeroProgetto()); - attributes.put("alreadyImported", getAlreadyImported()); - - return attributes; - } - - @Override - public void setModelAttributes(Map attributes) { - String uuid = (String)attributes.get("uuid"); - - if (uuid != null) { - setUuid(uuid); - } - - Long infoFascicoloId = (Long)attributes.get("infoFascicoloId"); - - if (infoFascicoloId != null) { - setInfoFascicoloId(infoFascicoloId); - } - - Long companyId = (Long)attributes.get("companyId"); - - if (companyId != null) { - setCompanyId(companyId); - } - - Long userId = (Long)attributes.get("userId"); - - if (userId != null) { - setUserId(userId); - } - - String userName = (String)attributes.get("userName"); - - if (userName != null) { - setUserName(userName); - } - - Date createDate = (Date)attributes.get("createDate"); - - if (createDate != null) { - setCreateDate(createDate); - } - - Date modifiedDate = (Date)attributes.get("modifiedDate"); - - if (modifiedDate != null) { - setModifiedDate(modifiedDate); - } - - Long groupId = (Long)attributes.get("groupId"); - - if (groupId != null) { - setGroupId(groupId); - } - - Long intPraticaId = (Long)attributes.get("intPraticaId"); - - if (intPraticaId != null) { - setIntPraticaId(intPraticaId); - } - - String numeroProgetto = (String)attributes.get("numeroProgetto"); - - if (numeroProgetto != null) { - setNumeroProgetto(numeroProgetto); - } - - Boolean alreadyImported = (Boolean)attributes.get("alreadyImported"); - - if (alreadyImported != null) { - setAlreadyImported(alreadyImported); - } - } - - @Override - public String getUuid() { - return _uuid; - } - - @Override - public void setUuid(String uuid) { - _uuid = uuid; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setUuid", String.class); - - method.invoke(_infoFascicoloRemoteModel, uuid); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public long getInfoFascicoloId() { - return _infoFascicoloId; - } - - @Override - public void setInfoFascicoloId(long infoFascicoloId) { - _infoFascicoloId = infoFascicoloId; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setInfoFascicoloId", long.class); - - method.invoke(_infoFascicoloRemoteModel, infoFascicoloId); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public long getCompanyId() { - return _companyId; - } - - @Override - public void setCompanyId(long companyId) { - _companyId = companyId; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setCompanyId", long.class); - - method.invoke(_infoFascicoloRemoteModel, companyId); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public long getUserId() { - return _userId; - } - - @Override - public void setUserId(long userId) { - _userId = userId; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setUserId", long.class); - - method.invoke(_infoFascicoloRemoteModel, userId); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public String getUserUuid() throws SystemException { - return PortalUtil.getUserValue(getUserId(), "uuid", _userUuid); - } - - @Override - public void setUserUuid(String userUuid) { - _userUuid = userUuid; - } - - @Override - public String getUserName() { - return _userName; - } - - @Override - public void setUserName(String userName) { - _userName = userName; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setUserName", String.class); - - method.invoke(_infoFascicoloRemoteModel, userName); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public Date getCreateDate() { - return _createDate; - } - - @Override - public void setCreateDate(Date createDate) { - _createDate = createDate; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setCreateDate", Date.class); - - method.invoke(_infoFascicoloRemoteModel, createDate); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public Date getModifiedDate() { - return _modifiedDate; - } - - @Override - public void setModifiedDate(Date modifiedDate) { - _modifiedDate = modifiedDate; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setModifiedDate", Date.class); - - method.invoke(_infoFascicoloRemoteModel, modifiedDate); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public long getGroupId() { - return _groupId; - } - - @Override - public void setGroupId(long groupId) { - _groupId = groupId; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setGroupId", long.class); - - method.invoke(_infoFascicoloRemoteModel, groupId); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public long getIntPraticaId() { - return _intPraticaId; - } - - @Override - public void setIntPraticaId(long intPraticaId) { - _intPraticaId = intPraticaId; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setIntPraticaId", long.class); - - method.invoke(_infoFascicoloRemoteModel, intPraticaId); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public String getNumeroProgetto() { - return _numeroProgetto; - } - - @Override - public void setNumeroProgetto(String numeroProgetto) { - _numeroProgetto = numeroProgetto; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setNumeroProgetto", - String.class); - - method.invoke(_infoFascicoloRemoteModel, numeroProgetto); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public boolean getAlreadyImported() { - return _alreadyImported; - } - - @Override - public boolean isAlreadyImported() { - return _alreadyImported; - } - - @Override - public void setAlreadyImported(boolean alreadyImported) { - _alreadyImported = alreadyImported; - - if (_infoFascicoloRemoteModel != null) { - try { - Class clazz = _infoFascicoloRemoteModel.getClass(); - - Method method = clazz.getMethod("setAlreadyImported", - boolean.class); - - method.invoke(_infoFascicoloRemoteModel, alreadyImported); - } - catch (Exception e) { - throw new UnsupportedOperationException(e); - } - } - } - - @Override - public StagedModelType getStagedModelType() { - return new StagedModelType(PortalUtil.getClassNameId( - InfoFascicolo.class.getName())); - } - - public BaseModel getInfoFascicoloRemoteModel() { - return _infoFascicoloRemoteModel; - } - - public void setInfoFascicoloRemoteModel( - BaseModel infoFascicoloRemoteModel) { - _infoFascicoloRemoteModel = infoFascicoloRemoteModel; - } - - public Object invokeOnRemoteModel(String methodName, - Class[] parameterTypes, Object[] parameterValues) - throws Exception { - Object[] remoteParameterValues = new Object[parameterValues.length]; - - for (int i = 0; i < parameterValues.length; i++) { - if (parameterValues[i] != null) { - remoteParameterValues[i] = ClpSerializer.translateInput(parameterValues[i]); - } - } - - Class remoteModelClass = _infoFascicoloRemoteModel.getClass(); - - ClassLoader remoteModelClassLoader = remoteModelClass.getClassLoader(); - - Class[] remoteParameterTypes = new Class[parameterTypes.length]; - - for (int i = 0; i < parameterTypes.length; i++) { - if (parameterTypes[i].isPrimitive()) { - remoteParameterTypes[i] = parameterTypes[i]; - } - else { - String parameterTypeName = parameterTypes[i].getName(); - - remoteParameterTypes[i] = remoteModelClassLoader.loadClass(parameterTypeName); - } - } - - Method method = remoteModelClass.getMethod(methodName, - remoteParameterTypes); - - Object returnValue = method.invoke(_infoFascicoloRemoteModel, - remoteParameterValues); - - if (returnValue != null) { - returnValue = ClpSerializer.translateOutput(returnValue); - } - - return returnValue; - } - - @Override - public void persist() throws SystemException { - if (this.isNew()) { - InfoFascicoloLocalServiceUtil.addInfoFascicolo(this); - } - else { - InfoFascicoloLocalServiceUtil.updateInfoFascicolo(this); - } - } - - @Override - public InfoFascicolo toEscapedModel() { - return (InfoFascicolo)ProxyUtil.newProxyInstance(InfoFascicolo.class.getClassLoader(), - new Class[] { InfoFascicolo.class }, new AutoEscapeBeanHandler(this)); - } - - @Override - public Object clone() { - InfoFascicoloClp clone = new InfoFascicoloClp(); - - clone.setUuid(getUuid()); - clone.setInfoFascicoloId(getInfoFascicoloId()); - clone.setCompanyId(getCompanyId()); - clone.setUserId(getUserId()); - clone.setUserName(getUserName()); - clone.setCreateDate(getCreateDate()); - clone.setModifiedDate(getModifiedDate()); - clone.setGroupId(getGroupId()); - clone.setIntPraticaId(getIntPraticaId()); - clone.setNumeroProgetto(getNumeroProgetto()); - clone.setAlreadyImported(getAlreadyImported()); - - return clone; - } - - @Override - public int compareTo(InfoFascicolo infoFascicolo) { - long primaryKey = infoFascicolo.getPrimaryKey(); - - if (getPrimaryKey() < primaryKey) { - return -1; - } - else if (getPrimaryKey() > primaryKey) { - return 1; - } - else { - return 0; - } - } - - @Override - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - - if (!(obj instanceof InfoFascicoloClp)) { - return false; - } - - InfoFascicoloClp infoFascicolo = (InfoFascicoloClp)obj; - - long primaryKey = infoFascicolo.getPrimaryKey(); - - if (getPrimaryKey() == primaryKey) { - return true; - } - else { - return false; - } - } - - public Class getClpSerializerClass() { - return _clpSerializerClass; - } - - @Override - public int hashCode() { - return (int)getPrimaryKey(); - } - - @Override - public String toString() { - StringBundler sb = new StringBundler(23); - - sb.append("{uuid="); - sb.append(getUuid()); - sb.append(", infoFascicoloId="); - sb.append(getInfoFascicoloId()); - sb.append(", companyId="); - sb.append(getCompanyId()); - sb.append(", userId="); - sb.append(getUserId()); - sb.append(", userName="); - sb.append(getUserName()); - sb.append(", createDate="); - sb.append(getCreateDate()); - sb.append(", modifiedDate="); - sb.append(getModifiedDate()); - sb.append(", groupId="); - sb.append(getGroupId()); - sb.append(", intPraticaId="); - sb.append(getIntPraticaId()); - sb.append(", numeroProgetto="); - sb.append(getNumeroProgetto()); - sb.append(", alreadyImported="); - sb.append(getAlreadyImported()); - sb.append("}"); - - return sb.toString(); - } - - @Override - public String toXmlString() { - StringBundler sb = new StringBundler(37); - - sb.append(""); - sb.append("it.tref.liferay.portos.bo.model.InfoFascicolo"); - sb.append(""); - - sb.append( - "uuid"); - sb.append( - "infoFascicoloId"); - sb.append( - "companyId"); - sb.append( - "userId"); - sb.append( - "userName"); - sb.append( - "createDate"); - sb.append( - "modifiedDate"); - sb.append( - "groupId"); - sb.append( - "intPraticaId"); - sb.append( - "numeroProgetto"); - sb.append( - "alreadyImported"); - - sb.append(""); - - return sb.toString(); - } - - private String _uuid; - private long _infoFascicoloId; - private long _companyId; - private long _userId; - private String _userUuid; - private String _userName; - private Date _createDate; - private Date _modifiedDate; - private long _groupId; - private long _intPraticaId; - private String _numeroProgetto; - private boolean _alreadyImported; - private BaseModel _infoFascicoloRemoteModel; - private Class _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloModel.java deleted file mode 100644 index fb7ccc85..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloModel.java +++ /dev/null @@ -1,317 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model; - -import com.liferay.portal.kernel.bean.AutoEscape; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.model.BaseModel; -import com.liferay.portal.model.CacheModel; -import com.liferay.portal.model.StagedGroupedModel; -import com.liferay.portal.service.ServiceContext; - -import com.liferay.portlet.expando.model.ExpandoBridge; - -import java.io.Serializable; - -import java.util.Date; - -/** - * The base model interface for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. - * - *

- * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicolo - * @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl - * @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl - * @generated - */ -public interface InfoFascicoloModel extends BaseModel, - StagedGroupedModel { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this interface directly. All methods that expect a info fascicolo model instance should use the {@link InfoFascicolo} interface instead. - */ - - /** - * Returns the primary key of this info fascicolo. - * - * @return the primary key of this info fascicolo - */ - public long getPrimaryKey(); - - /** - * Sets the primary key of this info fascicolo. - * - * @param primaryKey the primary key of this info fascicolo - */ - public void setPrimaryKey(long primaryKey); - - /** - * Returns the uuid of this info fascicolo. - * - * @return the uuid of this info fascicolo - */ - @AutoEscape - @Override - public String getUuid(); - - /** - * Sets the uuid of this info fascicolo. - * - * @param uuid the uuid of this info fascicolo - */ - @Override - public void setUuid(String uuid); - - /** - * Returns the info fascicolo ID of this info fascicolo. - * - * @return the info fascicolo ID of this info fascicolo - */ - public long getInfoFascicoloId(); - - /** - * Sets the info fascicolo ID of this info fascicolo. - * - * @param infoFascicoloId the info fascicolo ID of this info fascicolo - */ - public void setInfoFascicoloId(long infoFascicoloId); - - /** - * Returns the company ID of this info fascicolo. - * - * @return the company ID of this info fascicolo - */ - @Override - public long getCompanyId(); - - /** - * Sets the company ID of this info fascicolo. - * - * @param companyId the company ID of this info fascicolo - */ - @Override - public void setCompanyId(long companyId); - - /** - * Returns the user ID of this info fascicolo. - * - * @return the user ID of this info fascicolo - */ - @Override - public long getUserId(); - - /** - * Sets the user ID of this info fascicolo. - * - * @param userId the user ID of this info fascicolo - */ - @Override - public void setUserId(long userId); - - /** - * Returns the user uuid of this info fascicolo. - * - * @return the user uuid of this info fascicolo - * @throws SystemException if a system exception occurred - */ - @Override - public String getUserUuid() throws SystemException; - - /** - * Sets the user uuid of this info fascicolo. - * - * @param userUuid the user uuid of this info fascicolo - */ - @Override - public void setUserUuid(String userUuid); - - /** - * Returns the user name of this info fascicolo. - * - * @return the user name of this info fascicolo - */ - @AutoEscape - @Override - public String getUserName(); - - /** - * Sets the user name of this info fascicolo. - * - * @param userName the user name of this info fascicolo - */ - @Override - public void setUserName(String userName); - - /** - * Returns the create date of this info fascicolo. - * - * @return the create date of this info fascicolo - */ - @Override - public Date getCreateDate(); - - /** - * Sets the create date of this info fascicolo. - * - * @param createDate the create date of this info fascicolo - */ - @Override - public void setCreateDate(Date createDate); - - /** - * Returns the modified date of this info fascicolo. - * - * @return the modified date of this info fascicolo - */ - @Override - public Date getModifiedDate(); - - /** - * Sets the modified date of this info fascicolo. - * - * @param modifiedDate the modified date of this info fascicolo - */ - @Override - public void setModifiedDate(Date modifiedDate); - - /** - * Returns the group ID of this info fascicolo. - * - * @return the group ID of this info fascicolo - */ - @Override - public long getGroupId(); - - /** - * Sets the group ID of this info fascicolo. - * - * @param groupId the group ID of this info fascicolo - */ - @Override - public void setGroupId(long groupId); - - /** - * Returns the int pratica ID of this info fascicolo. - * - * @return the int pratica ID of this info fascicolo - */ - public long getIntPraticaId(); - - /** - * Sets the int pratica ID of this info fascicolo. - * - * @param intPraticaId the int pratica ID of this info fascicolo - */ - public void setIntPraticaId(long intPraticaId); - - /** - * Returns the numero progetto of this info fascicolo. - * - * @return the numero progetto of this info fascicolo - */ - @AutoEscape - public String getNumeroProgetto(); - - /** - * Sets the numero progetto of this info fascicolo. - * - * @param numeroProgetto the numero progetto of this info fascicolo - */ - public void setNumeroProgetto(String numeroProgetto); - - /** - * Returns the already imported of this info fascicolo. - * - * @return the already imported of this info fascicolo - */ - public boolean getAlreadyImported(); - - /** - * Returns true if this info fascicolo is already imported. - * - * @return true if this info fascicolo is already imported; false otherwise - */ - public boolean isAlreadyImported(); - - /** - * Sets whether this info fascicolo is already imported. - * - * @param alreadyImported the already imported of this info fascicolo - */ - public void setAlreadyImported(boolean alreadyImported); - - @Override - public boolean isNew(); - - @Override - public void setNew(boolean n); - - @Override - public boolean isCachedModel(); - - @Override - public void setCachedModel(boolean cachedModel); - - @Override - public boolean isEscapedModel(); - - @Override - public Serializable getPrimaryKeyObj(); - - @Override - public void setPrimaryKeyObj(Serializable primaryKeyObj); - - @Override - public ExpandoBridge getExpandoBridge(); - - @Override - public void setExpandoBridgeAttributes(BaseModel baseModel); - - @Override - public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge); - - @Override - public void setExpandoBridgeAttributes(ServiceContext serviceContext); - - @Override - public Object clone(); - - @Override - public int compareTo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo); - - @Override - public int hashCode(); - - @Override - public CacheModel toCacheModel(); - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo toEscapedModel(); - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo toUnescapedModel(); - - @Override - public String toString(); - - @Override - public String toXmlString(); -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloSoap.java deleted file mode 100644 index d31e966a..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloSoap.java +++ /dev/null @@ -1,200 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model; - -import java.io.Serializable; - -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -/** - * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.InfoFascicoloServiceSoap}. - * - * @author Davide Barbagallo, 3F Consulting - * @see it.tref.liferay.portos.bo.service.http.InfoFascicoloServiceSoap - * @generated - */ -public class InfoFascicoloSoap implements Serializable { - public static InfoFascicoloSoap toSoapModel(InfoFascicolo model) { - InfoFascicoloSoap soapModel = new InfoFascicoloSoap(); - - soapModel.setUuid(model.getUuid()); - soapModel.setInfoFascicoloId(model.getInfoFascicoloId()); - soapModel.setCompanyId(model.getCompanyId()); - soapModel.setUserId(model.getUserId()); - soapModel.setUserName(model.getUserName()); - soapModel.setCreateDate(model.getCreateDate()); - soapModel.setModifiedDate(model.getModifiedDate()); - soapModel.setGroupId(model.getGroupId()); - soapModel.setIntPraticaId(model.getIntPraticaId()); - soapModel.setNumeroProgetto(model.getNumeroProgetto()); - soapModel.setAlreadyImported(model.getAlreadyImported()); - - return soapModel; - } - - public static InfoFascicoloSoap[] toSoapModels(InfoFascicolo[] models) { - InfoFascicoloSoap[] soapModels = new InfoFascicoloSoap[models.length]; - - for (int i = 0; i < models.length; i++) { - soapModels[i] = toSoapModel(models[i]); - } - - return soapModels; - } - - public static InfoFascicoloSoap[][] toSoapModels(InfoFascicolo[][] models) { - InfoFascicoloSoap[][] soapModels = null; - - if (models.length > 0) { - soapModels = new InfoFascicoloSoap[models.length][models[0].length]; - } - else { - soapModels = new InfoFascicoloSoap[0][0]; - } - - for (int i = 0; i < models.length; i++) { - soapModels[i] = toSoapModels(models[i]); - } - - return soapModels; - } - - public static InfoFascicoloSoap[] toSoapModels(List models) { - List soapModels = new ArrayList(models.size()); - - for (InfoFascicolo model : models) { - soapModels.add(toSoapModel(model)); - } - - return soapModels.toArray(new InfoFascicoloSoap[soapModels.size()]); - } - - public InfoFascicoloSoap() { - } - - public long getPrimaryKey() { - return _infoFascicoloId; - } - - public void setPrimaryKey(long pk) { - setInfoFascicoloId(pk); - } - - public String getUuid() { - return _uuid; - } - - public void setUuid(String uuid) { - _uuid = uuid; - } - - public long getInfoFascicoloId() { - return _infoFascicoloId; - } - - public void setInfoFascicoloId(long infoFascicoloId) { - _infoFascicoloId = infoFascicoloId; - } - - public long getCompanyId() { - return _companyId; - } - - public void setCompanyId(long companyId) { - _companyId = companyId; - } - - public long getUserId() { - return _userId; - } - - public void setUserId(long userId) { - _userId = userId; - } - - public String getUserName() { - return _userName; - } - - public void setUserName(String userName) { - _userName = userName; - } - - public Date getCreateDate() { - return _createDate; - } - - public void setCreateDate(Date createDate) { - _createDate = createDate; - } - - public Date getModifiedDate() { - return _modifiedDate; - } - - public void setModifiedDate(Date modifiedDate) { - _modifiedDate = modifiedDate; - } - - public long getGroupId() { - return _groupId; - } - - public void setGroupId(long groupId) { - _groupId = groupId; - } - - public long getIntPraticaId() { - return _intPraticaId; - } - - public void setIntPraticaId(long intPraticaId) { - _intPraticaId = intPraticaId; - } - - public String getNumeroProgetto() { - return _numeroProgetto; - } - - public void setNumeroProgetto(String numeroProgetto) { - _numeroProgetto = numeroProgetto; - } - - public boolean getAlreadyImported() { - return _alreadyImported; - } - - public boolean isAlreadyImported() { - return _alreadyImported; - } - - public void setAlreadyImported(boolean alreadyImported) { - _alreadyImported = alreadyImported; - } - - private String _uuid; - private long _infoFascicoloId; - private long _companyId; - private long _userId; - private String _userName; - private Date _createDate; - private Date _modifiedDate; - private long _groupId; - private long _intPraticaId; - private String _numeroProgetto; - private boolean _alreadyImported; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloWrapper.java deleted file mode 100644 index fd3df0ba..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/InfoFascicoloWrapper.java +++ /dev/null @@ -1,557 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model; - -import com.liferay.portal.kernel.lar.StagedModelType; -import com.liferay.portal.kernel.util.Validator; -import com.liferay.portal.model.ModelWrapper; - -import java.util.Date; -import java.util.HashMap; -import java.util.Map; - -/** - *

- * This class is a wrapper for {@link InfoFascicolo}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicolo - * @generated - */ -public class InfoFascicoloWrapper implements InfoFascicolo, - ModelWrapper { - public InfoFascicoloWrapper(InfoFascicolo infoFascicolo) { - _infoFascicolo = infoFascicolo; - } - - @Override - public Class getModelClass() { - return InfoFascicolo.class; - } - - @Override - public String getModelClassName() { - return InfoFascicolo.class.getName(); - } - - @Override - public Map getModelAttributes() { - Map attributes = new HashMap(); - - attributes.put("uuid", getUuid()); - attributes.put("infoFascicoloId", getInfoFascicoloId()); - attributes.put("companyId", getCompanyId()); - attributes.put("userId", getUserId()); - attributes.put("userName", getUserName()); - attributes.put("createDate", getCreateDate()); - attributes.put("modifiedDate", getModifiedDate()); - attributes.put("groupId", getGroupId()); - attributes.put("intPraticaId", getIntPraticaId()); - attributes.put("numeroProgetto", getNumeroProgetto()); - attributes.put("alreadyImported", getAlreadyImported()); - - return attributes; - } - - @Override - public void setModelAttributes(Map attributes) { - String uuid = (String)attributes.get("uuid"); - - if (uuid != null) { - setUuid(uuid); - } - - Long infoFascicoloId = (Long)attributes.get("infoFascicoloId"); - - if (infoFascicoloId != null) { - setInfoFascicoloId(infoFascicoloId); - } - - Long companyId = (Long)attributes.get("companyId"); - - if (companyId != null) { - setCompanyId(companyId); - } - - Long userId = (Long)attributes.get("userId"); - - if (userId != null) { - setUserId(userId); - } - - String userName = (String)attributes.get("userName"); - - if (userName != null) { - setUserName(userName); - } - - Date createDate = (Date)attributes.get("createDate"); - - if (createDate != null) { - setCreateDate(createDate); - } - - Date modifiedDate = (Date)attributes.get("modifiedDate"); - - if (modifiedDate != null) { - setModifiedDate(modifiedDate); - } - - Long groupId = (Long)attributes.get("groupId"); - - if (groupId != null) { - setGroupId(groupId); - } - - Long intPraticaId = (Long)attributes.get("intPraticaId"); - - if (intPraticaId != null) { - setIntPraticaId(intPraticaId); - } - - String numeroProgetto = (String)attributes.get("numeroProgetto"); - - if (numeroProgetto != null) { - setNumeroProgetto(numeroProgetto); - } - - Boolean alreadyImported = (Boolean)attributes.get("alreadyImported"); - - if (alreadyImported != null) { - setAlreadyImported(alreadyImported); - } - } - - /** - * Returns the primary key of this info fascicolo. - * - * @return the primary key of this info fascicolo - */ - @Override - public long getPrimaryKey() { - return _infoFascicolo.getPrimaryKey(); - } - - /** - * Sets the primary key of this info fascicolo. - * - * @param primaryKey the primary key of this info fascicolo - */ - @Override - public void setPrimaryKey(long primaryKey) { - _infoFascicolo.setPrimaryKey(primaryKey); - } - - /** - * Returns the uuid of this info fascicolo. - * - * @return the uuid of this info fascicolo - */ - @Override - public java.lang.String getUuid() { - return _infoFascicolo.getUuid(); - } - - /** - * Sets the uuid of this info fascicolo. - * - * @param uuid the uuid of this info fascicolo - */ - @Override - public void setUuid(java.lang.String uuid) { - _infoFascicolo.setUuid(uuid); - } - - /** - * Returns the info fascicolo ID of this info fascicolo. - * - * @return the info fascicolo ID of this info fascicolo - */ - @Override - public long getInfoFascicoloId() { - return _infoFascicolo.getInfoFascicoloId(); - } - - /** - * Sets the info fascicolo ID of this info fascicolo. - * - * @param infoFascicoloId the info fascicolo ID of this info fascicolo - */ - @Override - public void setInfoFascicoloId(long infoFascicoloId) { - _infoFascicolo.setInfoFascicoloId(infoFascicoloId); - } - - /** - * Returns the company ID of this info fascicolo. - * - * @return the company ID of this info fascicolo - */ - @Override - public long getCompanyId() { - return _infoFascicolo.getCompanyId(); - } - - /** - * Sets the company ID of this info fascicolo. - * - * @param companyId the company ID of this info fascicolo - */ - @Override - public void setCompanyId(long companyId) { - _infoFascicolo.setCompanyId(companyId); - } - - /** - * Returns the user ID of this info fascicolo. - * - * @return the user ID of this info fascicolo - */ - @Override - public long getUserId() { - return _infoFascicolo.getUserId(); - } - - /** - * Sets the user ID of this info fascicolo. - * - * @param userId the user ID of this info fascicolo - */ - @Override - public void setUserId(long userId) { - _infoFascicolo.setUserId(userId); - } - - /** - * Returns the user uuid of this info fascicolo. - * - * @return the user uuid of this info fascicolo - * @throws SystemException if a system exception occurred - */ - @Override - public java.lang.String getUserUuid() - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicolo.getUserUuid(); - } - - /** - * Sets the user uuid of this info fascicolo. - * - * @param userUuid the user uuid of this info fascicolo - */ - @Override - public void setUserUuid(java.lang.String userUuid) { - _infoFascicolo.setUserUuid(userUuid); - } - - /** - * Returns the user name of this info fascicolo. - * - * @return the user name of this info fascicolo - */ - @Override - public java.lang.String getUserName() { - return _infoFascicolo.getUserName(); - } - - /** - * Sets the user name of this info fascicolo. - * - * @param userName the user name of this info fascicolo - */ - @Override - public void setUserName(java.lang.String userName) { - _infoFascicolo.setUserName(userName); - } - - /** - * Returns the create date of this info fascicolo. - * - * @return the create date of this info fascicolo - */ - @Override - public java.util.Date getCreateDate() { - return _infoFascicolo.getCreateDate(); - } - - /** - * Sets the create date of this info fascicolo. - * - * @param createDate the create date of this info fascicolo - */ - @Override - public void setCreateDate(java.util.Date createDate) { - _infoFascicolo.setCreateDate(createDate); - } - - /** - * Returns the modified date of this info fascicolo. - * - * @return the modified date of this info fascicolo - */ - @Override - public java.util.Date getModifiedDate() { - return _infoFascicolo.getModifiedDate(); - } - - /** - * Sets the modified date of this info fascicolo. - * - * @param modifiedDate the modified date of this info fascicolo - */ - @Override - public void setModifiedDate(java.util.Date modifiedDate) { - _infoFascicolo.setModifiedDate(modifiedDate); - } - - /** - * Returns the group ID of this info fascicolo. - * - * @return the group ID of this info fascicolo - */ - @Override - public long getGroupId() { - return _infoFascicolo.getGroupId(); - } - - /** - * Sets the group ID of this info fascicolo. - * - * @param groupId the group ID of this info fascicolo - */ - @Override - public void setGroupId(long groupId) { - _infoFascicolo.setGroupId(groupId); - } - - /** - * Returns the int pratica ID of this info fascicolo. - * - * @return the int pratica ID of this info fascicolo - */ - @Override - public long getIntPraticaId() { - return _infoFascicolo.getIntPraticaId(); - } - - /** - * Sets the int pratica ID of this info fascicolo. - * - * @param intPraticaId the int pratica ID of this info fascicolo - */ - @Override - public void setIntPraticaId(long intPraticaId) { - _infoFascicolo.setIntPraticaId(intPraticaId); - } - - /** - * Returns the numero progetto of this info fascicolo. - * - * @return the numero progetto of this info fascicolo - */ - @Override - public java.lang.String getNumeroProgetto() { - return _infoFascicolo.getNumeroProgetto(); - } - - /** - * Sets the numero progetto of this info fascicolo. - * - * @param numeroProgetto the numero progetto of this info fascicolo - */ - @Override - public void setNumeroProgetto(java.lang.String numeroProgetto) { - _infoFascicolo.setNumeroProgetto(numeroProgetto); - } - - /** - * Returns the already imported of this info fascicolo. - * - * @return the already imported of this info fascicolo - */ - @Override - public boolean getAlreadyImported() { - return _infoFascicolo.getAlreadyImported(); - } - - /** - * Returns true if this info fascicolo is already imported. - * - * @return true if this info fascicolo is already imported; false otherwise - */ - @Override - public boolean isAlreadyImported() { - return _infoFascicolo.isAlreadyImported(); - } - - /** - * Sets whether this info fascicolo is already imported. - * - * @param alreadyImported the already imported of this info fascicolo - */ - @Override - public void setAlreadyImported(boolean alreadyImported) { - _infoFascicolo.setAlreadyImported(alreadyImported); - } - - @Override - public boolean isNew() { - return _infoFascicolo.isNew(); - } - - @Override - public void setNew(boolean n) { - _infoFascicolo.setNew(n); - } - - @Override - public boolean isCachedModel() { - return _infoFascicolo.isCachedModel(); - } - - @Override - public void setCachedModel(boolean cachedModel) { - _infoFascicolo.setCachedModel(cachedModel); - } - - @Override - public boolean isEscapedModel() { - return _infoFascicolo.isEscapedModel(); - } - - @Override - public java.io.Serializable getPrimaryKeyObj() { - return _infoFascicolo.getPrimaryKeyObj(); - } - - @Override - public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) { - _infoFascicolo.setPrimaryKeyObj(primaryKeyObj); - } - - @Override - public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() { - return _infoFascicolo.getExpandoBridge(); - } - - @Override - public void setExpandoBridgeAttributes( - com.liferay.portal.model.BaseModel baseModel) { - _infoFascicolo.setExpandoBridgeAttributes(baseModel); - } - - @Override - public void setExpandoBridgeAttributes( - com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) { - _infoFascicolo.setExpandoBridgeAttributes(expandoBridge); - } - - @Override - public void setExpandoBridgeAttributes( - com.liferay.portal.service.ServiceContext serviceContext) { - _infoFascicolo.setExpandoBridgeAttributes(serviceContext); - } - - @Override - public java.lang.Object clone() { - return new InfoFascicoloWrapper((InfoFascicolo)_infoFascicolo.clone()); - } - - @Override - public int compareTo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) { - return _infoFascicolo.compareTo(infoFascicolo); - } - - @Override - public int hashCode() { - return _infoFascicolo.hashCode(); - } - - @Override - public com.liferay.portal.model.CacheModel toCacheModel() { - return _infoFascicolo.toCacheModel(); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo toEscapedModel() { - return new InfoFascicoloWrapper(_infoFascicolo.toEscapedModel()); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo toUnescapedModel() { - return new InfoFascicoloWrapper(_infoFascicolo.toUnescapedModel()); - } - - @Override - public java.lang.String toString() { - return _infoFascicolo.toString(); - } - - @Override - public java.lang.String toXmlString() { - return _infoFascicolo.toXmlString(); - } - - @Override - public void persist() - throws com.liferay.portal.kernel.exception.SystemException { - _infoFascicolo.persist(); - } - - @Override - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - - if (!(obj instanceof InfoFascicoloWrapper)) { - return false; - } - - InfoFascicoloWrapper infoFascicoloWrapper = (InfoFascicoloWrapper)obj; - - if (Validator.equals(_infoFascicolo, infoFascicoloWrapper._infoFascicolo)) { - return true; - } - - return false; - } - - @Override - public StagedModelType getStagedModelType() { - return _infoFascicolo.getStagedModelType(); - } - - /** - * @deprecated As of 6.1.0, replaced by {@link #getWrappedModel} - */ - public InfoFascicolo getWrappedInfoFascicolo() { - return _infoFascicolo; - } - - @Override - public InfoFascicolo getWrappedModel() { - return _infoFascicolo; - } - - @Override - public void resetOriginalValues() { - _infoFascicolo.resetOriginalValues(); - } - - private InfoFascicolo _infoFascicolo; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java index 84501734..72ac00d3 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java @@ -39,7 +39,6 @@ import it.tref.liferay.portos.bo.model.DocAggiuntivaClp; import it.tref.liferay.portos.bo.model.DocPraticaClp; import it.tref.liferay.portos.bo.model.FineLavoriClp; import it.tref.liferay.portos.bo.model.HistoryWorkflowActionClp; -import it.tref.liferay.portos.bo.model.InfoFascicoloClp; import it.tref.liferay.portos.bo.model.IntPraticaClp; import it.tref.liferay.portos.bo.model.PagamentoClp; import it.tref.liferay.portos.bo.model.ParereGeologoClp; @@ -180,10 +179,6 @@ public class ClpSerializer { return translateInputHistoryWorkflowAction(oldModel); } - if (oldModelClassName.equals(InfoFascicoloClp.class.getName())) { - return translateInputInfoFascicolo(oldModel); - } - if (oldModelClassName.equals(IntPraticaClp.class.getName())) { return translateInputIntPratica(oldModel); } @@ -372,16 +367,6 @@ public class ClpSerializer { return newModel; } - public static Object translateInputInfoFascicolo(BaseModel oldModel) { - InfoFascicoloClp oldClpModel = (InfoFascicoloClp)oldModel; - - BaseModel newModel = oldClpModel.getInfoFascicoloRemoteModel(); - - newModel.setModelAttributes(oldClpModel.getModelAttributes()); - - return newModel; - } - public static Object translateInputIntPratica(BaseModel oldModel) { IntPraticaClp oldClpModel = (IntPraticaClp)oldModel; @@ -998,43 +983,6 @@ public class ClpSerializer { } } - if (oldModelClassName.equals( - "it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl")) { - return translateOutputInfoFascicolo(oldModel); - } - else if (oldModelClassName.endsWith("Clp")) { - try { - ClassLoader classLoader = ClpSerializer.class.getClassLoader(); - - Method getClpSerializerClassMethod = oldModelClass.getMethod( - "getClpSerializerClass"); - - Class oldClpSerializerClass = (Class)getClpSerializerClassMethod.invoke(oldModel); - - Class newClpSerializerClass = classLoader.loadClass(oldClpSerializerClass.getName()); - - Method translateOutputMethod = newClpSerializerClass.getMethod("translateOutput", - BaseModel.class); - - Class oldModelModelClass = oldModel.getModelClass(); - - Method getRemoteModelMethod = oldModelClass.getMethod("get" + - oldModelModelClass.getSimpleName() + "RemoteModel"); - - Object oldRemoteModel = getRemoteModelMethod.invoke(oldModel); - - BaseModel newModel = (BaseModel)translateOutputMethod.invoke(null, - oldRemoteModel); - - return newModel; - } - catch (Throwable t) { - if (_log.isInfoEnabled()) { - _log.info("Unable to translate " + oldModelClassName, t); - } - } - } - if (oldModelClassName.equals( "it.tref.liferay.portos.bo.model.impl.IntPraticaImpl")) { return translateOutputIntPratica(oldModel); @@ -1532,11 +1480,6 @@ public class ClpSerializer { return new it.tref.liferay.portos.bo.NoSuchHistoryWorkflowActionException(); } - if (className.equals( - "it.tref.liferay.portos.bo.NoSuchInfoFascicoloException")) { - return new it.tref.liferay.portos.bo.NoSuchInfoFascicoloException(); - } - if (className.equals( "it.tref.liferay.portos.bo.NoSuchIntPraticaException")) { return new it.tref.liferay.portos.bo.NoSuchIntPraticaException(); @@ -1721,16 +1664,6 @@ public class ClpSerializer { return newModel; } - public static Object translateOutputInfoFascicolo(BaseModel oldModel) { - InfoFascicoloClp newModel = new InfoFascicoloClp(); - - newModel.setModelAttributes(oldModel.getModelAttributes()); - - newModel.setInfoFascicoloRemoteModel(oldModel); - - return newModel; - } - public static Object translateOutputIntPratica(BaseModel oldModel) { IntPraticaClp newModel = new IntPraticaClp(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java index 21463860..5786e577 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java @@ -424,8 +424,7 @@ public interface DettPraticaLocalService extends BaseLocalService, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -565,7 +564,7 @@ public interface DettPraticaLocalService extends BaseLocalService, java.lang.String ag, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, - boolean varianteSostanziale, boolean collaudoStatico, + boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java index 1a7e60f3..04372143 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java @@ -226,27 +226,26 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "long", "boolean", "boolean", - "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", - "java.util.Date", "java.util.Date", "java.util.Date", - "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "java.util.Date", + "java.util.Date", "java.util.Date", "java.lang.String", + "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "boolean", "boolean", - "boolean", "boolean", "boolean", "java.lang.String", "boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -254,27 +253,27 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.util.Date", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", - "java.lang.Double", "java.lang.String", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "java.lang.Double", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "boolean", "java.lang.String", - "com.liferay.portal.service.ServiceContext", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.Boolean", "java.lang.Boolean", - "java.lang.Boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "double", "java.lang.String" + "boolean", "boolean", "boolean", "boolean", "boolean", + "java.lang.String", "java.lang.String", "boolean", + "java.lang.String", "com.liferay.portal.service.ServiceContext", + "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "java.lang.Boolean", + "java.lang.Boolean", "java.lang.Boolean", "java.lang.String", + "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "double", "java.lang.String" }; _methodName41 = "updateDettPraticaDatiDomanda"; @@ -283,7 +282,7 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -1848,8 +1847,7 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -2039,8 +2037,6 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { varianteNumero, - varianteSostanziale, - operaConforme, collaudoStatico, @@ -2470,7 +2466,7 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { java.lang.String ag, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, - boolean varianteSostanziale, boolean collaudoStatico, + boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -2589,8 +2585,6 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService { ClpSerializer.translateInput(estremiPratCom), - varianteSostanziale, - collaudoStatico, ClpSerializer.translateInput( diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java index 3cb19286..7b97508a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java @@ -489,8 +489,7 @@ public class DettPraticaLocalServiceUtil { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -629,8 +628,8 @@ public class DettPraticaLocalServiceUtil { importoBolli, importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, variataDa, varianteNumero, varianteSostanziale, - operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, + estremiPratCom, variataDa, varianteNumero, operaConforme, + collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera, @@ -708,7 +707,7 @@ public class DettPraticaLocalServiceUtil { java.lang.String ag, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, - boolean varianteSostanziale, boolean collaudoStatico, + boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -803,17 +802,16 @@ public class DettPraticaLocalServiceUtil { .updateDettPraticaDatiDomanda(userId, dettPraticaId, intPraticaId, tipoIntegrazione, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, varianteSostanziale, collaudoStatico, - codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, - codiceFiscaleDelegatoCollaudo, lavoriInEconomiaCommittente, - metratura, lavoriPubblici, pagamentoIdOneri, - lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, - dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, - deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata, - deUtilizzazione, dePosizioneEdificio, deInfStradalePonte, - deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, - deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale, - deInfOperaAccIdraulica, deInfOperaAccAltro, + estremiPratCom, collaudoStatico, codiceFiscaleDelegatoCommittente, + codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, + lavoriInEconomiaCommittente, metratura, lavoriPubblici, + pagamentoIdOneri, lavoriPubbliciPercentuale, numeroCivico, + dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, + deInterrati, deSuperficie, deCostruzione, deRistrutturazione, + deUso, dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio, + deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro, + deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro, + deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java index c4ae9389..94563a4d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java @@ -519,8 +519,7 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -659,8 +658,8 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService, importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, variataDa, varianteNumero, varianteSostanziale, - operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, + estremiPratCom, variataDa, varianteNumero, operaConforme, + collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera, @@ -739,7 +738,7 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService, java.lang.String ag, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, - boolean varianteSostanziale, boolean collaudoStatico, + boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -833,17 +832,16 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService, return _dettPraticaLocalService.updateDettPraticaDatiDomanda(userId, dettPraticaId, intPraticaId, tipoIntegrazione, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, varianteSostanziale, collaudoStatico, - codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, - codiceFiscaleDelegatoCollaudo, lavoriInEconomiaCommittente, - metratura, lavoriPubblici, pagamentoIdOneri, - lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, - dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, - deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata, - deUtilizzazione, dePosizioneEdificio, deInfStradalePonte, - deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, - deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale, - deInfOperaAccIdraulica, deInfOperaAccAltro, + estremiPratCom, collaudoStatico, codiceFiscaleDelegatoCommittente, + codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, + lavoriInEconomiaCommittente, metratura, lavoriPubblici, + pagamentoIdOneri, lavoriPubbliciPercentuale, numeroCivico, + dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, + deInterrati, deSuperficie, deCostruzione, deRistrutturazione, + deUso, dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio, + deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro, + deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro, + deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java index 59455136..03fb4764 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java @@ -128,8 +128,7 @@ public interface DettPraticaService extends BaseService, InvokableService { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java index bea75350..0ffa2cf1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java @@ -87,27 +87,26 @@ public class DettPraticaServiceClp implements DettPraticaService { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "long", "boolean", "boolean", - "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", - "java.util.Date", "java.util.Date", "java.util.Date", - "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "java.util.Date", + "java.util.Date", "java.util.Date", "java.lang.String", + "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "boolean", "boolean", - "boolean", "boolean", "boolean", "java.lang.String", "boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -115,27 +114,28 @@ public class DettPraticaServiceClp implements DettPraticaService { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.util.Date", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", - "java.lang.Double", "java.lang.String", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "java.lang.Double", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "boolean", "java.lang.String", - "com.liferay.portal.service.ServiceContext", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "java.lang.Boolean", - "java.lang.Boolean", "java.lang.Boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "double", "java.lang.String" + "boolean", "boolean", "boolean", "boolean", "boolean", + "java.lang.String", "java.lang.String", "boolean", + "java.lang.String", "com.liferay.portal.service.ServiceContext", + "boolean", "boolean", "boolean", "java.lang.String", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.Boolean", "java.lang.Boolean", "java.lang.Boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "boolean", "double", + "java.lang.String" }; _methodName12 = "fetchDettPratica"; @@ -593,8 +593,7 @@ public class DettPraticaServiceClp implements DettPraticaService { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -784,8 +783,6 @@ public class DettPraticaServiceClp implements DettPraticaService { varianteNumero, - varianteSostanziale, - operaConforme, collaudoStatico, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java index 8d43a66a..16fae832 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java @@ -148,8 +148,7 @@ public class DettPraticaServiceUtil { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -288,8 +287,8 @@ public class DettPraticaServiceUtil { importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, variataDa, varianteNumero, varianteSostanziale, - operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, + estremiPratCom, variataDa, varianteNumero, operaConforme, + collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java index c69be878..81c8a88a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java @@ -148,8 +148,7 @@ public class DettPraticaServiceWrapper implements DettPraticaService, java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -287,8 +286,8 @@ public class DettPraticaServiceWrapper implements DettPraticaService, importoBolli, importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, variataDa, varianteNumero, varianteSostanziale, - operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, + estremiPratCom, variataDa, varianteNumero, operaConforme, + collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalService.java deleted file mode 100644 index 8224488d..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalService.java +++ /dev/null @@ -1,341 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.search.IndexableType; -import com.liferay.portal.kernel.transaction.Isolation; -import com.liferay.portal.kernel.transaction.Propagation; -import com.liferay.portal.kernel.transaction.Transactional; -import com.liferay.portal.service.BaseLocalService; -import com.liferay.portal.service.InvokableLocalService; -import com.liferay.portal.service.PersistedModelLocalService; - -/** - * Provides the local service interface for InfoFascicolo. Methods of this - * service will not have security checks based on the propagated JAAS - * credentials because this service can only be accessed from within the same - * VM. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloLocalServiceUtil - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl - * @generated - */ -@Transactional(isolation = Isolation.PORTAL, rollbackFor = { - PortalException.class, SystemException.class}) -public interface InfoFascicoloLocalService extends BaseLocalService, - InvokableLocalService, PersistedModelLocalService { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this interface directly. Always use {@link InfoFascicoloLocalServiceUtil} to access the info fascicolo local service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. - */ - - /** - * Adds the info fascicolo to the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was added - * @throws SystemException if a system exception occurred - */ - @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX) - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( - long infoFascicoloId); - - /** - * Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE) - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - /** - * Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - @com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE) - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException; - - public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery(); - - /** - * Performs a dynamic query on the database and returns the matching rows. - * - * @param dynamicQuery the dynamic query - * @return the matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Performs a dynamic query on the database and returns a range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @return the range of matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end) throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Performs a dynamic query on the database and returns an ordered range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @param projection the projection to apply to the query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, - com.liferay.portal.kernel.dao.orm.Projection projection) - throws com.liferay.portal.kernel.exception.SystemException; - - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo with the primary key. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - @Override - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public com.liferay.portal.model.PersistedModel getPersistedModel( - java.io.Serializable primaryKeyObj) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public java.util.List getInfoFascicolos( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public int getInfoFascicolosCount() - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was updated - * @throws SystemException if a system exception occurred - */ - @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX) - public it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - public java.lang.String getBeanIdentifier(); - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - public void setBeanIdentifier(java.lang.String beanIdentifier); - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable; - - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - boolean alreadyImported, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException; - - public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - public it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceClp.java deleted file mode 100644 index 36aba2c0..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceClp.java +++ /dev/null @@ -1,1085 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.service.InvokableLocalService; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public class InfoFascicoloLocalServiceClp implements InfoFascicoloLocalService { - public InfoFascicoloLocalServiceClp( - InvokableLocalService invokableLocalService) { - _invokableLocalService = invokableLocalService; - - _methodName0 = "addInfoFascicolo"; - - _methodParameterTypes0 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName1 = "createInfoFascicolo"; - - _methodParameterTypes1 = new String[] { "long" }; - - _methodName2 = "deleteInfoFascicolo"; - - _methodParameterTypes2 = new String[] { "long" }; - - _methodName3 = "deleteInfoFascicolo"; - - _methodParameterTypes3 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName4 = "dynamicQuery"; - - _methodParameterTypes4 = new String[] { }; - - _methodName5 = "dynamicQuery"; - - _methodParameterTypes5 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery" - }; - - _methodName6 = "dynamicQuery"; - - _methodParameterTypes6 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int" - }; - - _methodName7 = "dynamicQuery"; - - _methodParameterTypes7 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int", - "com.liferay.portal.kernel.util.OrderByComparator" - }; - - _methodName8 = "dynamicQueryCount"; - - _methodParameterTypes8 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery" - }; - - _methodName9 = "dynamicQueryCount"; - - _methodParameterTypes9 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", - "com.liferay.portal.kernel.dao.orm.Projection" - }; - - _methodName10 = "fetchInfoFascicolo"; - - _methodParameterTypes10 = new String[] { "long" }; - - _methodName11 = "fetchInfoFascicoloByUuidAndCompanyId"; - - _methodParameterTypes11 = new String[] { "java.lang.String", "long" }; - - _methodName12 = "fetchInfoFascicoloByUuidAndGroupId"; - - _methodParameterTypes12 = new String[] { "java.lang.String", "long" }; - - _methodName13 = "getInfoFascicolo"; - - _methodParameterTypes13 = new String[] { "long" }; - - _methodName14 = "getPersistedModel"; - - _methodParameterTypes14 = new String[] { "java.io.Serializable" }; - - _methodName15 = "getInfoFascicoloByUuidAndCompanyId"; - - _methodParameterTypes15 = new String[] { "java.lang.String", "long" }; - - _methodName16 = "getInfoFascicoloByUuidAndGroupId"; - - _methodParameterTypes16 = new String[] { "java.lang.String", "long" }; - - _methodName17 = "getInfoFascicolos"; - - _methodParameterTypes17 = new String[] { "int", "int" }; - - _methodName18 = "getInfoFascicolosCount"; - - _methodParameterTypes18 = new String[] { }; - - _methodName19 = "updateInfoFascicolo"; - - _methodParameterTypes19 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName20 = "getBeanIdentifier"; - - _methodParameterTypes20 = new String[] { }; - - _methodName21 = "setBeanIdentifier"; - - _methodParameterTypes21 = new String[] { "java.lang.String" }; - - _methodName23 = "addInfoFascicolo"; - - _methodParameterTypes23 = new String[] { - "long", "java.lang.String", - "com.liferay.portal.service.ServiceContext" - }; - - _methodName24 = "addInfoFascicolo"; - - _methodParameterTypes24 = new String[] { - "long", "java.lang.String", "boolean", - "com.liferay.portal.service.ServiceContext" - }; - - _methodName25 = "findByIntPratica"; - - _methodParameterTypes25 = new String[] { "long" }; - - _methodName26 = "fetchByIntPratica"; - - _methodParameterTypes26 = new String[] { "long" }; - - _methodName27 = "updateAlreadyImportedField"; - - _methodParameterTypes27 = new String[] { "long" }; - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName0, - _methodParameterTypes0, - new Object[] { ClpSerializer.translateInput(infoFascicolo) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( - long infoFascicoloId) { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName1, - _methodParameterTypes1, new Object[] { infoFascicoloId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName2, - _methodParameterTypes2, new Object[] { infoFascicoloId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName3, - _methodParameterTypes3, - new Object[] { ClpSerializer.translateInput(infoFascicolo) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName4, - _methodParameterTypes4, new Object[] { }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (com.liferay.portal.kernel.dao.orm.DynamicQuery)ClpSerializer.translateOutput(returnObj); - } - - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName5, - _methodParameterTypes5, - new Object[] { ClpSerializer.translateInput(dynamicQuery) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.util.List)ClpSerializer.translateOutput(returnObj); - } - - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end) throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName6, - _methodParameterTypes6, - new Object[] { - ClpSerializer.translateInput(dynamicQuery), - - start, - - end - }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.util.List)ClpSerializer.translateOutput(returnObj); - } - - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName7, - _methodParameterTypes7, - new Object[] { - ClpSerializer.translateInput(dynamicQuery), - - start, - - end, - - ClpSerializer.translateInput(orderByComparator) - }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.util.List)ClpSerializer.translateOutput(returnObj); - } - - @Override - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName8, - _methodParameterTypes8, - new Object[] { ClpSerializer.translateInput(dynamicQuery) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return ((Long)returnObj).longValue(); - } - - @Override - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, - com.liferay.portal.kernel.dao.orm.Projection projection) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName9, - _methodParameterTypes9, - new Object[] { - ClpSerializer.translateInput(dynamicQuery), - - ClpSerializer.translateInput(projection) - }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return ((Long)returnObj).longValue(); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName10, - _methodParameterTypes10, new Object[] { infoFascicoloId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName11, - _methodParameterTypes11, - new Object[] { ClpSerializer.translateInput(uuid), companyId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName12, - _methodParameterTypes12, - new Object[] { ClpSerializer.translateInput(uuid), groupId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName13, - _methodParameterTypes13, new Object[] { infoFascicoloId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public com.liferay.portal.model.PersistedModel getPersistedModel( - java.io.Serializable primaryKeyObj) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName14, - _methodParameterTypes14, - new Object[] { ClpSerializer.translateInput(primaryKeyObj) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (com.liferay.portal.model.PersistedModel)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName15, - _methodParameterTypes15, - new Object[] { ClpSerializer.translateInput(uuid), companyId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName16, - _methodParameterTypes16, - new Object[] { ClpSerializer.translateInput(uuid), groupId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public java.util.List getInfoFascicolos( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName17, - _methodParameterTypes17, new Object[] { start, end }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.util.List)ClpSerializer.translateOutput(returnObj); - } - - @Override - public int getInfoFascicolosCount() - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName18, - _methodParameterTypes18, new Object[] { }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return ((Integer)returnObj).intValue(); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName19, - _methodParameterTypes19, - new Object[] { ClpSerializer.translateInput(infoFascicolo) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public java.lang.String getBeanIdentifier() { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName20, - _methodParameterTypes20, new Object[] { }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.lang.String)ClpSerializer.translateOutput(returnObj); - } - - @Override - public void setBeanIdentifier(java.lang.String beanIdentifier) { - try { - _invokableLocalService.invokeMethod(_methodName21, - _methodParameterTypes21, - new Object[] { ClpSerializer.translateInput(beanIdentifier) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - } - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - throw new UnsupportedOperationException(); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName23, - _methodParameterTypes23, - new Object[] { - intPraticaId, - - ClpSerializer.translateInput(numeroProgetto), - - ClpSerializer.translateInput(serviceContext) - }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - boolean alreadyImported, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName24, - _methodParameterTypes24, - new Object[] { - intPraticaId, - - ClpSerializer.translateInput(numeroProgetto), - - alreadyImported, - - ClpSerializer.translateInput(serviceContext) - }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.PortalException) { - throw (com.liferay.portal.kernel.exception.PortalException)t; - } - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName25, - _methodParameterTypes25, new Object[] { intPraticaId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof it.tref.liferay.portos.bo.NoSuchInfoFascicoloException) { - throw (it.tref.liferay.portos.bo.NoSuchInfoFascicoloException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName26, - _methodParameterTypes26, new Object[] { intPraticaId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof it.tref.liferay.portos.bo.NoSuchInfoFascicoloException) { - throw (it.tref.liferay.portos.bo.NoSuchInfoFascicoloException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - Object returnObj = null; - - try { - returnObj = _invokableLocalService.invokeMethod(_methodName27, - _methodParameterTypes27, new Object[] { infoFascicoloId }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof com.liferay.portal.kernel.exception.SystemException) { - throw (com.liferay.portal.kernel.exception.SystemException)t; - } - - if (t instanceof it.tref.liferay.portos.bo.NoSuchInfoFascicoloException) { - throw (it.tref.liferay.portos.bo.NoSuchInfoFascicoloException)t; - } - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (it.tref.liferay.portos.bo.model.InfoFascicolo)ClpSerializer.translateOutput(returnObj); - } - - private InvokableLocalService _invokableLocalService; - private String _methodName0; - private String[] _methodParameterTypes0; - private String _methodName1; - private String[] _methodParameterTypes1; - private String _methodName2; - private String[] _methodParameterTypes2; - private String _methodName3; - private String[] _methodParameterTypes3; - private String _methodName4; - private String[] _methodParameterTypes4; - private String _methodName5; - private String[] _methodParameterTypes5; - private String _methodName6; - private String[] _methodParameterTypes6; - private String _methodName7; - private String[] _methodParameterTypes7; - private String _methodName8; - private String[] _methodParameterTypes8; - private String _methodName9; - private String[] _methodParameterTypes9; - private String _methodName10; - private String[] _methodParameterTypes10; - private String _methodName11; - private String[] _methodParameterTypes11; - private String _methodName12; - private String[] _methodParameterTypes12; - private String _methodName13; - private String[] _methodParameterTypes13; - private String _methodName14; - private String[] _methodParameterTypes14; - private String _methodName15; - private String[] _methodParameterTypes15; - private String _methodName16; - private String[] _methodParameterTypes16; - private String _methodName17; - private String[] _methodParameterTypes17; - private String _methodName18; - private String[] _methodParameterTypes18; - private String _methodName19; - private String[] _methodParameterTypes19; - private String _methodName20; - private String[] _methodParameterTypes20; - private String _methodName21; - private String[] _methodParameterTypes21; - private String _methodName23; - private String[] _methodParameterTypes23; - private String _methodName24; - private String[] _methodParameterTypes24; - private String _methodName25; - private String[] _methodParameterTypes25; - private String _methodName26; - private String[] _methodParameterTypes26; - private String _methodName27; - private String[] _methodParameterTypes27; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceUtil.java deleted file mode 100644 index 15fd3763..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceUtil.java +++ /dev/null @@ -1,410 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; -import com.liferay.portal.kernel.util.ReferenceRegistry; -import com.liferay.portal.service.InvokableLocalService; - -/** - * Provides the local service utility for InfoFascicolo. This utility wraps - * {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and is the - * primary access point for service operations in application layer code running - * on the local server. Methods of this service will not have security checks - * based on the propagated JAAS credentials because this service can only be - * accessed from within the same VM. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloLocalService - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl - * @generated - */ -public class InfoFascicoloLocalServiceUtil { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and rerun ServiceBuilder to regenerate this class. - */ - - /** - * Adds the info fascicolo to the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was added - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().addInfoFascicolo(infoFascicolo); - } - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( - long infoFascicoloId) { - return getService().createInfoFascicolo(infoFascicoloId); - } - - /** - * Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService().deleteInfoFascicolo(infoFascicoloId); - } - - /** - * Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().deleteInfoFascicolo(infoFascicolo); - } - - public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { - return getService().dynamicQuery(); - } - - /** - * Performs a dynamic query on the database and returns the matching rows. - * - * @param dynamicQuery the dynamic query - * @return the matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public static java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().dynamicQuery(dynamicQuery); - } - - /** - * Performs a dynamic query on the database and returns a range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @return the range of matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public static java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end) throws com.liferay.portal.kernel.exception.SystemException { - return getService().dynamicQuery(dynamicQuery, start, end); - } - - /** - * Performs a dynamic query on the database and returns an ordered range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching rows - * @throws SystemException if a system exception occurred - */ - @SuppressWarnings("rawtypes") - public static java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getService() - .dynamicQuery(dynamicQuery, start, end, orderByComparator); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - public static long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().dynamicQueryCount(dynamicQuery); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @param projection the projection to apply to the query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - public static long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, - com.liferay.portal.kernel.dao.orm.Projection projection) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().dynamicQueryCount(dynamicQuery, projection); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().fetchInfoFascicolo(infoFascicoloId); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().fetchInfoFascicoloByUuidAndCompanyId(uuid, companyId); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().fetchInfoFascicoloByUuidAndGroupId(uuid, groupId); - } - - /** - * Returns the info fascicolo with the primary key. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService().getInfoFascicolo(infoFascicoloId); - } - - public static com.liferay.portal.model.PersistedModel getPersistedModel( - java.io.Serializable primaryKeyObj) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService().getPersistedModel(primaryKeyObj); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService().getInfoFascicoloByUuidAndCompanyId(uuid, companyId); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService().getInfoFascicoloByUuidAndGroupId(uuid, groupId); - } - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List getInfoFascicolos( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().getInfoFascicolos(start, end); - } - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int getInfoFascicolosCount() - throws com.liferay.portal.kernel.exception.SystemException { - return getService().getInfoFascicolosCount(); - } - - /** - * Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was updated - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return getService().updateInfoFascicolo(infoFascicolo); - } - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - public static java.lang.String getBeanIdentifier() { - return getService().getBeanIdentifier(); - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - public static void setBeanIdentifier(java.lang.String beanIdentifier) { - getService().setBeanIdentifier(beanIdentifier); - } - - public static java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - return getService().invokeMethod(name, parameterTypes, arguments); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService() - .addInfoFascicolo(intPraticaId, numeroProgetto, - serviceContext); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - boolean alreadyImported, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return getService() - .addInfoFascicolo(intPraticaId, numeroProgetto, - alreadyImported, serviceContext); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getService().findByIntPratica(intPraticaId); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getService().fetchByIntPratica(intPraticaId); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getService().updateAlreadyImportedField(infoFascicoloId); - } - - public static void clearService() { - _service = null; - } - - public static InfoFascicoloLocalService getService() { - if (_service == null) { - InvokableLocalService invokableLocalService = (InvokableLocalService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), - InfoFascicoloLocalService.class.getName()); - - if (invokableLocalService instanceof InfoFascicoloLocalService) { - _service = (InfoFascicoloLocalService)invokableLocalService; - } - else { - _service = new InfoFascicoloLocalServiceClp(invokableLocalService); - } - - ReferenceRegistry.registerReference(InfoFascicoloLocalServiceUtil.class, - "_service"); - } - - return _service; - } - - /** - * @deprecated As of 6.2.0 - */ - public void setService(InfoFascicoloLocalService service) { - } - - private static InfoFascicoloLocalService _service; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceWrapper.java deleted file mode 100644 index 9319c36c..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloLocalServiceWrapper.java +++ /dev/null @@ -1,431 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.service.ServiceWrapper; - -/** - * Provides a wrapper for {@link InfoFascicoloLocalService}. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloLocalService - * @generated - */ -public class InfoFascicoloLocalServiceWrapper - implements InfoFascicoloLocalService, - ServiceWrapper { - public InfoFascicoloLocalServiceWrapper( - InfoFascicoloLocalService infoFascicoloLocalService) { - _infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Adds the info fascicolo to the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was added - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.addInfoFascicolo(infoFascicolo); - } - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( - long infoFascicoloId) { - return _infoFascicoloLocalService.createInfoFascicolo(infoFascicoloId); - } - - /** - * Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.deleteInfoFascicolo(infoFascicoloId); - } - - /** - * Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.deleteInfoFascicolo(infoFascicolo); - } - - @Override - public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { - return _infoFascicoloLocalService.dynamicQuery(); - } - - /** - * Performs a dynamic query on the database and returns the matching rows. - * - * @param dynamicQuery the dynamic query - * @return the matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.dynamicQuery(dynamicQuery); - } - - /** - * Performs a dynamic query on the database and returns a range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @return the range of matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end) throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.dynamicQuery(dynamicQuery, start, end); - } - - /** - * Performs a dynamic query on the database and returns an ordered range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public java.util.List dynamicQuery( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, - int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.dynamicQuery(dynamicQuery, start, - end, orderByComparator); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - @Override - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.dynamicQueryCount(dynamicQuery); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @param projection the projection to apply to the query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - @Override - public long dynamicQueryCount( - com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, - com.liferay.portal.kernel.dao.orm.Projection projection) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.dynamicQueryCount(dynamicQuery, - projection); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.fetchInfoFascicolo(infoFascicoloId); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.fetchInfoFascicoloByUuidAndCompanyId(uuid, - companyId); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.fetchInfoFascicoloByUuidAndGroupId(uuid, - groupId); - } - - /** - * Returns the info fascicolo with the primary key. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getInfoFascicolo(infoFascicoloId); - } - - @Override - public com.liferay.portal.model.PersistedModel getPersistedModel( - java.io.Serializable primaryKeyObj) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getPersistedModel(primaryKeyObj); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getInfoFascicoloByUuidAndCompanyId(uuid, - companyId); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getInfoFascicoloByUuidAndGroupId(uuid, - groupId); - } - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public java.util.List getInfoFascicolos( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getInfoFascicolos(start, end); - } - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int getInfoFascicolosCount() - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.getInfoFascicolosCount(); - } - - /** - * Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was updated - * @throws SystemException if a system exception occurred - */ - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.updateInfoFascicolo(infoFascicolo); - } - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - @Override - public java.lang.String getBeanIdentifier() { - return _infoFascicoloLocalService.getBeanIdentifier(); - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - @Override - public void setBeanIdentifier(java.lang.String beanIdentifier) { - _infoFascicoloLocalService.setBeanIdentifier(beanIdentifier); - } - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - return _infoFascicoloLocalService.invokeMethod(name, parameterTypes, - arguments); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.addInfoFascicolo(intPraticaId, - numeroProgetto, serviceContext); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( - long intPraticaId, java.lang.String numeroProgetto, - boolean alreadyImported, - com.liferay.portal.service.ServiceContext serviceContext) - throws com.liferay.portal.kernel.exception.PortalException, - com.liferay.portal.kernel.exception.SystemException { - return _infoFascicoloLocalService.addInfoFascicolo(intPraticaId, - numeroProgetto, alreadyImported, serviceContext); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return _infoFascicoloLocalService.findByIntPratica(intPraticaId); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return _infoFascicoloLocalService.fetchByIntPratica(intPraticaId); - } - - @Override - public it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return _infoFascicoloLocalService.updateAlreadyImportedField(infoFascicoloId); - } - - /** - * @deprecated As of 6.1.0, replaced by {@link #getWrappedService} - */ - public InfoFascicoloLocalService getWrappedInfoFascicoloLocalService() { - return _infoFascicoloLocalService; - } - - /** - * @deprecated As of 6.1.0, replaced by {@link #setWrappedService} - */ - public void setWrappedInfoFascicoloLocalService( - InfoFascicoloLocalService infoFascicoloLocalService) { - _infoFascicoloLocalService = infoFascicoloLocalService; - } - - @Override - public InfoFascicoloLocalService getWrappedService() { - return _infoFascicoloLocalService; - } - - @Override - public void setWrappedService( - InfoFascicoloLocalService infoFascicoloLocalService) { - _infoFascicoloLocalService = infoFascicoloLocalService; - } - - private InfoFascicoloLocalService _infoFascicoloLocalService; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloService.java deleted file mode 100644 index 10f5f870..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloService.java +++ /dev/null @@ -1,66 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.jsonwebservice.JSONWebService; -import com.liferay.portal.kernel.transaction.Isolation; -import com.liferay.portal.kernel.transaction.Transactional; -import com.liferay.portal.security.ac.AccessControlled; -import com.liferay.portal.service.BaseService; -import com.liferay.portal.service.InvokableService; - -/** - * Provides the remote service interface for InfoFascicolo. Methods of this - * service are expected to have security checks based on the propagated JAAS - * credentials because this service can be accessed remotely. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloServiceUtil - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl - * @generated - */ -@AccessControlled -@JSONWebService -@Transactional(isolation = Isolation.PORTAL, rollbackFor = { - PortalException.class, SystemException.class}) -public interface InfoFascicoloService extends BaseService, InvokableService { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this interface directly. Always use {@link InfoFascicoloServiceUtil} to access the info fascicolo remote service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. - */ - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - public java.lang.String getBeanIdentifier(); - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - public void setBeanIdentifier(java.lang.String beanIdentifier); - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceClp.java deleted file mode 100644 index 15a41d00..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceClp.java +++ /dev/null @@ -1,91 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.service.InvokableService; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public class InfoFascicoloServiceClp implements InfoFascicoloService { - public InfoFascicoloServiceClp(InvokableService invokableService) { - _invokableService = invokableService; - - _methodName0 = "getBeanIdentifier"; - - _methodParameterTypes0 = new String[] { }; - - _methodName1 = "setBeanIdentifier"; - - _methodParameterTypes1 = new String[] { "java.lang.String" }; - } - - @Override - public java.lang.String getBeanIdentifier() { - Object returnObj = null; - - try { - returnObj = _invokableService.invokeMethod(_methodName0, - _methodParameterTypes0, new Object[] { }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - - return (java.lang.String)ClpSerializer.translateOutput(returnObj); - } - - @Override - public void setBeanIdentifier(java.lang.String beanIdentifier) { - try { - _invokableService.invokeMethod(_methodName1, - _methodParameterTypes1, - new Object[] { ClpSerializer.translateInput(beanIdentifier) }); - } - catch (Throwable t) { - t = ClpSerializer.translateThrowable(t); - - if (t instanceof RuntimeException) { - throw (RuntimeException)t; - } - else { - throw new RuntimeException(t.getClass().getName() + - " is not a valid exception"); - } - } - } - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - throw new UnsupportedOperationException(); - } - - private InvokableService _invokableService; - private String _methodName0; - private String[] _methodParameterTypes0; - private String _methodName1; - private String[] _methodParameterTypes1; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceUtil.java deleted file mode 100644 index f8da3df4..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceUtil.java +++ /dev/null @@ -1,96 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; -import com.liferay.portal.kernel.util.ReferenceRegistry; -import com.liferay.portal.service.InvokableService; - -/** - * Provides the remote service utility for InfoFascicolo. This utility wraps - * {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and is the - * primary access point for service operations in application layer code running - * on a remote server. Methods of this service are expected to have security - * checks based on the propagated JAAS credentials because this service can be - * accessed remotely. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloService - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl - * @generated - */ -public class InfoFascicoloServiceUtil { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and rerun ServiceBuilder to regenerate this class. - */ - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - public static java.lang.String getBeanIdentifier() { - return getService().getBeanIdentifier(); - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - public static void setBeanIdentifier(java.lang.String beanIdentifier) { - getService().setBeanIdentifier(beanIdentifier); - } - - public static java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - return getService().invokeMethod(name, parameterTypes, arguments); - } - - public static void clearService() { - _service = null; - } - - public static InfoFascicoloService getService() { - if (_service == null) { - InvokableService invokableService = (InvokableService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), - InfoFascicoloService.class.getName()); - - if (invokableService instanceof InfoFascicoloService) { - _service = (InfoFascicoloService)invokableService; - } - else { - _service = new InfoFascicoloServiceClp(invokableService); - } - - ReferenceRegistry.registerReference(InfoFascicoloServiceUtil.class, - "_service"); - } - - return _service; - } - - /** - * @deprecated As of 6.2.0 - */ - public void setService(InfoFascicoloService service) { - } - - private static InfoFascicoloService _service; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceWrapper.java deleted file mode 100644 index 6bbb1ee7..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/InfoFascicoloServiceWrapper.java +++ /dev/null @@ -1,87 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service; - -import com.liferay.portal.service.ServiceWrapper; - -/** - * Provides a wrapper for {@link InfoFascicoloService}. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloService - * @generated - */ -public class InfoFascicoloServiceWrapper implements InfoFascicoloService, - ServiceWrapper { - public InfoFascicoloServiceWrapper( - InfoFascicoloService infoFascicoloService) { - _infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - @Override - public java.lang.String getBeanIdentifier() { - return _infoFascicoloService.getBeanIdentifier(); - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - @Override - public void setBeanIdentifier(java.lang.String beanIdentifier) { - _infoFascicoloService.setBeanIdentifier(beanIdentifier); - } - - @Override - public java.lang.Object invokeMethod(java.lang.String name, - java.lang.String[] parameterTypes, java.lang.Object[] arguments) - throws java.lang.Throwable { - return _infoFascicoloService.invokeMethod(name, parameterTypes, - arguments); - } - - /** - * @deprecated As of 6.1.0, replaced by {@link #getWrappedService} - */ - public InfoFascicoloService getWrappedInfoFascicoloService() { - return _infoFascicoloService; - } - - /** - * @deprecated As of 6.1.0, replaced by {@link #setWrappedService} - */ - public void setWrappedInfoFascicoloService( - InfoFascicoloService infoFascicoloService) { - _infoFascicoloService = infoFascicoloService; - } - - @Override - public InfoFascicoloService getWrappedService() { - return _infoFascicoloService; - } - - @Override - public void setWrappedService(InfoFascicoloService infoFascicoloService) { - _infoFascicoloService = infoFascicoloService; - } - - private InfoFascicoloService _infoFascicoloService; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java index 85fb3b2a..48e380b5 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java @@ -46,8 +46,6 @@ import it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil; import it.tref.liferay.portos.bo.service.FineLavoriServiceUtil; import it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalServiceUtil; import it.tref.liferay.portos.bo.service.HistoryWorkflowActionServiceUtil; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; -import it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil; import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; import it.tref.liferay.portos.bo.service.IntPraticaServiceUtil; import it.tref.liferay.portos.bo.service.PagamentoLocalServiceUtil; @@ -122,9 +120,6 @@ public class ClpMessageListener extends BaseMessageListener { HistoryWorkflowActionLocalServiceUtil.clearService(); HistoryWorkflowActionServiceUtil.clearService(); - InfoFascicoloLocalServiceUtil.clearService(); - - InfoFascicoloServiceUtil.clearService(); IntPraticaLocalServiceUtil.clearService(); IntPraticaServiceUtil.clearService(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloActionableDynamicQuery.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloActionableDynamicQuery.java deleted file mode 100644 index 61b81272..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloActionableDynamicQuery.java +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.persistence; - -import com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery; -import com.liferay.portal.kernel.exception.SystemException; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public abstract class InfoFascicoloActionableDynamicQuery - extends BaseActionableDynamicQuery { - public InfoFascicoloActionableDynamicQuery() throws SystemException { - setBaseLocalService(InfoFascicoloLocalServiceUtil.getService()); - setClass(InfoFascicolo.class); - - setClassLoader(it.tref.liferay.portos.bo.service.ClpSerializer.class.getClassLoader()); - - setPrimaryKeyPropertyName("infoFascicoloId"); - } -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloExportActionableDynamicQuery.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloExportActionableDynamicQuery.java deleted file mode 100644 index 0045367f..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloExportActionableDynamicQuery.java +++ /dev/null @@ -1,85 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.persistence; - -import com.liferay.portal.kernel.dao.orm.DynamicQuery; -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.lar.ExportImportHelperUtil; -import com.liferay.portal.kernel.lar.ManifestSummary; -import com.liferay.portal.kernel.lar.PortletDataContext; -import com.liferay.portal.kernel.lar.StagedModelDataHandlerUtil; -import com.liferay.portal.kernel.lar.StagedModelType; -import com.liferay.portal.util.PortalUtil; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public class InfoFascicoloExportActionableDynamicQuery - extends InfoFascicoloActionableDynamicQuery { - public InfoFascicoloExportActionableDynamicQuery( - PortletDataContext portletDataContext) throws SystemException { - _portletDataContext = portletDataContext; - - setCompanyId(_portletDataContext.getCompanyId()); - - setGroupId(_portletDataContext.getScopeGroupId()); - } - - @Override - public long performCount() throws PortalException, SystemException { - ManifestSummary manifestSummary = _portletDataContext.getManifestSummary(); - - StagedModelType stagedModelType = getStagedModelType(); - - long modelAdditionCount = super.performCount(); - - manifestSummary.addModelAdditionCount(stagedModelType.toString(), - modelAdditionCount); - - long modelDeletionCount = ExportImportHelperUtil.getModelDeletionCount(_portletDataContext, - stagedModelType); - - manifestSummary.addModelDeletionCount(stagedModelType.toString(), - modelDeletionCount); - - return modelAdditionCount; - } - - @Override - protected void addCriteria(DynamicQuery dynamicQuery) { - _portletDataContext.addDateRangeCriteria(dynamicQuery, "modifiedDate"); - } - - protected StagedModelType getStagedModelType() { - return new StagedModelType(PortalUtil.getClassNameId( - InfoFascicolo.class.getName())); - } - - @Override - @SuppressWarnings("unused") - protected void performAction(Object object) - throws PortalException, SystemException { - InfoFascicolo stagedModel = (InfoFascicolo)object; - - StagedModelDataHandlerUtil.exportStagedModel(_portletDataContext, - stagedModel); - } - - private PortletDataContext _portletDataContext; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistence.java deleted file mode 100644 index 25a0bb21..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistence.java +++ /dev/null @@ -1,572 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.persistence; - -import com.liferay.portal.service.persistence.BasePersistence; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; - -/** - * The persistence interface for the info fascicolo service. - * - *

- * Caching information and settings can be found in portal.properties - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloPersistenceImpl - * @see InfoFascicoloUtil - * @generated - */ -public interface InfoFascicoloPersistence extends BasePersistence { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this interface directly. Always use {@link InfoFascicoloUtil} to access the info fascicolo persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface. - */ - - /** - * Returns all the info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid( - java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns a range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid( - java.lang.String uuid, int start, int end) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns an ordered range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid( - java.lang.String uuid, int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_First( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_First( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_Last( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_Last( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_PrevAndNext( - long infoFascicoloId, java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Removes all the info fascicolos where uuid = ? from the database. - * - * @param uuid the uuid - * @throws SystemException if a system exception occurred - */ - public void removeByUuid(java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public int countByUuid(java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( - java.lang.String uuid, long groupId, boolean retrieveFromCache) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Removes the info fascicolo where uuid = ? and groupId = ? from the database. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo removeByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the number of info fascicolos where uuid = ? and groupId = ?. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public int countByUUID_G(java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns all the info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid_C( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns a range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid_C( - java.lang.String uuid, long companyId, int start, int end) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns an ordered range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findByUuid_C( - java.lang.String uuid, long companyId, int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_First( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_First( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_Last( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_Last( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_C_PrevAndNext( - long infoFascicoloId, java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Removes all the info fascicolos where uuid = ? and companyId = ? from the database. - * - * @param uuid the uuid - * @param companyId the company ID - * @throws SystemException if a system exception occurred - */ - public void removeByUuid_C(java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public int countByUuid_C(java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo where intPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param intPraticaId the int pratica ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId, boolean retrieveFromCache) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Removes the info fascicolo where intPraticaId = ? from the database. - * - * @param intPraticaId the int pratica ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo removeByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the number of info fascicolos where intPraticaId = ?. - * - * @param intPraticaId the int pratica ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public int countByIntPratica(long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Caches the info fascicolo in the entity cache if it is enabled. - * - * @param infoFascicolo the info fascicolo - */ - public void cacheResult( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo); - - /** - * Caches the info fascicolos in the entity cache if it is enabled. - * - * @param infoFascicolos the info fascicolos - */ - public void cacheResult( - java.util.List infoFascicolos); - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo create( - long infoFascicoloId); - - /** - * Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo remove( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - public it.tref.liferay.portos.bo.model.InfoFascicolo updateImpl( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the info fascicolo with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo findByPrimaryKey( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; - - /** - * Returns the info fascicolo with the primary key or returns null if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo, or null if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByPrimaryKey( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns all the info fascicolos. - * - * @return the info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findAll() - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findAll( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns an ordered range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of info fascicolos - * @throws SystemException if a system exception occurred - */ - public java.util.List findAll( - int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Removes all the info fascicolos from the database. - * - * @throws SystemException if a system exception occurred - */ - public void removeAll() - throws com.liferay.portal.kernel.exception.SystemException; - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - public int countAll() - throws com.liferay.portal.kernel.exception.SystemException; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloUtil.java deleted file mode 100644 index c53c3b6a..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloUtil.java +++ /dev/null @@ -1,759 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.persistence; - -import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; -import com.liferay.portal.kernel.dao.orm.DynamicQuery; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.util.OrderByComparator; -import com.liferay.portal.kernel.util.ReferenceRegistry; -import com.liferay.portal.service.ServiceContext; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; - -import java.util.List; - -/** - * The persistence utility for the info fascicolo service. This utility wraps {@link InfoFascicoloPersistenceImpl} and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class. - * - *

- * Caching information and settings can be found in portal.properties - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloPersistence - * @see InfoFascicoloPersistenceImpl - * @generated - */ -public class InfoFascicoloUtil { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this class. - */ - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#clearCache() - */ - public static void clearCache() { - getPersistence().clearCache(); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#clearCache(com.liferay.portal.model.BaseModel) - */ - public static void clearCache(InfoFascicolo infoFascicolo) { - getPersistence().clearCache(infoFascicolo); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#countWithDynamicQuery(DynamicQuery) - */ - public static long countWithDynamicQuery(DynamicQuery dynamicQuery) - throws SystemException { - return getPersistence().countWithDynamicQuery(dynamicQuery); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery) - */ - public static List findWithDynamicQuery( - DynamicQuery dynamicQuery) throws SystemException { - return getPersistence().findWithDynamicQuery(dynamicQuery); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int) - */ - public static List findWithDynamicQuery( - DynamicQuery dynamicQuery, int start, int end) - throws SystemException { - return getPersistence().findWithDynamicQuery(dynamicQuery, start, end); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator) - */ - public static List findWithDynamicQuery( - DynamicQuery dynamicQuery, int start, int end, - OrderByComparator orderByComparator) throws SystemException { - return getPersistence() - .findWithDynamicQuery(dynamicQuery, start, end, - orderByComparator); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel) - */ - public static InfoFascicolo update(InfoFascicolo infoFascicolo) - throws SystemException { - return getPersistence().update(infoFascicolo); - } - - /** - * @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel, ServiceContext) - */ - public static InfoFascicolo update(InfoFascicolo infoFascicolo, - ServiceContext serviceContext) throws SystemException { - return getPersistence().update(infoFascicolo, serviceContext); - } - - /** - * Returns all the info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid( - java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findByUuid(uuid); - } - - /** - * Returns a range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid( - java.lang.String uuid, int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findByUuid(uuid, start, end); - } - - /** - * Returns an ordered range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid( - java.lang.String uuid, int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findByUuid(uuid, start, end, orderByComparator); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_First( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().findByUuid_First(uuid, orderByComparator); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_First( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByUuid_First(uuid, orderByComparator); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_Last( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().findByUuid_Last(uuid, orderByComparator); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_Last( - java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByUuid_Last(uuid, orderByComparator); - } - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_PrevAndNext( - long infoFascicoloId, java.lang.String uuid, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence() - .findByUuid_PrevAndNext(infoFascicoloId, uuid, - orderByComparator); - } - - /** - * Removes all the info fascicolos where uuid = ? from the database. - * - * @param uuid the uuid - * @throws SystemException if a system exception occurred - */ - public static void removeByUuid(java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException { - getPersistence().removeByUuid(uuid); - } - - /** - * Returns the number of info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int countByUuid(java.lang.String uuid) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().countByUuid(uuid); - } - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().findByUUID_G(uuid, groupId); - } - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByUUID_G(uuid, groupId); - } - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( - java.lang.String uuid, long groupId, boolean retrieveFromCache) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByUUID_G(uuid, groupId, retrieveFromCache); - } - - /** - * Removes the info fascicolo where uuid = ? and groupId = ? from the database. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo removeByUUID_G( - java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().removeByUUID_G(uuid, groupId); - } - - /** - * Returns the number of info fascicolos where uuid = ? and groupId = ?. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int countByUUID_G(java.lang.String uuid, long groupId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().countByUUID_G(uuid, groupId); - } - - /** - * Returns all the info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid_C( - java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findByUuid_C(uuid, companyId); - } - - /** - * Returns a range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid_C( - java.lang.String uuid, long companyId, int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findByUuid_C(uuid, companyId, start, end); - } - - /** - * Returns an ordered range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findByUuid_C( - java.lang.String uuid, long companyId, int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence() - .findByUuid_C(uuid, companyId, start, end, orderByComparator); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_First( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence() - .findByUuid_C_First(uuid, companyId, orderByComparator); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_First( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence() - .fetchByUuid_C_First(uuid, companyId, orderByComparator); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_Last( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence() - .findByUuid_C_Last(uuid, companyId, orderByComparator); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_Last( - java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence() - .fetchByUuid_C_Last(uuid, companyId, orderByComparator); - } - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_C_PrevAndNext( - long infoFascicoloId, java.lang.String uuid, long companyId, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence() - .findByUuid_C_PrevAndNext(infoFascicoloId, uuid, companyId, - orderByComparator); - } - - /** - * Removes all the info fascicolos where uuid = ? and companyId = ? from the database. - * - * @param uuid the uuid - * @param companyId the company ID - * @throws SystemException if a system exception occurred - */ - public static void removeByUuid_C(java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - getPersistence().removeByUuid_C(uuid, companyId); - } - - /** - * Returns the number of info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int countByUuid_C(java.lang.String uuid, long companyId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().countByUuid_C(uuid, companyId); - } - - /** - * Returns the info fascicolo where intPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().findByIntPratica(intPraticaId); - } - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByIntPratica(intPraticaId); - } - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param intPraticaId the int pratica ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( - long intPraticaId, boolean retrieveFromCache) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence() - .fetchByIntPratica(intPraticaId, retrieveFromCache); - } - - /** - * Removes the info fascicolo where intPraticaId = ? from the database. - * - * @param intPraticaId the int pratica ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo removeByIntPratica( - long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().removeByIntPratica(intPraticaId); - } - - /** - * Returns the number of info fascicolos where intPraticaId = ?. - * - * @param intPraticaId the int pratica ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int countByIntPratica(long intPraticaId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().countByIntPratica(intPraticaId); - } - - /** - * Caches the info fascicolo in the entity cache if it is enabled. - * - * @param infoFascicolo the info fascicolo - */ - public static void cacheResult( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) { - getPersistence().cacheResult(infoFascicolo); - } - - /** - * Caches the info fascicolos in the entity cache if it is enabled. - * - * @param infoFascicolos the info fascicolos - */ - public static void cacheResult( - java.util.List infoFascicolos) { - getPersistence().cacheResult(infoFascicolos); - } - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo create( - long infoFascicoloId) { - return getPersistence().create(infoFascicoloId); - } - - /** - * Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo remove( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().remove(infoFascicoloId); - } - - public static it.tref.liferay.portos.bo.model.InfoFascicolo updateImpl( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().updateImpl(infoFascicolo); - } - - /** - * Returns the info fascicolo with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo findByPrimaryKey( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException, - it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { - return getPersistence().findByPrimaryKey(infoFascicoloId); - } - - /** - * Returns the info fascicolo with the primary key or returns null if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo, or null if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByPrimaryKey( - long infoFascicoloId) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().fetchByPrimaryKey(infoFascicoloId); - } - - /** - * Returns all the info fascicolos. - * - * @return the info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findAll() - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findAll(); - } - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findAll( - int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findAll(start, end); - } - - /** - * Returns an ordered range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of info fascicolos - * @throws SystemException if a system exception occurred - */ - public static java.util.List findAll( - int start, int end, - com.liferay.portal.kernel.util.OrderByComparator orderByComparator) - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().findAll(start, end, orderByComparator); - } - - /** - * Removes all the info fascicolos from the database. - * - * @throws SystemException if a system exception occurred - */ - public static void removeAll() - throws com.liferay.portal.kernel.exception.SystemException { - getPersistence().removeAll(); - } - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - public static int countAll() - throws com.liferay.portal.kernel.exception.SystemException { - return getPersistence().countAll(); - } - - public static InfoFascicoloPersistence getPersistence() { - if (_persistence == null) { - _persistence = (InfoFascicoloPersistence)PortletBeanLocatorUtil.locate(it.tref.liferay.portos.bo.service.ClpSerializer.getServletContextName(), - InfoFascicoloPersistence.class.getName()); - - ReferenceRegistry.registerReference(InfoFascicoloUtil.class, - "_persistence"); - } - - return _persistence; - } - - /** - * @deprecated As of 6.2.0 - */ - public void setPersistence(InfoFascicoloPersistence persistence) { - } - - private static InfoFascicoloPersistence _persistence; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java index de718ed3..5fe94c8a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java @@ -24,7 +24,6 @@ import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.log.Log; import com.liferay.portal.kernel.log.LogFactoryUtil; -import com.liferay.portal.kernel.util.GetterUtil; import com.liferay.portal.kernel.util.Validator; public abstract class PagamentiCommonUtil { @@ -49,10 +48,6 @@ public abstract class PagamentiCommonUtil { IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId()); if (intPratica.getTipoPratica().equals(Constants.TIPO_PRATICA_DEPOSITO)) { return true; - } else if (intPratica.getTipoPratica().equals(Constants.TIPO_PRATICA_AUTORIZZAZIONE) - && TipoIntegrazioneUtil.VARIANTE.equals(dettPratica.getTipoIntegrazione()) - && !dettPratica.getVarianteSostanziale()) { - return true; } else { return false; } @@ -107,12 +102,6 @@ public abstract class PagamentiCommonUtil { && !TipoIntegrazioneUtil.COLLAUDO.equals(tipoIntegrazione); } - public static boolean irisIsEnable(long companyId) throws SystemException { - - return GetterUtil.getBoolean(ConfigurazioneLocalServiceUtil.findByC_ChiaveString(companyId, - ConfigurazioneConstants.SCHEDULER_IRIS)); - } - public static boolean pagamentiInitialized(long classPK, String className) throws PortalException, SystemException { boolean normEsenteSpese = false; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java index 1e739a14..1ee3c882 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java @@ -74,7 +74,6 @@ public class PraticaUtil { add("soggettoSostituitoId"); add("dtInvioSignal"); add("tipoIntegrazione"); - add("varianteSostanziale"); add("varianteNumero"); add("variataDa"); add("codiceFiscaleDelegato"); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java index 4f45d7dd..765eb20a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java @@ -575,6 +575,7 @@ public class ValidazionePraticaUtil { return notCompleted; } + @SuppressWarnings("serial") private static final List infrastrutture = new ArrayList() { { add("1A"); @@ -916,9 +917,7 @@ public class ValidazionePraticaUtil { FineLavori fineLavori = FineLavoriServiceUtil.getFineLavori(fineLavoriId); long intPraticaId = fineLavori.getIntPraticaId(); - List tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriFineLavori(); - List tipologiaSoggetti = TipoSoggettoUtil.getAllSubjects(); - for (String codiceDoc : tipologiaAllegati) { + for (String codiceDoc : DocumentiPraticaUtil.getDocObbligatoriFineLavori()) { List docs = DocPraticaLocalServiceUtil.findByClassPk_Tipologia(fineLavoriId, codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS); if (docs.isEmpty()) { @@ -927,7 +926,7 @@ public class ValidazionePraticaUtil { for (DocPratica doc : docs) { FirmeBean firme = FirmeUtil.deserialize(doc.getJsonFirmatari()); List signatures = firme.allSignatures(); - if (!isAllRequiredValid(codiceDoc, intPraticaId, signatures, tipologiaSoggetti, doc)) { + if (!isAllRequiredValid(codiceDoc, intPraticaId, signatures, TipoSoggettoUtil.getAllSubjects(), doc)) { return false; // Return false if is required per this subjectType but it is not present } } @@ -969,9 +968,7 @@ public class ValidazionePraticaUtil { Collaudo collaudo = CollaudoServiceUtil.getCollaudo(collaudoId); long intPraticaId = collaudo.getIntPraticaId(); - List tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriCollaudo(); - List tipologiaSoggetti = TipoSoggettoUtil.getAllSubjects(); - for (String codiceDoc : tipologiaAllegati) { + for (String codiceDoc : DocumentiPraticaUtil.getDocObbligatoriCollaudo()) { List docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(intPraticaId, codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS); if (docs.isEmpty()) { @@ -981,7 +978,7 @@ public class ValidazionePraticaUtil { FirmeBean firme = FirmeUtil.deserialize(doc.getJsonFirmatari()); List signatures = firme.allSignatures(); - if (!isAllRequiredValid(codiceDoc, intPraticaId, signatures, tipologiaSoggetti, doc)) { + if (!isAllRequiredValid(codiceDoc, intPraticaId, signatures, TipoSoggettoUtil.getAllSubjects(), doc)) { return false; // Return false if is required per this subjectType but it is not present } } @@ -1027,11 +1024,13 @@ public class ValidazionePraticaUtil { break; } } - for (String cfSoggetto : cfSoggetti) { - for (String cfSign : signatures) { - if (cfSoggetto.equalsIgnoreCase(cfSign)) { - isSignedSoggetti = true; - break; + if (isSignedPersona) { + for (String cfSoggetto : cfSoggetti) { + for (String cfSign : signatures) { + if (cfSoggetto.equalsIgnoreCase(cfSign)) { + isSignedSoggetti = true; + break; + } } } } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java index 3d1585c2..3df90a61 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java @@ -147,10 +147,6 @@ public class WorkflowUtil { IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId()); Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(intPratica.getTerritorioId()); if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) { - if (TipoIntegrazioneUtil.VARIANTE.equals(dettPratica.getTipoIntegrazione()) - && !dettPratica.getVarianteSostanziale()) { - return false; - } return true; } else if (AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId())) { return false; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql index 4ab5e2ee..71c4056c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql @@ -237,7 +237,6 @@ create table portos_bo_DettPratica ( estremiPratCom STRING null, variataDa LONG, varianteNumero LONG, - varianteSostanziale BOOLEAN, operaConforme BOOLEAN, collaudoStatico BOOLEAN, noCollaudo BOOLEAN, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml index 9c735078..1b00ce4c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml @@ -16,7 +16,6 @@ -
- @@ -653,19 +652,6 @@ - - - - - - - - - - - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml index a71fa53e..5c88b47c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml @@ -389,7 +389,6 @@ - @@ -763,31 +762,6 @@ - - - - - - - - - - - TIMESTAMP - - - TIMESTAMP - - - - - - - - - - - @@ -1165,10 +1139,6 @@ - -
- -
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml index 3e29843c..041c3518 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml @@ -43,9 +43,6 @@ - - - diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties index a39fc657..9cf136f1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties @@ -111,12 +111,8 @@ conf.geniocivile.scheduler.generadocumento = Schedulazione Generazione Documenti conf.geniocivile.scheduler.firmadocumento = Schedulazione Firma Documenti conf.geniocivile.scheduler.inviodocumento = Schedulazione Invio Documenti conf.geniocivile.scheduler.inviodocumentodax = Schedulazione Invio Documenti Dax -conf.geniocivile.scheduler.iris = Schedulazione Verifica Pagamenti #Configurazione labels -conf.geniocivile.scheduler.iris.debitorie.url = URL Verifica Pagamenti -conf.geniocivile.scheduler.iris.pagamenti.url = URL Comunicazioni Debitorie -conf.geniocivile.scheduler.iris.iuv.url = URL Generazione IUV conf.geniocivile.scheduler.iris.importobollo = Importo Bollo conf.geniocivile.protocollazione.service.url = Protocollazione Service URL @@ -217,7 +213,12 @@ fascicolo-action-cambia-stato = Cambia stato fascicolo-action-cambia-titolare = Cambia titolare fascicolo-action-toggle-workflow = Cambia stato workflow fascicolo-action-seleziona-geologo = Richiedi parere endoprocedimentale -fascicolo-cancella-parere-geologo = Cancella richiesta parere endoprocedimentale +fascicolo-action-cancella-parere-geologo = Cancella richiesta parere endoprocedimentale +fascicolo-action-allega-sanzione-doc1 = Allega computo sanzione pecuniaria doc. 1 +fascicolo-action-conferma-sanzione-doc1 = Conferma computo sanzione pecuniaria doc. 1 +fascicolo-action-annulla-sanzione-doc1 = Annulla computo sanzione pecuniaria doc. 1 +fascicolo-action-allega-sanzione-doc2 = Allega computo sanzione pecuniaria doc. 2 +fascicolo-action-annulla-sanzione-doc2 = Annulla computo sanzione pecuniaria doc. 2 message-success-pratica-sospesa = Pratica sospesa con successo message-success-pratica-ripresa = Pratica ripresa con successo diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties index dc57c763..9fd201e8 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties @@ -900,7 +900,6 @@ mezzo-pagamento = Mezzo Pagamento mezzo-pagamento-oneri = Mezzo Pagamento Spese Istruttoria mezzo-pagamento-bolli = Mezzo Pagamento Bolli mezzo-pagamento-01 = Manuale -mezzo-pagamento-02 = IRIS codice-pagamento-oneri = Codice Pagamento Spese Istruttoria codice-pagamento-bolli = Codice Pagamento Bolli @@ -942,7 +941,6 @@ label-pagamenti-note-utente = Note utente (obbligatorie su modifica degli import label-pagamenti-importo-calcolato = Importo calcolato label-pagamenti-importo-effettivo = Importo effettivo label-pagamenti-aiuto-effettivo = Se necessario, è possibile modificare il valore dell'importo. Sarà necessario fornire una breve spiegazione del motivo nella sezione note. -label-confirm-payment-iris = Proseguendo con il pagamento IRIS la pratica non sarà più modificabile. Alla conferma del pagamento il sistema invierà automaticamente la pratica alla Soprintendenza BB.CC.AA. di riferimento. Conferma di voler proseguire con l'operazione di pagamento? label-confirm-payment-manual = Proseguendo con il pagamento MANUALE la pratica non sarà più modificabile. Alla conferma del pagamento il sistema invierà automaticamente la pratica alla Soprintendenza BB.CC.AA. di riferimento di riferimento. Conferma di voler proseguire con l'operazione di pagamento? label-confirm-payment-otf = Il pagamento è IMMEDIATO.
Procedendo si dovrà necessariamente portare a termine la transazione.


ATTENZIONE:
Assicurarsi di abilitare i popup su questa pagina.
label-payment-otf-initialized = Pagamento in corso di verifica....
Qualora non sia stato effettivamente completato il sistema renderà disponibile automaticamente la rigenerazione del pagamento dopo circa 20 min. Se il problema persiste contattare il supporto al numero 800232330 qualora non sia stato effettivamente completato @@ -950,8 +948,7 @@ label-payment-otf-rigeneration = Solo nel caso in cui si è sicuri che il pagame label-pagamento = Pagamento label-pagamento-spese = Pagamento Spese Istruttoria label-pagamento-bolli = Pagamento Bolli -text-pagamento-iris = Il pagamento è stato correttamente inizializzato. Cliccare sul pulsante per procedere al saldo dell'importo -text-pagamento-manuale-oneri = text-pagamento-manuale-iris +text-pagamento-manuale-oneri = text-pagamento-manuale-oneri text-pagamento-manuale-bolli = text-pagamento-manuale-bolli sostituisci-pagamento-oneri = Cambia modalità pagamento Spese Istruttoria sostituisci-pagamento-bolli = Cambia modalità pagamento Bolli @@ -970,7 +967,6 @@ text-annulla-pagamento-admin = Annulla ricevuta-pagamento-spese = Ricevuta Pagamento Spese istruttoria ricevuta-pagamento-bolli = Ricevuta Pagamento Bolli go-back = Indietro -go-to-iris = Vai a IRIS upload-file = Carica Ricevuta label-diritti-fissi = DIRITTI FISSI (D.A. 3319/2013;D.A. 116/2104) @@ -1078,6 +1074,8 @@ label.admingeniocivile.statopratica.approvazione = Approvazione label.admingeniocivile.statopratica.variante = Variante label.admingeniocivile.statopratica.viarch1 = VIArch aperto label.admingeniocivile.statopratica.viarch2 = VIArch chiuso +label.admingeniocivile.statopratica.sanzione.doc1 = Sanzione pecuniaria doc. 1 +label.admingeniocivile.statopratica.sanzione.doc2 = Sanzione pecuniaria doc. 2 label.firma-doc = Dichiaro di aver preso visione del documento, e di sottoscriverne il contenuto ai sensi del D.Lgs. 82/2005 label.cambio-soggetti-ok = Cambio Soggetti #{0} completato con successo diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/scheduler/SchedulerWorkflow.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/scheduler/SchedulerWorkflow.java index 99f519b0..fc6f3570 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/scheduler/SchedulerWorkflow.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/scheduler/SchedulerWorkflow.java @@ -23,11 +23,14 @@ import com.liferay.portal.service.RoleLocalServiceUtil; import com.liferay.portal.service.UserLocalServiceUtil; public class SchedulerWorkflow implements MessageListener { - private static final Log _log = LogFactoryUtil.getLog(SchedulerWorkflow.class); + private static final Lock lock = new ReentrantLock(); + private static final Log _log = LogFactoryUtil.getLog(SchedulerWorkflow.class); + @Override public void receive(Message message) throws MessageListenerException { + if (lock.tryLock()) { _log.info("Inizio elaborazione"); try { @@ -35,10 +38,8 @@ public class SchedulerWorkflow implements MessageListener { long companyId = company.getCompanyId(); Role role = RoleLocalServiceUtil.getRole(companyId, RoleConstants.ADMINISTRATOR); User user = UserLocalServiceUtil.getRoleUsers(role.getRoleId(), 0, 1).get(0); - PermissionChecker permissionChecker = PermissionCheckerFactoryUtil.create(user); PermissionThreadLocal.setPermissionChecker(permissionChecker); - List esito = SismicaUtil.riparaWorkflow(companyId, user.getUserId()); for (String riga : esito) { _log.info(riga); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java index 55d379a2..3ec0ce24 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java @@ -18,7 +18,6 @@ import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil; import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; import it.tref.liferay.portos.bo.service.TerritorioLocalServiceUtil; import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants; -import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil; import it.tref.liferay.portos.bo.util.AvvisoUtil; import it.tref.liferay.portos.bo.util.Constants; @@ -58,7 +57,6 @@ import com.liferay.portal.service.ServiceContext; import com.liferay.portal.service.UserLocalServiceUtil; import com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken; import com.liferay.portal.workflow.kaleo.service.KaleoTaskInstanceTokenLocalServiceUtil; -import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil; import com.liferay.portlet.documentlibrary.service.DLAppServiceUtil; public class SismicaUtil { @@ -288,7 +286,7 @@ public class SismicaUtil { for (IntPratica pratica : pratiche) { String stato = pratica.getStatoPratica(); if (Validator.isNotNull(stato) && Validator.isNotNull(pratica.getTipoProcedura()) - && pratica.getTipoPratica().equalsIgnoreCase(Constants.TIPO_PRATICA_DEPOSITO)) { + && pratica.getTipoPratica().equals(Constants.TIPO_PRATICA_DEPOSITO)) { try { avvisi = AvvisoLocalServiceUtil.findByIntPraticaId_tipoDocumento(pratica.getIntPraticaId(), StatoPraticaConstants.CONFORME); @@ -703,8 +701,6 @@ public class SismicaUtil { List esito = new ArrayList<>(); long templateId = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(companyId, AvvisoUtil .getAllTipoDocumentoFileTemplateProps().get("DPVNS")); - FileEntry fileEntry = DLAppLocalServiceUtil.getFileEntry(templateId); - String templateTitle = fileEntry.getTitle(); int inizio = 0; List pratiche = null; do { @@ -718,31 +714,12 @@ public class SismicaUtil { int inviate = 0; boolean autorizzata = false; boolean annullata = false; - boolean conforme = false; boolean collaudo = false; boolean fineLavori = false; for (Avviso avviso : avvisi) { if (!avviso.getAnnullato()) { - if (avviso.getTipoDocumento().equalsIgnoreCase(StatoPraticaConstants.VIDIMATA) - && avviso.getClassName().equals(DettPratica.class.getName())) { - DettPratica dettPratica = DettPraticaLocalServiceUtil.getDettPratica(avviso - .getClassPk()); - if (dettPratica.getTipoIntegrazione().equals(TipoIntegrazioneUtil.VARIANTE) - && !dettPratica.getVarianteSostanziale()) { - if (!autorizzata && !conforme) { - fileEntry = DLAppLocalServiceUtil.getFileEntry(avviso.getFileEntryIdTemplate()); - if (!fileEntry.getTitle().equals(templateTitle)) { - varianti.add(avviso); - } else { - inviate++; - } - } - } - } else if (avviso.getTipoDocumento() - .equalsIgnoreCase(StatoPraticaConstants.ANNULLA_ISTANZA)) { + if (avviso.getTipoDocumento().equalsIgnoreCase(StatoPraticaConstants.ANNULLA_ISTANZA)) { annullata = true; - } else if (avviso.getTipoDocumento().equalsIgnoreCase(StatoPraticaConstants.CONFORME)) { - conforme = true; } else if (avviso.getTipoDocumento().equalsIgnoreCase(StatoPraticaConstants.AUTORIZZATA)) { autorizzata = true; } else if (avviso.getClassName().equals(Collaudo.class.getName())) { @@ -752,12 +729,8 @@ public class SismicaUtil { } } } - if ((varianti.size() > 0) - && (varianti.size() != inviate) - && !annullata - && !collaudo - && !fineLavori - && (pratica.getTipoPratica().equalsIgnoreCase(Constants.TIPO_PRATICA_DEPOSITO) || autorizzata)) { + if ((varianti.size() > 0) && (varianti.size() != inviate) && !annullata && !collaudo && !fineLavori + && (pratica.getTipoPratica().equals(Constants.TIPO_PRATICA_DEPOSITO) || autorizzata)) { String tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-" + pratica.getTipoPratica()); List controlli = ControlloPraticaLocalServiceUtil.findByIntPratica(pratica diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoImpl.java index 000db943..c3c5d1a3 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoImpl.java @@ -62,10 +62,11 @@ public class CollaudoImpl extends CollaudoBaseImpl { } sb.append("n. "); if (Validator.isNotNull(getProtocollo())) { - sb.append(intPratica.getNumeroProgetto()); - // TODO da decidere che data, per adesso si mette quella di creazione il numero protocollo sbagliato - // dovrebbe essere il primo - sb.append(" del ").append(FastDateFormatFactoryUtil.getDate(locale).format(intPratica.getDtPratica())) + sb.append(intPratica.getNumeroProgetto()) + .append(" del ") + // TODO da decidere che data, per adesso si mette quella di creazione il numero protocollo + // sbagliato dovrebbe essere il primo + .append(FastDateFormatFactoryUtil.getDate(locale).format(intPratica.getDtPratica())) .append(" - id ").append(intPratica.getIntPraticaId()); } else { if (Validator.isNotNull(intPratica.getNumeroProgetto())) { diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java index bc495f17..a3ed298b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java @@ -38,7 +38,7 @@ public class DettPraticaCacheModel implements CacheModel, Externalizable { @Override public String toString() { - StringBundler sb = new StringBundler(539); + StringBundler sb = new StringBundler(537); sb.append("{uuid="); sb.append(uuid); @@ -132,8 +132,6 @@ public class DettPraticaCacheModel implements CacheModel, sb.append(variataDa); sb.append(", varianteNumero="); sb.append(varianteNumero); - sb.append(", varianteSostanziale="); - sb.append(varianteSostanziale); sb.append(", operaConforme="); sb.append(operaConforme); sb.append(", collaudoStatico="); @@ -812,7 +810,6 @@ public class DettPraticaCacheModel implements CacheModel, dettPraticaImpl.setVariataDa(variataDa); dettPraticaImpl.setVarianteNumero(varianteNumero); - dettPraticaImpl.setVarianteSostanziale(varianteSostanziale); dettPraticaImpl.setOperaConforme(operaConforme); dettPraticaImpl.setCollaudoStatico(collaudoStatico); dettPraticaImpl.setNoCollaudo(noCollaudo); @@ -1612,7 +1609,6 @@ public class DettPraticaCacheModel implements CacheModel, estremiPratCom = objectInput.readUTF(); variataDa = objectInput.readLong(); varianteNumero = objectInput.readLong(); - varianteSostanziale = objectInput.readBoolean(); operaConforme = objectInput.readBoolean(); collaudoStatico = objectInput.readBoolean(); noCollaudo = objectInput.readBoolean(); @@ -2030,7 +2026,6 @@ public class DettPraticaCacheModel implements CacheModel, objectOutput.writeLong(variataDa); objectOutput.writeLong(varianteNumero); - objectOutput.writeBoolean(varianteSostanziale); objectOutput.writeBoolean(operaConforme); objectOutput.writeBoolean(collaudoStatico); objectOutput.writeBoolean(noCollaudo); @@ -2797,7 +2792,6 @@ public class DettPraticaCacheModel implements CacheModel, public String estremiPratCom; public long variataDa; public long varianteNumero; - public boolean varianteSostanziale; public boolean operaConforme; public boolean collaudoStatico; public boolean noCollaudo; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java index e629e72a..7ff8ea02 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java @@ -136,9 +136,9 @@ public class DettPraticaImpl extends DettPraticaBaseImpl { sb.append(LanguageUtil.get(LocaleUtil.getSiteDefault(), "label-integrazione-" + getTipoIntegrazione())); } if (Validator.isNotNull(getVarianteNumero())) { - sb.append(LanguageUtil.get(LocaleUtil.getSiteDefault(), " #" + getVarianteNumero())); + sb.append(" #").append(getVarianteNumero()); } else if (Validator.isNotNull(getIntegrazione())) { - sb.append(LanguageUtil.get(LocaleUtil.getSiteDefault(), " #" + getIntegrazione())); + sb.append(" #").append(getIntegrazione()); } sb.append(StringPool.SPACE).append(StringPool.OPEN_PARENTHESIS).append(getTitle()) .append(StringPool.CLOSE_PARENTHESIS); @@ -179,7 +179,7 @@ public class DettPraticaImpl extends DettPraticaBaseImpl { sb.append(StringPool.OPEN_CURLY_BRACE).append("\"name\":").append(StringPool.QUOTE).append(property) .append(StringPool.QUOTE).append(StringPool.COMMA).append("\"class\":").append(StringPool.QUOTE) .append(className).append(StringPool.QUOTE).append(StringPool.COMMA).append("\"value\":") - .append(JSONObject.quote(String.valueOf(value)).replaceAll("(\n|\r|\r\n|\n\r)", StringPool.SPACE)) + .append(JSONObject.quote(String.valueOf(value)).replaceAll("[\r\n]+", StringPool.SPACE)) .append(StringPool.CLOSE_CURLY_BRACE).append(StringPool.COMMA); } sb.setLength(sb.length() - 1); @@ -265,7 +265,6 @@ public class DettPraticaImpl extends DettPraticaBaseImpl { attributes.put("estremiPratCom", getEstremiPratCom()); attributes.put("variataDa", getVariataDa()); attributes.put("varianteNumero", getVarianteNumero()); - attributes.put("varianteSostanziale", getVarianteSostanziale() ? StringPool.TRUE : StringPool.FALSE); attributes.put( "operaConforme", getOperaConforme() ? HtmlUtil.escape("") : HtmlUtil diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java index d6151ac2..9ccf8a08 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java @@ -114,7 +114,6 @@ public class DettPraticaModelImpl extends BaseModelImpl { "estremiPratCom", Types.VARCHAR }, { "variataDa", Types.BIGINT }, { "varianteNumero", Types.BIGINT }, - { "varianteSostanziale", Types.BOOLEAN }, { "operaConforme", Types.BOOLEAN }, { "collaudoStatico", Types.BOOLEAN }, { "noCollaudo", Types.BOOLEAN }, @@ -338,7 +337,7 @@ public class DettPraticaModelImpl extends BaseModelImpl { "intervFinPubDesc", Types.VARCHAR }, { "suap", Types.BOOLEAN } }; - public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,paesaggioLocale STRING null,livelloDiTutela STRING null,vincoli STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,variataDa LONG,varianteNumero LONG,varianteSostanziale BOOLEAN,operaConforme BOOLEAN,collaudoStatico BOOLEAN,noCollaudo BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,codiceFiscalePrincipaleArcheologo VARCHAR(75) null,sanatoriaEdilizia47 BOOLEAN,sanatoriaEdilizia724 BOOLEAN,sanatoriaEdilizia326 BOOLEAN,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,destinazioneAltroIntervento VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagSoggettiAdAutorizzazione DOUBLE,pagInterventiRestauroManufatti DOUBLE,pagAltriCasiCulturali DOUBLE,pagLottizzazioni DOUBLE,pagGrandiStrutture DOUBLE,pagCondotte DOUBLE,pagPalificazioni DOUBLE,pagImpiantiEolici DOUBLE,pagNuoveRealizzazioni DOUBLE,pagImmobiliPreesistenti DOUBLE,pagManifestiPubblicitari DOUBLE,pagPareriDiMassima DOUBLE,pagAltriCasiPaesaggistici DOUBLE,pagVariantiPareriResi DOUBLE,pagRilascioAttestazioni DOUBLE,pagConsultazioniArchivio DOUBLE,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcCostruzioniEsistenti BOOLEAN,tcManutOrdStraord BOOLEAN,tcNuovaCostruzionePertinenza BOOLEAN,tcInterventoOpereEscavazione BOOLEAN,tcViarch BOOLEAN,tcOperaA25 BOOLEAN,tcAltriInterventi BOOLEAN,tcAltriInterventiDesc VARCHAR(75) null,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,interventoVoceP7 VARCHAR(75) null,normLavoriInProprio BOOLEAN,normLavoriNoDirettore BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)"; + public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,paesaggioLocale STRING null,livelloDiTutela STRING null,vincoli STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,variataDa LONG,varianteNumero LONG,operaConforme BOOLEAN,collaudoStatico BOOLEAN,noCollaudo BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,codiceFiscalePrincipaleArcheologo VARCHAR(75) null,sanatoriaEdilizia47 BOOLEAN,sanatoriaEdilizia724 BOOLEAN,sanatoriaEdilizia326 BOOLEAN,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,destinazioneAltroIntervento VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagSoggettiAdAutorizzazione DOUBLE,pagInterventiRestauroManufatti DOUBLE,pagAltriCasiCulturali DOUBLE,pagLottizzazioni DOUBLE,pagGrandiStrutture DOUBLE,pagCondotte DOUBLE,pagPalificazioni DOUBLE,pagImpiantiEolici DOUBLE,pagNuoveRealizzazioni DOUBLE,pagImmobiliPreesistenti DOUBLE,pagManifestiPubblicitari DOUBLE,pagPareriDiMassima DOUBLE,pagAltriCasiPaesaggistici DOUBLE,pagVariantiPareriResi DOUBLE,pagRilascioAttestazioni DOUBLE,pagConsultazioniArchivio DOUBLE,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcCostruzioniEsistenti BOOLEAN,tcManutOrdStraord BOOLEAN,tcNuovaCostruzionePertinenza BOOLEAN,tcInterventoOpereEscavazione BOOLEAN,tcViarch BOOLEAN,tcOperaA25 BOOLEAN,tcAltriInterventi BOOLEAN,tcAltriInterventiDesc VARCHAR(75) null,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,interventoVoceP7 VARCHAR(75) null,normLavoriInProprio BOOLEAN,normLavoriNoDirettore BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)"; public static final String TABLE_SQL_DROP = "drop table portos_bo_DettPratica"; public static final String ORDER_BY_JPQL = " ORDER BY dettPratica.dettPraticaId ASC"; public static final String ORDER_BY_SQL = " ORDER BY portos_bo_DettPratica.dettPraticaId ASC"; @@ -422,7 +421,6 @@ public class DettPraticaModelImpl extends BaseModelImpl model.setEstremiPratCom(soapModel.getEstremiPratCom()); model.setVariataDa(soapModel.getVariataDa()); model.setVarianteNumero(soapModel.getVarianteNumero()); - model.setVarianteSostanziale(soapModel.getVarianteSostanziale()); model.setOperaConforme(soapModel.getOperaConforme()); model.setCollaudoStatico(soapModel.getCollaudoStatico()); model.setNoCollaudo(soapModel.getNoCollaudo()); @@ -755,7 +753,6 @@ public class DettPraticaModelImpl extends BaseModelImpl attributes.put("estremiPratCom", getEstremiPratCom()); attributes.put("variataDa", getVariataDa()); attributes.put("varianteNumero", getVarianteNumero()); - attributes.put("varianteSostanziale", getVarianteSostanziale()); attributes.put("operaConforme", getOperaConforme()); attributes.put("collaudoStatico", getCollaudoStatico()); attributes.put("noCollaudo", getNoCollaudo()); @@ -1329,13 +1326,6 @@ public class DettPraticaModelImpl extends BaseModelImpl setVarianteNumero(varianteNumero); } - Boolean varianteSostanziale = (Boolean)attributes.get( - "varianteSostanziale"); - - if (varianteSostanziale != null) { - setVarianteSostanziale(varianteSostanziale); - } - Boolean operaConforme = (Boolean)attributes.get("operaConforme"); if (operaConforme != null) { @@ -3539,22 +3529,6 @@ public class DettPraticaModelImpl extends BaseModelImpl _varianteNumero = varianteNumero; } - @JSON - @Override - public boolean getVarianteSostanziale() { - return _varianteSostanziale; - } - - @Override - public boolean isVarianteSostanziale() { - return _varianteSostanziale; - } - - @Override - public void setVarianteSostanziale(boolean varianteSostanziale) { - _varianteSostanziale = varianteSostanziale; - } - @JSON @Override public boolean getOperaConforme() { @@ -7199,7 +7173,6 @@ public class DettPraticaModelImpl extends BaseModelImpl dettPraticaImpl.setEstremiPratCom(getEstremiPratCom()); dettPraticaImpl.setVariataDa(getVariataDa()); dettPraticaImpl.setVarianteNumero(getVarianteNumero()); - dettPraticaImpl.setVarianteSostanziale(getVarianteSostanziale()); dettPraticaImpl.setOperaConforme(getOperaConforme()); dettPraticaImpl.setCollaudoStatico(getCollaudoStatico()); dettPraticaImpl.setNoCollaudo(getNoCollaudo()); @@ -7782,8 +7755,6 @@ public class DettPraticaModelImpl extends BaseModelImpl dettPraticaCacheModel.varianteNumero = getVarianteNumero(); - dettPraticaCacheModel.varianteSostanziale = getVarianteSostanziale(); - dettPraticaCacheModel.operaConforme = getOperaConforme(); dettPraticaCacheModel.collaudoStatico = getCollaudoStatico(); @@ -8789,7 +8760,7 @@ public class DettPraticaModelImpl extends BaseModelImpl @Override public String toString() { - StringBundler sb = new StringBundler(539); + StringBundler sb = new StringBundler(537); sb.append("{uuid="); sb.append(getUuid()); @@ -8883,8 +8854,6 @@ public class DettPraticaModelImpl extends BaseModelImpl sb.append(getVariataDa()); sb.append(", varianteNumero="); sb.append(getVarianteNumero()); - sb.append(", varianteSostanziale="); - sb.append(getVarianteSostanziale()); sb.append(", operaConforme="); sb.append(getOperaConforme()); sb.append(", collaudoStatico="); @@ -9336,7 +9305,7 @@ public class DettPraticaModelImpl extends BaseModelImpl @Override public String toXmlString() { - StringBundler sb = new StringBundler(811); + StringBundler sb = new StringBundler(808); sb.append(""); sb.append("it.tref.liferay.portos.bo.model.DettPratica"); @@ -9526,10 +9495,6 @@ public class DettPraticaModelImpl extends BaseModelImpl "varianteNumero"); - sb.append( - "varianteSostanziale"); sb.append( "operaConforme private String _estremiPratCom; private long _variataDa; private long _varianteNumero; - private boolean _varianteSostanziale; private boolean _operaConforme; private boolean _collaudoStatico; private boolean _noCollaudo; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocAggiuntivaImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocAggiuntivaImpl.java index fd9d3a93..c1019174 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocAggiuntivaImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocAggiuntivaImpl.java @@ -1,13 +1,13 @@ /** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General + * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) + * any later version. * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more + * details. */ package it.tref.liferay.portos.bo.model.impl; @@ -18,14 +18,12 @@ import com.liferay.portlet.documentlibrary.model.DLFileEntry; import com.liferay.portlet.documentlibrary.service.DLFileEntryServiceUtil; /** - * The extended model implementation for the DocAggiuntiva service. Represents a - * row in the "portos_bo_DocAggiuntiva" database table, with each - * column mapped to a property of this class. + * The extended model implementation for the DocAggiuntiva service. Represents a row in the + * "portos_bo_DocAggiuntiva" database table, with each column mapped to a property of this class. * *

- * Helper methods and all application logic should be put in this class. - * Whenever methods are added, rerun ServiceBuilder to copy their definitions - * into the {@link it.tref.liferay.portos.bo.model.DocAggiuntiva} interface. + * Helper methods and all application logic should be put in this class. Whenever methods are added, rerun + * ServiceBuilder to copy their definitions into the {@link it.tref.liferay.portos.bo.model.DocAggiuntiva} interface. *

* * @author Davide Barbagallo, 3F Consulting @@ -35,9 +33,8 @@ public class DocAggiuntivaImpl extends DocAggiuntivaBaseImpl { /* * NOTE FOR DEVELOPERS: * - * Never reference this class directly. All methods that expect a doc - * aggiuntiva model instance should use the {@link - * it.tref.liferay.portos.bo.model.DocAggiuntiva} interface instead. + * Never reference this class directly. All methods that expect a doc aggiuntiva model instance should use the + * {@link it.tref.liferay.portos.bo.model.DocAggiuntiva} interface instead. */ public DocAggiuntivaImpl() { } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocPraticaImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocPraticaImpl.java index ee68d72d..04fdb630 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocPraticaImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DocPraticaImpl.java @@ -36,10 +36,8 @@ import com.liferay.portlet.documentlibrary.util.DLUtil; @SuppressWarnings("serial") public class DocPraticaImpl extends DocPraticaBaseImpl { /* - * NOTE FOR DEVELOPERS: - * - * Never reference this class directly. All methods that expect a doc pratica model instance should use the {@link - * it.tref.liferay.portos.bo.model.DocPratica} interface instead. + * NOTE FOR DEVELOPERS: Never reference this class directly. All methods that expect a doc pratica model instance + * should use the {@link it.tref.liferay.portos.bo.model.DocPratica} interface instead. */ public DocPraticaImpl() { } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriImpl.java index 29ecee71..49bf14eb 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriImpl.java @@ -41,10 +41,8 @@ import com.liferay.portal.kernel.util.Validator; @SuppressWarnings("serial") public class FineLavoriImpl extends FineLavoriBaseImpl { /* - * NOTE FOR DEVELOPERS: - * - * Never reference this class directly. All methods that expect a fine lavori model instance should use the {@link - * it.tref.liferay.portos.bo.model.FineLavori} interface instead. + * NOTE FOR DEVELOPERS: Never reference this class directly. All methods that expect a fine lavori model instance + * should use the {@link it.tref.liferay.portos.bo.model.FineLavori} interface instead. */ private static final Log _log = LogFactoryUtil.getLog(FineLavoriImpl.class); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloBaseImpl.java deleted file mode 100644 index 557ae933..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloBaseImpl.java +++ /dev/null @@ -1,50 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model.impl; - -import com.liferay.portal.kernel.exception.SystemException; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; - -/** - * The extended model base implementation for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. - * - *

- * This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in {@link InfoFascicoloImpl}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloImpl - * @see it.tref.liferay.portos.bo.model.InfoFascicolo - * @generated - */ -public abstract class InfoFascicoloBaseImpl extends InfoFascicoloModelImpl - implements InfoFascicolo { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this class directly. All methods that expect a info fascicolo model instance should use the {@link InfoFascicolo} interface instead. - */ - @Override - public void persist() throws SystemException { - if (this.isNew()) { - InfoFascicoloLocalServiceUtil.addInfoFascicolo(this); - } - else { - InfoFascicoloLocalServiceUtil.updateInfoFascicolo(this); - } - } -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloCacheModel.java deleted file mode 100644 index 3e724187..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloCacheModel.java +++ /dev/null @@ -1,185 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model.impl; - -import com.liferay.portal.kernel.util.StringBundler; -import com.liferay.portal.kernel.util.StringPool; -import com.liferay.portal.model.CacheModel; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; - -import java.io.Externalizable; -import java.io.IOException; -import java.io.ObjectInput; -import java.io.ObjectOutput; - -import java.util.Date; - -/** - * The cache model class for representing InfoFascicolo in entity cache. - * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicolo - * @generated - */ -public class InfoFascicoloCacheModel implements CacheModel, - Externalizable { - @Override - public String toString() { - StringBundler sb = new StringBundler(23); - - sb.append("{uuid="); - sb.append(uuid); - sb.append(", infoFascicoloId="); - sb.append(infoFascicoloId); - sb.append(", companyId="); - sb.append(companyId); - sb.append(", userId="); - sb.append(userId); - sb.append(", userName="); - sb.append(userName); - sb.append(", createDate="); - sb.append(createDate); - sb.append(", modifiedDate="); - sb.append(modifiedDate); - sb.append(", groupId="); - sb.append(groupId); - sb.append(", intPraticaId="); - sb.append(intPraticaId); - sb.append(", numeroProgetto="); - sb.append(numeroProgetto); - sb.append(", alreadyImported="); - sb.append(alreadyImported); - sb.append("}"); - - return sb.toString(); - } - - @Override - public InfoFascicolo toEntityModel() { - InfoFascicoloImpl infoFascicoloImpl = new InfoFascicoloImpl(); - - if (uuid == null) { - infoFascicoloImpl.setUuid(StringPool.BLANK); - } - else { - infoFascicoloImpl.setUuid(uuid); - } - - infoFascicoloImpl.setInfoFascicoloId(infoFascicoloId); - infoFascicoloImpl.setCompanyId(companyId); - infoFascicoloImpl.setUserId(userId); - - if (userName == null) { - infoFascicoloImpl.setUserName(StringPool.BLANK); - } - else { - infoFascicoloImpl.setUserName(userName); - } - - if (createDate == Long.MIN_VALUE) { - infoFascicoloImpl.setCreateDate(null); - } - else { - infoFascicoloImpl.setCreateDate(new Date(createDate)); - } - - if (modifiedDate == Long.MIN_VALUE) { - infoFascicoloImpl.setModifiedDate(null); - } - else { - infoFascicoloImpl.setModifiedDate(new Date(modifiedDate)); - } - - infoFascicoloImpl.setGroupId(groupId); - infoFascicoloImpl.setIntPraticaId(intPraticaId); - - if (numeroProgetto == null) { - infoFascicoloImpl.setNumeroProgetto(StringPool.BLANK); - } - else { - infoFascicoloImpl.setNumeroProgetto(numeroProgetto); - } - - infoFascicoloImpl.setAlreadyImported(alreadyImported); - - infoFascicoloImpl.resetOriginalValues(); - - return infoFascicoloImpl; - } - - @Override - public void readExternal(ObjectInput objectInput) throws IOException { - uuid = objectInput.readUTF(); - infoFascicoloId = objectInput.readLong(); - companyId = objectInput.readLong(); - userId = objectInput.readLong(); - userName = objectInput.readUTF(); - createDate = objectInput.readLong(); - modifiedDate = objectInput.readLong(); - groupId = objectInput.readLong(); - intPraticaId = objectInput.readLong(); - numeroProgetto = objectInput.readUTF(); - alreadyImported = objectInput.readBoolean(); - } - - @Override - public void writeExternal(ObjectOutput objectOutput) - throws IOException { - if (uuid == null) { - objectOutput.writeUTF(StringPool.BLANK); - } - else { - objectOutput.writeUTF(uuid); - } - - objectOutput.writeLong(infoFascicoloId); - objectOutput.writeLong(companyId); - objectOutput.writeLong(userId); - - if (userName == null) { - objectOutput.writeUTF(StringPool.BLANK); - } - else { - objectOutput.writeUTF(userName); - } - - objectOutput.writeLong(createDate); - objectOutput.writeLong(modifiedDate); - objectOutput.writeLong(groupId); - objectOutput.writeLong(intPraticaId); - - if (numeroProgetto == null) { - objectOutput.writeUTF(StringPool.BLANK); - } - else { - objectOutput.writeUTF(numeroProgetto); - } - - objectOutput.writeBoolean(alreadyImported); - } - - public String uuid; - public long infoFascicoloId; - public long companyId; - public long userId; - public String userName; - public long createDate; - public long modifiedDate; - public long groupId; - public long intPraticaId; - public String numeroProgetto; - public boolean alreadyImported; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloImpl.java deleted file mode 100644 index 515b8256..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloImpl.java +++ /dev/null @@ -1,34 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model.impl; - -/** - * The extended model implementation for the InfoFascicolo service. Represents a row in the - * "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. - * - *

- * Helper methods and all application logic should be put in this class. Whenever methods are added, rerun - * ServiceBuilder to copy their definitions into the {@link it.tref.liferay.portos.bo.model.InfoFascicolo} interface. - *

- * - * @author Davide Barbagallo, 3F Consulting - */ -@SuppressWarnings("serial") -public class InfoFascicoloImpl extends InfoFascicoloBaseImpl { - /* - * NOTE FOR DEVELOPERS: Never reference this class directly. All methods that expect a info fascicolo model instance - * should use the {@link it.tref.liferay.portos.bo.model.InfoFascicolo} interface instead. - */ - public InfoFascicoloImpl() { - } -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloModelImpl.java deleted file mode 100644 index 1b9a1129..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/InfoFascicoloModelImpl.java +++ /dev/null @@ -1,763 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.model.impl; - -import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.json.JSON; -import com.liferay.portal.kernel.lar.StagedModelType; -import com.liferay.portal.kernel.util.GetterUtil; -import com.liferay.portal.kernel.util.ProxyUtil; -import com.liferay.portal.kernel.util.StringBundler; -import com.liferay.portal.kernel.util.StringPool; -import com.liferay.portal.model.CacheModel; -import com.liferay.portal.model.impl.BaseModelImpl; -import com.liferay.portal.service.ServiceContext; -import com.liferay.portal.util.PortalUtil; - -import com.liferay.portlet.expando.model.ExpandoBridge; -import com.liferay.portlet.expando.util.ExpandoBridgeFactoryUtil; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.model.InfoFascicoloModel; -import it.tref.liferay.portos.bo.model.InfoFascicoloSoap; - -import java.io.Serializable; - -import java.sql.Types; - -import java.util.ArrayList; -import java.util.Date; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * The base model implementation for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. - * - *

- * This implementation and its corresponding interface {@link it.tref.liferay.portos.bo.model.InfoFascicoloModel} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link InfoFascicoloImpl}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloImpl - * @see it.tref.liferay.portos.bo.model.InfoFascicolo - * @see it.tref.liferay.portos.bo.model.InfoFascicoloModel - * @generated - */ -@JSON(strict = true) -public class InfoFascicoloModelImpl extends BaseModelImpl - implements InfoFascicoloModel { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this class directly. All methods that expect a info fascicolo model instance should use the {@link it.tref.liferay.portos.bo.model.InfoFascicolo} interface instead. - */ - public static final String TABLE_NAME = "portos_bo_InfoFascicolo"; - public static final Object[][] TABLE_COLUMNS = { - { "uuid_", Types.VARCHAR }, - { "infoFascicoloId", Types.BIGINT }, - { "companyId", Types.BIGINT }, - { "userId", Types.BIGINT }, - { "userName", Types.VARCHAR }, - { "createDate", Types.TIMESTAMP }, - { "modifiedDate", Types.TIMESTAMP }, - { "groupId", Types.BIGINT }, - { "intPraticaId", Types.BIGINT }, - { "numeroProgetto", Types.VARCHAR }, - { "alreadyImported", Types.BOOLEAN } - }; - public static final String TABLE_SQL_CREATE = "create table portos_bo_InfoFascicolo (uuid_ VARCHAR(75) null,infoFascicoloId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,numeroProgetto VARCHAR(75) null,alreadyImported BOOLEAN)"; - public static final String TABLE_SQL_DROP = "drop table portos_bo_InfoFascicolo"; - public static final String ORDER_BY_JPQL = " ORDER BY infoFascicolo.infoFascicoloId ASC"; - public static final String ORDER_BY_SQL = " ORDER BY portos_bo_InfoFascicolo.infoFascicoloId ASC"; - public static final String DATA_SOURCE = "liferayDataSource"; - public static final String SESSION_FACTORY = "liferaySessionFactory"; - public static final String TX_MANAGER = "liferayTransactionManager"; - public static final boolean ENTITY_CACHE_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get( - "value.object.entity.cache.enabled.it.tref.liferay.portos.bo.model.InfoFascicolo"), - true); - public static final boolean FINDER_CACHE_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get( - "value.object.finder.cache.enabled.it.tref.liferay.portos.bo.model.InfoFascicolo"), - true); - public static final boolean COLUMN_BITMASK_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get( - "value.object.column.bitmask.enabled.it.tref.liferay.portos.bo.model.InfoFascicolo"), - true); - public static long COMPANYID_COLUMN_BITMASK = 1L; - public static long GROUPID_COLUMN_BITMASK = 2L; - public static long INTPRATICAID_COLUMN_BITMASK = 4L; - public static long UUID_COLUMN_BITMASK = 8L; - public static long INFOFASCICOLOID_COLUMN_BITMASK = 16L; - - /** - * Converts the soap model instance into a normal model instance. - * - * @param soapModel the soap model instance to convert - * @return the normal model instance - */ - public static InfoFascicolo toModel(InfoFascicoloSoap soapModel) { - if (soapModel == null) { - return null; - } - - InfoFascicolo model = new InfoFascicoloImpl(); - - model.setUuid(soapModel.getUuid()); - model.setInfoFascicoloId(soapModel.getInfoFascicoloId()); - model.setCompanyId(soapModel.getCompanyId()); - model.setUserId(soapModel.getUserId()); - model.setUserName(soapModel.getUserName()); - model.setCreateDate(soapModel.getCreateDate()); - model.setModifiedDate(soapModel.getModifiedDate()); - model.setGroupId(soapModel.getGroupId()); - model.setIntPraticaId(soapModel.getIntPraticaId()); - model.setNumeroProgetto(soapModel.getNumeroProgetto()); - model.setAlreadyImported(soapModel.getAlreadyImported()); - - return model; - } - - /** - * Converts the soap model instances into normal model instances. - * - * @param soapModels the soap model instances to convert - * @return the normal model instances - */ - public static List toModels(InfoFascicoloSoap[] soapModels) { - if (soapModels == null) { - return null; - } - - List models = new ArrayList(soapModels.length); - - for (InfoFascicoloSoap soapModel : soapModels) { - models.add(toModel(soapModel)); - } - - return models; - } - - public static final long LOCK_EXPIRATION_TIME = GetterUtil.getLong(com.liferay.util.service.ServiceProps.get( - "lock.expiration.time.it.tref.liferay.portos.bo.model.InfoFascicolo")); - - public InfoFascicoloModelImpl() { - } - - @Override - public long getPrimaryKey() { - return _infoFascicoloId; - } - - @Override - public void setPrimaryKey(long primaryKey) { - setInfoFascicoloId(primaryKey); - } - - @Override - public Serializable getPrimaryKeyObj() { - return _infoFascicoloId; - } - - @Override - public void setPrimaryKeyObj(Serializable primaryKeyObj) { - setPrimaryKey(((Long)primaryKeyObj).longValue()); - } - - @Override - public Class getModelClass() { - return InfoFascicolo.class; - } - - @Override - public String getModelClassName() { - return InfoFascicolo.class.getName(); - } - - @Override - public Map getModelAttributes() { - Map attributes = new HashMap(); - - attributes.put("uuid", getUuid()); - attributes.put("infoFascicoloId", getInfoFascicoloId()); - attributes.put("companyId", getCompanyId()); - attributes.put("userId", getUserId()); - attributes.put("userName", getUserName()); - attributes.put("createDate", getCreateDate()); - attributes.put("modifiedDate", getModifiedDate()); - attributes.put("groupId", getGroupId()); - attributes.put("intPraticaId", getIntPraticaId()); - attributes.put("numeroProgetto", getNumeroProgetto()); - attributes.put("alreadyImported", getAlreadyImported()); - - return attributes; - } - - @Override - public void setModelAttributes(Map attributes) { - String uuid = (String)attributes.get("uuid"); - - if (uuid != null) { - setUuid(uuid); - } - - Long infoFascicoloId = (Long)attributes.get("infoFascicoloId"); - - if (infoFascicoloId != null) { - setInfoFascicoloId(infoFascicoloId); - } - - Long companyId = (Long)attributes.get("companyId"); - - if (companyId != null) { - setCompanyId(companyId); - } - - Long userId = (Long)attributes.get("userId"); - - if (userId != null) { - setUserId(userId); - } - - String userName = (String)attributes.get("userName"); - - if (userName != null) { - setUserName(userName); - } - - Date createDate = (Date)attributes.get("createDate"); - - if (createDate != null) { - setCreateDate(createDate); - } - - Date modifiedDate = (Date)attributes.get("modifiedDate"); - - if (modifiedDate != null) { - setModifiedDate(modifiedDate); - } - - Long groupId = (Long)attributes.get("groupId"); - - if (groupId != null) { - setGroupId(groupId); - } - - Long intPraticaId = (Long)attributes.get("intPraticaId"); - - if (intPraticaId != null) { - setIntPraticaId(intPraticaId); - } - - String numeroProgetto = (String)attributes.get("numeroProgetto"); - - if (numeroProgetto != null) { - setNumeroProgetto(numeroProgetto); - } - - Boolean alreadyImported = (Boolean)attributes.get("alreadyImported"); - - if (alreadyImported != null) { - setAlreadyImported(alreadyImported); - } - } - - @JSON - @Override - public String getUuid() { - if (_uuid == null) { - return StringPool.BLANK; - } - else { - return _uuid; - } - } - - @Override - public void setUuid(String uuid) { - if (_originalUuid == null) { - _originalUuid = _uuid; - } - - _uuid = uuid; - } - - public String getOriginalUuid() { - return GetterUtil.getString(_originalUuid); - } - - @JSON - @Override - public long getInfoFascicoloId() { - return _infoFascicoloId; - } - - @Override - public void setInfoFascicoloId(long infoFascicoloId) { - _infoFascicoloId = infoFascicoloId; - } - - @JSON - @Override - public long getCompanyId() { - return _companyId; - } - - @Override - public void setCompanyId(long companyId) { - _columnBitmask |= COMPANYID_COLUMN_BITMASK; - - if (!_setOriginalCompanyId) { - _setOriginalCompanyId = true; - - _originalCompanyId = _companyId; - } - - _companyId = companyId; - } - - public long getOriginalCompanyId() { - return _originalCompanyId; - } - - @JSON - @Override - public long getUserId() { - return _userId; - } - - @Override - public void setUserId(long userId) { - _userId = userId; - } - - @Override - public String getUserUuid() throws SystemException { - return PortalUtil.getUserValue(getUserId(), "uuid", _userUuid); - } - - @Override - public void setUserUuid(String userUuid) { - _userUuid = userUuid; - } - - @JSON - @Override - public String getUserName() { - if (_userName == null) { - return StringPool.BLANK; - } - else { - return _userName; - } - } - - @Override - public void setUserName(String userName) { - _userName = userName; - } - - @JSON - @Override - public Date getCreateDate() { - return _createDate; - } - - @Override - public void setCreateDate(Date createDate) { - _createDate = createDate; - } - - @JSON - @Override - public Date getModifiedDate() { - return _modifiedDate; - } - - @Override - public void setModifiedDate(Date modifiedDate) { - _modifiedDate = modifiedDate; - } - - @JSON - @Override - public long getGroupId() { - return _groupId; - } - - @Override - public void setGroupId(long groupId) { - _columnBitmask |= GROUPID_COLUMN_BITMASK; - - if (!_setOriginalGroupId) { - _setOriginalGroupId = true; - - _originalGroupId = _groupId; - } - - _groupId = groupId; - } - - public long getOriginalGroupId() { - return _originalGroupId; - } - - @JSON - @Override - public long getIntPraticaId() { - return _intPraticaId; - } - - @Override - public void setIntPraticaId(long intPraticaId) { - _columnBitmask |= INTPRATICAID_COLUMN_BITMASK; - - if (!_setOriginalIntPraticaId) { - _setOriginalIntPraticaId = true; - - _originalIntPraticaId = _intPraticaId; - } - - _intPraticaId = intPraticaId; - } - - public long getOriginalIntPraticaId() { - return _originalIntPraticaId; - } - - @JSON - @Override - public String getNumeroProgetto() { - if (_numeroProgetto == null) { - return StringPool.BLANK; - } - else { - return _numeroProgetto; - } - } - - @Override - public void setNumeroProgetto(String numeroProgetto) { - _numeroProgetto = numeroProgetto; - } - - @JSON - @Override - public boolean getAlreadyImported() { - return _alreadyImported; - } - - @Override - public boolean isAlreadyImported() { - return _alreadyImported; - } - - @Override - public void setAlreadyImported(boolean alreadyImported) { - _alreadyImported = alreadyImported; - } - - @Override - public StagedModelType getStagedModelType() { - return new StagedModelType(PortalUtil.getClassNameId( - InfoFascicolo.class.getName())); - } - - public long getColumnBitmask() { - return _columnBitmask; - } - - @Override - public ExpandoBridge getExpandoBridge() { - return ExpandoBridgeFactoryUtil.getExpandoBridge(getCompanyId(), - InfoFascicolo.class.getName(), getPrimaryKey()); - } - - @Override - public void setExpandoBridgeAttributes(ServiceContext serviceContext) { - ExpandoBridge expandoBridge = getExpandoBridge(); - - expandoBridge.setAttributes(serviceContext); - } - - @Override - public InfoFascicolo toEscapedModel() { - if (_escapedModel == null) { - _escapedModel = (InfoFascicolo)ProxyUtil.newProxyInstance(_classLoader, - _escapedModelInterfaces, new AutoEscapeBeanHandler(this)); - } - - return _escapedModel; - } - - @Override - public Object clone() { - InfoFascicoloImpl infoFascicoloImpl = new InfoFascicoloImpl(); - - infoFascicoloImpl.setUuid(getUuid()); - infoFascicoloImpl.setInfoFascicoloId(getInfoFascicoloId()); - infoFascicoloImpl.setCompanyId(getCompanyId()); - infoFascicoloImpl.setUserId(getUserId()); - infoFascicoloImpl.setUserName(getUserName()); - infoFascicoloImpl.setCreateDate(getCreateDate()); - infoFascicoloImpl.setModifiedDate(getModifiedDate()); - infoFascicoloImpl.setGroupId(getGroupId()); - infoFascicoloImpl.setIntPraticaId(getIntPraticaId()); - infoFascicoloImpl.setNumeroProgetto(getNumeroProgetto()); - infoFascicoloImpl.setAlreadyImported(getAlreadyImported()); - - infoFascicoloImpl.resetOriginalValues(); - - return infoFascicoloImpl; - } - - @Override - public int compareTo(InfoFascicolo infoFascicolo) { - long primaryKey = infoFascicolo.getPrimaryKey(); - - if (getPrimaryKey() < primaryKey) { - return -1; - } - else if (getPrimaryKey() > primaryKey) { - return 1; - } - else { - return 0; - } - } - - @Override - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - - if (!(obj instanceof InfoFascicolo)) { - return false; - } - - InfoFascicolo infoFascicolo = (InfoFascicolo)obj; - - long primaryKey = infoFascicolo.getPrimaryKey(); - - if (getPrimaryKey() == primaryKey) { - return true; - } - else { - return false; - } - } - - @Override - public int hashCode() { - return (int)getPrimaryKey(); - } - - @Override - public void resetOriginalValues() { - InfoFascicoloModelImpl infoFascicoloModelImpl = this; - - infoFascicoloModelImpl._originalUuid = infoFascicoloModelImpl._uuid; - - infoFascicoloModelImpl._originalCompanyId = infoFascicoloModelImpl._companyId; - - infoFascicoloModelImpl._setOriginalCompanyId = false; - - infoFascicoloModelImpl._originalGroupId = infoFascicoloModelImpl._groupId; - - infoFascicoloModelImpl._setOriginalGroupId = false; - - infoFascicoloModelImpl._originalIntPraticaId = infoFascicoloModelImpl._intPraticaId; - - infoFascicoloModelImpl._setOriginalIntPraticaId = false; - - infoFascicoloModelImpl._columnBitmask = 0; - } - - @Override - public CacheModel toCacheModel() { - InfoFascicoloCacheModel infoFascicoloCacheModel = new InfoFascicoloCacheModel(); - - infoFascicoloCacheModel.uuid = getUuid(); - - String uuid = infoFascicoloCacheModel.uuid; - - if ((uuid != null) && (uuid.length() == 0)) { - infoFascicoloCacheModel.uuid = null; - } - - infoFascicoloCacheModel.infoFascicoloId = getInfoFascicoloId(); - - infoFascicoloCacheModel.companyId = getCompanyId(); - - infoFascicoloCacheModel.userId = getUserId(); - - infoFascicoloCacheModel.userName = getUserName(); - - String userName = infoFascicoloCacheModel.userName; - - if ((userName != null) && (userName.length() == 0)) { - infoFascicoloCacheModel.userName = null; - } - - Date createDate = getCreateDate(); - - if (createDate != null) { - infoFascicoloCacheModel.createDate = createDate.getTime(); - } - else { - infoFascicoloCacheModel.createDate = Long.MIN_VALUE; - } - - Date modifiedDate = getModifiedDate(); - - if (modifiedDate != null) { - infoFascicoloCacheModel.modifiedDate = modifiedDate.getTime(); - } - else { - infoFascicoloCacheModel.modifiedDate = Long.MIN_VALUE; - } - - infoFascicoloCacheModel.groupId = getGroupId(); - - infoFascicoloCacheModel.intPraticaId = getIntPraticaId(); - - infoFascicoloCacheModel.numeroProgetto = getNumeroProgetto(); - - String numeroProgetto = infoFascicoloCacheModel.numeroProgetto; - - if ((numeroProgetto != null) && (numeroProgetto.length() == 0)) { - infoFascicoloCacheModel.numeroProgetto = null; - } - - infoFascicoloCacheModel.alreadyImported = getAlreadyImported(); - - return infoFascicoloCacheModel; - } - - @Override - public String toString() { - StringBundler sb = new StringBundler(23); - - sb.append("{uuid="); - sb.append(getUuid()); - sb.append(", infoFascicoloId="); - sb.append(getInfoFascicoloId()); - sb.append(", companyId="); - sb.append(getCompanyId()); - sb.append(", userId="); - sb.append(getUserId()); - sb.append(", userName="); - sb.append(getUserName()); - sb.append(", createDate="); - sb.append(getCreateDate()); - sb.append(", modifiedDate="); - sb.append(getModifiedDate()); - sb.append(", groupId="); - sb.append(getGroupId()); - sb.append(", intPraticaId="); - sb.append(getIntPraticaId()); - sb.append(", numeroProgetto="); - sb.append(getNumeroProgetto()); - sb.append(", alreadyImported="); - sb.append(getAlreadyImported()); - sb.append("}"); - - return sb.toString(); - } - - @Override - public String toXmlString() { - StringBundler sb = new StringBundler(37); - - sb.append(""); - sb.append("it.tref.liferay.portos.bo.model.InfoFascicolo"); - sb.append(""); - - sb.append( - "uuid"); - sb.append( - "infoFascicoloId"); - sb.append( - "companyId"); - sb.append( - "userId"); - sb.append( - "userName"); - sb.append( - "createDate"); - sb.append( - "modifiedDate"); - sb.append( - "groupId"); - sb.append( - "intPraticaId"); - sb.append( - "numeroProgetto"); - sb.append( - "alreadyImported"); - - sb.append(""); - - return sb.toString(); - } - - private static ClassLoader _classLoader = InfoFascicolo.class.getClassLoader(); - private static Class[] _escapedModelInterfaces = new Class[] { - InfoFascicolo.class - }; - private String _uuid; - private String _originalUuid; - private long _infoFascicoloId; - private long _companyId; - private long _originalCompanyId; - private boolean _setOriginalCompanyId; - private long _userId; - private String _userUuid; - private String _userName; - private Date _createDate; - private Date _modifiedDate; - private long _groupId; - private long _originalGroupId; - private boolean _setOriginalGroupId; - private long _intPraticaId; - private long _originalIntPraticaId; - private boolean _setOriginalIntPraticaId; - private String _numeroProgetto; - private boolean _alreadyImported; - private long _columnBitmask; - private InfoFascicolo _escapedModel; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/SoggettoImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/SoggettoImpl.java index ed6b98ea..dc04cd0b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/SoggettoImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/SoggettoImpl.java @@ -42,17 +42,17 @@ public class SoggettoImpl extends SoggettoBaseImpl { @Override public String getFullTipologiaSoggetto() { - String tipologia = LanguageUtil.get(LocaleUtil.ITALIAN, "gc-soggetto-" + getTipologiaSoggetto()); - String ambito = StringPool.BLANK; + StringBuilder sb = new StringBuilder(); + sb.append(LanguageUtil.get(LocaleUtil.ITALIAN, "gc-soggetto-" + getTipologiaSoggetto())); if (Validator.isNotNull(getAmbitoProfessione())) { - ambito = StringPool.SPACE + StringPool.DASH + StringPool.SPACE; + sb.append(StringPool.SPACE).append(StringPool.DASH).append(StringPool.SPACE); if (getAmbitoProfessione().equalsIgnoreCase("ambitoProf-altro")) { - ambito += getAmbitoAttivita(); + sb.append(getAmbitoAttivita()); } else { - ambito += LanguageUtil.get(LocaleUtil.ITALIAN, "label-ambito-" + getAmbitoProfessione()); + sb.append(LanguageUtil.get(LocaleUtil.ITALIAN, "label-ambito-" + getAmbitoProfessione())); } } - return tipologia + ambito; + return sb.toString(); } @Override diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/listener/KaleoInstanceTokenModelListener.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/listener/KaleoInstanceTokenModelListener.java index a861c76b..856de86e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/listener/KaleoInstanceTokenModelListener.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/listener/KaleoInstanceTokenModelListener.java @@ -69,8 +69,7 @@ public class KaleoInstanceTokenModelListener extends BaseModelListenerCompletato

Refresh"); } else if ("comuni".equals(id)) { String provinciaId = ParamUtil.getString(resourceRequest, "provinciaId"); JSONArray jsonArray = JSONFactoryUtil.createJSONArray(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/GestioneAttivitaPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/GestioneAttivitaPortlet.java index 9fe711e9..4a9d2ac1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/GestioneAttivitaPortlet.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/GestioneAttivitaPortlet.java @@ -18,6 +18,7 @@ import it.tref.liferay.portos.bo.service.TerritorioLocalServiceUtil; import it.tref.liferay.portos.bo.service.permission.IntPraticaPermission; import it.tref.liferay.portos.bo.shared.util.ActionKeys; import it.tref.liferay.portos.bo.shared.util.Constants; +import it.tref.liferay.portos.bo.util.AvvisoUtil; import it.tref.liferay.portos.bo.util.MailUtil; import it.tref.liferay.portos.bo.util.WorkflowUtil; @@ -101,7 +102,7 @@ public class GestioneAttivitaPortlet extends MVCPortlet { actionResponse.setRenderParameter("protocollo", protocollo); // ADT - BUG-11 Aggiunta filtro ricerca if (Validator.isNotNull(tipoPratica)) { - if ("co".equalsIgnoreCase(tipoPratica)) { + if (AvvisoUtil.TIPO_REPORT_CONTROLLO_OBBLIGATORIO.equalsIgnoreCase(tipoPratica)) { tipoPratica = Constants.TIPO_PRATICA_DEPOSITO; actionResponse.setRenderParameter("controlloObbligatorio", StringPool.TRUE); } @@ -232,6 +233,10 @@ public class GestioneAttivitaPortlet extends MVCPortlet { } } + public void allegaSanzione(ActionRequest actionRequest, ActionResponse actionResponse) { + + } + public void aggiungiDettPraticheAlControllo(ActionRequest actionRequest, ActionResponse actionResponse) throws PortalException, SystemException { diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java index 0557a46c..9b055d9c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java @@ -299,15 +299,10 @@ public class SchedulerPratiche implements MessageListener { AvvisoUtil.TIPO_AVVISO_DIRETTO, StringPool.BLANK, 0L); } else if (TipoIntegrazioneUtil.VARIANTE.equals(tipoIntegrazione)) { // avviso pilotato per varianti - String stato = null; - if (dettPratica.getVarianteSostanziale()) { - stato = StatoPraticaConstants.VIDIMATA; - } else { - stato = intPratica.getStatoPratica(); - } - AvvisoLocalServiceUtil.createStandardAvvisoPratica(dettPratica.getIntPraticaId(), stato, - dettPratica.getDettPraticaId(), DettPratica.class.getName(), serviceContext, - AvvisoUtil.TIPO_AVVISO_DIRETTO, StringPool.BLANK, 0L); + AvvisoLocalServiceUtil.createStandardAvvisoPratica(dettPratica.getIntPraticaId(), + StatoPraticaConstants.VIDIMATA, dettPratica.getDettPraticaId(), + DettPratica.class.getName(), serviceContext, AvvisoUtil.TIPO_AVVISO_DIRETTO, + StringPool.BLANK, 0L); } else if (TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO.equals(tipoIntegrazione)) { String propertiesTemplateType = StatoPraticaConstants.VARIAZIONE_SOGGETTI; String propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get( @@ -325,16 +320,6 @@ public class SchedulerPratiche implements MessageListener { 0L); } } - // Avvio Workflow - if (!dettPratica.getTipoIntegrazione().equals(TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO) - && !(dettPratica.getTipoIntegrazione().equals(TipoIntegrazioneUtil.VARIANTE) && !dettPratica - .getVarianteSostanziale())) { - ControlloPratica cp = avvioWorkflow(dettPratica, dettPratica.getUserId(), serviceContext); - if (cp != null) - ControlloPraticaLocalServiceUtil.gestioneWFVarianti(cp); - } else { - _log.info("Workflow non avviato"); - } dettPratica = DettPraticaLocalServiceUtil.updateDettPraticaGestita(dettPratica.getDettPraticaId(), true); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java index 6874f337..fdfb2fa2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1158,63 +1157,6 @@ public abstract class AllegatoManualeLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2004,12 +1946,6 @@ public abstract class AllegatoManualeLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java index 20656c0c..161de966 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java @@ -122,60 +122,60 @@ public class AllegatoManualeLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.AllegatoManuale" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "findByIntPratica"; + _methodName178 = "findByIntPratica"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; - _methodName185 = "findByIntPratica"; + _methodName179 = "findByIntPratica"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName186 = "countByIntPratica"; + _methodName180 = "countByIntPratica"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "findByDettPratica"; + _methodName181 = "findByDettPratica"; - _methodParameterTypes187 = new String[] { "long" }; + _methodParameterTypes181 = new String[] { "long" }; - _methodName188 = "findByDettPratica"; + _methodName182 = "findByDettPratica"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName189 = "countByDettPratica"; + _methodName183 = "countByDettPratica"; - _methodParameterTypes189 = new String[] { "long" }; + _methodParameterTypes183 = new String[] { "long" }; - _methodName190 = "addAllegatoManuale"; + _methodName184 = "addAllegatoManuale"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "long", "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName191 = "deleteAllegatoManuale"; + _methodName185 = "deleteAllegatoManuale"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "it.tref.liferay.portos.bo.model.AllegatoManuale" }; - _methodName192 = "deleteAllegatoManuale"; + _methodName186 = "deleteAllegatoManuale"; - _methodParameterTypes192 = new String[] { "long" }; + _methodParameterTypes186 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -291,56 +291,56 @@ public class AllegatoManualeLocalServiceClpInvoker { return AllegatoManualeLocalServiceUtil.updateAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return AllegatoManualeLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { AllegatoManualeLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return AllegatoManualeLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return AllegatoManualeLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return AllegatoManualeLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return AllegatoManualeLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return AllegatoManualeLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return AllegatoManualeLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return AllegatoManualeLocalServiceUtil.addAllegatoManuale(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -349,13 +349,13 @@ public class AllegatoManualeLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[6]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return AllegatoManualeLocalServiceUtil.deleteAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return AllegatoManualeLocalServiceUtil.deleteAllegatoManuale(((Long)arguments[0]).longValue()); } @@ -402,26 +402,26 @@ public class AllegatoManualeLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; private String[] _methodParameterTypes185; private String _methodName186; private String[] _methodParameterTypes186; - private String _methodName187; - private String[] _methodParameterTypes187; - private String _methodName188; - private String[] _methodParameterTypes188; - private String _methodName189; - private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; - private String _methodName191; - private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java index 2b1eb08a..6ed1c724 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class AllegatoManualeServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class AllegatoManualeServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java index 6d581932..cc435627 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java @@ -24,114 +24,114 @@ import java.util.Arrays; */ public class AllegatoManualeServiceClpInvoker { public AllegatoManualeServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "findByIntPratica"; + _methodName158 = "findByIntPratica"; - _methodParameterTypes164 = new String[] { "long" }; + _methodParameterTypes158 = new String[] { "long" }; - _methodName165 = "findByIntPratica"; + _methodName159 = "findByIntPratica"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName166 = "countByIntPratica"; + _methodName160 = "countByIntPratica"; - _methodParameterTypes166 = new String[] { "long" }; + _methodParameterTypes160 = new String[] { "long" }; - _methodName167 = "findByDettPratica"; + _methodName161 = "findByDettPratica"; - _methodParameterTypes167 = new String[] { "long" }; + _methodParameterTypes161 = new String[] { "long" }; - _methodName168 = "findByDettPratica"; + _methodName162 = "findByDettPratica"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName169 = "countByDettPratica"; + _methodName163 = "countByDettPratica"; - _methodParameterTypes169 = new String[] { "long" }; + _methodParameterTypes163 = new String[] { "long" }; - _methodName170 = "addAllegatoManuale"; + _methodName164 = "addAllegatoManuale"; - _methodParameterTypes170 = new String[] { + _methodParameterTypes164 = new String[] { "long", "long", "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName171 = "deleteAllegatoManuale"; + _methodName165 = "deleteAllegatoManuale"; - _methodParameterTypes171 = new String[] { + _methodParameterTypes165 = new String[] { "it.tref.liferay.portos.bo.model.AllegatoManuale" }; - _methodName172 = "deleteAllegatoManuale"; + _methodName166 = "deleteAllegatoManuale"; - _methodParameterTypes172 = new String[] { "long" }; + _methodParameterTypes166 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return AllegatoManualeServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { AllegatoManualeServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return AllegatoManualeServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return AllegatoManualeServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return AllegatoManualeServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return AllegatoManualeServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return AllegatoManualeServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return AllegatoManualeServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return AllegatoManualeServiceUtil.addAllegatoManuale(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -140,39 +140,39 @@ public class AllegatoManualeServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[6]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return AllegatoManualeServiceUtil.deleteAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return AllegatoManualeServiceUtil.deleteAllegatoManuale(((Long)arguments[0]).longValue()); } throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; private String[] _methodParameterTypes165; private String _methodName166; private String[] _methodParameterTypes166; - private String _methodName167; - private String[] _methodParameterTypes167; - private String _methodName168; - private String[] _methodParameterTypes168; - private String _methodName169; - private String[] _methodParameterTypes169; - private String _methodName170; - private String[] _methodParameterTypes170; - private String _methodName171; - private String[] _methodParameterTypes171; - private String _methodName172; - private String[] _methodParameterTypes172; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java index 6ced4bc1..7429c47f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1157,63 +1156,6 @@ public abstract class AsseverazioneLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2003,12 +1945,6 @@ public abstract class AsseverazioneLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java index 0357f050..0814c86b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java @@ -122,251 +122,251 @@ public class AsseverazioneLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Asseverazione" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "anteprimaAsseverazione"; + _methodName178 = "anteprimaAsseverazione"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "java.lang.String", "com.liferay.portal.model.User", "it.tref.liferay.portos.bo.model.DettPratica", "java.lang.String" }; - _methodName185 = "testoAsseverazione"; + _methodName179 = "testoAsseverazione"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "java.lang.String", "com.liferay.portal.model.User", "long", "java.lang.String" }; - _methodName186 = "testoAsseverazione"; + _methodName180 = "testoAsseverazione"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "java.lang.String", "java.lang.String", "long", "java.lang.String" }; - _methodName187 = "testoAsseverazione"; + _methodName181 = "testoAsseverazione"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "java.lang.String", "java.lang.String", "it.tref.liferay.portos.bo.model.DettPratica", "java.lang.String" }; - _methodName190 = "addAsseverazione"; + _methodName184 = "addAsseverazione"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName191 = "richiediAsseverazioni"; + _methodName185 = "richiediAsseverazioni"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName192 = "resetAsseverazione"; + _methodName186 = "resetAsseverazione"; - _methodParameterTypes192 = new String[] { "long" }; + _methodParameterTypes186 = new String[] { "long" }; - _methodName193 = "annullaAsseverazioni"; + _methodName187 = "annullaAsseverazioni"; - _methodParameterTypes193 = new String[] { "long" }; + _methodParameterTypes187 = new String[] { "long" }; - _methodName194 = "cambioStatoAsseverazione"; + _methodName188 = "cambioStatoAsseverazione"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long", "long", "java.lang.String" }; - _methodName195 = "generateReportAsseverazione"; + _methodName189 = "generateReportAsseverazione"; - _methodParameterTypes195 = new String[] { + _methodParameterTypes189 = new String[] { "it.tref.liferay.portos.bo.model.Asseverazione", "long" }; - _methodName196 = "cambioStatoAsseverazioni"; + _methodName190 = "cambioStatoAsseverazioni"; - _methodParameterTypes196 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes190 = new String[] { "long", "java.lang.String" }; - _methodName197 = "concludiAsseverazioniExpired"; + _methodName191 = "concludiAsseverazioniExpired"; - _methodParameterTypes197 = new String[] { "long" }; + _methodParameterTypes191 = new String[] { "long" }; - _methodName198 = "rimuoviFileAsseverazione"; + _methodName192 = "rimuoviFileAsseverazione"; - _methodParameterTypes198 = new String[] { "long" }; + _methodParameterTypes192 = new String[] { "long" }; - _methodName199 = "deleteAsseverazione"; + _methodName193 = "deleteAsseverazione"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "it.tref.liferay.portos.bo.model.Asseverazione" }; - _methodName200 = "deleteAsseverazione"; + _methodName194 = "deleteAsseverazione"; - _methodParameterTypes200 = new String[] { "long" }; + _methodParameterTypes194 = new String[] { "long" }; - _methodName201 = "allegaFileAsseverazione"; + _methodName195 = "allegaFileAsseverazione"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "long", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName202 = "findByIntPratica"; + _methodName196 = "findByIntPratica"; - _methodParameterTypes202 = new String[] { + _methodParameterTypes196 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName203 = "findByDettPratica"; + _methodName197 = "findByDettPratica"; - _methodParameterTypes203 = new String[] { + _methodParameterTypes197 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName204 = "countByIntPratica"; + _methodName198 = "countByIntPratica"; - _methodParameterTypes204 = new String[] { "long" }; + _methodParameterTypes198 = new String[] { "long" }; - _methodName205 = "countByDettPratica"; + _methodName199 = "countByDettPratica"; - _methodParameterTypes205 = new String[] { "long" }; + _methodParameterTypes199 = new String[] { "long" }; - _methodName206 = "findByIntPratica_CodiceFiscale"; + _methodName200 = "findByIntPratica_CodiceFiscale"; - _methodParameterTypes206 = new String[] { + _methodParameterTypes200 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName207 = "countByIntPratica_CodiceFiscale"; + _methodName201 = "countByIntPratica_CodiceFiscale"; - _methodParameterTypes207 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes201 = new String[] { "long", "java.lang.String" }; - _methodName208 = "findByCodiceFiscale_InEsito"; + _methodName202 = "findByCodiceFiscale_InEsito"; - _methodParameterTypes208 = new String[] { + _methodParameterTypes202 = new String[] { "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName209 = "countByCodiceFiscale_InEsito"; + _methodName203 = "countByCodiceFiscale_InEsito"; - _methodParameterTypes209 = new String[] { + _methodParameterTypes203 = new String[] { "java.lang.String", "java.lang.String[][]" }; - _methodName210 = "findByIntPratica_CodiceFiscale_InEsito"; + _methodName204 = "findByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes210 = new String[] { + _methodParameterTypes204 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName211 = "findByDettPratica_CodiceFiscale_InEsito"; + _methodName205 = "findByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes205 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName212 = "countByIntPratica_CodiceFiscale_InEsito"; + _methodName206 = "countByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes212 = new String[] { + _methodParameterTypes206 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName213 = "countByDettPratica_CodiceFiscale_InEsito"; + _methodName207 = "countByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes207 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName214 = "findByIntPratica_InEsito"; + _methodName208 = "findByIntPratica_InEsito"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes208 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName215 = "countByIntPratica_InEsito"; + _methodName209 = "countByIntPratica_InEsito"; - _methodParameterTypes215 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes209 = new String[] { "long", "java.lang.String[][]" }; - _methodName216 = "findByDettPratica_InEsito"; + _methodName210 = "findByDettPratica_InEsito"; - _methodParameterTypes216 = new String[] { + _methodParameterTypes210 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName217 = "countByDettPratica_InEsito"; + _methodName211 = "countByDettPratica_InEsito"; - _methodParameterTypes217 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes211 = new String[] { "long", "java.lang.String[][]" }; - _methodName218 = "findByCodiceFiscale_Tipologia_InEsito"; + _methodName212 = "findByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes212 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName219 = "countByCodiceFiscale_Tipologia_InEsito"; + _methodName213 = "countByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes219 = new String[] { + _methodParameterTypes213 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName220 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName214 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes214 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName221 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName215 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes221 = new String[] { + _methodParameterTypes215 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName222 = "findByIntPratica_Tipologia_InEsito"; + _methodName216 = "findByIntPratica_Tipologia_InEsito"; - _methodParameterTypes222 = new String[] { + _methodParameterTypes216 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName223 = "findByDettPratica_Tipologia_InEsito"; + _methodName217 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes223 = new String[] { + _methodParameterTypes217 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName224 = "countByIntPratica_Tipologia_InEsito"; + _methodName218 = "countByIntPratica_Tipologia_InEsito"; - _methodParameterTypes224 = new String[] { + _methodParameterTypes218 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName225 = "countByDettPratica_Tipologia_InEsito"; + _methodName219 = "countByDettPratica_Tipologia_InEsito"; - _methodParameterTypes225 = new String[] { + _methodParameterTypes219 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; } @@ -484,50 +484,50 @@ public class AsseverazioneLocalServiceClpInvoker { return AsseverazioneLocalServiceUtil.updateAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return AsseverazioneLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { AsseverazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return AsseverazioneLocalServiceUtil.anteprimaAsseverazione((java.lang.String)arguments[0], (com.liferay.portal.model.User)arguments[1], (it.tref.liferay.portos.bo.model.DettPratica)arguments[2], (java.lang.String)arguments[3]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return AsseverazioneLocalServiceUtil.testoAsseverazione((java.lang.String)arguments[0], (com.liferay.portal.model.User)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return AsseverazioneLocalServiceUtil.testoAsseverazione((java.lang.String)arguments[0], (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return AsseverazioneLocalServiceUtil.testoAsseverazione((java.lang.String)arguments[0], (java.lang.String)arguments[1], (it.tref.liferay.portos.bo.model.DettPratica)arguments[2], (java.lang.String)arguments[3]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return AsseverazioneLocalServiceUtil.addAsseverazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -535,109 +535,109 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[5]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { AsseverazioneLocalServiceUtil.richiediAsseverazioni(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); return null; } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { AsseverazioneLocalServiceUtil.resetAsseverazione(((Long)arguments[0]).longValue()); return null; } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { AsseverazioneLocalServiceUtil.annullaAsseverazioni(((Long)arguments[0]).longValue()); return null; } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { AsseverazioneLocalServiceUtil.cambioStatoAsseverazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); return null; } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return AsseverazioneLocalServiceUtil.generateReportAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { AsseverazioneLocalServiceUtil.cambioStatoAsseverazioni(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { AsseverazioneLocalServiceUtil.concludiAsseverazioniExpired(((Long)arguments[0]).longValue()); return null; } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { AsseverazioneLocalServiceUtil.rimuoviFileAsseverazione(((Long)arguments[0]).longValue()); return null; } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return AsseverazioneLocalServiceUtil.deleteAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0]); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return AsseverazioneLocalServiceUtil.deleteAsseverazione(((Long)arguments[0]).longValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return AsseverazioneLocalServiceUtil.allegaFileAsseverazione(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -645,14 +645,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -660,14 +660,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -676,8 +676,8 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -686,20 +686,20 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -707,14 +707,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -722,14 +722,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -738,14 +738,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3], @@ -754,15 +754,15 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[6]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3]); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -771,8 +771,8 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return AsseverazioneLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -781,14 +781,14 @@ public class AsseverazioneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return AsseverazioneLocalServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } @@ -836,10 +836,18 @@ public class AsseverazioneLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -848,6 +856,10 @@ public class AsseverazioneLocalServiceClpInvoker { private String[] _methodParameterTypes186; private String _methodName187; private String[] _methodParameterTypes187; + private String _methodName188; + private String[] _methodParameterTypes188; + private String _methodName189; + private String[] _methodParameterTypes189; private String _methodName190; private String[] _methodParameterTypes190; private String _methodName191; @@ -908,16 +920,4 @@ public class AsseverazioneLocalServiceClpInvoker { private String[] _methodParameterTypes218; private String _methodName219; private String[] _methodParameterTypes219; - private String _methodName220; - private String[] _methodParameterTypes220; - private String _methodName221; - private String[] _methodParameterTypes221; - private String _methodName222; - private String[] _methodParameterTypes222; - private String _methodName223; - private String[] _methodParameterTypes223; - private String _methodName224; - private String[] _methodParameterTypes224; - private String _methodName225; - private String[] _methodParameterTypes225; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java index d3988da2..56bc091e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class AsseverazioneServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class AsseverazioneServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java index 7bbd41c4..2b83488b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java @@ -24,291 +24,291 @@ import java.util.Arrays; */ public class AsseverazioneServiceClpInvoker { public AsseverazioneServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "cambioStatoAsseverazione"; + _methodName158 = "cambioStatoAsseverazione"; - _methodParameterTypes164 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes158 = new String[] { "long", "java.lang.String" }; - _methodName165 = "cambioStatoAsseverazioni"; + _methodName159 = "cambioStatoAsseverazioni"; - _methodParameterTypes165 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes159 = new String[] { "long", "java.lang.String" }; - _methodName166 = "richiediAsseverazioni"; + _methodName160 = "richiediAsseverazioni"; - _methodParameterTypes166 = new String[] { + _methodParameterTypes160 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName167 = "resetAsseverazione"; + _methodName161 = "resetAsseverazione"; - _methodParameterTypes167 = new String[] { "long", "long" }; + _methodParameterTypes161 = new String[] { "long", "long" }; - _methodName168 = "annullaAsseverazioni"; + _methodName162 = "annullaAsseverazioni"; - _methodParameterTypes168 = new String[] { "long" }; + _methodParameterTypes162 = new String[] { "long" }; - _methodName169 = "rimuoviFileAsseverazione"; + _methodName163 = "rimuoviFileAsseverazione"; - _methodParameterTypes169 = new String[] { "long" }; + _methodParameterTypes163 = new String[] { "long" }; - _methodName170 = "allegaFileAsseverazione"; + _methodName164 = "allegaFileAsseverazione"; - _methodParameterTypes170 = new String[] { + _methodParameterTypes164 = new String[] { "long", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName171 = "findByIntPratica"; + _methodName165 = "findByIntPratica"; - _methodParameterTypes171 = new String[] { + _methodParameterTypes165 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName172 = "findByDettPratica"; + _methodName166 = "findByDettPratica"; - _methodParameterTypes172 = new String[] { + _methodParameterTypes166 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName173 = "countByIntPratica"; + _methodName167 = "countByIntPratica"; - _methodParameterTypes173 = new String[] { "long" }; + _methodParameterTypes167 = new String[] { "long" }; - _methodName174 = "countByDettPratica"; + _methodName168 = "countByDettPratica"; - _methodParameterTypes174 = new String[] { "long" }; + _methodParameterTypes168 = new String[] { "long" }; - _methodName175 = "findByIntPratica_CodiceFiscale"; + _methodName169 = "findByIntPratica_CodiceFiscale"; - _methodParameterTypes175 = new String[] { + _methodParameterTypes169 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName176 = "countByIntPratica_CodiceFiscale"; + _methodName170 = "countByIntPratica_CodiceFiscale"; - _methodParameterTypes176 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes170 = new String[] { "long", "java.lang.String" }; - _methodName177 = "findByCodiceFiscale_InEsito"; + _methodName171 = "findByCodiceFiscale_InEsito"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName178 = "countByCodiceFiscale_InEsito"; + _methodName172 = "countByCodiceFiscale_InEsito"; - _methodParameterTypes178 = new String[] { + _methodParameterTypes172 = new String[] { "java.lang.String", "java.lang.String[][]" }; - _methodName179 = "findByIntPratica_CodiceFiscale_InEsito"; + _methodName173 = "findByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes173 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName180 = "findByDettPratica_CodiceFiscale_InEsito"; + _methodName174 = "findByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes180 = new String[] { + _methodParameterTypes174 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName181 = "countByIntPratica_CodiceFiscale_InEsito"; + _methodName175 = "countByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes181 = new String[] { + _methodParameterTypes175 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName182 = "countByDettPratica_CodiceFiscale_InEsito"; + _methodName176 = "countByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes176 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName183 = "findByIntPratica_InEsito"; + _methodName177 = "findByIntPratica_InEsito"; - _methodParameterTypes183 = new String[] { + _methodParameterTypes177 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName184 = "countByIntPratica_InEsito"; + _methodName178 = "countByIntPratica_InEsito"; - _methodParameterTypes184 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes178 = new String[] { "long", "java.lang.String[][]" }; - _methodName185 = "findByDettPratica_InEsito"; + _methodName179 = "findByDettPratica_InEsito"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName186 = "countByDettPratica_InEsito"; + _methodName180 = "countByDettPratica_InEsito"; - _methodParameterTypes186 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes180 = new String[] { "long", "java.lang.String[][]" }; - _methodName187 = "findByCodiceFiscale_Tipologia_InEsito"; + _methodName181 = "findByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName188 = "countByCodiceFiscale_Tipologia_InEsito"; + _methodName182 = "countByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName189 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName183 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName190 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName184 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName191 = "findByIntPratica_Tipologia_InEsito"; + _methodName185 = "findByIntPratica_Tipologia_InEsito"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName192 = "findByDettPratica_Tipologia_InEsito"; + _methodName186 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes192 = new String[] { + _methodParameterTypes186 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName193 = "countByIntPratica_Tipologia_InEsito"; + _methodName187 = "countByIntPratica_Tipologia_InEsito"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName194 = "countByDettPratica_Tipologia_InEsito"; + _methodName188 = "countByDettPratica_Tipologia_InEsito"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return AsseverazioneServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { AsseverazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { AsseverazioneServiceUtil.cambioStatoAsseverazione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { AsseverazioneServiceUtil.cambioStatoAsseverazioni(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { AsseverazioneServiceUtil.richiediAsseverazioni(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); return null; } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { AsseverazioneServiceUtil.resetAsseverazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { AsseverazioneServiceUtil.annullaAsseverazioni(((Long)arguments[0]).longValue()); return null; } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { AsseverazioneServiceUtil.rimuoviFileAsseverazione(((Long)arguments[0]).longValue()); return null; } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return AsseverazioneServiceUtil.allegaFileAsseverazione(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return AsseverazioneServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return AsseverazioneServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -316,14 +316,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return AsseverazioneServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -331,14 +331,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return AsseverazioneServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1]); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -347,8 +347,8 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return AsseverazioneServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -357,20 +357,20 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return AsseverazioneServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -378,14 +378,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return AsseverazioneServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -393,14 +393,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return AsseverazioneServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return AsseverazioneServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -409,14 +409,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return AsseverazioneServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3], @@ -425,15 +425,15 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[6]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return AsseverazioneServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -442,8 +442,8 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return AsseverazioneServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -452,14 +452,14 @@ public class AsseverazioneServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return AsseverazioneServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return AsseverazioneServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } @@ -467,10 +467,22 @@ public class AsseverazioneServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -521,16 +533,4 @@ public class AsseverazioneServiceClpInvoker { private String[] _methodParameterTypes187; private String _methodName188; private String[] _methodParameterTypes188; - private String _methodName189; - private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; - private String _methodName191; - private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; - private String _methodName193; - private String[] _methodParameterTypes193; - private String _methodName194; - private String[] _methodParameterTypes194; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java index 9c7987c6..a3a65d9d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1149,63 +1148,6 @@ public abstract class AvvisoLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1995,12 +1937,6 @@ public abstract class AvvisoLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java index 4120cd16..9f93fb12 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java @@ -122,443 +122,443 @@ public class AvvisoLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Avviso" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "createStandardAvvisoPratica"; + _methodName178 = "createStandardAvvisoPratica"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext", "java.lang.String", "java.lang.String", "long" }; - _methodName185 = "createStandardAvvisoPratica"; + _methodName179 = "createStandardAvvisoPratica"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext", "java.lang.String", "java.lang.String", "java.lang.String", "long" }; - _methodName186 = "createStandardAvvisoPratica"; + _methodName180 = "createStandardAvvisoPratica"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "long", "java.lang.String", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext", "java.lang.String", "java.lang.String", "long" }; - _methodName187 = "createStandardAvvisoPratica"; + _methodName181 = "createStandardAvvisoPratica"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext", "java.lang.String", "java.lang.String", "long" }; - _methodName188 = "addAvviso"; + _methodName182 = "addAvviso"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "long", "long", "java.lang.String", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName189 = "addAvviso"; + _methodName183 = "addAvviso"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName190 = "addAvviso"; + _methodName184 = "addAvviso"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "long", "long", "java.lang.String", "java.lang.String", "java.lang.Long", "long", "java.lang.String", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName191 = "addAvvisoForImport"; + _methodName185 = "addAvvisoForImport"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "long", "long", "java.lang.String", "java.lang.String", "long", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName192 = "addAvviso"; + _methodName186 = "addAvviso"; - _methodParameterTypes192 = new String[] { + _methodParameterTypes186 = new String[] { "it.tref.liferay.portos.bo.model.Avviso" }; - _methodName193 = "search"; + _methodName187 = "search"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long[][]", "java.lang.Long", "java.lang.String", "int", "int" }; - _methodName194 = "countSearch"; + _methodName188 = "countSearch"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long[][]", "java.lang.Long", "java.lang.String" }; - _methodName196 = "getAvvisiFirmatiByCF"; + _methodName190 = "getAvvisiFirmatiByCF"; - _methodParameterTypes196 = new String[] { + _methodParameterTypes190 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName197 = "countAvvisiFirmatiByCF"; + _methodName191 = "countAvvisiFirmatiByCF"; - _methodParameterTypes197 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes191 = new String[] { "long", "java.lang.String" }; - _methodName199 = "getAvvisiDaFirmarePrimaFirmaByCF"; + _methodName193 = "getAvvisiDaFirmarePrimaFirmaByCF"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName200 = "countAvvisiDaFirmarePrimaFirmaByCF"; + _methodName194 = "countAvvisiDaFirmarePrimaFirmaByCF"; - _methodParameterTypes200 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes194 = new String[] { "long", "java.lang.String" }; - _methodName201 = "deleteAvviso"; + _methodName195 = "deleteAvviso"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "it.tref.liferay.portos.bo.model.Avviso" }; - _methodName202 = "deleteAvviso"; + _methodName196 = "deleteAvviso"; - _methodParameterTypes202 = new String[] { "long" }; + _methodParameterTypes196 = new String[] { "long" }; - _methodName204 = "getAvvisiDaFirmarePrimaFirmaByNotCF"; + _methodName198 = "getAvvisiDaFirmarePrimaFirmaByNotCF"; - _methodParameterTypes204 = new String[] { + _methodParameterTypes198 = new String[] { "long", "long[][]", "java.lang.String", "int", "int" }; - _methodName205 = "countAvvisiDaFirmarePrimaFirmaByNotCF"; + _methodName199 = "countAvvisiDaFirmarePrimaFirmaByNotCF"; - _methodParameterTypes205 = new String[] { + _methodParameterTypes199 = new String[] { "long", "long[][]", "java.lang.String" }; - _methodName207 = "getAvvisiDaFirmarePrimaFirma"; + _methodName201 = "getAvvisiDaFirmarePrimaFirma"; - _methodParameterTypes207 = new String[] { "long", "long[][]", "int", "int" }; + _methodParameterTypes201 = new String[] { "long", "long[][]", "int", "int" }; - _methodName208 = "countAvvisiDaFirmarePrimaFirma"; + _methodName202 = "countAvvisiDaFirmarePrimaFirma"; - _methodParameterTypes208 = new String[] { "long", "long[][]" }; + _methodParameterTypes202 = new String[] { "long", "long[][]" }; - _methodName210 = "countAvvisiGenerazioneDocumento"; + _methodName204 = "countAvvisiGenerazioneDocumento"; - _methodParameterTypes210 = new String[] { }; + _methodParameterTypes204 = new String[] { }; - _methodName211 = "getAvvisiGenerazioneDocumento"; + _methodName205 = "getAvvisiGenerazioneDocumento"; - _methodParameterTypes211 = new String[] { "int", "int" }; + _methodParameterTypes205 = new String[] { "int", "int" }; - _methodName212 = "dynamicQueryAvvisiGenerazioneDocumento"; + _methodName206 = "dynamicQueryAvvisiGenerazioneDocumento"; - _methodParameterTypes212 = new String[] { }; + _methodParameterTypes206 = new String[] { }; - _methodName213 = "countAvvisiFirmaDocumento"; + _methodName207 = "countAvvisiFirmaDocumento"; - _methodParameterTypes213 = new String[] { }; + _methodParameterTypes207 = new String[] { }; - _methodName214 = "getAvvisiFirmaDocumento"; + _methodName208 = "getAvvisiFirmaDocumento"; - _methodParameterTypes214 = new String[] { "int", "int" }; + _methodParameterTypes208 = new String[] { "int", "int" }; - _methodName215 = "dynamicQueryAvvisiFirmaDocumento"; + _methodName209 = "dynamicQueryAvvisiFirmaDocumento"; - _methodParameterTypes215 = new String[] { }; + _methodParameterTypes209 = new String[] { }; - _methodName216 = "countAvvisiInvioDocumento"; + _methodName210 = "countAvvisiInvioDocumento"; - _methodParameterTypes216 = new String[] { }; + _methodParameterTypes210 = new String[] { }; - _methodName217 = "getAvvisiInvioDocumento"; + _methodName211 = "getAvvisiInvioDocumento"; - _methodParameterTypes217 = new String[] { "int", "int" }; + _methodParameterTypes211 = new String[] { "int", "int" }; - _methodName218 = "dynamicQueryAvvisiInvioDocumento"; + _methodName212 = "dynamicQueryAvvisiInvioDocumento"; - _methodParameterTypes218 = new String[] { }; + _methodParameterTypes212 = new String[] { }; - _methodName219 = "countAvvisiInvioSignal"; + _methodName213 = "countAvvisiInvioSignal"; - _methodParameterTypes219 = new String[] { }; + _methodParameterTypes213 = new String[] { }; - _methodName220 = "getAvvisoInvioSignal"; + _methodName214 = "getAvvisoInvioSignal"; - _methodParameterTypes220 = new String[] { "long" }; + _methodParameterTypes214 = new String[] { "long" }; - _methodName221 = "getAvvisiInvioSignal"; + _methodName215 = "getAvvisiInvioSignal"; - _methodParameterTypes221 = new String[] { "int", "int" }; + _methodParameterTypes215 = new String[] { "int", "int" }; - _methodName222 = "dynamicQueryAvvisiInvioSignal"; + _methodName216 = "dynamicQueryAvvisiInvioSignal"; - _methodParameterTypes222 = new String[] { "java.lang.Long" }; + _methodParameterTypes216 = new String[] { "java.lang.Long" }; - _methodName223 = "countAvvisiTempistica"; + _methodName217 = "countAvvisiTempistica"; - _methodParameterTypes223 = new String[] { }; + _methodParameterTypes217 = new String[] { }; - _methodName224 = "getAvvisoTempistica"; + _methodName218 = "getAvvisoTempistica"; - _methodParameterTypes224 = new String[] { "long" }; + _methodParameterTypes218 = new String[] { "long" }; - _methodName225 = "getAvvisiTempistica"; + _methodName219 = "getAvvisiTempistica"; - _methodParameterTypes225 = new String[] { "int", "int" }; + _methodParameterTypes219 = new String[] { "int", "int" }; - _methodName226 = "dynamicQueryAvvisiTempistica"; + _methodName220 = "dynamicQueryAvvisiTempistica"; - _methodParameterTypes226 = new String[] { "java.lang.Long" }; + _methodParameterTypes220 = new String[] { "java.lang.Long" }; - _methodName227 = "updateAvvisoDlFileEntryFirma"; + _methodName221 = "updateAvvisoDlFileEntryFirma"; - _methodParameterTypes227 = new String[] { "long", "long" }; + _methodParameterTypes221 = new String[] { "long", "long" }; - _methodName228 = "updateAvvisoPrimaFirma"; + _methodName222 = "updateAvvisoPrimaFirma"; - _methodParameterTypes228 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes222 = new String[] { "long", "java.lang.String" }; - _methodName229 = "updateAvvisoRollbackPrimaFirma"; + _methodName223 = "updateAvvisoRollbackPrimaFirma"; - _methodParameterTypes229 = new String[] { "long" }; + _methodParameterTypes223 = new String[] { "long" }; - _methodName230 = "updateAvvisoDlFileEntryIdBase"; + _methodName224 = "updateAvvisoDlFileEntryIdBase"; - _methodParameterTypes230 = new String[] { "long", "long" }; + _methodParameterTypes224 = new String[] { "long", "long" }; - _methodName231 = "updateAvvisoDlFileEntryIdBaseSingola"; + _methodName225 = "updateAvvisoDlFileEntryIdBaseSingola"; - _methodParameterTypes231 = new String[] { "long", "long" }; + _methodParameterTypes225 = new String[] { "long", "long" }; - _methodName232 = "updateAvvisoDlFileEntryIdBaseAndInvio"; + _methodName226 = "updateAvvisoDlFileEntryIdBaseAndInvio"; - _methodParameterTypes232 = new String[] { "long", "long", "java.util.Date" }; + _methodParameterTypes226 = new String[] { "long", "long", "java.util.Date" }; - _methodName233 = "updateAvvisoDlFileEntryIdInvio"; + _methodName227 = "updateAvvisoDlFileEntryIdInvio"; - _methodParameterTypes233 = new String[] { "long", "long", "java.util.Date" }; + _methodParameterTypes227 = new String[] { "long", "long", "java.util.Date" }; - _methodName234 = "updateAvvisoInvio"; + _methodName228 = "updateAvvisoInvio"; - _methodParameterTypes234 = new String[] { "long" }; + _methodParameterTypes228 = new String[] { "long" }; - _methodName235 = "updateAvvisoErrore"; + _methodName229 = "updateAvvisoErrore"; - _methodParameterTypes235 = new String[] { "long", "boolean" }; + _methodParameterTypes229 = new String[] { "long", "boolean" }; - _methodName236 = "updateAvvisoAnnullato"; + _methodName230 = "updateAvvisoAnnullato"; - _methodParameterTypes236 = new String[] { "long", "boolean" }; + _methodParameterTypes230 = new String[] { "long", "boolean" }; - _methodName237 = "updateAvvisoSignal"; + _methodName231 = "updateAvvisoSignal"; - _methodParameterTypes237 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes231 = new String[] { "long", "java.util.Date" }; - _methodName238 = "updateAvvisoSignal"; + _methodName232 = "updateAvvisoSignal"; - _methodParameterTypes238 = new String[] { "long", "boolean" }; + _methodParameterTypes232 = new String[] { "long", "boolean" }; - _methodName239 = "updateAvvisoTempistica"; + _methodName233 = "updateAvvisoTempistica"; - _methodParameterTypes239 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes233 = new String[] { "long", "java.util.Date" }; - _methodName240 = "updateAvvisoTempistica"; + _methodName234 = "updateAvvisoTempistica"; - _methodParameterTypes240 = new String[] { "long", "boolean" }; + _methodParameterTypes234 = new String[] { "long", "boolean" }; - _methodName241 = "updateAvvisoProtocollo"; + _methodName235 = "updateAvvisoProtocollo"; - _methodParameterTypes241 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes235 = new String[] { "long", "java.lang.String" }; - _methodName242 = "getAvvisoInvioTecnico"; + _methodName236 = "getAvvisoInvioTecnico"; - _methodParameterTypes242 = new String[] { "long" }; + _methodParameterTypes236 = new String[] { "long" }; - _methodName243 = "countAvvisiInvioTecnico"; + _methodName237 = "countAvvisiInvioTecnico"; - _methodParameterTypes243 = new String[] { }; + _methodParameterTypes237 = new String[] { }; - _methodName244 = "getAvvisiInvioTecnico"; + _methodName238 = "getAvvisiInvioTecnico"; - _methodParameterTypes244 = new String[] { "int", "int" }; + _methodParameterTypes238 = new String[] { "int", "int" }; - _methodName246 = "updateAvvisoInviatoTecnico"; + _methodName240 = "updateAvvisoInviatoTecnico"; - _methodParameterTypes246 = new String[] { "long", "boolean" }; + _methodParameterTypes240 = new String[] { "long", "boolean" }; - _methodName247 = "findByClassPk_tipoDocumento"; + _methodName241 = "findByClassPk_tipoDocumento"; - _methodParameterTypes247 = new String[] { + _methodParameterTypes241 = new String[] { "java.lang.Long", "java.lang.String" }; - _methodName248 = "findByIntPraticaId_tipoDocumento"; + _methodName242 = "findByIntPraticaId_tipoDocumento"; - _methodParameterTypes248 = new String[] { + _methodParameterTypes242 = new String[] { "java.lang.Long", "java.lang.String" }; - _methodName249 = "findByIntPraticaIds_tipoDocumento"; + _methodName243 = "findByIntPraticaIds_tipoDocumento"; - _methodParameterTypes249 = new String[] { "long[][]", "java.lang.String" }; + _methodParameterTypes243 = new String[] { "long[][]", "java.lang.String" }; - _methodName250 = "findByClassPk_ExcludeTipoDocumento"; + _methodName244 = "findByClassPk_ExcludeTipoDocumento"; - _methodParameterTypes250 = new String[] { + _methodParameterTypes244 = new String[] { "java.lang.Long", "java.lang.String" }; - _methodName251 = "findByIntPratica"; + _methodName245 = "findByIntPratica"; - _methodParameterTypes251 = new String[] { + _methodParameterTypes245 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName252 = "findByIntPratica_Inviato"; + _methodName246 = "findByIntPratica_Inviato"; - _methodParameterTypes252 = new String[] { + _methodParameterTypes246 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName253 = "countByIntPratica"; + _methodName247 = "countByIntPratica"; - _methodParameterTypes253 = new String[] { "long" }; + _methodParameterTypes247 = new String[] { "long" }; - _methodName254 = "containsFileEntry"; + _methodName248 = "containsFileEntry"; - _methodParameterTypes254 = new String[] { "long", "long[][]", "long" }; + _methodParameterTypes248 = new String[] { "long", "long[][]", "long" }; - _methodName255 = "findByUUID"; + _methodName249 = "findByUUID"; - _methodParameterTypes255 = new String[] { "java.lang.String", "int", "int" }; + _methodParameterTypes249 = new String[] { "java.lang.String", "int", "int" }; - _methodName256 = "countAvvisoByClassPk"; + _methodName250 = "countAvvisoByClassPk"; - _methodParameterTypes256 = new String[] { "long" }; + _methodParameterTypes250 = new String[] { "long" }; - _methodName257 = "countAvvisoByClassPk_ClassName"; + _methodName251 = "countAvvisoByClassPk_ClassName"; - _methodParameterTypes257 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes251 = new String[] { "long", "java.lang.String" }; - _methodName258 = "findByProtocollo"; + _methodName252 = "findByProtocollo"; - _methodParameterTypes258 = new String[] { + _methodParameterTypes252 = new String[] { "long", "long", "java.lang.String" }; - _methodName259 = "fetchByProtocollo"; + _methodName253 = "fetchByProtocollo"; - _methodParameterTypes259 = new String[] { + _methodParameterTypes253 = new String[] { "long", "long", "java.lang.String" }; - _methodName260 = "fetchByProtocollo"; + _methodName254 = "fetchByProtocollo"; - _methodParameterTypes260 = new String[] { "java.lang.String" }; + _methodParameterTypes254 = new String[] { "java.lang.String" }; - _methodName262 = "fetchLastAvvisoByIntPraticaPerStatoFinale"; + _methodName256 = "fetchLastAvvisoByIntPraticaPerStatoFinale"; - _methodParameterTypes262 = new String[] { "long" }; + _methodParameterTypes256 = new String[] { "long" }; - _methodName263 = "getListaAvvisiPerApplet"; + _methodName257 = "getListaAvvisiPerApplet"; - _methodParameterTypes263 = new String[] { "java.lang.String" }; + _methodParameterTypes257 = new String[] { "java.lang.String" }; - _methodName264 = "getAllTipoDocumentoFolderProps"; + _methodName258 = "getAllTipoDocumentoFolderProps"; - _methodParameterTypes264 = new String[] { }; + _methodParameterTypes258 = new String[] { }; - _methodName265 = "getFileNameAvviso"; + _methodName259 = "getFileNameAvviso"; - _methodParameterTypes265 = new String[] { + _methodParameterTypes259 = new String[] { "long", "java.lang.String", "java.lang.Long", "java.lang.String" }; - _methodName266 = "rilasciaFirma"; + _methodName260 = "rilasciaFirma"; - _methodParameterTypes266 = new String[] { "long" }; + _methodParameterTypes260 = new String[] { "long" }; - _methodName267 = "assegnaFirma"; + _methodName261 = "assegnaFirma"; - _methodParameterTypes267 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes261 = new String[] { "long", "java.lang.String" }; - _methodName268 = "getAvvisiRifiutatiByControlloPraticaId"; + _methodName262 = "getAvvisiRifiutatiByControlloPraticaId"; - _methodParameterTypes268 = new String[] { "long" }; + _methodParameterTypes262 = new String[] { "long" }; - _methodName269 = "addFileFirmato"; + _methodName263 = "addFileFirmato"; - _methodParameterTypes269 = new String[] { + _methodParameterTypes263 = new String[] { "long", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName270 = "protocolliSearch"; + _methodName264 = "protocolliSearch"; - _methodParameterTypes270 = new String[] { + _methodParameterTypes264 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String", "int", "int" }; - _methodName271 = "countProtocolliSearch"; + _methodName265 = "countProtocolliSearch"; - _methodParameterTypes271 = new String[] { + _methodParameterTypes265 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String" }; - _methodName272 = "getAvvisiPerAggiuntaProtocollo"; + _methodName266 = "getAvvisiPerAggiuntaProtocollo"; - _methodParameterTypes272 = new String[] { "int", "int" }; + _methodParameterTypes266 = new String[] { "int", "int" }; - _methodName273 = "dynamicQueryAggiuntaProtocollo"; + _methodName267 = "dynamicQueryAggiuntaProtocollo"; - _methodParameterTypes273 = new String[] { }; + _methodParameterTypes267 = new String[] { }; - _methodName274 = "findByClassPk"; + _methodName268 = "findByClassPk"; - _methodParameterTypes274 = new String[] { "long" }; + _methodParameterTypes268 = new String[] { "long" }; - _methodName275 = "countAvvisiInvioTecnicoNew"; + _methodName269 = "countAvvisiInvioTecnicoNew"; - _methodParameterTypes275 = new String[] { }; + _methodParameterTypes269 = new String[] { }; - _methodName276 = "getAvvisiInvioTecnicoNew"; + _methodName270 = "getAvvisiInvioTecnicoNew"; - _methodParameterTypes276 = new String[] { "int", "int" }; + _methodParameterTypes270 = new String[] { "int", "int" }; - _methodName278 = "getAvvisoVidimazione"; + _methodName272 = "getAvvisoVidimazione"; - _methodParameterTypes278 = new String[] { "long", "long" }; + _methodParameterTypes272 = new String[] { "long", "long" }; - _methodName279 = "getLastAvvisoIntegrazione"; + _methodName273 = "getLastAvvisoIntegrazione"; - _methodParameterTypes279 = new String[] { "long" }; + _methodParameterTypes273 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -674,20 +674,20 @@ public class AvvisoLocalServiceClpInvoker { return AvvisoLocalServiceUtil.updateAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return AvvisoLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { AvvisoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return AvvisoLocalServiceUtil.createStandardAvvisoPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -696,8 +696,8 @@ public class AvvisoLocalServiceClpInvoker { ((Long)arguments[6]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return AvvisoLocalServiceUtil.createStandardAvvisoPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -706,8 +706,8 @@ public class AvvisoLocalServiceClpInvoker { (java.lang.String)arguments[6], ((Long)arguments[7]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return AvvisoLocalServiceUtil.createStandardAvvisoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Long)arguments[3]).longValue(), @@ -717,8 +717,8 @@ public class AvvisoLocalServiceClpInvoker { ((Long)arguments[8]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return AvvisoLocalServiceUtil.createStandardAvvisoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -728,8 +728,8 @@ public class AvvisoLocalServiceClpInvoker { ((Long)arguments[7]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.util.Date)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -740,8 +740,8 @@ public class AvvisoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.util.Date)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -753,8 +753,8 @@ public class AvvisoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[11]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.util.Date)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -768,8 +768,8 @@ public class AvvisoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[13]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return AvvisoLocalServiceUtil.addAvvisoForImport((java.lang.String)arguments[0], (java.util.Date)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -783,324 +783,324 @@ public class AvvisoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[12]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return AvvisoLocalServiceUtil.addAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return AvvisoLocalServiceUtil.search((long[])arguments[0], (java.lang.Long)arguments[1], (java.lang.String)arguments[2], ((Integer)arguments[3]).intValue(), ((Integer)arguments[4]).intValue()); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return AvvisoLocalServiceUtil.countSearch((long[])arguments[0], (java.lang.Long)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiFirmatiByCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiFirmatiByCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirmaByCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirmaByCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return AvvisoLocalServiceUtil.deleteAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return AvvisoLocalServiceUtil.deleteAvviso(((Long)arguments[0]).longValue()); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirmaByNotCF(((Long)arguments[0]).longValue(), (long[])arguments[1], (java.lang.String)arguments[2], ((Integer)arguments[3]).intValue(), ((Integer)arguments[4]).intValue()); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirmaByNotCF(((Long)arguments[0]).longValue(), (long[])arguments[1], (java.lang.String)arguments[2]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirma(((Long)arguments[0]).longValue(), (long[])arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirma(((Long)arguments[0]).longValue(), (long[])arguments[1]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiGenerazioneDocumento(); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiGenerazioneDocumento(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAvvisiGenerazioneDocumento(); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiFirmaDocumento(); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiFirmaDocumento(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAvvisiFirmaDocumento(); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiInvioDocumento(); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiInvioDocumento(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAvvisiInvioDocumento(); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiInvioSignal(); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisoInvioSignal(((Long)arguments[0]).longValue()); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiInvioSignal(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAvvisiInvioSignal((java.lang.Long)arguments[0]); } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiTempistica(); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisoTempistica(((Long)arguments[0]).longValue()); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiTempistica(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAvvisiTempistica((java.lang.Long)arguments[0]); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryFirma(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoPrimaFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoRollbackPrimaFirma(((Long)arguments[0]).longValue()); } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBase(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBaseSingola(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName232.equals(name) && - Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBaseAndInvio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.util.Date)arguments[2]); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdInvio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.util.Date)arguments[2]); } - if (_methodName234.equals(name) && - Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { + if (_methodName228.equals(name) && + Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoInvio(((Long)arguments[0]).longValue()); } - if (_methodName235.equals(name) && - Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoErrore(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoAnnullato(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName237.equals(name) && - Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoSignal(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName238.equals(name) && - Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoSignal(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName239.equals(name) && - Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { + if (_methodName233.equals(name) && + Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoTempistica(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName240.equals(name) && - Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { + if (_methodName234.equals(name) && + Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoTempistica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName241.equals(name) && - Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoProtocollo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName242.equals(name) && - Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisoInvioTecnico(((Long)arguments[0]).longValue()); } - if (_methodName243.equals(name) && - Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { + if (_methodName237.equals(name) && + Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiInvioTecnico(); } - if (_methodName244.equals(name) && - Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { + if (_methodName238.equals(name) && + Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiInvioTecnico(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName246.equals(name) && - Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { + if (_methodName240.equals(name) && + Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { return AvvisoLocalServiceUtil.updateAvvisoInviatoTecnico(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName247.equals(name) && - Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { + if (_methodName241.equals(name) && + Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { return AvvisoLocalServiceUtil.findByClassPk_tipoDocumento((java.lang.Long)arguments[0], (java.lang.String)arguments[1]); } - if (_methodName248.equals(name) && - Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { + if (_methodName242.equals(name) && + Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { return AvvisoLocalServiceUtil.findByIntPraticaId_tipoDocumento((java.lang.Long)arguments[0], (java.lang.String)arguments[1]); } - if (_methodName249.equals(name) && - Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { + if (_methodName243.equals(name) && + Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { return AvvisoLocalServiceUtil.findByIntPraticaIds_tipoDocumento((long[])arguments[0], (java.lang.String)arguments[1]); } - if (_methodName250.equals(name) && - Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { + if (_methodName244.equals(name) && + Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { return AvvisoLocalServiceUtil.findByClassPk_ExcludeTipoDocumento((java.lang.Long)arguments[0], (java.lang.String)arguments[1]); } - if (_methodName251.equals(name) && - Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { + if (_methodName245.equals(name) && + Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { return AvvisoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName252.equals(name) && - Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { + if (_methodName246.equals(name) && + Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { return AvvisoLocalServiceUtil.findByIntPratica_Inviato(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -1108,147 +1108,147 @@ public class AvvisoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName253.equals(name) && - Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { + if (_methodName247.equals(name) && + Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { return AvvisoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName254.equals(name) && - Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { + if (_methodName248.equals(name) && + Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { return AvvisoLocalServiceUtil.containsFileEntry(((Long)arguments[0]).longValue(), (long[])arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName255.equals(name) && - Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { + if (_methodName249.equals(name) && + Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { return AvvisoLocalServiceUtil.findByUUID((java.lang.String)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName256.equals(name) && - Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { + if (_methodName250.equals(name) && + Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisoByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName257.equals(name) && - Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { + if (_methodName251.equals(name) && + Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisoByClassPk_ClassName(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName258.equals(name) && - Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { + if (_methodName252.equals(name) && + Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { return AvvisoLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName259.equals(name) && - Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { + if (_methodName253.equals(name) && + Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { return AvvisoLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName260.equals(name) && - Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { + if (_methodName254.equals(name) && + Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { return AvvisoLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]); } - if (_methodName262.equals(name) && - Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { + if (_methodName256.equals(name) && + Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { return AvvisoLocalServiceUtil.fetchLastAvvisoByIntPraticaPerStatoFinale(((Long)arguments[0]).longValue()); } - if (_methodName263.equals(name) && - Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { + if (_methodName257.equals(name) && + Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { return AvvisoLocalServiceUtil.getListaAvvisiPerApplet((java.lang.String)arguments[0]); } - if (_methodName264.equals(name) && - Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { + if (_methodName258.equals(name) && + Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { return AvvisoLocalServiceUtil.getAllTipoDocumentoFolderProps(); } - if (_methodName265.equals(name) && - Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { + if (_methodName259.equals(name) && + Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { return AvvisoLocalServiceUtil.getFileNameAvviso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.Long)arguments[2], (java.lang.String)arguments[3]); } - if (_methodName266.equals(name) && - Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { + if (_methodName260.equals(name) && + Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { return AvvisoLocalServiceUtil.rilasciaFirma(((Long)arguments[0]).longValue()); } - if (_methodName267.equals(name) && - Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { + if (_methodName261.equals(name) && + Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { return AvvisoLocalServiceUtil.assegnaFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName268.equals(name) && - Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { + if (_methodName262.equals(name) && + Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiRifiutatiByControlloPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName269.equals(name) && - Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { + if (_methodName263.equals(name) && + Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { return AvvisoLocalServiceUtil.addFileFirmato(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName270.equals(name) && - Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { + if (_methodName264.equals(name) && + Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { return AvvisoLocalServiceUtil.protocolliSearch((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Integer)arguments[3]).intValue(), ((Integer)arguments[4]).intValue()); } - if (_methodName271.equals(name) && - Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) { + if (_methodName265.equals(name) && + Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { return AvvisoLocalServiceUtil.countProtocolliSearch((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName272.equals(name) && - Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { + if (_methodName266.equals(name) && + Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiPerAggiuntaProtocollo(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName273.equals(name) && - Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) { + if (_methodName267.equals(name) && + Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { return AvvisoLocalServiceUtil.dynamicQueryAggiuntaProtocollo(); } - if (_methodName274.equals(name) && - Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) { + if (_methodName268.equals(name) && + Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { return AvvisoLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName275.equals(name) && - Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) { + if (_methodName269.equals(name) && + Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { return AvvisoLocalServiceUtil.countAvvisiInvioTecnicoNew(); } - if (_methodName276.equals(name) && - Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) { + if (_methodName270.equals(name) && + Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisiInvioTecnicoNew(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName278.equals(name) && - Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) { + if (_methodName272.equals(name) && + Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { return AvvisoLocalServiceUtil.getAvvisoVidimazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName279.equals(name) && - Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) { + if (_methodName273.equals(name) && + Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) { return AvvisoLocalServiceUtil.getLastAvvisoIntegrazione(((Long)arguments[0]).longValue()); } @@ -1295,10 +1295,22 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -1309,26 +1321,22 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes187; private String _methodName188; private String[] _methodParameterTypes188; - private String _methodName189; - private String[] _methodParameterTypes189; private String _methodName190; private String[] _methodParameterTypes190; private String _methodName191; private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; private String _methodName194; private String[] _methodParameterTypes194; + private String _methodName195; + private String[] _methodParameterTypes195; private String _methodName196; private String[] _methodParameterTypes196; - private String _methodName197; - private String[] _methodParameterTypes197; + private String _methodName198; + private String[] _methodParameterTypes198; private String _methodName199; private String[] _methodParameterTypes199; - private String _methodName200; - private String[] _methodParameterTypes200; private String _methodName201; private String[] _methodParameterTypes201; private String _methodName202; @@ -1337,10 +1345,14 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes204; private String _methodName205; private String[] _methodParameterTypes205; + private String _methodName206; + private String[] _methodParameterTypes206; private String _methodName207; private String[] _methodParameterTypes207; private String _methodName208; private String[] _methodParameterTypes208; + private String _methodName209; + private String[] _methodParameterTypes209; private String _methodName210; private String[] _methodParameterTypes210; private String _methodName211; @@ -1399,8 +1411,6 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes237; private String _methodName238; private String[] _methodParameterTypes238; - private String _methodName239; - private String[] _methodParameterTypes239; private String _methodName240; private String[] _methodParameterTypes240; private String _methodName241; @@ -1411,6 +1421,8 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes243; private String _methodName244; private String[] _methodParameterTypes244; + private String _methodName245; + private String[] _methodParameterTypes245; private String _methodName246; private String[] _methodParameterTypes246; private String _methodName247; @@ -1429,8 +1441,6 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes253; private String _methodName254; private String[] _methodParameterTypes254; - private String _methodName255; - private String[] _methodParameterTypes255; private String _methodName256; private String[] _methodParameterTypes256; private String _methodName257; @@ -1441,6 +1451,8 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes259; private String _methodName260; private String[] _methodParameterTypes260; + private String _methodName261; + private String[] _methodParameterTypes261; private String _methodName262; private String[] _methodParameterTypes262; private String _methodName263; @@ -1459,20 +1471,8 @@ public class AvvisoLocalServiceClpInvoker { private String[] _methodParameterTypes269; private String _methodName270; private String[] _methodParameterTypes270; - private String _methodName271; - private String[] _methodParameterTypes271; private String _methodName272; private String[] _methodParameterTypes272; private String _methodName273; private String[] _methodParameterTypes273; - private String _methodName274; - private String[] _methodParameterTypes274; - private String _methodName275; - private String[] _methodParameterTypes275; - private String _methodName276; - private String[] _methodParameterTypes276; - private String _methodName278; - private String[] _methodParameterTypes278; - private String _methodName279; - private String[] _methodParameterTypes279; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java index 641a0a43..92d3e834 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class AvvisoServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class AvvisoServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java index 37380592..4c6deaf1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java @@ -24,45 +24,45 @@ import java.util.Arrays; */ public class AvvisoServiceClpInvoker { public AvvisoServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "rilasciaFirma"; + _methodName158 = "rilasciaFirma"; - _methodParameterTypes164 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes158 = new String[] { "long", "java.lang.String" }; - _methodName165 = "assegnaFirma"; + _methodName159 = "assegnaFirma"; - _methodParameterTypes165 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes159 = new String[] { "long", "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return AvvisoServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { AvvisoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return AvvisoServiceUtil.rilasciaFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return AvvisoServiceUtil.assegnaFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } @@ -70,12 +70,12 @@ public class AvvisoServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; - private String _methodName164; - private String[] _methodParameterTypes164; - private String _methodName165; - private String[] _methodParameterTypes165; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java index 53b5d6aa..17edc16f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1152,63 +1151,6 @@ public abstract class CollaudoLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1960,12 +1902,6 @@ public abstract class CollaudoLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java index 9b4dc509..98ac5a74 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java @@ -122,152 +122,152 @@ public class CollaudoLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Collaudo" }; - _methodName174 = "getBeanIdentifier"; + _methodName168 = "getBeanIdentifier"; - _methodParameterTypes174 = new String[] { }; + _methodParameterTypes168 = new String[] { }; - _methodName175 = "setBeanIdentifier"; + _methodName169 = "setBeanIdentifier"; - _methodParameterTypes175 = new String[] { "java.lang.String" }; + _methodParameterTypes169 = new String[] { "java.lang.String" }; - _methodName181 = "addCollaudo"; + _methodName175 = "addCollaudo"; - _methodParameterTypes181 = new String[] { + _methodParameterTypes175 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName182 = "deleteCollaudo"; + _methodName176 = "deleteCollaudo"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes176 = new String[] { "it.tref.liferay.portos.bo.model.Collaudo" }; - _methodName183 = "deleteCollaudo"; + _methodName177 = "deleteCollaudo"; - _methodParameterTypes183 = new String[] { "long" }; + _methodParameterTypes177 = new String[] { "long" }; - _methodName184 = "updateCollaudo"; + _methodName178 = "updateCollaudo"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "long", "boolean", "boolean", "java.util.Date", "java.lang.String", "boolean", "java.lang.String" }; - _methodName185 = "getLastEditable"; + _methodName179 = "getLastEditable"; - _methodParameterTypes185 = new String[] { "long" }; + _methodParameterTypes179 = new String[] { "long" }; - _methodName186 = "getLastCompleted"; + _methodName180 = "getLastCompleted"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "updateEsitoPagamento"; + _methodName181 = "updateEsitoPagamento"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "long", "java.lang.String" }; - _methodName188 = "updateEsitoPagamento"; + _methodName182 = "updateEsitoPagamento"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "long", "long", "java.lang.String" }; - _methodName189 = "updateEsito"; + _methodName183 = "updateEsito"; - _methodParameterTypes189 = new String[] { "long", "int" }; + _methodParameterTypes183 = new String[] { "long", "int" }; - _methodName192 = "updateCollaudoProtocollo"; + _methodName186 = "updateCollaudoProtocollo"; - _methodParameterTypes192 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes186 = new String[] { "long", "java.lang.String" }; - _methodName193 = "findByProtocollo"; + _methodName187 = "findByProtocollo"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "long", "java.lang.String" }; - _methodName194 = "fetchByProtocollo"; + _methodName188 = "fetchByProtocollo"; - _methodParameterTypes194 = new String[] { "java.lang.String" }; + _methodParameterTypes188 = new String[] { "java.lang.String" }; - _methodName195 = "pagaInvia"; + _methodName189 = "pagaInvia"; - _methodParameterTypes195 = new String[] { + _methodParameterTypes189 = new String[] { "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName196 = "findByIntPraticaId"; + _methodName190 = "findByIntPraticaId"; - _methodParameterTypes196 = new String[] { + _methodParameterTypes190 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName197 = "countByIntPraticaId"; + _methodName191 = "countByIntPraticaId"; - _methodParameterTypes197 = new String[] { "long" }; + _methodParameterTypes191 = new String[] { "long" }; - _methodName198 = "findByIntPraticaId_Parziale"; + _methodName192 = "findByIntPraticaId_Parziale"; - _methodParameterTypes198 = new String[] { + _methodParameterTypes192 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName199 = "countByIntPraticaId_Parziale"; + _methodName193 = "countByIntPraticaId_Parziale"; - _methodParameterTypes199 = new String[] { "long", "boolean" }; + _methodParameterTypes193 = new String[] { "long", "boolean" }; - _methodName200 = "findByIntPraticaId_Completata"; + _methodName194 = "findByIntPraticaId_Completata"; - _methodParameterTypes200 = new String[] { + _methodParameterTypes194 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName201 = "countByIntPraticaId_Completata"; + _methodName195 = "countByIntPraticaId_Completata"; - _methodParameterTypes201 = new String[] { "long", "boolean" }; + _methodParameterTypes195 = new String[] { "long", "boolean" }; - _methodName202 = "findByCodiceFiscale_Completata"; + _methodName196 = "findByCodiceFiscale_Completata"; - _methodParameterTypes202 = new String[] { + _methodParameterTypes196 = new String[] { "java.lang.String", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName203 = "countByCodiceFiscale_Completata"; + _methodName197 = "countByCodiceFiscale_Completata"; - _methodParameterTypes203 = new String[] { "java.lang.String", "boolean" }; + _methodParameterTypes197 = new String[] { "java.lang.String", "boolean" }; - _methodName204 = "findByIntPraticaId_Parziale_leCollaudoId"; + _methodName198 = "findByIntPraticaId_Parziale_leCollaudoId"; - _methodParameterTypes204 = new String[] { + _methodParameterTypes198 = new String[] { "long", "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName205 = "countByIntPraticaId_Parziale_leCollaudoId"; + _methodName199 = "countByIntPraticaId_Parziale_leCollaudoId"; - _methodParameterTypes205 = new String[] { "long", "long", "boolean" }; + _methodParameterTypes199 = new String[] { "long", "long", "boolean" }; - _methodName206 = "findCollaudiCompletiNotProtocollo"; + _methodName200 = "findCollaudiCompletiNotProtocollo"; - _methodParameterTypes206 = new String[] { "int", "int" }; + _methodParameterTypes200 = new String[] { "int", "int" }; - _methodName207 = "countCollaudiCompletiNotProtocollo"; + _methodName201 = "countCollaudiCompletiNotProtocollo"; - _methodParameterTypes207 = new String[] { }; + _methodParameterTypes201 = new String[] { }; - _methodName209 = "findCollaudiCompletiNotGestiti"; + _methodName203 = "findCollaudiCompletiNotGestiti"; - _methodParameterTypes209 = new String[] { "int", "int" }; + _methodParameterTypes203 = new String[] { "int", "int" }; - _methodName210 = "countCollaudiCompletiNotGestiti"; + _methodName204 = "countCollaudiCompletiNotGestiti"; - _methodParameterTypes210 = new String[] { }; + _methodParameterTypes204 = new String[] { }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -383,36 +383,36 @@ public class CollaudoLocalServiceClpInvoker { return CollaudoLocalServiceUtil.updateCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return CollaudoLocalServiceUtil.getBeanIdentifier(); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { CollaudoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return CollaudoLocalServiceUtil.addCollaudo(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return CollaudoLocalServiceUtil.deleteCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return CollaudoLocalServiceUtil.deleteCollaudo(((Long)arguments[0]).longValue()); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return CollaudoLocalServiceUtil.updateCollaudo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -423,26 +423,26 @@ public class CollaudoLocalServiceClpInvoker { (java.lang.String)arguments[8]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return CollaudoLocalServiceUtil.getLastEditable(((Long)arguments[0]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return CollaudoLocalServiceUtil.getLastCompleted(((Long)arguments[0]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { CollaudoLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); return null; } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { CollaudoLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); @@ -450,51 +450,51 @@ public class CollaudoLocalServiceClpInvoker { return null; } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return CollaudoLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return CollaudoLocalServiceUtil.updateCollaudoProtocollo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return CollaudoLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return CollaudoLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return CollaudoLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return CollaudoLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return CollaudoLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return CollaudoLocalServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -502,14 +502,14 @@ public class CollaudoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return CollaudoLocalServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return CollaudoLocalServiceUtil.findByIntPraticaId_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -517,14 +517,14 @@ public class CollaudoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return CollaudoLocalServiceUtil.countByIntPraticaId_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return CollaudoLocalServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -532,14 +532,14 @@ public class CollaudoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return CollaudoLocalServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return CollaudoLocalServiceUtil.findByIntPraticaId_Parziale_leCollaudoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Boolean)arguments[2]).booleanValue(), @@ -548,32 +548,32 @@ public class CollaudoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return CollaudoLocalServiceUtil.countByIntPraticaId_Parziale_leCollaudoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Boolean)arguments[2]).booleanValue()); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return CollaudoLocalServiceUtil.findCollaudiCompletiNotProtocollo(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return CollaudoLocalServiceUtil.countCollaudiCompletiNotProtocollo(); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return CollaudoLocalServiceUtil.findCollaudiCompletiNotGestiti(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return CollaudoLocalServiceUtil.countCollaudiCompletiNotGestiti(); } @@ -620,20 +620,28 @@ public class CollaudoLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; - private String _methodName174; - private String[] _methodParameterTypes174; + private String _methodName168; + private String[] _methodParameterTypes168; + private String _methodName169; + private String[] _methodParameterTypes169; private String _methodName175; private String[] _methodParameterTypes175; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; + private String _methodName178; + private String[] _methodParameterTypes178; + private String _methodName179; + private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; private String _methodName181; private String[] _methodParameterTypes181; private String _methodName182; private String[] _methodParameterTypes182; private String _methodName183; private String[] _methodParameterTypes183; - private String _methodName184; - private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; private String _methodName186; private String[] _methodParameterTypes186; private String _methodName187; @@ -642,6 +650,10 @@ public class CollaudoLocalServiceClpInvoker { private String[] _methodParameterTypes188; private String _methodName189; private String[] _methodParameterTypes189; + private String _methodName190; + private String[] _methodParameterTypes190; + private String _methodName191; + private String[] _methodParameterTypes191; private String _methodName192; private String[] _methodParameterTypes192; private String _methodName193; @@ -662,20 +674,8 @@ public class CollaudoLocalServiceClpInvoker { private String[] _methodParameterTypes200; private String _methodName201; private String[] _methodParameterTypes201; - private String _methodName202; - private String[] _methodParameterTypes202; private String _methodName203; private String[] _methodParameterTypes203; private String _methodName204; private String[] _methodParameterTypes204; - private String _methodName205; - private String[] _methodParameterTypes205; - private String _methodName206; - private String[] _methodParameterTypes206; - private String _methodName207; - private String[] _methodParameterTypes207; - private String _methodName209; - private String[] _methodParameterTypes209; - private String _methodName210; - private String[] _methodParameterTypes210; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java index 7ddf6550..196f81dd 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class CollaudoServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class CollaudoServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java index 60cc9a40..36b374ad 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java @@ -24,105 +24,105 @@ import java.util.Arrays; */ public class CollaudoServiceClpInvoker { public CollaudoServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "getCollaudo"; + _methodName154 = "getCollaudo"; - _methodParameterTypes160 = new String[] { "long" }; + _methodParameterTypes154 = new String[] { "long" }; - _methodName161 = "addCollaudo"; + _methodName155 = "addCollaudo"; - _methodParameterTypes161 = new String[] { + _methodParameterTypes155 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName162 = "deleteCollaudo"; + _methodName156 = "deleteCollaudo"; - _methodParameterTypes162 = new String[] { + _methodParameterTypes156 = new String[] { "it.tref.liferay.portos.bo.model.Collaudo" }; - _methodName163 = "deleteCollaudo"; + _methodName157 = "deleteCollaudo"; - _methodParameterTypes163 = new String[] { "long" }; + _methodParameterTypes157 = new String[] { "long" }; - _methodName164 = "updateCollaudo"; + _methodName158 = "updateCollaudo"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "long", "long", "long", "boolean", "boolean", "java.util.Date", "java.lang.String", "boolean", "java.lang.String" }; - _methodName165 = "findByCodiceFiscale_Completata"; + _methodName159 = "findByCodiceFiscale_Completata"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "java.lang.String", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName166 = "countByCodiceFiscale_Completata"; + _methodName160 = "countByCodiceFiscale_Completata"; - _methodParameterTypes166 = new String[] { "java.lang.String", "boolean" }; + _methodParameterTypes160 = new String[] { "java.lang.String", "boolean" }; - _methodName167 = "getLastEditable"; + _methodName161 = "getLastEditable"; - _methodParameterTypes167 = new String[] { "long" }; + _methodParameterTypes161 = new String[] { "long" }; - _methodName168 = "pagaInvia"; + _methodName162 = "pagaInvia"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName169 = "updateEsito"; + _methodName163 = "updateEsito"; - _methodParameterTypes169 = new String[] { "long", "int" }; + _methodParameterTypes163 = new String[] { "long", "int" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return CollaudoServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { CollaudoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return CollaudoServiceUtil.getCollaudo(((Long)arguments[0]).longValue()); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return CollaudoServiceUtil.addCollaudo(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName162.equals(name) && - Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { + if (_methodName156.equals(name) && + Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) { return CollaudoServiceUtil.deleteCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]); } - if (_methodName163.equals(name) && - Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { + if (_methodName157.equals(name) && + Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) { return CollaudoServiceUtil.deleteCollaudo(((Long)arguments[0]).longValue()); } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return CollaudoServiceUtil.updateCollaudo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -133,8 +133,8 @@ public class CollaudoServiceClpInvoker { (java.lang.String)arguments[8]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return CollaudoServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -142,26 +142,26 @@ public class CollaudoServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return CollaudoServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return CollaudoServiceUtil.getLastEditable(((Long)arguments[0]).longValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return CollaudoServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return CollaudoServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } @@ -169,10 +169,22 @@ public class CollaudoServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; + private String _methodName156; + private String[] _methodParameterTypes156; + private String _methodName157; + private String[] _methodParameterTypes157; + private String _methodName158; + private String[] _methodParameterTypes158; + private String _methodName159; + private String[] _methodParameterTypes159; private String _methodName160; private String[] _methodParameterTypes160; private String _methodName161; @@ -181,16 +193,4 @@ public class CollaudoServiceClpInvoker { private String[] _methodParameterTypes162; private String _methodName163; private String[] _methodParameterTypes163; - private String _methodName164; - private String[] _methodParameterTypes164; - private String _methodName165; - private String[] _methodParameterTypes165; - private String _methodName166; - private String[] _methodParameterTypes166; - private String _methodName167; - private String[] _methodParameterTypes167; - private String _methodName168; - private String[] _methodParameterTypes168; - private String _methodName169; - private String[] _methodParameterTypes169; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java index f66febeb..73fe0e94 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1120,63 +1119,6 @@ public abstract class ComuneLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1928,12 +1870,6 @@ public abstract class ComuneLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java index a660023b..e0a21e61 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java @@ -114,132 +114,132 @@ public class ComuneLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Comune" }; - _methodName172 = "getBeanIdentifier"; + _methodName166 = "getBeanIdentifier"; - _methodParameterTypes172 = new String[] { }; + _methodParameterTypes166 = new String[] { }; - _methodName173 = "setBeanIdentifier"; + _methodName167 = "setBeanIdentifier"; - _methodParameterTypes173 = new String[] { "java.lang.String" }; + _methodParameterTypes167 = new String[] { "java.lang.String" }; - _methodName178 = "addComune"; + _methodName172 = "addComune"; - _methodParameterTypes178 = new String[] { + _methodParameterTypes172 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName179 = "addComune"; + _methodName173 = "addComune"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes173 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName180 = "countByCompanyId"; + _methodName174 = "countByCompanyId"; - _methodParameterTypes180 = new String[] { "long" }; + _methodParameterTypes174 = new String[] { "long" }; - _methodName181 = "countByKeywords"; + _methodName175 = "countByKeywords"; - _methodParameterTypes181 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes175 = new String[] { "long", "java.lang.String" }; - _methodName182 = "deleteByCompanyId"; + _methodName176 = "deleteByCompanyId"; - _methodParameterTypes182 = new String[] { "long" }; + _methodParameterTypes176 = new String[] { "long" }; - _methodName183 = "deleteComune"; + _methodName177 = "deleteComune"; - _methodParameterTypes183 = new String[] { + _methodParameterTypes177 = new String[] { "it.tref.liferay.portos.bo.model.Comune" }; - _methodName184 = "deleteComune"; + _methodName178 = "deleteComune"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; - _methodName185 = "fetchByC_CB"; + _methodName179 = "fetchByC_CB"; - _methodParameterTypes185 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes179 = new String[] { "long", "java.lang.String" }; - _methodName186 = "fetchByC_CI"; + _methodName180 = "fetchByC_CI"; - _methodParameterTypes186 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes180 = new String[] { "long", "java.lang.String" }; - _methodName187 = "findByC_CP"; + _methodName181 = "findByC_CP"; - _methodParameterTypes187 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes181 = new String[] { "long", "java.lang.String" }; - _methodName188 = "findByCompanyDenominazione"; + _methodName182 = "findByCompanyDenominazione"; - _methodParameterTypes188 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes182 = new String[] { "long", "java.lang.String" }; - _methodName189 = "findByCompanyId"; + _methodName183 = "findByCompanyId"; - _methodParameterTypes189 = new String[] { "long" }; + _methodParameterTypes183 = new String[] { "long" }; - _methodName190 = "findByCompanyId"; + _methodName184 = "findByCompanyId"; - _methodParameterTypes190 = new String[] { "long", "int", "int" }; + _methodParameterTypes184 = new String[] { "long", "int", "int" }; - _methodName191 = "findByCompanyId"; + _methodName185 = "findByCompanyId"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName192 = "findByCompanyIdCodiceProvincia"; + _methodName186 = "findByCompanyIdCodiceProvincia"; - _methodParameterTypes192 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes186 = new String[] { "long", "java.lang.String" }; - _methodName193 = "findByCompanyIdCodiceProvincia"; + _methodName187 = "findByCompanyIdCodiceProvincia"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName194 = "findByKeywords"; + _methodName188 = "findByKeywords"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName195 = "getStatiEsteri"; + _methodName189 = "getStatiEsteri"; - _methodParameterTypes195 = new String[] { "long" }; + _methodParameterTypes189 = new String[] { "long" }; - _methodName196 = "updateComune"; + _methodName190 = "updateComune"; - _methodParameterTypes196 = new String[] { + _methodParameterTypes190 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName197 = "updateComune"; + _methodName191 = "updateComune"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName198 = "getComuniForOrganizationByUserId"; + _methodName192 = "getComuniForOrganizationByUserId"; - _methodParameterTypes198 = new String[] { "long" }; + _methodParameterTypes192 = new String[] { "long" }; - _methodName199 = "getComuniForOrganizationByUserIdUfficioId"; + _methodName193 = "getComuniForOrganizationByUserIdUfficioId"; - _methodParameterTypes199 = new String[] { "long", "long" }; + _methodParameterTypes193 = new String[] { "long", "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -343,20 +343,20 @@ public class ComuneLocalServiceClpInvoker { return ComuneLocalServiceUtil.updateComune((it.tref.liferay.portos.bo.model.Comune)arguments[0]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return ComuneLocalServiceUtil.getBeanIdentifier(); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { ComuneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return ComuneLocalServiceUtil.addComune(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -367,8 +367,8 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return ComuneLocalServiceUtil.addComune(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -378,86 +378,86 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return ComuneLocalServiceUtil.countByCompanyId(((Long)arguments[0]).longValue()); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return ComuneLocalServiceUtil.countByKeywords(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { ComuneLocalServiceUtil.deleteByCompanyId(((Long)arguments[0]).longValue()); return null; } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return ComuneLocalServiceUtil.deleteComune((it.tref.liferay.portos.bo.model.Comune)arguments[0]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return ComuneLocalServiceUtil.deleteComune(((Long)arguments[0]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return ComuneLocalServiceUtil.fetchByC_CB(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return ComuneLocalServiceUtil.fetchByC_CI(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return ComuneLocalServiceUtil.findByC_CP(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyDenominazione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue()); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyIdCodiceProvincia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return ComuneLocalServiceUtil.findByCompanyIdCodiceProvincia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -465,8 +465,8 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return ComuneLocalServiceUtil.findByKeywords(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -474,13 +474,13 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return ComuneLocalServiceUtil.getStatiEsteri(((Long)arguments[0]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return ComuneLocalServiceUtil.updateComune(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -491,8 +491,8 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return ComuneLocalServiceUtil.updateComune(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -502,13 +502,13 @@ public class ComuneLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return ComuneLocalServiceUtil.getComuniForOrganizationByUserId(((Long)arguments[0]).longValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return ComuneLocalServiceUtil.getComuniForOrganizationByUserIdUfficioId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } @@ -552,10 +552,22 @@ public class ComuneLocalServiceClpInvoker { private String[] _methodParameterTypes16; private String _methodName17; private String[] _methodParameterTypes17; + private String _methodName166; + private String[] _methodParameterTypes166; + private String _methodName167; + private String[] _methodParameterTypes167; private String _methodName172; private String[] _methodParameterTypes172; private String _methodName173; private String[] _methodParameterTypes173; + private String _methodName174; + private String[] _methodParameterTypes174; + private String _methodName175; + private String[] _methodParameterTypes175; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; @@ -588,16 +600,4 @@ public class ComuneLocalServiceClpInvoker { private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; - private String _methodName194; - private String[] _methodParameterTypes194; - private String _methodName195; - private String[] _methodParameterTypes195; - private String _methodName196; - private String[] _methodParameterTypes196; - private String _methodName197; - private String[] _methodParameterTypes197; - private String _methodName198; - private String[] _methodParameterTypes198; - private String _methodName199; - private String[] _methodParameterTypes199; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java index d8ac92da..3d509ccd 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class ComuneServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class ComuneServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java index ae409e5a..3b73f80f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java @@ -24,44 +24,44 @@ import java.util.Arrays; */ public class ComuneServiceClpInvoker { public ComuneServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "getComune"; + _methodName154 = "getComune"; - _methodParameterTypes160 = new String[] { "long" }; + _methodParameterTypes154 = new String[] { "long" }; - _methodName161 = "getComunes"; + _methodName155 = "getComunes"; - _methodParameterTypes161 = new String[] { "int", "int" }; + _methodParameterTypes155 = new String[] { "int", "int" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return ComuneServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { ComuneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return ComuneServiceUtil.getComune(((Long)arguments[0]).longValue()); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return ComuneServiceUtil.getComunes(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } @@ -69,12 +69,12 @@ public class ComuneServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; - private String _methodName160; - private String[] _methodParameterTypes160; - private String _methodName161; - private String[] _methodParameterTypes161; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java index ca43f0db..f87f1f01 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1157,63 +1156,6 @@ public abstract class ComunicazioneLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1965,12 +1907,6 @@ public abstract class ComunicazioneLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java index b7ab9b38..35c8c4a7 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java @@ -122,43 +122,43 @@ public class ComunicazioneLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Comunicazione" }; - _methodName174 = "getBeanIdentifier"; + _methodName168 = "getBeanIdentifier"; - _methodParameterTypes174 = new String[] { }; + _methodParameterTypes168 = new String[] { }; - _methodName175 = "setBeanIdentifier"; + _methodName169 = "setBeanIdentifier"; - _methodParameterTypes175 = new String[] { "java.lang.String" }; + _methodParameterTypes169 = new String[] { "java.lang.String" }; - _methodName180 = "addComunicazione"; + _methodName174 = "addComunicazione"; - _methodParameterTypes180 = new String[] { + _methodParameterTypes174 = new String[] { "long", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName181 = "updateComunicazione"; + _methodName175 = "updateComunicazione"; - _methodParameterTypes181 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes175 = new String[] { "long", "java.lang.String" }; - _methodName182 = "findByIntPratica"; + _methodName176 = "findByIntPratica"; - _methodParameterTypes182 = new String[] { "long" }; + _methodParameterTypes176 = new String[] { "long" }; - _methodName183 = "findByIntPratica"; + _methodName177 = "findByIntPratica"; - _methodParameterTypes183 = new String[] { + _methodParameterTypes177 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName184 = "countByIntPratica"; + _methodName178 = "countByIntPratica"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; - _methodName185 = "countNotAnsweredByIntPratica"; + _methodName179 = "countNotAnsweredByIntPratica"; - _methodParameterTypes185 = new String[] { "long" }; + _methodParameterTypes179 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -274,52 +274,52 @@ public class ComunicazioneLocalServiceClpInvoker { return ComunicazioneLocalServiceUtil.updateComunicazione((it.tref.liferay.portos.bo.model.Comunicazione)arguments[0]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return ComunicazioneLocalServiceUtil.getBeanIdentifier(); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { ComunicazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return ComunicazioneLocalServiceUtil.addComunicazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return ComunicazioneLocalServiceUtil.updateComunicazione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return ComunicazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return ComunicazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return ComunicazioneLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return ComunicazioneLocalServiceUtil.countNotAnsweredByIntPratica(((Long)arguments[0]).longValue()); } @@ -366,20 +366,20 @@ public class ComunicazioneLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName168; + private String[] _methodParameterTypes168; + private String _methodName169; + private String[] _methodParameterTypes169; private String _methodName174; private String[] _methodParameterTypes174; private String _methodName175; private String[] _methodParameterTypes175; - private String _methodName180; - private String[] _methodParameterTypes180; - private String _methodName181; - private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; - private String _methodName183; - private String[] _methodParameterTypes183; - private String _methodName184; - private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; + private String _methodName178; + private String[] _methodParameterTypes178; + private String _methodName179; + private String[] _methodParameterTypes179; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java index 7bf53147..3fc7388d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class ComunicazioneServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class ComunicazioneServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java index 82ae5141..2991e5ba 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java @@ -24,50 +24,50 @@ import java.util.Arrays; */ public class ComunicazioneServiceClpInvoker { public ComunicazioneServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "addComunicazione"; + _methodName154 = "addComunicazione"; - _methodParameterTypes160 = new String[] { + _methodParameterTypes154 = new String[] { "long", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName161 = "updateComunicazione"; + _methodName155 = "updateComunicazione"; - _methodParameterTypes161 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes155 = new String[] { "long", "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return ComunicazioneServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { ComunicazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return ComunicazioneServiceUtil.addComunicazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return ComunicazioneServiceUtil.updateComunicazione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } @@ -75,12 +75,12 @@ public class ComunicazioneServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; - private String _methodName160; - private String[] _methodParameterTypes160; - private String _methodName161; - private String[] _methodParameterTypes161; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java index e7a0a1a9..9891ab4e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1158,63 +1157,6 @@ public abstract class ConfigurazioneLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1966,12 +1908,6 @@ public abstract class ConfigurazioneLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java index bf3322d0..eb16788f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java @@ -122,32 +122,32 @@ public class ConfigurazioneLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Configurazione" }; - _methodName174 = "getBeanIdentifier"; + _methodName168 = "getBeanIdentifier"; - _methodParameterTypes174 = new String[] { }; + _methodParameterTypes168 = new String[] { }; - _methodName175 = "setBeanIdentifier"; + _methodName169 = "setBeanIdentifier"; - _methodParameterTypes175 = new String[] { "java.lang.String" }; + _methodParameterTypes169 = new String[] { "java.lang.String" }; - _methodName180 = "findByC_ChiaveLong"; + _methodName174 = "findByC_ChiaveLong"; - _methodParameterTypes180 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes174 = new String[] { "long", "java.lang.String" }; - _methodName181 = "findByC_ChiaveString"; + _methodName175 = "findByC_ChiaveString"; - _methodParameterTypes181 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes175 = new String[] { "long", "java.lang.String" }; - _methodName182 = "storeConfig"; + _methodName176 = "storeConfig"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes176 = new String[] { "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName183 = "getAndIncrement"; + _methodName177 = "getAndIncrement"; - _methodParameterTypes183 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes177 = new String[] { "long", "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -263,39 +263,39 @@ public class ConfigurazioneLocalServiceClpInvoker { return ConfigurazioneLocalServiceUtil.updateConfigurazione((it.tref.liferay.portos.bo.model.Configurazione)arguments[0]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return ConfigurazioneLocalServiceUtil.getBeanIdentifier(); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { ConfigurazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return ConfigurazioneLocalServiceUtil.findByC_ChiaveString(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return ConfigurazioneLocalServiceUtil.storeConfig((java.lang.String)arguments[0], (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return ConfigurazioneLocalServiceUtil.getAndIncrement(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } @@ -343,16 +343,16 @@ public class ConfigurazioneLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName168; + private String[] _methodParameterTypes168; + private String _methodName169; + private String[] _methodParameterTypes169; private String _methodName174; private String[] _methodParameterTypes174; private String _methodName175; private String[] _methodParameterTypes175; - private String _methodName180; - private String[] _methodParameterTypes180; - private String _methodName181; - private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; - private String _methodName183; - private String[] _methodParameterTypes183; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java index f30a82b3..1e57ba3f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class ConfigurazioneServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class ConfigurazioneServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java index e91eb66f..a9431d25 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java @@ -24,25 +24,25 @@ import java.util.Arrays; */ public class ConfigurazioneServiceClpInvoker { public ConfigurazioneServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "findByC_ChiaveLong"; + _methodName154 = "findByC_ChiaveLong"; - _methodParameterTypes160 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes154 = new String[] { "long", "java.lang.String" }; - _methodName161 = "findByC_ChiaveString"; + _methodName155 = "findByC_ChiaveString"; - _methodParameterTypes161 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes155 = new String[] { "long", "java.lang.String" }; - _methodName162 = "storeConfig"; + _methodName156 = "storeConfig"; - _methodParameterTypes162 = new String[] { + _methodParameterTypes156 = new String[] { "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; @@ -50,32 +50,32 @@ public class ConfigurazioneServiceClpInvoker { public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return ConfigurazioneServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { ConfigurazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return ConfigurazioneServiceUtil.findByC_ChiaveLong(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return ConfigurazioneServiceUtil.findByC_ChiaveString(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName162.equals(name) && - Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { + if (_methodName156.equals(name) && + Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) { ConfigurazioneServiceUtil.storeConfig((java.lang.String)arguments[0], (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); @@ -86,14 +86,14 @@ public class ConfigurazioneServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; - private String _methodName160; - private String[] _methodParameterTypes160; - private String _methodName161; - private String[] _methodParameterTypes161; - private String _methodName162; - private String[] _methodParameterTypes162; + private String _methodName156; + private String[] _methodParameterTypes156; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java index 8d0be090..47cc244e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java @@ -53,7 +53,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1166,63 +1165,6 @@ public abstract class ControlloPraticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2221,12 +2163,6 @@ public abstract class ControlloPraticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java index 07af75cb..e7e23c55 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java @@ -122,121 +122,121 @@ public class ControlloPraticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.ControlloPratica" }; - _methodName200 = "getBeanIdentifier"; + _methodName194 = "getBeanIdentifier"; - _methodParameterTypes200 = new String[] { }; + _methodParameterTypes194 = new String[] { }; - _methodName201 = "setBeanIdentifier"; + _methodName195 = "setBeanIdentifier"; - _methodParameterTypes201 = new String[] { "java.lang.String" }; + _methodParameterTypes195 = new String[] { "java.lang.String" }; - _methodName206 = "addControlloPratica"; + _methodName200 = "addControlloPratica"; - _methodParameterTypes206 = new String[] { + _methodParameterTypes200 = new String[] { "long", "long", "long", "long", "boolean", "com.liferay.portal.service.ServiceContext" }; - _methodName207 = "deleteControlloPratica"; + _methodName201 = "deleteControlloPratica"; - _methodParameterTypes207 = new String[] { "long" }; + _methodParameterTypes201 = new String[] { "long" }; - _methodName208 = "deleteControlloPratica"; + _methodName202 = "deleteControlloPratica"; - _methodParameterTypes208 = new String[] { + _methodParameterTypes202 = new String[] { "it.tref.liferay.portos.bo.model.ControlloPratica" }; - _methodName209 = "findByIntPraticaId_Status"; + _methodName203 = "findByIntPraticaId_Status"; - _methodParameterTypes209 = new String[] { "long", "int" }; + _methodParameterTypes203 = new String[] { "long", "int" }; - _methodName210 = "countByIntPraticaId_Status"; + _methodName204 = "countByIntPraticaId_Status"; - _methodParameterTypes210 = new String[] { "long", "int" }; + _methodParameterTypes204 = new String[] { "long", "int" }; - _methodName211 = "updateAsset"; + _methodName205 = "updateAsset"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes205 = new String[] { "long", "it.tref.liferay.portos.bo.model.ControlloPratica", "long[][]", "java.lang.String[][]", "long[][]", "java.util.Date" }; - _methodName212 = "deleteAsset"; + _methodName206 = "deleteAsset"; - _methodParameterTypes212 = new String[] { + _methodParameterTypes206 = new String[] { "it.tref.liferay.portos.bo.model.ControlloPratica" }; - _methodName213 = "updateStatus"; + _methodName207 = "updateStatus"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes207 = new String[] { "long", "long", "int", "com.liferay.portal.service.ServiceContext", "java.util.List" }; - _methodName214 = "generazioneDocumento"; + _methodName208 = "generazioneDocumento"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes208 = new String[] { "long", "java.lang.String", "java.lang.String", "long", "java.util.Map" }; - _methodName215 = "generaDocumentoFinale"; + _methodName209 = "generaDocumentoFinale"; - _methodParameterTypes215 = new String[] { + _methodParameterTypes209 = new String[] { "long", "java.lang.String", "long", "java.util.Map" }; - _methodName216 = "updateIstruttore"; + _methodName210 = "updateIstruttore"; - _methodParameterTypes216 = new String[] { "long", "java.util.Map" }; + _methodParameterTypes210 = new String[] { "long", "java.util.Map" }; - _methodName217 = "valutazioneEsitoFinaleUpdateStatoPratica"; + _methodName211 = "valutazioneEsitoFinaleUpdateStatoPratica"; - _methodParameterTypes217 = new String[] { "long", "java.util.Map" }; + _methodParameterTypes211 = new String[] { "long", "java.util.Map" }; - _methodName219 = "aggiornaStatoPerRichiestaIntegrazione"; + _methodName213 = "aggiornaStatoPerRichiestaIntegrazione"; - _methodParameterTypes219 = new String[] { "long", "java.util.Map" }; + _methodParameterTypes213 = new String[] { "long", "java.util.Map" }; - _methodName220 = "getJsonListaIstruttori"; + _methodName214 = "getJsonListaIstruttori"; - _methodParameterTypes220 = new String[] { "long", "java.util.Map" }; + _methodParameterTypes214 = new String[] { "long", "java.util.Map" }; - _methodName221 = "getJsonEsitoPratica"; + _methodName215 = "getJsonEsitoPratica"; - _methodParameterTypes221 = new String[] { "long", "java.util.Map" }; + _methodParameterTypes215 = new String[] { "long", "java.util.Map" }; - _methodName224 = "addPraticheAlControllo"; + _methodName219 = "addPraticheAlControllo"; - _methodParameterTypes224 = new String[] { "long", "long" }; + _methodParameterTypes219 = new String[] { "long", "long" }; - _methodName225 = "addPraticheAlControlloVarianti"; + _methodName220 = "addPraticheAlControlloVarianti"; - _methodParameterTypes225 = new String[] { + _methodParameterTypes220 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName226 = "getReturnValueScriptIniziale"; + _methodName221 = "getReturnValueScriptIniziale"; - _methodParameterTypes226 = new String[] { "long" }; + _methodParameterTypes221 = new String[] { "long" }; - _methodName227 = "getTipoEsito"; + _methodName222 = "getTipoEsito"; - _methodParameterTypes227 = new String[] { "long" }; + _methodParameterTypes222 = new String[] { "long" }; - _methodName228 = "findByIntPratica"; + _methodName223 = "findByIntPratica"; - _methodParameterTypes228 = new String[] { "long" }; + _methodParameterTypes223 = new String[] { "long" }; - _methodName229 = "calculateDateAvvioProcedimento"; + _methodName224 = "calculateDateAvvioProcedimento"; - _methodParameterTypes229 = new String[] { "long" }; + _methodParameterTypes224 = new String[] { "long" }; - _methodName230 = "gestioneWFVarianti"; + _methodName225 = "gestioneWFVarianti"; - _methodParameterTypes230 = new String[] { + _methodParameterTypes225 = new String[] { "it.tref.liferay.portos.bo.model.ControlloPratica" }; } @@ -354,20 +354,20 @@ public class ControlloPraticaLocalServiceClpInvoker { return ControlloPraticaLocalServiceUtil.updateControlloPratica((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return ControlloPraticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { ControlloPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return ControlloPraticaLocalServiceUtil.addControlloPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -376,30 +376,30 @@ public class ControlloPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[5]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return ControlloPraticaLocalServiceUtil.deleteControlloPratica(((Long)arguments[0]).longValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return ControlloPraticaLocalServiceUtil.deleteControlloPratica((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return ControlloPraticaLocalServiceUtil.findByIntPraticaId_Status(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return ControlloPraticaLocalServiceUtil.countByIntPraticaId_Status(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { ControlloPraticaLocalServiceUtil.updateAsset(((Long)arguments[0]).longValue(), (it.tref.liferay.portos.bo.model.ControlloPratica)arguments[1], (long[])arguments[2], (java.lang.String[])arguments[3], @@ -408,15 +408,15 @@ public class ControlloPraticaLocalServiceClpInvoker { return null; } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { ControlloPraticaLocalServiceUtil.deleteAsset((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]); return null; } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return ControlloPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), @@ -424,91 +424,91 @@ public class ControlloPraticaLocalServiceClpInvoker { (java.util.List)arguments[4]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return ControlloPraticaLocalServiceUtil.generazioneDocumento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Long)arguments[3]).longValue(), (java.util.Map)arguments[4]); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return ControlloPraticaLocalServiceUtil.generaDocumentoFinale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), (java.util.Map)arguments[3]); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { ControlloPraticaLocalServiceUtil.updateIstruttore(((Long)arguments[0]).longValue(), (java.util.Map)arguments[1]); return null; } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return ControlloPraticaLocalServiceUtil.valutazioneEsitoFinaleUpdateStatoPratica(((Long)arguments[0]).longValue(), (java.util.Map)arguments[1]); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { ControlloPraticaLocalServiceUtil.aggiornaStatoPerRichiestaIntegrazione(((Long)arguments[0]).longValue(), (java.util.Map)arguments[1]); return null; } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return ControlloPraticaLocalServiceUtil.getJsonListaIstruttori(((Long)arguments[0]).longValue(), (java.util.Map)arguments[1]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return ControlloPraticaLocalServiceUtil.getJsonEsitoPratica(((Long)arguments[0]).longValue(), (java.util.Map)arguments[1]); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return ControlloPraticaLocalServiceUtil.addPraticheAlControllo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return ControlloPraticaLocalServiceUtil.addPraticheAlControlloVarianti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return ControlloPraticaLocalServiceUtil.getReturnValueScriptIniziale(((Long)arguments[0]).longValue()); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return ControlloPraticaLocalServiceUtil.getTipoEsito(((Long)arguments[0]).longValue()); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { return ControlloPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return ControlloPraticaLocalServiceUtil.calculateDateAvvioProcedimento(((Long)arguments[0]).longValue()); } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { ControlloPraticaLocalServiceUtil.gestioneWFVarianti((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]); return null; @@ -557,10 +557,22 @@ public class ControlloPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName194; + private String[] _methodParameterTypes194; + private String _methodName195; + private String[] _methodParameterTypes195; private String _methodName200; private String[] _methodParameterTypes200; private String _methodName201; private String[] _methodParameterTypes201; + private String _methodName202; + private String[] _methodParameterTypes202; + private String _methodName203; + private String[] _methodParameterTypes203; + private String _methodName204; + private String[] _methodParameterTypes204; + private String _methodName205; + private String[] _methodParameterTypes205; private String _methodName206; private String[] _methodParameterTypes206; private String _methodName207; @@ -573,36 +585,24 @@ public class ControlloPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes210; private String _methodName211; private String[] _methodParameterTypes211; - private String _methodName212; - private String[] _methodParameterTypes212; private String _methodName213; private String[] _methodParameterTypes213; private String _methodName214; private String[] _methodParameterTypes214; private String _methodName215; private String[] _methodParameterTypes215; - private String _methodName216; - private String[] _methodParameterTypes216; - private String _methodName217; - private String[] _methodParameterTypes217; private String _methodName219; private String[] _methodParameterTypes219; private String _methodName220; private String[] _methodParameterTypes220; private String _methodName221; private String[] _methodParameterTypes221; + private String _methodName222; + private String[] _methodParameterTypes222; + private String _methodName223; + private String[] _methodParameterTypes223; private String _methodName224; private String[] _methodParameterTypes224; private String _methodName225; private String[] _methodParameterTypes225; - private String _methodName226; - private String[] _methodParameterTypes226; - private String _methodName227; - private String[] _methodParameterTypes227; - private String _methodName228; - private String[] _methodParameterTypes228; - private String _methodName229; - private String[] _methodParameterTypes229; - private String _methodName230; - private String[] _methodParameterTypes230; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java index df8d8d2f..3a5390a2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java @@ -44,7 +44,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -872,63 +871,6 @@ public abstract class ControlloPraticaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1922,12 +1864,6 @@ public abstract class ControlloPraticaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java index 79845259..31a4d55b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java @@ -24,24 +24,24 @@ import java.util.Arrays; */ public class ControlloPraticaServiceClpInvoker { public ControlloPraticaServiceClpInvoker() { - _methodName180 = "getBeanIdentifier"; + _methodName174 = "getBeanIdentifier"; - _methodParameterTypes180 = new String[] { }; + _methodParameterTypes174 = new String[] { }; - _methodName181 = "setBeanIdentifier"; + _methodName175 = "setBeanIdentifier"; - _methodParameterTypes181 = new String[] { "java.lang.String" }; + _methodParameterTypes175 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return ControlloPraticaServiceUtil.getBeanIdentifier(); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { ControlloPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; @@ -50,8 +50,8 @@ public class ControlloPraticaServiceClpInvoker { throw new UnsupportedOperationException(); } - private String _methodName180; - private String[] _methodParameterTypes180; - private String _methodName181; - private String[] _methodParameterTypes181; + private String _methodName174; + private String[] _methodParameterTypes174; + private String _methodName175; + private String[] _methodParameterTypes175; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java index 06008bf6..08cfc40b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1149,63 +1148,6 @@ public abstract class DelegaLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1995,12 +1937,6 @@ public abstract class DelegaLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java index 8ab39c98..ace3bbe5 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java @@ -122,236 +122,236 @@ public class DelegaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Delega" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "addDelega"; + _methodName178 = "addDelega"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName185 = "cambioStato"; + _methodName179 = "cambioStato"; - _methodParameterTypes185 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes179 = new String[] { "long", "java.lang.String" }; - _methodName186 = "concludiDeleghePagamento"; + _methodName180 = "concludiDeleghePagamento"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "deleteDelega"; + _methodName181 = "deleteDelega"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "it.tref.liferay.portos.bo.model.Delega" }; - _methodName188 = "deleteDelega"; + _methodName182 = "deleteDelega"; - _methodParameterTypes188 = new String[] { "long" }; + _methodParameterTypes182 = new String[] { "long" }; - _methodName189 = "findByIntPratica"; + _methodName183 = "findByIntPratica"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName190 = "findByDettPratica"; + _methodName184 = "findByDettPratica"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName191 = "countByIntPratica"; + _methodName185 = "countByIntPratica"; - _methodParameterTypes191 = new String[] { "long" }; + _methodParameterTypes185 = new String[] { "long" }; - _methodName192 = "countByDettPratica"; + _methodName186 = "countByDettPratica"; - _methodParameterTypes192 = new String[] { "long" }; + _methodParameterTypes186 = new String[] { "long" }; - _methodName193 = "findByIntPratica_CodiceFiscale"; + _methodName187 = "findByIntPratica_CodiceFiscale"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName194 = "findByCodiceFiscale"; + _methodName188 = "findByCodiceFiscale"; - _methodParameterTypes194 = new String[] { "java.lang.String" }; + _methodParameterTypes188 = new String[] { "java.lang.String" }; - _methodName195 = "countByIntPratica_CodiceFiscale"; + _methodName189 = "countByIntPratica_CodiceFiscale"; - _methodParameterTypes195 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes189 = new String[] { "long", "java.lang.String" }; - _methodName196 = "findByCodiceFiscale_InEsito"; + _methodName190 = "findByCodiceFiscale_InEsito"; - _methodParameterTypes196 = new String[] { + _methodParameterTypes190 = new String[] { "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName197 = "countByCodiceFiscale_InEsito"; + _methodName191 = "countByCodiceFiscale_InEsito"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "java.lang.String", "java.lang.String[][]" }; - _methodName198 = "findByIntPratica_CodiceFiscale_InEsito"; + _methodName192 = "findByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes198 = new String[] { + _methodParameterTypes192 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName199 = "countByIntPratica_CodiceFiscale_InEsito"; + _methodName193 = "countByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName200 = "findByDettPratica_CodiceFiscale_InEsito"; + _methodName194 = "findByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes200 = new String[] { + _methodParameterTypes194 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName201 = "countByDettPratica_CodiceFiscale_InEsito"; + _methodName195 = "countByDettPratica_CodiceFiscale_InEsito"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName202 = "findByIntPratica_InEsito"; + _methodName196 = "findByIntPratica_InEsito"; - _methodParameterTypes202 = new String[] { + _methodParameterTypes196 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName203 = "countByIntPratica_InEsito"; + _methodName197 = "countByIntPratica_InEsito"; - _methodParameterTypes203 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes197 = new String[] { "long", "java.lang.String[][]" }; - _methodName204 = "findByDettPratica_InEsito"; + _methodName198 = "findByDettPratica_InEsito"; - _methodParameterTypes204 = new String[] { + _methodParameterTypes198 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName205 = "findCfByDettPratica_InEsito"; + _methodName199 = "findCfByDettPratica_InEsito"; - _methodParameterTypes205 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes199 = new String[] { "long", "java.lang.String[][]" }; - _methodName206 = "findByDettPratica_InEsito"; + _methodName200 = "findByDettPratica_InEsito"; - _methodParameterTypes206 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes200 = new String[] { "long", "java.lang.String[][]" }; - _methodName207 = "findCfByDettPratica_Tipologia_InEsito"; + _methodName201 = "findCfByDettPratica_Tipologia_InEsito"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "long", "java.lang.String[][]", "java.lang.String[][]" }; - _methodName208 = "findByDettPratica_Tipologia_InEsito"; + _methodName202 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes208 = new String[] { + _methodParameterTypes202 = new String[] { "long", "java.lang.String[][]", "java.lang.String[][]" }; - _methodName210 = "countByDettPratica_InEsito"; + _methodName204 = "countByDettPratica_InEsito"; - _methodParameterTypes210 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes204 = new String[] { "long", "java.lang.String[][]" }; - _methodName211 = "findByCodiceFiscale_Tipologia_InEsito"; + _methodName205 = "findByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes205 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName212 = "countByCodiceFiscale_Tipologia_InEsito"; + _methodName206 = "countByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes212 = new String[] { + _methodParameterTypes206 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName213 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName207 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes207 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName214 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName208 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes208 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName215 = "findByDettPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName209 = "findByDettPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes215 = new String[] { + _methodParameterTypes209 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName216 = "countByDettPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName210 = "countByDettPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes216 = new String[] { + _methodParameterTypes210 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "java.lang.String[][]" }; - _methodName217 = "findByIntPratica_Tipologia_InEsito"; + _methodName211 = "findByIntPratica_Tipologia_InEsito"; - _methodParameterTypes217 = new String[] { + _methodParameterTypes211 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName218 = "findByDettPratica_Tipologia_InEsito"; + _methodName212 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes212 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName219 = "countByIntPratica_Tipologia_InEsito"; + _methodName213 = "countByIntPratica_Tipologia_InEsito"; - _methodParameterTypes219 = new String[] { + _methodParameterTypes213 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName220 = "findByDettPratica_Tipologia_InEsito"; + _methodName214 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes214 = new String[] { "long", "java.lang.String[][]", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName221 = "countByDettPratica_Tipologia_InEsito"; + _methodName215 = "countByDettPratica_Tipologia_InEsito"; - _methodParameterTypes221 = new String[] { + _methodParameterTypes215 = new String[] { "long", "java.lang.String[][]", "java.lang.String[][]" }; - _methodName222 = "generaDocumentoConcludiDelegaGeologo"; + _methodName216 = "generaDocumentoConcludiDelegaGeologo"; - _methodParameterTypes222 = new String[] { + _methodParameterTypes216 = new String[] { "long", "it.tref.liferay.portos.bo.model.Delega", "com.liferay.portal.service.ServiceContext" }; @@ -470,20 +470,20 @@ public class DelegaLocalServiceClpInvoker { return DelegaLocalServiceUtil.updateDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return DelegaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { DelegaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return DelegaLocalServiceUtil.addDelega(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -491,57 +491,57 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[5]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return DelegaLocalServiceUtil.cambioStato(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { DelegaLocalServiceUtil.concludiDeleghePagamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return DelegaLocalServiceUtil.deleteDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return DelegaLocalServiceUtil.deleteDelega(((Long)arguments[0]).longValue()); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return DelegaLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -549,19 +549,19 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return DelegaLocalServiceUtil.findByCodiceFiscale((java.lang.String)arguments[0]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return DelegaLocalServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -569,14 +569,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return DelegaLocalServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -585,14 +585,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -601,14 +601,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return DelegaLocalServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -616,14 +616,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -631,40 +631,40 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return DelegaLocalServiceUtil.findCfByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return DelegaLocalServiceUtil.findCfByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return DelegaLocalServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return DelegaLocalServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -673,14 +673,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return DelegaLocalServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3], @@ -689,15 +689,15 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[6]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3]); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -707,16 +707,16 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[6]); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return DelegaLocalServiceUtil.countByDettPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], (java.lang.String[])arguments[3]); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return DelegaLocalServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -725,8 +725,8 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -735,14 +735,14 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return DelegaLocalServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], (java.lang.String[])arguments[2], @@ -751,15 +751,15 @@ public class DelegaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return DelegaLocalServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { DelegaLocalServiceUtil.generaDocumentoConcludiDelegaGeologo(((Long)arguments[0]).longValue(), (it.tref.liferay.portos.bo.model.Delega)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); @@ -810,10 +810,22 @@ public class DelegaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -852,8 +864,6 @@ public class DelegaLocalServiceClpInvoker { private String[] _methodParameterTypes201; private String _methodName202; private String[] _methodParameterTypes202; - private String _methodName203; - private String[] _methodParameterTypes203; private String _methodName204; private String[] _methodParameterTypes204; private String _methodName205; @@ -864,6 +874,8 @@ public class DelegaLocalServiceClpInvoker { private String[] _methodParameterTypes207; private String _methodName208; private String[] _methodParameterTypes208; + private String _methodName209; + private String[] _methodParameterTypes209; private String _methodName210; private String[] _methodParameterTypes210; private String _methodName211; @@ -878,16 +890,4 @@ public class DelegaLocalServiceClpInvoker { private String[] _methodParameterTypes215; private String _methodName216; private String[] _methodParameterTypes216; - private String _methodName217; - private String[] _methodParameterTypes217; - private String _methodName218; - private String[] _methodParameterTypes218; - private String _methodName219; - private String[] _methodParameterTypes219; - private String _methodName220; - private String[] _methodParameterTypes220; - private String _methodName221; - private String[] _methodParameterTypes221; - private String _methodName222; - private String[] _methodParameterTypes222; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java index 61889a4b..aa3563d2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class DelegaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class DelegaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java index 2d0fccf1..823b0127 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java @@ -24,193 +24,193 @@ import java.util.Arrays; */ public class DelegaServiceClpInvoker { public DelegaServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "addDelega"; + _methodName158 = "addDelega"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName165 = "annullaDelega"; + _methodName159 = "annullaDelega"; - _methodParameterTypes165 = new String[] { "long" }; + _methodParameterTypes159 = new String[] { "long" }; - _methodName166 = "annullaDelega"; + _methodName160 = "annullaDelega"; - _methodParameterTypes166 = new String[] { + _methodParameterTypes160 = new String[] { "it.tref.liferay.portos.bo.model.Delega" }; - _methodName167 = "deleteDelega"; + _methodName161 = "deleteDelega"; - _methodParameterTypes167 = new String[] { + _methodParameterTypes161 = new String[] { "it.tref.liferay.portos.bo.model.Delega" }; - _methodName168 = "deleteDelega"; + _methodName162 = "deleteDelega"; - _methodParameterTypes168 = new String[] { "long" }; + _methodParameterTypes162 = new String[] { "long" }; - _methodName169 = "cambioStato"; + _methodName163 = "cambioStato"; - _methodParameterTypes169 = new String[] { + _methodParameterTypes163 = new String[] { "long", "long", "java.lang.String" }; - _methodName170 = "findByIntPratica"; + _methodName164 = "findByIntPratica"; - _methodParameterTypes170 = new String[] { + _methodParameterTypes164 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName171 = "findByDettPratica"; + _methodName165 = "findByDettPratica"; - _methodParameterTypes171 = new String[] { + _methodParameterTypes165 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName172 = "countByIntPratica"; + _methodName166 = "countByIntPratica"; - _methodParameterTypes172 = new String[] { "long" }; + _methodParameterTypes166 = new String[] { "long" }; - _methodName173 = "countByDettPratica"; + _methodName167 = "countByDettPratica"; - _methodParameterTypes173 = new String[] { "long" }; + _methodParameterTypes167 = new String[] { "long" }; - _methodName174 = "findByIntPratica_CodiceFiscale"; + _methodName168 = "findByIntPratica_CodiceFiscale"; - _methodParameterTypes174 = new String[] { + _methodParameterTypes168 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName175 = "countByIntPratica_CodiceFiscale"; + _methodName169 = "countByIntPratica_CodiceFiscale"; - _methodParameterTypes175 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes169 = new String[] { "long", "java.lang.String" }; - _methodName176 = "findByCodiceFiscale_InEsito"; + _methodName170 = "findByCodiceFiscale_InEsito"; - _methodParameterTypes176 = new String[] { + _methodParameterTypes170 = new String[] { "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName177 = "countByCodiceFiscale_InEsito"; + _methodName171 = "countByCodiceFiscale_InEsito"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "java.lang.String", "java.lang.String[][]" }; - _methodName178 = "findByIntPratica_CodiceFiscale_InEsito"; + _methodName172 = "findByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes178 = new String[] { + _methodParameterTypes172 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName179 = "countByIntPratica_CodiceFiscale_InEsito"; + _methodName173 = "countByIntPratica_CodiceFiscale_InEsito"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes173 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; - _methodName180 = "findByIntPratica_InEsito"; + _methodName174 = "findByIntPratica_InEsito"; - _methodParameterTypes180 = new String[] { + _methodParameterTypes174 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName181 = "countByIntPratica_InEsito"; + _methodName175 = "countByIntPratica_InEsito"; - _methodParameterTypes181 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes175 = new String[] { "long", "java.lang.String[][]" }; - _methodName182 = "findByDettPratica_InEsito"; + _methodName176 = "findByDettPratica_InEsito"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes176 = new String[] { "long", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName183 = "countByDettPratica_InEsito"; + _methodName177 = "countByDettPratica_InEsito"; - _methodParameterTypes183 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes177 = new String[] { "long", "java.lang.String[][]" }; - _methodName184 = "findByCodiceFiscale_Tipologia_InEsito"; + _methodName178 = "findByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName185 = "countByCodiceFiscale_Tipologia_InEsito"; + _methodName179 = "countByCodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName186 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName180 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName187 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; + _methodName181 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String[][]" }; - _methodName188 = "findByIntPratica_Tipologia_InEsito"; + _methodName182 = "findByIntPratica_Tipologia_InEsito"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName189 = "findByDettPratica_Tipologia_InEsito"; + _methodName183 = "findByDettPratica_Tipologia_InEsito"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "java.lang.String", "java.lang.String[][]", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName190 = "countByIntPratica_Tipologia_InEsito"; + _methodName184 = "countByIntPratica_Tipologia_InEsito"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "java.lang.String", "java.lang.String[][]" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return DelegaServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { DelegaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return DelegaServiceUtil.addDelega(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -218,60 +218,60 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[5]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return DelegaServiceUtil.annullaDelega(((Long)arguments[0]).longValue()); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return DelegaServiceUtil.annullaDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return DelegaServiceUtil.deleteDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return DelegaServiceUtil.deleteDelega(((Long)arguments[0]).longValue()); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return DelegaServiceUtil.cambioStato(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return DelegaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return DelegaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return DelegaServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return DelegaServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return DelegaServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -279,14 +279,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return DelegaServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return DelegaServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -294,14 +294,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return DelegaServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0], (java.lang.String[])arguments[1]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return DelegaServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -310,14 +310,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return DelegaServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return DelegaServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -325,14 +325,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return DelegaServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return DelegaServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), @@ -340,14 +340,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return DelegaServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return DelegaServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -356,14 +356,14 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return DelegaServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return DelegaServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3], @@ -372,15 +372,15 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[6]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return DelegaServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String[])arguments[3]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return DelegaServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -389,8 +389,8 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return DelegaServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2], @@ -399,8 +399,8 @@ public class DelegaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return DelegaServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String[])arguments[2]); } @@ -408,10 +408,22 @@ public class DelegaServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -454,16 +466,4 @@ public class DelegaServiceClpInvoker { private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; - private String _methodName186; - private String[] _methodParameterTypes186; - private String _methodName187; - private String[] _methodParameterTypes187; - private String _methodName188; - private String[] _methodParameterTypes188; - private String _methodName189; - private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java index 6ff41648..6f230409 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java @@ -53,7 +53,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1163,63 +1162,6 @@ public abstract class DettPraticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2275,12 +2217,6 @@ public abstract class DettPraticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java index 63de542d..b61172db 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java @@ -122,112 +122,112 @@ public class DettPraticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.DettPratica" }; - _methodName206 = "getBeanIdentifier"; + _methodName200 = "getBeanIdentifier"; - _methodParameterTypes206 = new String[] { }; + _methodParameterTypes200 = new String[] { }; - _methodName207 = "setBeanIdentifier"; + _methodName201 = "setBeanIdentifier"; - _methodParameterTypes207 = new String[] { "java.lang.String" }; + _methodParameterTypes201 = new String[] { "java.lang.String" }; - _methodName213 = "addDettPratica"; + _methodName207 = "addDettPratica"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes207 = new String[] { "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName214 = "addDettPraticaToIntPratica"; + _methodName208 = "addDettPraticaToIntPratica"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes208 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName215 = "addDettPraticaClonedToIntPratica"; + _methodName209 = "addDettPraticaClonedToIntPratica"; - _methodParameterTypes215 = new String[] { + _methodParameterTypes209 = new String[] { "long", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName217 = "cloneDettagliSoggetti"; + _methodName211 = "cloneDettagliSoggetti"; - _methodParameterTypes217 = new String[] { "long", "long" }; + _methodParameterTypes211 = new String[] { "long", "long" }; - _methodName218 = "addDettPraticaForImport"; + _methodName212 = "addDettPraticaForImport"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes212 = new String[] { "com.liferay.portal.service.ServiceContext" }; - _methodName219 = "getLastEditableByIntPratica"; + _methodName213 = "getLastEditableByIntPratica"; - _methodParameterTypes219 = new String[] { "long" }; + _methodParameterTypes213 = new String[] { "long" }; - _methodName220 = "getLastCompletedByIntPratica"; + _methodName214 = "getLastCompletedByIntPratica"; - _methodParameterTypes220 = new String[] { "long" }; + _methodParameterTypes214 = new String[] { "long" }; - _methodName221 = "getLastCompletedBeforeDettPraticaByIntPratica"; + _methodName215 = "getLastCompletedBeforeDettPraticaByIntPratica"; - _methodParameterTypes221 = new String[] { "long", "long" }; + _methodParameterTypes215 = new String[] { "long", "long" }; - _methodName222 = "getLastCompletedByIntPraticaAndProtocolloNotEmpty"; + _methodName216 = "getLastCompletedByIntPraticaAndProtocolloNotEmpty"; - _methodParameterTypes222 = new String[] { "long" }; + _methodParameterTypes216 = new String[] { "long" }; - _methodName223 = "getLastdByIntPraticaAndTipoPratica"; + _methodName217 = "getLastdByIntPraticaAndTipoPratica"; - _methodParameterTypes223 = new String[] { "long", "java.util.List" }; + _methodParameterTypes217 = new String[] { "long", "java.util.List" }; - _methodName224 = "getLastEditabledByIntPraticaAndTipoPratica"; + _methodName218 = "getLastEditabledByIntPraticaAndTipoPratica"; - _methodParameterTypes224 = new String[] { "long", "java.util.List" }; + _methodParameterTypes218 = new String[] { "long", "java.util.List" }; - _methodName225 = "findCompletedByIntPraticaAndTipoPratica"; + _methodName219 = "findCompletedByIntPraticaAndTipoPratica"; - _methodParameterTypes225 = new String[] { "long", "java.util.List" }; + _methodParameterTypes219 = new String[] { "long", "java.util.List" }; - _methodName226 = "countCompletedByIntPraticaAndTipoPratica"; + _methodName220 = "countCompletedByIntPraticaAndTipoPratica"; - _methodParameterTypes226 = new String[] { "long", "java.util.List" }; + _methodParameterTypes220 = new String[] { "long", "java.util.List" }; - _methodName227 = "findCompletedByIntPraticaAndSuccessivoDettPratica"; + _methodName221 = "findCompletedByIntPraticaAndSuccessivoDettPratica"; - _methodParameterTypes227 = new String[] { "long", "long" }; + _methodParameterTypes221 = new String[] { "long", "long" }; - _methodName228 = "deleteDettPratica"; + _methodName222 = "deleteDettPratica"; - _methodParameterTypes228 = new String[] { + _methodParameterTypes222 = new String[] { "it.tref.liferay.portos.bo.model.DettPratica" }; - _methodName229 = "deleteDettPratica"; + _methodName223 = "deleteDettPratica"; - _methodParameterTypes229 = new String[] { "long" }; + _methodParameterTypes223 = new String[] { "long" }; - _methodName230 = "search"; + _methodName224 = "search"; - _methodParameterTypes230 = new String[] { + _methodParameterTypes224 = new String[] { "com.liferay.portal.kernel.search.SearchContext" }; - _methodName231 = "searchCount"; + _methodName225 = "searchCount"; - _methodParameterTypes231 = new String[] { + _methodParameterTypes225 = new String[] { "com.liferay.portal.kernel.search.SearchContext" }; - _methodName232 = "updateDettPraticaSoggetti"; + _methodName226 = "updateDettPraticaSoggetti"; - _methodParameterTypes232 = new String[] { + _methodParameterTypes226 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName233 = "updateDettPratica"; + _methodName227 = "updateDettPratica"; - _methodParameterTypes233 = new String[] { + _methodParameterTypes227 = new String[] { "long", "long", "long", "long", "java.lang.String", "java.lang.String", "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -235,27 +235,26 @@ public class DettPraticaLocalServiceClpInvoker { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "long", "boolean", "boolean", - "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", - "java.util.Date", "java.util.Date", "java.util.Date", - "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "java.util.Date", + "java.util.Date", "java.util.Date", "java.lang.String", + "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "boolean", "boolean", - "boolean", "boolean", "boolean", "java.lang.String", "boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -263,36 +262,36 @@ public class DettPraticaLocalServiceClpInvoker { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.util.Date", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", - "java.lang.Double", "java.lang.String", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "java.lang.Double", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "boolean", "java.lang.String", - "com.liferay.portal.service.ServiceContext", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.Boolean", "java.lang.Boolean", - "java.lang.Boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "double", "java.lang.String" + "boolean", "boolean", "boolean", "boolean", "boolean", + "java.lang.String", "java.lang.String", "boolean", + "java.lang.String", "com.liferay.portal.service.ServiceContext", + "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "java.lang.Boolean", + "java.lang.Boolean", "java.lang.Boolean", "java.lang.String", + "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "double", "java.lang.String" }; - _methodName234 = "updateDettPraticaDatiDomanda"; + _methodName228 = "updateDettPraticaDatiDomanda"; - _methodParameterTypes234 = new String[] { + _methodParameterTypes228 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -328,9 +327,9 @@ public class DettPraticaLocalServiceClpInvoker { "boolean", "java.lang.String" }; - _methodName235 = "updateDettPraticaDatiIntegrazione"; + _methodName229 = "updateDettPraticaDatiIntegrazione"; - _methodParameterTypes235 = new String[] { + _methodParameterTypes229 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", @@ -354,9 +353,9 @@ public class DettPraticaLocalServiceClpInvoker { "boolean", "boolean", "boolean", "java.lang.String" }; - _methodName236 = "updateDettPraticaGeologo"; + _methodName230 = "updateDettPraticaGeologo"; - _methodParameterTypes236 = new String[] { + _methodParameterTypes230 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -368,9 +367,9 @@ public class DettPraticaLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext", "boolean" }; - _methodName237 = "updateDettPraticaPagamento"; + _methodName231 = "updateDettPraticaPagamento"; - _methodParameterTypes237 = new String[] { + _methodParameterTypes231 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", @@ -380,39 +379,39 @@ public class DettPraticaLocalServiceClpInvoker { "java.lang.Double", "com.liferay.portal.service.ServiceContext" }; - _methodName238 = "updateCheckPagamenti"; + _methodName232 = "updateCheckPagamenti"; - _methodParameterTypes238 = new String[] { "long", "boolean", "boolean" }; + _methodParameterTypes232 = new String[] { "long", "boolean", "boolean" }; - _methodName239 = "updateEsitoPagamento"; + _methodName233 = "updateEsitoPagamento"; - _methodParameterTypes239 = new String[] { + _methodParameterTypes233 = new String[] { "long", "long", "java.lang.String" }; - _methodName240 = "updateEsitoPagamento"; + _methodName234 = "updateEsitoPagamento"; - _methodParameterTypes240 = new String[] { + _methodParameterTypes234 = new String[] { "long", "long", "long", "java.lang.String" }; - _methodName241 = "isControlloObbligatorio"; + _methodName235 = "isControlloObbligatorio"; - _methodParameterTypes241 = new String[] { + _methodParameterTypes235 = new String[] { "it.tref.liferay.portos.bo.model.DettPratica" }; - _methodName242 = "updateEsito"; + _methodName236 = "updateEsito"; - _methodParameterTypes242 = new String[] { "long", "int" }; + _methodParameterTypes236 = new String[] { "long", "int" }; - _methodName244 = "updateEsitoIntegrazione"; + _methodName238 = "updateEsitoIntegrazione"; - _methodParameterTypes244 = new String[] { "long", "int" }; + _methodParameterTypes238 = new String[] { "long", "int" }; - _methodName245 = "pagaInvia"; + _methodName239 = "pagaInvia"; - _methodParameterTypes245 = new String[] { + _methodParameterTypes239 = new String[] { "long", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", @@ -423,138 +422,138 @@ public class DettPraticaLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName247 = "updateStatus"; + _methodName241 = "updateStatus"; - _methodParameterTypes247 = new String[] { + _methodParameterTypes241 = new String[] { "long", "long", "int", "com.liferay.portal.service.ServiceContext" }; - _methodName250 = "updateDettPraticaProtocollo"; + _methodName244 = "updateDettPraticaProtocollo"; - _methodParameterTypes250 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes244 = new String[] { "long", "java.lang.String" }; - _methodName251 = "findByProtocollo"; + _methodName245 = "findByProtocollo"; - _methodParameterTypes251 = new String[] { + _methodParameterTypes245 = new String[] { "long", "long", "java.lang.String" }; - _methodName252 = "fetchByProtocollo"; + _methodName246 = "fetchByProtocollo"; - _methodParameterTypes252 = new String[] { + _methodParameterTypes246 = new String[] { "long", "long", "java.lang.String" }; - _methodName253 = "fetchByProtocollo"; + _methodName247 = "fetchByProtocollo"; - _methodParameterTypes253 = new String[] { "java.lang.String" }; + _methodParameterTypes247 = new String[] { "java.lang.String" }; - _methodName254 = "findByIntPraticaId"; + _methodName248 = "findByIntPraticaId"; - _methodParameterTypes254 = new String[] { "long" }; + _methodParameterTypes248 = new String[] { "long" }; - _methodName255 = "findByIntPraticaIdInviate"; + _methodName249 = "findByIntPraticaIdInviate"; - _methodParameterTypes255 = new String[] { "long", "int", "int" }; + _methodParameterTypes249 = new String[] { "long", "int", "int" }; - _methodName256 = "findPraticheCompleteNotProtocollo"; + _methodName250 = "findPraticheCompleteNotProtocollo"; - _methodParameterTypes256 = new String[] { "int", "int" }; + _methodParameterTypes250 = new String[] { "int", "int" }; - _methodName257 = "countPraticheCompleteNotProtocollo"; + _methodName251 = "countPraticheCompleteNotProtocollo"; - _methodParameterTypes257 = new String[] { }; + _methodParameterTypes251 = new String[] { }; - _methodName259 = "findPraticheCompleteNotGestite"; + _methodName253 = "findPraticheCompleteNotGestite"; - _methodParameterTypes259 = new String[] { "int", "int" }; + _methodParameterTypes253 = new String[] { "int", "int" }; - _methodName260 = "countPraticheCompleteNotGestite"; + _methodName254 = "countPraticheCompleteNotGestite"; - _methodParameterTypes260 = new String[] { }; + _methodParameterTypes254 = new String[] { }; - _methodName262 = "findByIntPraticaId_TipoIntegrazione_Completa"; + _methodName256 = "findByIntPraticaId_TipoIntegrazione_Completa"; - _methodParameterTypes262 = new String[] { + _methodParameterTypes256 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName263 = "countByIntPraticaId_TipoIntegrazione_Completa"; + _methodName257 = "countByIntPraticaId_TipoIntegrazione_Completa"; - _methodParameterTypes263 = new String[] { + _methodParameterTypes257 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName264 = "findPraticheCompletateNonVersionate"; + _methodName258 = "findPraticheCompletateNonVersionate"; - _methodParameterTypes264 = new String[] { "int", "int" }; + _methodParameterTypes258 = new String[] { "int", "int" }; - _methodName265 = "countPraticheCompletateNonversionate"; + _methodName259 = "countPraticheCompletateNonversionate"; - _methodParameterTypes265 = new String[] { }; + _methodParameterTypes259 = new String[] { }; - _methodName267 = "updateDettPraticaGestita"; + _methodName261 = "updateDettPraticaGestita"; - _methodParameterTypes267 = new String[] { "long", "boolean" }; + _methodParameterTypes261 = new String[] { "long", "boolean" }; - _methodName268 = "updateStatus"; + _methodName262 = "updateStatus"; - _methodParameterTypes268 = new String[] { "long", "int" }; + _methodParameterTypes262 = new String[] { "long", "int" }; - _methodName269 = "updateSignal"; + _methodName263 = "updateSignal"; - _methodParameterTypes269 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes263 = new String[] { "long", "java.util.Date" }; - _methodName270 = "countInvioSignal"; + _methodName264 = "countInvioSignal"; - _methodParameterTypes270 = new String[] { }; + _methodParameterTypes264 = new String[] { }; - _methodName271 = "getInvioSignal"; + _methodName265 = "getInvioSignal"; - _methodParameterTypes271 = new String[] { "long" }; + _methodParameterTypes265 = new String[] { "long" }; - _methodName272 = "getInviiSignal"; + _methodName266 = "getInviiSignal"; - _methodParameterTypes272 = new String[] { "int", "int" }; + _methodParameterTypes266 = new String[] { "int", "int" }; - _methodName273 = "dynamicQueryInvioSignal"; + _methodName267 = "dynamicQueryInvioSignal"; - _methodParameterTypes273 = new String[] { "java.lang.Long" }; + _methodParameterTypes267 = new String[] { "java.lang.Long" }; - _methodName274 = "findByPagamentoId"; + _methodName268 = "findByPagamentoId"; - _methodParameterTypes274 = new String[] { "long" }; + _methodParameterTypes268 = new String[] { "long" }; - _methodName275 = "updatePrincipale"; + _methodName269 = "updatePrincipale"; - _methodParameterTypes275 = new String[] { + _methodParameterTypes269 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName276 = "sendToVersioning"; + _methodName270 = "sendToVersioning"; - _methodParameterTypes276 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes270 = new String[] { "long", "java.lang.String" }; - _methodName277 = "getNumeroDiVersioni"; + _methodName271 = "getNumeroDiVersioni"; - _methodParameterTypes277 = new String[] { "java.lang.String" }; + _methodParameterTypes271 = new String[] { "java.lang.String" }; - _methodName278 = "getVersionNumber"; + _methodName272 = "getVersionNumber"; - _methodParameterTypes278 = new String[] { "java.lang.String", "int" }; + _methodParameterTypes272 = new String[] { "java.lang.String", "int" }; - _methodName280 = "callForChanges"; + _methodName274 = "callForChanges"; - _methodParameterTypes280 = new String[] { "java.lang.String" }; + _methodParameterTypes274 = new String[] { "java.lang.String" }; - _methodName281 = "countVariateByIntPratica"; + _methodName275 = "countVariateByIntPratica"; - _methodParameterTypes281 = new String[] { "long" }; + _methodParameterTypes275 = new String[] { "long" }; - _methodName282 = "getFirstCompletedByIntPratica"; + _methodName276 = "getFirstCompletedByIntPratica"; - _methodParameterTypes282 = new String[] { "long" }; + _methodParameterTypes276 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -670,123 +669,123 @@ public class DettPraticaLocalServiceClpInvoker { return DettPraticaLocalServiceUtil.updateDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return DettPraticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { DettPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return DettPraticaLocalServiceUtil.addDettPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return DettPraticaLocalServiceUtil.addDettPraticaToIntPratica(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return DettPraticaLocalServiceUtil.addDettPraticaClonedToIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return DettPraticaLocalServiceUtil.cloneDettagliSoggetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return DettPraticaLocalServiceUtil.addDettPraticaForImport((com.liferay.portal.service.ServiceContext)arguments[0]); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastEditableByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastCompletedByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastCompletedBeforeDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastCompletedByIntPraticaAndProtocolloNotEmpty(((Long)arguments[0]).longValue()); } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastdByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return DettPraticaLocalServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return DettPraticaLocalServiceUtil.findCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return DettPraticaLocalServiceUtil.countCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return DettPraticaLocalServiceUtil.findCompletedByIntPraticaAndSuccessivoDettPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return DettPraticaLocalServiceUtil.deleteDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]); } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { return DettPraticaLocalServiceUtil.deleteDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return DettPraticaLocalServiceUtil.search((com.liferay.portal.kernel.search.SearchContext)arguments[0]); } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { return DettPraticaLocalServiceUtil.searchCount((com.liferay.portal.kernel.search.SearchContext)arguments[0]); } - if (_methodName232.equals(name) && - Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaSoggetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -795,8 +794,8 @@ public class DettPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[6]); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -822,18 +821,18 @@ public class DettPraticaLocalServiceClpInvoker { ((Long)arguments[25]).longValue(), ((Boolean)arguments[26]).booleanValue(), ((Boolean)arguments[27]).booleanValue(), - ((Boolean)arguments[28]).booleanValue(), + (java.lang.String)arguments[28], (java.lang.String)arguments[29], (java.lang.String)arguments[30], (java.lang.String)arguments[31], - (java.lang.String)arguments[32], + ((Boolean)arguments[32]).booleanValue(), ((Boolean)arguments[33]).booleanValue(), - ((Boolean)arguments[34]).booleanValue(), - (java.util.Date)arguments[35], (java.util.Date)arguments[36], - (java.util.Date)arguments[37], (java.lang.String)arguments[38], - ((Boolean)arguments[39]).booleanValue(), - ((Long)arguments[40]).longValue(), - ((Integer)arguments[41]).intValue(), + (java.util.Date)arguments[34], (java.util.Date)arguments[35], + (java.util.Date)arguments[36], (java.lang.String)arguments[37], + ((Boolean)arguments[38]).booleanValue(), + ((Long)arguments[39]).longValue(), + ((Integer)arguments[40]).intValue(), + (java.lang.String)arguments[41], (java.lang.String)arguments[42], (java.lang.String)arguments[43], (java.lang.String)arguments[44], @@ -848,7 +847,7 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.String)arguments[53], (java.lang.String)arguments[54], (java.lang.String)arguments[55], - (java.lang.String)arguments[56], + ((Boolean)arguments[56]).booleanValue(), ((Boolean)arguments[57]).booleanValue(), ((Boolean)arguments[58]).booleanValue(), ((Boolean)arguments[59]).booleanValue(), @@ -859,31 +858,31 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[64]).booleanValue(), ((Boolean)arguments[65]).booleanValue(), ((Boolean)arguments[66]).booleanValue(), - ((Boolean)arguments[67]).booleanValue(), + (java.lang.String)arguments[67], (java.lang.String)arguments[68], - (java.lang.String)arguments[69], + ((Boolean)arguments[69]).booleanValue(), ((Boolean)arguments[70]).booleanValue(), ((Boolean)arguments[71]).booleanValue(), ((Boolean)arguments[72]).booleanValue(), - ((Boolean)arguments[73]).booleanValue(), + (java.lang.String)arguments[73], (java.lang.String)arguments[74], (java.lang.String)arguments[75], - (java.lang.String)arguments[76], + ((Boolean)arguments[76]).booleanValue(), ((Boolean)arguments[77]).booleanValue(), ((Boolean)arguments[78]).booleanValue(), ((Boolean)arguments[79]).booleanValue(), ((Boolean)arguments[80]).booleanValue(), ((Boolean)arguments[81]).booleanValue(), - ((Boolean)arguments[82]).booleanValue(), - (java.lang.String)arguments[83], + (java.lang.String)arguments[82], + ((Boolean)arguments[83]).booleanValue(), ((Boolean)arguments[84]).booleanValue(), ((Boolean)arguments[85]).booleanValue(), ((Boolean)arguments[86]).booleanValue(), ((Boolean)arguments[87]).booleanValue(), ((Boolean)arguments[88]).booleanValue(), - ((Boolean)arguments[89]).booleanValue(), + (java.lang.String)arguments[89], (java.lang.String)arguments[90], - (java.lang.String)arguments[91], + ((Boolean)arguments[91]).booleanValue(), ((Boolean)arguments[92]).booleanValue(), ((Boolean)arguments[93]).booleanValue(), ((Boolean)arguments[94]).booleanValue(), @@ -891,14 +890,14 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[96]).booleanValue(), ((Boolean)arguments[97]).booleanValue(), ((Boolean)arguments[98]).booleanValue(), - ((Boolean)arguments[99]).booleanValue(), - (java.lang.String)arguments[100], + (java.lang.String)arguments[99], + ((Boolean)arguments[100]).booleanValue(), ((Boolean)arguments[101]).booleanValue(), ((Boolean)arguments[102]).booleanValue(), ((Boolean)arguments[103]).booleanValue(), ((Boolean)arguments[104]).booleanValue(), - ((Boolean)arguments[105]).booleanValue(), - (java.lang.String)arguments[106], + (java.lang.String)arguments[105], + ((Boolean)arguments[106]).booleanValue(), ((Boolean)arguments[107]).booleanValue(), ((Boolean)arguments[108]).booleanValue(), ((Boolean)arguments[109]).booleanValue(), @@ -907,7 +906,7 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[112]).booleanValue(), ((Boolean)arguments[113]).booleanValue(), ((Boolean)arguments[114]).booleanValue(), - ((Boolean)arguments[115]).booleanValue(), + (java.lang.String)arguments[115], (java.lang.String)arguments[116], (java.lang.String)arguments[117], (java.lang.String)arguments[118], @@ -930,8 +929,8 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.String)arguments[135], (java.lang.String)arguments[136], (java.lang.String)arguments[137], - (java.lang.String)arguments[138], - (java.util.Date)arguments[139], + (java.util.Date)arguments[138], + (java.lang.Double)arguments[139], (java.lang.Double)arguments[140], (java.lang.Double)arguments[141], (java.lang.Double)arguments[142], @@ -946,10 +945,10 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.Double)arguments[151], (java.lang.Double)arguments[152], (java.lang.Double)arguments[153], - (java.lang.Double)arguments[154], + (java.lang.String)arguments[154], (java.lang.String)arguments[155], (java.lang.String)arguments[156], - (java.lang.String)arguments[157], + ((Boolean)arguments[157]).booleanValue(), ((Boolean)arguments[158]).booleanValue(), ((Boolean)arguments[159]).booleanValue(), ((Boolean)arguments[160]).booleanValue(), @@ -964,8 +963,8 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[169]).booleanValue(), ((Boolean)arguments[170]).booleanValue(), ((Boolean)arguments[171]).booleanValue(), - ((Boolean)arguments[172]).booleanValue(), - (java.lang.String)arguments[173], + (java.lang.String)arguments[172], + ((Boolean)arguments[173]).booleanValue(), ((Boolean)arguments[174]).booleanValue(), ((Boolean)arguments[175]).booleanValue(), ((Boolean)arguments[176]).booleanValue(), @@ -989,21 +988,21 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[194]).booleanValue(), ((Boolean)arguments[195]).booleanValue(), ((Boolean)arguments[196]).booleanValue(), - ((Boolean)arguments[197]).booleanValue(), + (java.lang.String)arguments[197], (java.lang.String)arguments[198], - (java.lang.String)arguments[199], - ((Boolean)arguments[200]).booleanValue(), - (java.lang.String)arguments[201], - (com.liferay.portal.service.ServiceContext)arguments[202], - ((Boolean)arguments[203]).booleanValue(), + ((Boolean)arguments[199]).booleanValue(), + (java.lang.String)arguments[200], + (com.liferay.portal.service.ServiceContext)arguments[201], + ((Boolean)arguments[202]).booleanValue(), + (java.lang.String)arguments[203], (java.lang.String)arguments[204], (java.lang.String)arguments[205], (java.lang.String)arguments[206], - (java.lang.String)arguments[207], + (java.lang.Boolean)arguments[207], (java.lang.Boolean)arguments[208], (java.lang.Boolean)arguments[209], - (java.lang.Boolean)arguments[210], - (java.lang.String)arguments[211], + (java.lang.String)arguments[210], + ((Boolean)arguments[211]).booleanValue(), ((Boolean)arguments[212]).booleanValue(), ((Boolean)arguments[213]).booleanValue(), ((Boolean)arguments[214]).booleanValue(), @@ -1012,13 +1011,12 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[217]).booleanValue(), ((Boolean)arguments[218]).booleanValue(), ((Boolean)arguments[219]).booleanValue(), - ((Boolean)arguments[220]).booleanValue(), - ((Double)arguments[221]).doubleValue(), - (java.lang.String)arguments[222]); + ((Double)arguments[220]).doubleValue(), + (java.lang.String)arguments[221]); } - if (_methodName234.equals(name) && - Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { + if (_methodName228.equals(name) && + Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaDatiDomanda(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -1028,15 +1026,15 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.String)arguments[9], (java.lang.String)arguments[10], ((Boolean)arguments[11]).booleanValue(), - ((Boolean)arguments[12]).booleanValue(), + (java.lang.String)arguments[12], (java.lang.String)arguments[13], (java.lang.String)arguments[14], - (java.lang.String)arguments[15], - ((Boolean)arguments[16]).booleanValue(), - (java.lang.String)arguments[17], - ((Boolean)arguments[18]).booleanValue(), - ((Long)arguments[19]).longValue(), - ((Integer)arguments[20]).intValue(), + ((Boolean)arguments[15]).booleanValue(), + (java.lang.String)arguments[16], + ((Boolean)arguments[17]).booleanValue(), + ((Long)arguments[18]).longValue(), + ((Integer)arguments[19]).intValue(), + (java.lang.String)arguments[20], (java.lang.String)arguments[21], (java.lang.String)arguments[22], (java.lang.String)arguments[23], @@ -1051,7 +1049,7 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.String)arguments[32], (java.lang.String)arguments[33], (java.lang.String)arguments[34], - (java.lang.String)arguments[35], + ((Boolean)arguments[35]).booleanValue(), ((Boolean)arguments[36]).booleanValue(), ((Boolean)arguments[37]).booleanValue(), ((Boolean)arguments[38]).booleanValue(), @@ -1062,31 +1060,31 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[43]).booleanValue(), ((Boolean)arguments[44]).booleanValue(), ((Boolean)arguments[45]).booleanValue(), - ((Boolean)arguments[46]).booleanValue(), + (java.lang.String)arguments[46], (java.lang.String)arguments[47], - (java.lang.String)arguments[48], + ((Boolean)arguments[48]).booleanValue(), ((Boolean)arguments[49]).booleanValue(), ((Boolean)arguments[50]).booleanValue(), ((Boolean)arguments[51]).booleanValue(), - ((Boolean)arguments[52]).booleanValue(), + (java.lang.String)arguments[52], (java.lang.String)arguments[53], (java.lang.String)arguments[54], - (java.lang.String)arguments[55], + ((Boolean)arguments[55]).booleanValue(), ((Boolean)arguments[56]).booleanValue(), ((Boolean)arguments[57]).booleanValue(), ((Boolean)arguments[58]).booleanValue(), ((Boolean)arguments[59]).booleanValue(), ((Boolean)arguments[60]).booleanValue(), - ((Boolean)arguments[61]).booleanValue(), - (java.lang.String)arguments[62], + (java.lang.String)arguments[61], + ((Boolean)arguments[62]).booleanValue(), ((Boolean)arguments[63]).booleanValue(), ((Boolean)arguments[64]).booleanValue(), ((Boolean)arguments[65]).booleanValue(), ((Boolean)arguments[66]).booleanValue(), ((Boolean)arguments[67]).booleanValue(), - ((Boolean)arguments[68]).booleanValue(), + (java.lang.String)arguments[68], (java.lang.String)arguments[69], - (java.lang.String)arguments[70], + ((Boolean)arguments[70]).booleanValue(), ((Boolean)arguments[71]).booleanValue(), ((Boolean)arguments[72]).booleanValue(), ((Boolean)arguments[73]).booleanValue(), @@ -1094,14 +1092,14 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[75]).booleanValue(), ((Boolean)arguments[76]).booleanValue(), ((Boolean)arguments[77]).booleanValue(), - ((Boolean)arguments[78]).booleanValue(), - (java.lang.String)arguments[79], + (java.lang.String)arguments[78], + ((Boolean)arguments[79]).booleanValue(), ((Boolean)arguments[80]).booleanValue(), ((Boolean)arguments[81]).booleanValue(), ((Boolean)arguments[82]).booleanValue(), ((Boolean)arguments[83]).booleanValue(), - ((Boolean)arguments[84]).booleanValue(), - (java.lang.String)arguments[85], + (java.lang.String)arguments[84], + ((Boolean)arguments[85]).booleanValue(), ((Boolean)arguments[86]).booleanValue(), ((Boolean)arguments[87]).booleanValue(), ((Boolean)arguments[88]).booleanValue(), @@ -1110,9 +1108,9 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[91]).booleanValue(), ((Boolean)arguments[92]).booleanValue(), ((Boolean)arguments[93]).booleanValue(), - ((Boolean)arguments[94]).booleanValue(), + (java.lang.String)arguments[94], (java.lang.String)arguments[95], - (java.lang.String)arguments[96], + ((Boolean)arguments[96]).booleanValue(), ((Boolean)arguments[97]).booleanValue(), ((Boolean)arguments[98]).booleanValue(), ((Boolean)arguments[99]).booleanValue(), @@ -1127,8 +1125,8 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[108]).booleanValue(), ((Boolean)arguments[109]).booleanValue(), ((Boolean)arguments[110]).booleanValue(), - ((Boolean)arguments[111]).booleanValue(), - (java.lang.String)arguments[112], + (java.lang.String)arguments[111], + ((Boolean)arguments[112]).booleanValue(), ((Boolean)arguments[113]).booleanValue(), ((Boolean)arguments[114]).booleanValue(), ((Boolean)arguments[115]).booleanValue(), @@ -1152,21 +1150,21 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[133]).booleanValue(), ((Boolean)arguments[134]).booleanValue(), ((Boolean)arguments[135]).booleanValue(), - ((Boolean)arguments[136]).booleanValue(), + (java.lang.String)arguments[136], (java.lang.String)arguments[137], - (java.lang.String)arguments[138], - ((Boolean)arguments[139]).booleanValue(), - (java.lang.String)arguments[140], - (com.liferay.portal.service.ServiceContext)arguments[141], - ((Boolean)arguments[142]).booleanValue(), + ((Boolean)arguments[138]).booleanValue(), + (java.lang.String)arguments[139], + (com.liferay.portal.service.ServiceContext)arguments[140], + ((Boolean)arguments[141]).booleanValue(), + (java.lang.String)arguments[142], (java.lang.String)arguments[143], (java.lang.String)arguments[144], (java.lang.String)arguments[145], - (java.lang.String)arguments[146], + (java.lang.Boolean)arguments[146], (java.lang.Boolean)arguments[147], (java.lang.Boolean)arguments[148], - (java.lang.Boolean)arguments[149], - (java.lang.String)arguments[150], + (java.lang.String)arguments[149], + ((Boolean)arguments[150]).booleanValue(), ((Boolean)arguments[151]).booleanValue(), ((Boolean)arguments[152]).booleanValue(), ((Boolean)arguments[153]).booleanValue(), @@ -1175,12 +1173,11 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[156]).booleanValue(), ((Boolean)arguments[157]).booleanValue(), ((Boolean)arguments[158]).booleanValue(), - ((Boolean)arguments[159]).booleanValue(), - (java.lang.String)arguments[160]); + (java.lang.String)arguments[159]); } - if (_methodName235.equals(name) && - Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaDatiIntegrazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -1278,8 +1275,8 @@ public class DettPraticaLocalServiceClpInvoker { (java.lang.String)arguments[96]); } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaGeologo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -1306,8 +1303,8 @@ public class DettPraticaLocalServiceClpInvoker { ((Boolean)arguments[27]).booleanValue()); } - if (_methodName237.equals(name) && - Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaPagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.Double)arguments[3], (java.lang.Double)arguments[4], @@ -1326,45 +1323,45 @@ public class DettPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[19]); } - if (_methodName238.equals(name) && - Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { return DettPraticaLocalServiceUtil.updateCheckPagamenti(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Boolean)arguments[2]).booleanValue()); } - if (_methodName239.equals(name) && - Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { + if (_methodName233.equals(name) && + Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { return DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName240.equals(name) && - Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { + if (_methodName234.equals(name) && + Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { return DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName241.equals(name) && - Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return DettPraticaLocalServiceUtil.isControlloObbligatorio((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]); } - if (_methodName242.equals(name) && - Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return DettPraticaLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName244.equals(name) && - Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { + if (_methodName238.equals(name) && + Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { return DettPraticaLocalServiceUtil.updateEsitoIntegrazione(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName245.equals(name) && - Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { + if (_methodName239.equals(name) && + Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { return DettPraticaLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.Double)arguments[1], (java.lang.Double)arguments[2], (java.lang.Double)arguments[3], (java.lang.Double)arguments[4], @@ -1384,177 +1381,177 @@ public class DettPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[20]); } - if (_methodName247.equals(name) && - Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { + if (_methodName241.equals(name) && + Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { return DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName250.equals(name) && - Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { + if (_methodName244.equals(name) && + Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaProtocollo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName251.equals(name) && - Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { + if (_methodName245.equals(name) && + Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { return DettPraticaLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName252.equals(name) && - Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { + if (_methodName246.equals(name) && + Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { return DettPraticaLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName253.equals(name) && - Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { + if (_methodName247.equals(name) && + Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { return DettPraticaLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]); } - if (_methodName254.equals(name) && - Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { + if (_methodName248.equals(name) && + Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { return DettPraticaLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName255.equals(name) && - Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { + if (_methodName249.equals(name) && + Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { return DettPraticaLocalServiceUtil.findByIntPraticaIdInviate(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName256.equals(name) && - Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { + if (_methodName250.equals(name) && + Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { return DettPraticaLocalServiceUtil.findPraticheCompleteNotProtocollo(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName257.equals(name) && - Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { + if (_methodName251.equals(name) && + Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { return DettPraticaLocalServiceUtil.countPraticheCompleteNotProtocollo(); } - if (_methodName259.equals(name) && - Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { + if (_methodName253.equals(name) && + Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { return DettPraticaLocalServiceUtil.findPraticheCompleteNotGestite(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName260.equals(name) && - Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { + if (_methodName254.equals(name) && + Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { return DettPraticaLocalServiceUtil.countPraticheCompleteNotGestite(); } - if (_methodName262.equals(name) && - Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { + if (_methodName256.equals(name) && + Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { return DettPraticaLocalServiceUtil.findByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName263.equals(name) && - Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { + if (_methodName257.equals(name) && + Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { return DettPraticaLocalServiceUtil.countByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName264.equals(name) && - Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { + if (_methodName258.equals(name) && + Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { return DettPraticaLocalServiceUtil.findPraticheCompletateNonVersionate(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName265.equals(name) && - Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { + if (_methodName259.equals(name) && + Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { return DettPraticaLocalServiceUtil.countPraticheCompletateNonversionate(); } - if (_methodName267.equals(name) && - Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { + if (_methodName261.equals(name) && + Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { return DettPraticaLocalServiceUtil.updateDettPraticaGestita(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName268.equals(name) && - Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { + if (_methodName262.equals(name) && + Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { return DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName269.equals(name) && - Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { + if (_methodName263.equals(name) && + Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { return DettPraticaLocalServiceUtil.updateSignal(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName270.equals(name) && - Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { + if (_methodName264.equals(name) && + Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { return DettPraticaLocalServiceUtil.countInvioSignal(); } - if (_methodName271.equals(name) && - Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) { + if (_methodName265.equals(name) && + Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { return DettPraticaLocalServiceUtil.getInvioSignal(((Long)arguments[0]).longValue()); } - if (_methodName272.equals(name) && - Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { + if (_methodName266.equals(name) && + Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { return DettPraticaLocalServiceUtil.getInviiSignal(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName273.equals(name) && - Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) { + if (_methodName267.equals(name) && + Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { return DettPraticaLocalServiceUtil.dynamicQueryInvioSignal((java.lang.Long)arguments[0]); } - if (_methodName274.equals(name) && - Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) { + if (_methodName268.equals(name) && + Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { return DettPraticaLocalServiceUtil.findByPagamentoId(((Long)arguments[0]).longValue()); } - if (_methodName275.equals(name) && - Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) { + if (_methodName269.equals(name) && + Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { return DettPraticaLocalServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName276.equals(name) && - Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) { + if (_methodName270.equals(name) && + Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { DettPraticaLocalServiceUtil.sendToVersioning(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName277.equals(name) && - Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) { + if (_methodName271.equals(name) && + Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) { return DettPraticaLocalServiceUtil.getNumeroDiVersioni((java.lang.String)arguments[0]); } - if (_methodName278.equals(name) && - Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) { + if (_methodName272.equals(name) && + Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { return DettPraticaLocalServiceUtil.getVersionNumber((java.lang.String)arguments[0], ((Integer)arguments[1]).intValue()); } - if (_methodName280.equals(name) && - Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) { + if (_methodName274.equals(name) && + Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) { return DettPraticaLocalServiceUtil.callForChanges((java.lang.String)arguments[0]); } - if (_methodName281.equals(name) && - Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) { + if (_methodName275.equals(name) && + Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) { return DettPraticaLocalServiceUtil.countVariateByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName282.equals(name) && - Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) { + if (_methodName276.equals(name) && + Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) { return DettPraticaLocalServiceUtil.getFirstCompletedByIntPratica(((Long)arguments[0]).longValue()); } @@ -1601,16 +1598,28 @@ public class DettPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; - private String _methodName206; - private String[] _methodParameterTypes206; + private String _methodName200; + private String[] _methodParameterTypes200; + private String _methodName201; + private String[] _methodParameterTypes201; private String _methodName207; private String[] _methodParameterTypes207; + private String _methodName208; + private String[] _methodParameterTypes208; + private String _methodName209; + private String[] _methodParameterTypes209; + private String _methodName211; + private String[] _methodParameterTypes211; + private String _methodName212; + private String[] _methodParameterTypes212; private String _methodName213; private String[] _methodParameterTypes213; private String _methodName214; private String[] _methodParameterTypes214; private String _methodName215; private String[] _methodParameterTypes215; + private String _methodName216; + private String[] _methodParameterTypes216; private String _methodName217; private String[] _methodParameterTypes217; private String _methodName218; @@ -1651,44 +1660,42 @@ public class DettPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes235; private String _methodName236; private String[] _methodParameterTypes236; - private String _methodName237; - private String[] _methodParameterTypes237; private String _methodName238; private String[] _methodParameterTypes238; private String _methodName239; private String[] _methodParameterTypes239; - private String _methodName240; - private String[] _methodParameterTypes240; private String _methodName241; private String[] _methodParameterTypes241; - private String _methodName242; - private String[] _methodParameterTypes242; private String _methodName244; private String[] _methodParameterTypes244; private String _methodName245; private String[] _methodParameterTypes245; + private String _methodName246; + private String[] _methodParameterTypes246; private String _methodName247; private String[] _methodParameterTypes247; + private String _methodName248; + private String[] _methodParameterTypes248; + private String _methodName249; + private String[] _methodParameterTypes249; private String _methodName250; private String[] _methodParameterTypes250; private String _methodName251; private String[] _methodParameterTypes251; - private String _methodName252; - private String[] _methodParameterTypes252; private String _methodName253; private String[] _methodParameterTypes253; private String _methodName254; private String[] _methodParameterTypes254; - private String _methodName255; - private String[] _methodParameterTypes255; private String _methodName256; private String[] _methodParameterTypes256; private String _methodName257; private String[] _methodParameterTypes257; + private String _methodName258; + private String[] _methodParameterTypes258; private String _methodName259; private String[] _methodParameterTypes259; - private String _methodName260; - private String[] _methodParameterTypes260; + private String _methodName261; + private String[] _methodParameterTypes261; private String _methodName262; private String[] _methodParameterTypes262; private String _methodName263; @@ -1697,6 +1704,8 @@ public class DettPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes264; private String _methodName265; private String[] _methodParameterTypes265; + private String _methodName266; + private String[] _methodParameterTypes266; private String _methodName267; private String[] _methodParameterTypes267; private String _methodName268; @@ -1709,22 +1718,10 @@ public class DettPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes271; private String _methodName272; private String[] _methodParameterTypes272; - private String _methodName273; - private String[] _methodParameterTypes273; private String _methodName274; private String[] _methodParameterTypes274; private String _methodName275; private String[] _methodParameterTypes275; private String _methodName276; private String[] _methodParameterTypes276; - private String _methodName277; - private String[] _methodParameterTypes277; - private String _methodName278; - private String[] _methodParameterTypes278; - private String _methodName280; - private String[] _methodParameterTypes280; - private String _methodName281; - private String[] _methodParameterTypes281; - private String _methodName282; - private String[] _methodParameterTypes282; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java index 14327f93..d6ebc26b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java @@ -44,7 +44,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -872,63 +871,6 @@ public abstract class DettPraticaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1979,12 +1921,6 @@ public abstract class DettPraticaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java index 2351bac1..f0104eab 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java @@ -24,62 +24,62 @@ import java.util.Arrays; */ public class DettPraticaServiceClpInvoker { public DettPraticaServiceClpInvoker() { - _methodName186 = "getBeanIdentifier"; + _methodName180 = "getBeanIdentifier"; - _methodParameterTypes186 = new String[] { }; + _methodParameterTypes180 = new String[] { }; - _methodName187 = "setBeanIdentifier"; + _methodName181 = "setBeanIdentifier"; - _methodParameterTypes187 = new String[] { "java.lang.String" }; + _methodParameterTypes181 = new String[] { "java.lang.String" }; - _methodName192 = "getDettPratica"; + _methodName186 = "getDettPratica"; - _methodParameterTypes192 = new String[] { "long" }; + _methodParameterTypes186 = new String[] { "long" }; - _methodName193 = "addDettPratica"; + _methodName187 = "addDettPratica"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName194 = "addDettPraticaToIntPratica"; + _methodName188 = "addDettPraticaToIntPratica"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName195 = "addDettPraticaClonedToIntPratica"; + _methodName189 = "addDettPraticaClonedToIntPratica"; - _methodParameterTypes195 = new String[] { + _methodParameterTypes189 = new String[] { "long", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName196 = "getLastEditableByIntPratica"; + _methodName190 = "getLastEditableByIntPratica"; - _methodParameterTypes196 = new String[] { "long" }; + _methodParameterTypes190 = new String[] { "long" }; - _methodName197 = "deleteDettPratica"; + _methodName191 = "deleteDettPratica"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "it.tref.liferay.portos.bo.model.DettPratica" }; - _methodName198 = "deleteDettPratica"; + _methodName192 = "deleteDettPratica"; - _methodParameterTypes198 = new String[] { "long" }; + _methodParameterTypes192 = new String[] { "long" }; - _methodName199 = "updateDettPraticaSoggetti"; + _methodName193 = "updateDettPraticaSoggetti"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName200 = "updateDettPratica"; + _methodName194 = "updateDettPratica"; - _methodParameterTypes200 = new String[] { + _methodParameterTypes194 = new String[] { "long", "long", "long", "long", "java.lang.String", "java.lang.String", "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -87,27 +87,26 @@ public class DettPraticaServiceClpInvoker { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "long", "boolean", "boolean", - "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", - "java.util.Date", "java.util.Date", "java.util.Date", - "java.lang.String", "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "java.util.Date", + "java.util.Date", "java.util.Date", "java.lang.String", + "boolean", "long", "int", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "boolean", "boolean", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", + "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "boolean", "boolean", - "boolean", "boolean", "boolean", "java.lang.String", "boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", @@ -115,56 +114,57 @@ public class DettPraticaServiceClpInvoker { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", - "java.util.Date", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", - "java.lang.Double", "java.lang.String", "java.lang.String", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "java.lang.Double", "java.lang.Double", "java.lang.Double", + "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "boolean", "boolean", - "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "boolean", "java.lang.String", - "com.liferay.portal.service.ServiceContext", "boolean", - "boolean", "boolean", "java.lang.String", "java.lang.String", - "java.lang.String", "java.lang.String", "java.lang.Boolean", - "java.lang.Boolean", "java.lang.Boolean", "java.lang.String", "boolean", "boolean", "boolean", "boolean", "boolean", "boolean", - "boolean", "boolean", "boolean", "double", "java.lang.String" + "boolean", "boolean", "boolean", "boolean", "boolean", + "java.lang.String", "java.lang.String", "boolean", + "java.lang.String", "com.liferay.portal.service.ServiceContext", + "boolean", "boolean", "boolean", "java.lang.String", + "java.lang.String", "java.lang.String", "java.lang.String", + "java.lang.Boolean", "java.lang.Boolean", "java.lang.Boolean", + "java.lang.String", "boolean", "boolean", "boolean", "boolean", + "boolean", "boolean", "boolean", "boolean", "boolean", "double", + "java.lang.String" }; - _methodName201 = "fetchDettPratica"; + _methodName195 = "fetchDettPratica"; - _methodParameterTypes201 = new String[] { "long" }; + _methodParameterTypes195 = new String[] { "long" }; - _methodName202 = "getLastCompletedByIntPratica"; + _methodName196 = "getLastCompletedByIntPratica"; - _methodParameterTypes202 = new String[] { "long" }; + _methodParameterTypes196 = new String[] { "long" }; - _methodName203 = "getLastdByIntPraticaAndTipoPratica"; + _methodName197 = "getLastdByIntPraticaAndTipoPratica"; - _methodParameterTypes203 = new String[] { "long", "java.util.List" }; + _methodParameterTypes197 = new String[] { "long", "java.util.List" }; - _methodName204 = "getLastEditabledByIntPraticaAndTipoPratica"; + _methodName198 = "getLastEditabledByIntPraticaAndTipoPratica"; - _methodParameterTypes204 = new String[] { "long", "java.util.List" }; + _methodParameterTypes198 = new String[] { "long", "java.util.List" }; - _methodName205 = "findCompletedByIntPraticaAndTipoPratica"; + _methodName199 = "findCompletedByIntPraticaAndTipoPratica"; - _methodParameterTypes205 = new String[] { "long", "java.util.List" }; + _methodParameterTypes199 = new String[] { "long", "java.util.List" }; - _methodName206 = "countCompletedByIntPraticaAndTipoPratica"; + _methodName200 = "countCompletedByIntPraticaAndTipoPratica"; - _methodParameterTypes206 = new String[] { "long", "java.util.List" }; + _methodParameterTypes200 = new String[] { "long", "java.util.List" }; - _methodName207 = "pagaInvia"; + _methodName201 = "pagaInvia"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "long", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", "java.lang.Double", @@ -175,98 +175,98 @@ public class DettPraticaServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName208 = "updateCheckPagamenti"; + _methodName202 = "updateCheckPagamenti"; - _methodParameterTypes208 = new String[] { "long", "boolean", "boolean" }; + _methodParameterTypes202 = new String[] { "long", "boolean", "boolean" }; - _methodName209 = "updateEsito"; + _methodName203 = "updateEsito"; - _methodParameterTypes209 = new String[] { "long", "int" }; + _methodParameterTypes203 = new String[] { "long", "int" }; - _methodName210 = "updateEsitoIntegrazione"; + _methodName204 = "updateEsitoIntegrazione"; - _methodParameterTypes210 = new String[] { "long", "int" }; + _methodParameterTypes204 = new String[] { "long", "int" }; - _methodName211 = "updatePrincipale"; + _methodName205 = "updatePrincipale"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes205 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName212 = "getNumeroDiVersioni"; + _methodName206 = "getNumeroDiVersioni"; - _methodParameterTypes212 = new String[] { "long", "long" }; + _methodParameterTypes206 = new String[] { "long", "long" }; - _methodName213 = "getJsonVersion"; + _methodName207 = "getJsonVersion"; - _methodParameterTypes213 = new String[] { "long", "long", "int" }; + _methodParameterTypes207 = new String[] { "long", "long", "int" }; - _methodName214 = "callForChanges"; + _methodName208 = "callForChanges"; - _methodParameterTypes214 = new String[] { "long", "long", "int" }; + _methodParameterTypes208 = new String[] { "long", "long", "int" }; - _methodName215 = "sendToVersioning"; + _methodName209 = "sendToVersioning"; - _methodParameterTypes215 = new String[] { "long", "long" }; + _methodParameterTypes209 = new String[] { "long", "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return DettPraticaServiceUtil.getBeanIdentifier(); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { DettPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return DettPraticaServiceUtil.getDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return DettPraticaServiceUtil.addDettPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return DettPraticaServiceUtil.addDettPraticaToIntPratica(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return DettPraticaServiceUtil.addDettPraticaClonedToIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return DettPraticaServiceUtil.getLastEditableByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return DettPraticaServiceUtil.deleteDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return DettPraticaServiceUtil.deleteDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return DettPraticaServiceUtil.updateDettPraticaSoggetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -275,8 +275,8 @@ public class DettPraticaServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[6]); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return DettPraticaServiceUtil.updateDettPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -302,18 +302,18 @@ public class DettPraticaServiceClpInvoker { ((Long)arguments[25]).longValue(), ((Boolean)arguments[26]).booleanValue(), ((Boolean)arguments[27]).booleanValue(), - ((Boolean)arguments[28]).booleanValue(), + (java.lang.String)arguments[28], (java.lang.String)arguments[29], (java.lang.String)arguments[30], (java.lang.String)arguments[31], - (java.lang.String)arguments[32], + ((Boolean)arguments[32]).booleanValue(), ((Boolean)arguments[33]).booleanValue(), - ((Boolean)arguments[34]).booleanValue(), - (java.util.Date)arguments[35], (java.util.Date)arguments[36], - (java.util.Date)arguments[37], (java.lang.String)arguments[38], - ((Boolean)arguments[39]).booleanValue(), - ((Long)arguments[40]).longValue(), - ((Integer)arguments[41]).intValue(), + (java.util.Date)arguments[34], (java.util.Date)arguments[35], + (java.util.Date)arguments[36], (java.lang.String)arguments[37], + ((Boolean)arguments[38]).booleanValue(), + ((Long)arguments[39]).longValue(), + ((Integer)arguments[40]).intValue(), + (java.lang.String)arguments[41], (java.lang.String)arguments[42], (java.lang.String)arguments[43], (java.lang.String)arguments[44], @@ -328,7 +328,7 @@ public class DettPraticaServiceClpInvoker { (java.lang.String)arguments[53], (java.lang.String)arguments[54], (java.lang.String)arguments[55], - (java.lang.String)arguments[56], + ((Boolean)arguments[56]).booleanValue(), ((Boolean)arguments[57]).booleanValue(), ((Boolean)arguments[58]).booleanValue(), ((Boolean)arguments[59]).booleanValue(), @@ -339,31 +339,31 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[64]).booleanValue(), ((Boolean)arguments[65]).booleanValue(), ((Boolean)arguments[66]).booleanValue(), - ((Boolean)arguments[67]).booleanValue(), + (java.lang.String)arguments[67], (java.lang.String)arguments[68], - (java.lang.String)arguments[69], + ((Boolean)arguments[69]).booleanValue(), ((Boolean)arguments[70]).booleanValue(), ((Boolean)arguments[71]).booleanValue(), ((Boolean)arguments[72]).booleanValue(), - ((Boolean)arguments[73]).booleanValue(), + (java.lang.String)arguments[73], (java.lang.String)arguments[74], (java.lang.String)arguments[75], - (java.lang.String)arguments[76], + ((Boolean)arguments[76]).booleanValue(), ((Boolean)arguments[77]).booleanValue(), ((Boolean)arguments[78]).booleanValue(), ((Boolean)arguments[79]).booleanValue(), ((Boolean)arguments[80]).booleanValue(), ((Boolean)arguments[81]).booleanValue(), - ((Boolean)arguments[82]).booleanValue(), - (java.lang.String)arguments[83], + (java.lang.String)arguments[82], + ((Boolean)arguments[83]).booleanValue(), ((Boolean)arguments[84]).booleanValue(), ((Boolean)arguments[85]).booleanValue(), ((Boolean)arguments[86]).booleanValue(), ((Boolean)arguments[87]).booleanValue(), ((Boolean)arguments[88]).booleanValue(), - ((Boolean)arguments[89]).booleanValue(), + (java.lang.String)arguments[89], (java.lang.String)arguments[90], - (java.lang.String)arguments[91], + ((Boolean)arguments[91]).booleanValue(), ((Boolean)arguments[92]).booleanValue(), ((Boolean)arguments[93]).booleanValue(), ((Boolean)arguments[94]).booleanValue(), @@ -371,14 +371,14 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[96]).booleanValue(), ((Boolean)arguments[97]).booleanValue(), ((Boolean)arguments[98]).booleanValue(), - ((Boolean)arguments[99]).booleanValue(), - (java.lang.String)arguments[100], + (java.lang.String)arguments[99], + ((Boolean)arguments[100]).booleanValue(), ((Boolean)arguments[101]).booleanValue(), ((Boolean)arguments[102]).booleanValue(), ((Boolean)arguments[103]).booleanValue(), ((Boolean)arguments[104]).booleanValue(), - ((Boolean)arguments[105]).booleanValue(), - (java.lang.String)arguments[106], + (java.lang.String)arguments[105], + ((Boolean)arguments[106]).booleanValue(), ((Boolean)arguments[107]).booleanValue(), ((Boolean)arguments[108]).booleanValue(), ((Boolean)arguments[109]).booleanValue(), @@ -387,7 +387,7 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[112]).booleanValue(), ((Boolean)arguments[113]).booleanValue(), ((Boolean)arguments[114]).booleanValue(), - ((Boolean)arguments[115]).booleanValue(), + (java.lang.String)arguments[115], (java.lang.String)arguments[116], (java.lang.String)arguments[117], (java.lang.String)arguments[118], @@ -410,8 +410,8 @@ public class DettPraticaServiceClpInvoker { (java.lang.String)arguments[135], (java.lang.String)arguments[136], (java.lang.String)arguments[137], - (java.lang.String)arguments[138], - (java.util.Date)arguments[139], + (java.util.Date)arguments[138], + (java.lang.Double)arguments[139], (java.lang.Double)arguments[140], (java.lang.Double)arguments[141], (java.lang.Double)arguments[142], @@ -426,10 +426,10 @@ public class DettPraticaServiceClpInvoker { (java.lang.Double)arguments[151], (java.lang.Double)arguments[152], (java.lang.Double)arguments[153], - (java.lang.Double)arguments[154], + (java.lang.String)arguments[154], (java.lang.String)arguments[155], (java.lang.String)arguments[156], - (java.lang.String)arguments[157], + ((Boolean)arguments[157]).booleanValue(), ((Boolean)arguments[158]).booleanValue(), ((Boolean)arguments[159]).booleanValue(), ((Boolean)arguments[160]).booleanValue(), @@ -444,8 +444,8 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[169]).booleanValue(), ((Boolean)arguments[170]).booleanValue(), ((Boolean)arguments[171]).booleanValue(), - ((Boolean)arguments[172]).booleanValue(), - (java.lang.String)arguments[173], + (java.lang.String)arguments[172], + ((Boolean)arguments[173]).booleanValue(), ((Boolean)arguments[174]).booleanValue(), ((Boolean)arguments[175]).booleanValue(), ((Boolean)arguments[176]).booleanValue(), @@ -469,23 +469,23 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[194]).booleanValue(), ((Boolean)arguments[195]).booleanValue(), ((Boolean)arguments[196]).booleanValue(), - ((Boolean)arguments[197]).booleanValue(), + (java.lang.String)arguments[197], (java.lang.String)arguments[198], - (java.lang.String)arguments[199], - ((Boolean)arguments[200]).booleanValue(), - (java.lang.String)arguments[201], - (com.liferay.portal.service.ServiceContext)arguments[202], + ((Boolean)arguments[199]).booleanValue(), + (java.lang.String)arguments[200], + (com.liferay.portal.service.ServiceContext)arguments[201], + ((Boolean)arguments[202]).booleanValue(), ((Boolean)arguments[203]).booleanValue(), ((Boolean)arguments[204]).booleanValue(), - ((Boolean)arguments[205]).booleanValue(), + (java.lang.String)arguments[205], (java.lang.String)arguments[206], (java.lang.String)arguments[207], (java.lang.String)arguments[208], - (java.lang.String)arguments[209], + (java.lang.Boolean)arguments[209], (java.lang.Boolean)arguments[210], (java.lang.Boolean)arguments[211], - (java.lang.Boolean)arguments[212], - (java.lang.String)arguments[213], + (java.lang.String)arguments[212], + ((Boolean)arguments[213]).booleanValue(), ((Boolean)arguments[214]).booleanValue(), ((Boolean)arguments[215]).booleanValue(), ((Boolean)arguments[216]).booleanValue(), @@ -494,47 +494,46 @@ public class DettPraticaServiceClpInvoker { ((Boolean)arguments[219]).booleanValue(), ((Boolean)arguments[220]).booleanValue(), ((Boolean)arguments[221]).booleanValue(), - ((Boolean)arguments[222]).booleanValue(), - ((Double)arguments[223]).doubleValue(), - (java.lang.String)arguments[224]); + ((Double)arguments[222]).doubleValue(), + (java.lang.String)arguments[223]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return DettPraticaServiceUtil.fetchDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return DettPraticaServiceUtil.getLastCompletedByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return DettPraticaServiceUtil.getLastdByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return DettPraticaServiceUtil.findCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return DettPraticaServiceUtil.countCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return DettPraticaServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.Double)arguments[1], (java.lang.Double)arguments[2], (java.lang.Double)arguments[3], (java.lang.Double)arguments[4], @@ -554,53 +553,53 @@ public class DettPraticaServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[20]); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return DettPraticaServiceUtil.updateCheckPagamenti(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Boolean)arguments[2]).booleanValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return DettPraticaServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return DettPraticaServiceUtil.updateEsitoIntegrazione(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return DettPraticaServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return DettPraticaServiceUtil.getNumeroDiVersioni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return DettPraticaServiceUtil.getJsonVersion(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return DettPraticaServiceUtil.callForChanges(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { DettPraticaServiceUtil.sendToVersioning(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); @@ -610,10 +609,22 @@ public class DettPraticaServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; private String _methodName186; private String[] _methodParameterTypes186; private String _methodName187; private String[] _methodParameterTypes187; + private String _methodName188; + private String[] _methodParameterTypes188; + private String _methodName189; + private String[] _methodParameterTypes189; + private String _methodName190; + private String[] _methodParameterTypes190; + private String _methodName191; + private String[] _methodParameterTypes191; private String _methodName192; private String[] _methodParameterTypes192; private String _methodName193; @@ -650,16 +661,4 @@ public class DettPraticaServiceClpInvoker { private String[] _methodParameterTypes208; private String _methodName209; private String[] _methodParameterTypes209; - private String _methodName210; - private String[] _methodParameterTypes210; - private String _methodName211; - private String[] _methodParameterTypes211; - private String _methodName212; - private String[] _methodParameterTypes212; - private String _methodName213; - private String[] _methodParameterTypes213; - private String _methodName214; - private String[] _methodParameterTypes214; - private String _methodName215; - private String[] _methodParameterTypes215; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java index 75b87c73..54c4f237 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1157,63 +1156,6 @@ public abstract class DocAggiuntivaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2003,12 +1945,6 @@ public abstract class DocAggiuntivaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java index bc1da663..ca3377dc 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java @@ -122,76 +122,76 @@ public class DocAggiuntivaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.DocAggiuntiva" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "findByIntPratica"; + _methodName178 = "findByIntPratica"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; - _methodName185 = "findByIntPratica"; + _methodName179 = "findByIntPratica"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName186 = "countByIntPratica"; + _methodName180 = "countByIntPratica"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "findByDettPratica"; + _methodName181 = "findByDettPratica"; - _methodParameterTypes187 = new String[] { "long" }; + _methodParameterTypes181 = new String[] { "long" }; - _methodName188 = "findByDettPratica"; + _methodName182 = "findByDettPratica"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName189 = "countByDettPratica"; + _methodName183 = "countByDettPratica"; - _methodParameterTypes189 = new String[] { "long" }; + _methodParameterTypes183 = new String[] { "long" }; - _methodName190 = "findByIntPraticaFeVisible"; + _methodName184 = "findByIntPraticaFeVisible"; - _methodParameterTypes190 = new String[] { "long", "boolean" }; + _methodParameterTypes184 = new String[] { "long", "boolean" }; - _methodName191 = "findByIntPraticaFeVisible"; + _methodName185 = "findByIntPraticaFeVisible"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName192 = "countByIntPraticaFeVisible"; + _methodName186 = "countByIntPraticaFeVisible"; - _methodParameterTypes192 = new String[] { "long", "boolean" }; + _methodParameterTypes186 = new String[] { "long", "boolean" }; - _methodName193 = "addDocAggiuntiva"; + _methodName187 = "addDocAggiuntiva"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "long", "long", "java.lang.String", "boolean", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName194 = "deleteDocAggiuntiva"; + _methodName188 = "deleteDocAggiuntiva"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "it.tref.liferay.portos.bo.model.DocAggiuntiva" }; - _methodName195 = "deleteDocAggiuntiva"; + _methodName189 = "deleteDocAggiuntiva"; - _methodParameterTypes195 = new String[] { "long" }; + _methodParameterTypes189 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -307,62 +307,62 @@ public class DocAggiuntivaLocalServiceClpInvoker { return DocAggiuntivaLocalServiceUtil.updateDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { DocAggiuntivaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -370,14 +370,14 @@ public class DocAggiuntivaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.countByIntPraticaFeVisible(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.addDocAggiuntiva(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -387,13 +387,13 @@ public class DocAggiuntivaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[7]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.deleteDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return DocAggiuntivaLocalServiceUtil.deleteDocAggiuntiva(((Long)arguments[0]).longValue()); } @@ -440,10 +440,22 @@ public class DocAggiuntivaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -456,16 +468,4 @@ public class DocAggiuntivaLocalServiceClpInvoker { private String[] _methodParameterTypes188; private String _methodName189; private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; - private String _methodName191; - private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; - private String _methodName193; - private String[] _methodParameterTypes193; - private String _methodName194; - private String[] _methodParameterTypes194; - private String _methodName195; - private String[] _methodParameterTypes195; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java index bc046a82..1fee3a21 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class DocAggiuntivaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class DocAggiuntivaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java index bd2a6d80..f63b49f4 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java @@ -24,136 +24,136 @@ import java.util.Arrays; */ public class DocAggiuntivaServiceClpInvoker { public DocAggiuntivaServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "findByIntPratica"; + _methodName158 = "findByIntPratica"; - _methodParameterTypes164 = new String[] { "long" }; + _methodParameterTypes158 = new String[] { "long" }; - _methodName165 = "findByIntPratica"; + _methodName159 = "findByIntPratica"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName166 = "countByIntPratica"; + _methodName160 = "countByIntPratica"; - _methodParameterTypes166 = new String[] { "long" }; + _methodParameterTypes160 = new String[] { "long" }; - _methodName167 = "findByDettPratica"; + _methodName161 = "findByDettPratica"; - _methodParameterTypes167 = new String[] { "long" }; + _methodParameterTypes161 = new String[] { "long" }; - _methodName168 = "findByDettPratica"; + _methodName162 = "findByDettPratica"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName169 = "countByDettPratica"; + _methodName163 = "countByDettPratica"; - _methodParameterTypes169 = new String[] { "long" }; + _methodParameterTypes163 = new String[] { "long" }; - _methodName170 = "findByIntPraticaFeVisible"; + _methodName164 = "findByIntPraticaFeVisible"; - _methodParameterTypes170 = new String[] { "long", "boolean" }; + _methodParameterTypes164 = new String[] { "long", "boolean" }; - _methodName171 = "findByIntPratica"; + _methodName165 = "findByIntPratica"; - _methodParameterTypes171 = new String[] { + _methodParameterTypes165 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName172 = "countByIntPraticaFeVisible"; + _methodName166 = "countByIntPraticaFeVisible"; - _methodParameterTypes172 = new String[] { "long", "boolean" }; + _methodParameterTypes166 = new String[] { "long", "boolean" }; - _methodName173 = "addDocAggiuntiva"; + _methodName167 = "addDocAggiuntiva"; - _methodParameterTypes173 = new String[] { + _methodParameterTypes167 = new String[] { "long", "long", "long", "java.lang.String", "boolean", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName174 = "deleteDocAggiuntiva"; + _methodName168 = "deleteDocAggiuntiva"; - _methodParameterTypes174 = new String[] { + _methodParameterTypes168 = new String[] { "it.tref.liferay.portos.bo.model.DocAggiuntiva" }; - _methodName175 = "deleteDocAggiuntiva"; + _methodName169 = "deleteDocAggiuntiva"; - _methodParameterTypes175 = new String[] { "long" }; + _methodParameterTypes169 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return DocAggiuntivaServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { DocAggiuntivaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return DocAggiuntivaServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return DocAggiuntivaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return DocAggiuntivaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return DocAggiuntivaServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return DocAggiuntivaServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -161,14 +161,14 @@ public class DocAggiuntivaServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return DocAggiuntivaServiceUtil.countByIntPraticaFeVisible(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return DocAggiuntivaServiceUtil.addDocAggiuntiva(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -178,23 +178,35 @@ public class DocAggiuntivaServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[7]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return DocAggiuntivaServiceUtil.deleteDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return DocAggiuntivaServiceUtil.deleteDocAggiuntiva(((Long)arguments[0]).longValue()); } throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -207,16 +219,4 @@ public class DocAggiuntivaServiceClpInvoker { private String[] _methodParameterTypes168; private String _methodName169; private String[] _methodParameterTypes169; - private String _methodName170; - private String[] _methodParameterTypes170; - private String _methodName171; - private String[] _methodParameterTypes171; - private String _methodName172; - private String[] _methodParameterTypes172; - private String _methodName173; - private String[] _methodParameterTypes173; - private String _methodName174; - private String[] _methodParameterTypes174; - private String _methodName175; - private String[] _methodParameterTypes175; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java index ca39d02e..55e4d7b9 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1156,63 +1155,6 @@ public abstract class DocPraticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2002,12 +1944,6 @@ public abstract class DocPraticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java index a039d7ce..ea89aed2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java @@ -122,27 +122,27 @@ public class DocPraticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.DocPratica" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "deleteDocPratica"; + _methodName178 = "deleteDocPratica"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "it.tref.liferay.portos.bo.model.DocPratica" }; - _methodName185 = "deleteDocPratica"; + _methodName179 = "deleteDocPratica"; - _methodParameterTypes185 = new String[] { "long" }; + _methodParameterTypes179 = new String[] { "long" }; - _methodName186 = "addDocPratica"; + _methodName180 = "addDocPratica"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "long", "java.lang.String", "long", "long", "byte[][]", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", @@ -150,203 +150,203 @@ public class DocPraticaLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName187 = "addDocPratica"; + _methodName181 = "addDocPratica"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "long", "long", "byte[][]", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName188 = "addDocPratica"; + _methodName182 = "addDocPratica"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "java.lang.String", "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName189 = "addAttachment"; + _methodName183 = "addAttachment"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "long", "long", "java.lang.String", "byte[][]", "java.lang.String" }; - _methodName190 = "getAttachment"; + _methodName184 = "getAttachment"; - _methodParameterTypes190 = new String[] { "long" }; + _methodParameterTypes184 = new String[] { "long" }; - _methodName191 = "addFirma"; + _methodName185 = "addFirma"; - _methodParameterTypes191 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes185 = new String[] { "long", "java.lang.String" }; - _methodName192 = "addFirmeAndApprova"; + _methodName186 = "addFirmeAndApprova"; - _methodParameterTypes192 = new String[] { "long", "java.util.List" }; + _methodParameterTypes186 = new String[] { "long", "java.util.List" }; - _methodName193 = "addErrorAndApprova"; + _methodName187 = "addErrorAndApprova"; - _methodParameterTypes193 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes187 = new String[] { "long", "java.lang.String" }; - _methodName194 = "removeFirma"; + _methodName188 = "removeFirma"; - _methodParameterTypes194 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes188 = new String[] { "long", "java.lang.String" }; - _methodName195 = "updateDocPraticaAggiornato"; + _methodName189 = "updateDocPraticaAggiornato"; - _methodParameterTypes195 = new String[] { "long", "boolean" }; + _methodParameterTypes189 = new String[] { "long", "boolean" }; - _methodName196 = "countDocPraticaDaInviareDax"; + _methodName190 = "countDocPraticaDaInviareDax"; - _methodParameterTypes196 = new String[] { }; + _methodParameterTypes190 = new String[] { }; - _methodName197 = "getDocPraticaDaInviareDax"; + _methodName191 = "getDocPraticaDaInviareDax"; - _methodParameterTypes197 = new String[] { "int", "int" }; + _methodParameterTypes191 = new String[] { "int", "int" }; - _methodName199 = "countByClassPk"; + _methodName193 = "countByClassPk"; - _methodParameterTypes199 = new String[] { "long" }; + _methodParameterTypes193 = new String[] { "long" }; - _methodName200 = "findByClassPk"; + _methodName194 = "findByClassPk"; - _methodParameterTypes200 = new String[] { "long", "int", "int" }; + _methodParameterTypes194 = new String[] { "long", "int", "int" }; - _methodName201 = "findByIntPratica"; + _methodName195 = "findByIntPratica"; - _methodParameterTypes201 = new String[] { "long" }; + _methodParameterTypes195 = new String[] { "long" }; - _methodName202 = "findByClassPk"; + _methodName196 = "findByClassPk"; - _methodParameterTypes202 = new String[] { "long" }; + _methodParameterTypes196 = new String[] { "long" }; - _methodName203 = "findByStaus"; + _methodName197 = "findByStaus"; - _methodParameterTypes203 = new String[] { + _methodParameterTypes197 = new String[] { "int", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName204 = "countByStatus"; + _methodName198 = "countByStatus"; - _methodParameterTypes204 = new String[] { "long" }; + _methodParameterTypes198 = new String[] { "long" }; - _methodName205 = "countByClassPk_Tipologia"; + _methodName199 = "countByClassPk_Tipologia"; - _methodParameterTypes205 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes199 = new String[] { "long", "java.lang.String" }; - _methodName206 = "findByClassPk_Tipologia"; + _methodName200 = "findByClassPk_Tipologia"; - _methodParameterTypes206 = new String[] { + _methodParameterTypes200 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName207 = "findByIntPratica_Tipologia"; + _methodName201 = "findByIntPratica_Tipologia"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName208 = "findByIntPratica_ClassPk_Tipologia"; + _methodName202 = "findByIntPratica_ClassPk_Tipologia"; - _methodParameterTypes208 = new String[] { + _methodParameterTypes202 = new String[] { "long", "long", "java.lang.String", "int", "int" }; - _methodName209 = "findByIntPratica_ClassPk_Tipologie"; + _methodName203 = "findByIntPratica_ClassPk_Tipologie"; - _methodParameterTypes209 = new String[] { "long", "long", "java.util.List" }; + _methodParameterTypes203 = new String[] { "long", "long", "java.util.List" }; - _methodName210 = "findByIntPratica_ClassPkEqual_Tipologie"; + _methodName204 = "findByIntPratica_ClassPkEqual_Tipologie"; - _methodParameterTypes210 = new String[] { "long", "long", "java.util.List" }; + _methodParameterTypes204 = new String[] { "long", "long", "java.util.List" }; - _methodName211 = "fetchByC_Group_DlFileEntry_Version"; + _methodName205 = "fetchByC_Group_DlFileEntry_Version"; - _methodParameterTypes211 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes205 = new String[] { "long", "java.lang.String" }; - _methodName212 = "findDistinctDlFileEntryId"; + _methodName206 = "findDistinctDlFileEntryId"; - _methodParameterTypes212 = new String[] { + _methodParameterTypes206 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName213 = "findDistinctDlFileEntryId"; + _methodName207 = "findDistinctDlFileEntryId"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes207 = new String[] { "long[][]", "java.lang.String", "int", "int" }; - _methodName214 = "getValidByIntPratica"; + _methodName208 = "getValidByIntPratica"; - _methodParameterTypes214 = new String[] { "long" }; + _methodParameterTypes208 = new String[] { "long" }; - _methodName215 = "getValidByIntPratica_Tipologia"; + _methodName209 = "getValidByIntPratica_Tipologia"; - _methodParameterTypes215 = new String[] { + _methodParameterTypes209 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName216 = "countValidTmpByIntPratica_Tipologia"; + _methodName210 = "countValidTmpByIntPratica_Tipologia"; - _methodParameterTypes216 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes210 = new String[] { "long", "java.lang.String" }; - _methodName217 = "getValidTmpByIntPratica"; + _methodName211 = "getValidTmpByIntPratica"; - _methodParameterTypes217 = new String[] { "long", "int", "int" }; + _methodParameterTypes211 = new String[] { "long", "int", "int" }; - _methodName218 = "getValidTmpByIntPratica_Tipologia"; + _methodName212 = "getValidTmpByIntPratica_Tipologia"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes212 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName219 = "getValidTmpByIntPratica_DettPratica_Tipologia"; + _methodName213 = "getValidTmpByIntPratica_DettPratica_Tipologia"; - _methodParameterTypes219 = new String[] { + _methodParameterTypes213 = new String[] { "long", "long", "java.lang.String", "int", "int" }; - _methodName220 = "getValidTmpByIntPratica_Tipologie"; + _methodName214 = "getValidTmpByIntPratica_Tipologie"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes214 = new String[] { "long", "java.lang.String[][]", "int", "int" }; - _methodName221 = "countValidTmpByIntPratica_Tipologie"; + _methodName215 = "countValidTmpByIntPratica_Tipologie"; - _methodParameterTypes221 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes215 = new String[] { "long", "java.lang.String[][]" }; - _methodName223 = "getInvalidByIntPratica"; + _methodName217 = "getInvalidByIntPratica"; - _methodParameterTypes223 = new String[] { "long" }; + _methodParameterTypes217 = new String[] { "long" }; - _methodName224 = "getInvalidTmpByIntPratica"; + _methodName218 = "getInvalidTmpByIntPratica"; - _methodParameterTypes224 = new String[] { "long" }; + _methodParameterTypes218 = new String[] { "long" }; - _methodName225 = "getValidUntilClassPkByIntPratica"; + _methodName219 = "getValidUntilClassPkByIntPratica"; - _methodParameterTypes225 = new String[] { + _methodParameterTypes219 = new String[] { "long", "long", "java.lang.String", "int", "int" }; - _methodName226 = "completeInvalidation"; + _methodName220 = "completeInvalidation"; - _methodParameterTypes226 = new String[] { "long" }; + _methodParameterTypes220 = new String[] { "long" }; - _methodName227 = "addDocPraticaAnnullamento"; + _methodName221 = "addDocPraticaAnnullamento"; - _methodParameterTypes227 = new String[] { + _methodParameterTypes221 = new String[] { "long", "java.lang.String", "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName228 = "findByIntPratica_ClassPk_TipologiaNew"; + _methodName222 = "findByIntPratica_ClassPk_TipologiaNew"; - _methodParameterTypes228 = new String[] { + _methodParameterTypes222 = new String[] { "long", "long", "java.lang.String", "int", "int" }; } @@ -464,30 +464,30 @@ public class DocPraticaLocalServiceClpInvoker { return DocPraticaLocalServiceUtil.updateDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return DocPraticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { DocPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return DocPraticaLocalServiceUtil.deleteDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return DocPraticaLocalServiceUtil.deleteDocPratica(((Long)arguments[0]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -503,8 +503,8 @@ public class DocPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[15]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -514,8 +514,8 @@ public class DocPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[8]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -526,8 +526,8 @@ public class DocPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[8]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return DocPraticaLocalServiceUtil.addAttachment(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -535,119 +535,119 @@ public class DocPraticaLocalServiceClpInvoker { (java.lang.String)arguments[5]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return DocPraticaLocalServiceUtil.getAttachment(((Long)arguments[0]).longValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { DocPraticaLocalServiceUtil.addFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { DocPraticaLocalServiceUtil.addFirmeAndApprova(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); return null; } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { DocPraticaLocalServiceUtil.addErrorAndApprova(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { DocPraticaLocalServiceUtil.removeFirma(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return DocPraticaLocalServiceUtil.updateDocPraticaAggiornato(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return DocPraticaLocalServiceUtil.countDocPraticaDaInviareDax(); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return DocPraticaLocalServiceUtil.getDocPraticaDaInviareDax(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return DocPraticaLocalServiceUtil.countByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return DocPraticaLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return DocPraticaLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return DocPraticaLocalServiceUtil.findByStaus(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return DocPraticaLocalServiceUtil.countByStatus(((Long)arguments[0]).longValue()); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return DocPraticaLocalServiceUtil.countByClassPk_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return DocPraticaLocalServiceUtil.findByClassPk_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologia(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -655,78 +655,78 @@ public class DocPraticaLocalServiceClpInvoker { ((Integer)arguments[4]).intValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologie(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.util.List)arguments[2]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica_ClassPkEqual_Tipologie(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.util.List)arguments[2]); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return DocPraticaLocalServiceUtil.fetchByC_Group_DlFileEntry_Version(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return DocPraticaLocalServiceUtil.findDistinctDlFileEntryId(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return DocPraticaLocalServiceUtil.findDistinctDlFileEntryId((long[])arguments[0], (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidTmpByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_DettPratica_Tipologia(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -734,32 +734,32 @@ public class DocPraticaLocalServiceClpInvoker { ((Integer)arguments[4]).intValue()); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologie(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return DocPraticaLocalServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return DocPraticaLocalServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return DocPraticaLocalServiceUtil.getValidUntilClassPkByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -767,15 +767,15 @@ public class DocPraticaLocalServiceClpInvoker { ((Integer)arguments[4]).intValue()); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { DocPraticaLocalServiceUtil.completeInvalidation(((Long)arguments[0]).longValue()); return null; } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return DocPraticaLocalServiceUtil.addDocPraticaAnnullamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -786,8 +786,8 @@ public class DocPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_TipologiaNew(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -838,10 +838,22 @@ public class DocPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -858,8 +870,6 @@ public class DocPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes190; private String _methodName191; private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; private String _methodName194; @@ -870,6 +880,8 @@ public class DocPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes196; private String _methodName197; private String[] _methodParameterTypes197; + private String _methodName198; + private String[] _methodParameterTypes198; private String _methodName199; private String[] _methodParameterTypes199; private String _methodName200; @@ -904,8 +916,6 @@ public class DocPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes214; private String _methodName215; private String[] _methodParameterTypes215; - private String _methodName216; - private String[] _methodParameterTypes216; private String _methodName217; private String[] _methodParameterTypes217; private String _methodName218; @@ -916,16 +926,6 @@ public class DocPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes220; private String _methodName221; private String[] _methodParameterTypes221; - private String _methodName223; - private String[] _methodParameterTypes223; - private String _methodName224; - private String[] _methodParameterTypes224; - private String _methodName225; - private String[] _methodParameterTypes225; - private String _methodName226; - private String[] _methodParameterTypes226; - private String _methodName227; - private String[] _methodParameterTypes227; - private String _methodName228; - private String[] _methodParameterTypes228; + private String _methodName222; + private String[] _methodParameterTypes222; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java index 0aec3a00..06e94e9c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class DocPraticaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class DocPraticaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java index 4dadfe83..4793849f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java @@ -24,17 +24,17 @@ import java.util.Arrays; */ public class DocPraticaServiceClpInvoker { public DocPraticaServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "addDocPratica"; + _methodName158 = "addDocPratica"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "long", "java.lang.String", "long", "long", "byte[][]", "java.lang.String", "java.lang.String", "boolean", "java.lang.String", "java.lang.String", "java.lang.String", @@ -42,89 +42,89 @@ public class DocPraticaServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName165 = "getDocPratica"; + _methodName159 = "getDocPratica"; - _methodParameterTypes165 = new String[] { "long" }; + _methodParameterTypes159 = new String[] { "long" }; - _methodName166 = "countByClassPk_Tipologia"; + _methodName160 = "countByClassPk_Tipologia"; - _methodParameterTypes166 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes160 = new String[] { "long", "java.lang.String" }; - _methodName167 = "findByClassPk_Tipologia"; + _methodName161 = "findByClassPk_Tipologia"; - _methodParameterTypes167 = new String[] { + _methodParameterTypes161 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName168 = "findByIntPratica_Tipologia"; + _methodName162 = "findByIntPratica_Tipologia"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName169 = "findByIntPratica_ClassPk_Tipologia"; + _methodName163 = "findByIntPratica_ClassPk_Tipologia"; - _methodParameterTypes169 = new String[] { + _methodParameterTypes163 = new String[] { "long", "long", "java.lang.String", "int", "int" }; - _methodName170 = "deleteDocPratica"; + _methodName164 = "deleteDocPratica"; - _methodParameterTypes170 = new String[] { + _methodParameterTypes164 = new String[] { "it.tref.liferay.portos.bo.model.DocPratica" }; - _methodName171 = "deleteDocPratica"; + _methodName165 = "deleteDocPratica"; - _methodParameterTypes171 = new String[] { "long" }; + _methodParameterTypes165 = new String[] { "long" }; - _methodName172 = "getValidByIntPratica"; + _methodName166 = "getValidByIntPratica"; - _methodParameterTypes172 = new String[] { "long" }; + _methodParameterTypes166 = new String[] { "long" }; - _methodName173 = "getValidByIntPratica_Tipologia"; + _methodName167 = "getValidByIntPratica_Tipologia"; - _methodParameterTypes173 = new String[] { + _methodParameterTypes167 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName174 = "getValidTmpByIntPratica_Tipologia"; + _methodName168 = "getValidTmpByIntPratica_Tipologia"; - _methodParameterTypes174 = new String[] { + _methodParameterTypes168 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName175 = "getInvalidByIntPratica"; + _methodName169 = "getInvalidByIntPratica"; - _methodParameterTypes175 = new String[] { "long" }; + _methodParameterTypes169 = new String[] { "long" }; - _methodName176 = "getInvalidTmpByIntPratica"; + _methodName170 = "getInvalidTmpByIntPratica"; - _methodParameterTypes176 = new String[] { "long" }; + _methodParameterTypes170 = new String[] { "long" }; - _methodName177 = "getValidUntilClassPkByIntPratica"; + _methodName171 = "getValidUntilClassPkByIntPratica"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "long", "long", "java.lang.String", "int", "int" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return DocPraticaServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { DocPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return DocPraticaServiceUtil.addDocPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue(), @@ -141,35 +141,35 @@ public class DocPraticaServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[16]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return DocPraticaServiceUtil.getDocPratica(((Long)arguments[0]).longValue()); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return DocPraticaServiceUtil.countByClassPk_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return DocPraticaServiceUtil.findByClassPk_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return DocPraticaServiceUtil.findByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return DocPraticaServiceUtil.findByIntPratica_ClassPk_Tipologia(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -177,49 +177,49 @@ public class DocPraticaServiceClpInvoker { ((Integer)arguments[4]).intValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return DocPraticaServiceUtil.deleteDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return DocPraticaServiceUtil.deleteDocPratica(((Long)arguments[0]).longValue()); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return DocPraticaServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return DocPraticaServiceUtil.getValidByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return DocPraticaServiceUtil.getValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return DocPraticaServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return DocPraticaServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return DocPraticaServiceUtil.getValidUntilClassPkByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -230,10 +230,22 @@ public class DocPraticaServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -250,16 +262,4 @@ public class DocPraticaServiceClpInvoker { private String[] _methodParameterTypes170; private String _methodName171; private String[] _methodParameterTypes171; - private String _methodName172; - private String[] _methodParameterTypes172; - private String _methodName173; - private String[] _methodParameterTypes173; - private String _methodName174; - private String[] _methodParameterTypes174; - private String _methodName175; - private String[] _methodParameterTypes175; - private String _methodName176; - private String[] _methodParameterTypes176; - private String _methodName177; - private String[] _methodParameterTypes177; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java index 6ca1d313..9e4a2e82 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1157,63 +1156,6 @@ public abstract class FineLavoriLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1965,12 +1907,6 @@ public abstract class FineLavoriLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java index a7c853bb..fac7f427 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java @@ -122,188 +122,188 @@ public class FineLavoriLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.FineLavori" }; - _methodName174 = "getBeanIdentifier"; + _methodName168 = "getBeanIdentifier"; - _methodParameterTypes174 = new String[] { }; + _methodParameterTypes168 = new String[] { }; - _methodName175 = "setBeanIdentifier"; + _methodName169 = "setBeanIdentifier"; - _methodParameterTypes175 = new String[] { "java.lang.String" }; + _methodParameterTypes169 = new String[] { "java.lang.String" }; - _methodName181 = "addFineLavori"; + _methodName175 = "addFineLavori"; - _methodParameterTypes181 = new String[] { + _methodParameterTypes175 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName182 = "deleteFineLavori"; + _methodName176 = "deleteFineLavori"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes176 = new String[] { "it.tref.liferay.portos.bo.model.FineLavori" }; - _methodName183 = "deleteFineLavori"; + _methodName177 = "deleteFineLavori"; - _methodParameterTypes183 = new String[] { "long" }; + _methodParameterTypes177 = new String[] { "long" }; - _methodName184 = "updateFineLavori"; + _methodName178 = "updateFineLavori"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "long", "boolean", "boolean", "java.util.Date", "java.lang.String", "boolean", "boolean", "java.lang.String" }; - _methodName185 = "getLastEditable"; + _methodName179 = "getLastEditable"; - _methodParameterTypes185 = new String[] { "long" }; + _methodParameterTypes179 = new String[] { "long" }; - _methodName186 = "getLastCompleted"; + _methodName180 = "getLastCompleted"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "pagaInvia"; + _methodName181 = "pagaInvia"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName188 = "updateEsitoPagamento"; + _methodName182 = "updateEsitoPagamento"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "long", "java.lang.String" }; - _methodName189 = "updateEsitoPagamento"; + _methodName183 = "updateEsitoPagamento"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "long", "long", "java.lang.String" }; - _methodName190 = "updateEsito"; + _methodName184 = "updateEsito"; - _methodParameterTypes190 = new String[] { "long", "int" }; + _methodParameterTypes184 = new String[] { "long", "int" }; - _methodName193 = "updateFineLavoriProtocollo"; + _methodName187 = "updateFineLavoriProtocollo"; - _methodParameterTypes193 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes187 = new String[] { "long", "java.lang.String" }; - _methodName194 = "findByProtocollo"; + _methodName188 = "findByProtocollo"; - _methodParameterTypes194 = new String[] { + _methodParameterTypes188 = new String[] { "long", "long", "java.lang.String" }; - _methodName195 = "fetchByProtocollo"; + _methodName189 = "fetchByProtocollo"; - _methodParameterTypes195 = new String[] { + _methodParameterTypes189 = new String[] { "long", "long", "java.lang.String" }; - _methodName196 = "fetchByProtocollo"; + _methodName190 = "fetchByProtocollo"; - _methodParameterTypes196 = new String[] { "java.lang.String" }; + _methodParameterTypes190 = new String[] { "java.lang.String" }; - _methodName197 = "findByIntPraticaId"; + _methodName191 = "findByIntPraticaId"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName198 = "countByIntPraticaId"; + _methodName192 = "countByIntPraticaId"; - _methodParameterTypes198 = new String[] { "long" }; + _methodParameterTypes192 = new String[] { "long" }; - _methodName199 = "findByIntPraticaId_Parziale"; + _methodName193 = "findByIntPraticaId_Parziale"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName200 = "countByIntPraticaId_Parziale"; + _methodName194 = "countByIntPraticaId_Parziale"; - _methodParameterTypes200 = new String[] { "long", "boolean" }; + _methodParameterTypes194 = new String[] { "long", "boolean" }; - _methodName201 = "findByIntPraticaId_Completata"; + _methodName195 = "findByIntPraticaId_Completata"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName202 = "countByIntPraticaId_Completata"; + _methodName196 = "countByIntPraticaId_Completata"; - _methodParameterTypes202 = new String[] { "long", "boolean" }; + _methodParameterTypes196 = new String[] { "long", "boolean" }; - _methodName203 = "findByIntPraticaId_CodiceFiscale"; + _methodName197 = "findByIntPraticaId_CodiceFiscale"; - _methodParameterTypes203 = new String[] { + _methodParameterTypes197 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName204 = "countByIntPraticaId_CodiceFiscale"; + _methodName198 = "countByIntPraticaId_CodiceFiscale"; - _methodParameterTypes204 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes198 = new String[] { "long", "java.lang.String" }; - _methodName205 = "findByCodiceFiscale_Completata"; + _methodName199 = "findByCodiceFiscale_Completata"; - _methodParameterTypes205 = new String[] { + _methodParameterTypes199 = new String[] { "java.lang.String", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName206 = "countByCodiceFiscale_Completata"; + _methodName200 = "countByCodiceFiscale_Completata"; - _methodParameterTypes206 = new String[] { "java.lang.String", "boolean" }; + _methodParameterTypes200 = new String[] { "java.lang.String", "boolean" }; - _methodName207 = "findByIntPraticaId_Parziale_Completata"; + _methodName201 = "findByIntPraticaId_Parziale_Completata"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "long", "boolean", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName208 = "countByIntPraticaId_Parziale_Completata"; + _methodName202 = "countByIntPraticaId_Parziale_Completata"; - _methodParameterTypes208 = new String[] { "long", "boolean", "boolean" }; + _methodParameterTypes202 = new String[] { "long", "boolean", "boolean" }; - _methodName209 = "findByIntPraticaId_Parziale_leFineLavoriId"; + _methodName203 = "findByIntPraticaId_Parziale_leFineLavoriId"; - _methodParameterTypes209 = new String[] { + _methodParameterTypes203 = new String[] { "long", "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName210 = "countByIntPraticaId_Parziale_leFineLavoriId"; + _methodName204 = "countByIntPraticaId_Parziale_leFineLavoriId"; - _methodParameterTypes210 = new String[] { "long", "long", "boolean" }; + _methodParameterTypes204 = new String[] { "long", "long", "boolean" }; - _methodName211 = "findFineLavoriCompleteNotProtocollo"; + _methodName205 = "findFineLavoriCompleteNotProtocollo"; - _methodParameterTypes211 = new String[] { "int", "int" }; + _methodParameterTypes205 = new String[] { "int", "int" }; - _methodName212 = "countFineLavoriCompleteNotProtocollo"; + _methodName206 = "countFineLavoriCompleteNotProtocollo"; - _methodParameterTypes212 = new String[] { }; + _methodParameterTypes206 = new String[] { }; - _methodName214 = "findFineLavoriCompleteNotGestite"; + _methodName208 = "findFineLavoriCompleteNotGestite"; - _methodParameterTypes214 = new String[] { "int", "int" }; + _methodParameterTypes208 = new String[] { "int", "int" }; - _methodName215 = "countFineLavoriCompleteNotGestite"; + _methodName209 = "countFineLavoriCompleteNotGestite"; - _methodParameterTypes215 = new String[] { }; + _methodParameterTypes209 = new String[] { }; - _methodName217 = "findIntPraticaByFineLavori"; + _methodName211 = "findIntPraticaByFineLavori"; - _methodParameterTypes217 = new String[] { }; + _methodParameterTypes211 = new String[] { }; - _methodName218 = "findIntPraticaByFineLavori"; + _methodName212 = "findIntPraticaByFineLavori"; - _methodParameterTypes218 = new String[] { "java.lang.String" }; + _methodParameterTypes212 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -419,36 +419,36 @@ public class FineLavoriLocalServiceClpInvoker { return FineLavoriLocalServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return FineLavoriLocalServiceUtil.getBeanIdentifier(); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { FineLavoriLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return FineLavoriLocalServiceUtil.addFineLavori(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return FineLavoriLocalServiceUtil.deleteFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return FineLavoriLocalServiceUtil.deleteFineLavori(((Long)arguments[0]).longValue()); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return FineLavoriLocalServiceUtil.updateFineLavori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -460,33 +460,33 @@ public class FineLavoriLocalServiceClpInvoker { (java.lang.String)arguments[9]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return FineLavoriLocalServiceUtil.getLastEditable(((Long)arguments[0]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return FineLavoriLocalServiceUtil.getLastCompleted(((Long)arguments[0]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return FineLavoriLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { FineLavoriLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); return null; } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { FineLavoriLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); @@ -494,50 +494,50 @@ public class FineLavoriLocalServiceClpInvoker { return null; } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return FineLavoriLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return FineLavoriLocalServiceUtil.updateFineLavoriProtocollo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return FineLavoriLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return FineLavoriLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return FineLavoriLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -545,14 +545,14 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -560,14 +560,14 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -575,14 +575,14 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return FineLavoriLocalServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -590,14 +590,14 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return FineLavoriLocalServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Boolean)arguments[2]).booleanValue(), @@ -606,15 +606,15 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_Completata(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Boolean)arguments[2]).booleanValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale_leFineLavoriId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Boolean)arguments[2]).booleanValue(), @@ -623,42 +623,42 @@ public class FineLavoriLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_leFineLavoriId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Boolean)arguments[2]).booleanValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return FineLavoriLocalServiceUtil.findFineLavoriCompleteNotProtocollo(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return FineLavoriLocalServiceUtil.countFineLavoriCompleteNotProtocollo(); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return FineLavoriLocalServiceUtil.findFineLavoriCompleteNotGestite(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return FineLavoriLocalServiceUtil.countFineLavoriCompleteNotGestite(); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return FineLavoriLocalServiceUtil.findIntPraticaByFineLavori(); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return FineLavoriLocalServiceUtil.findIntPraticaByFineLavori((java.lang.String)arguments[0]); } @@ -705,10 +705,22 @@ public class FineLavoriLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; - private String _methodName174; - private String[] _methodParameterTypes174; + private String _methodName168; + private String[] _methodParameterTypes168; + private String _methodName169; + private String[] _methodParameterTypes169; private String _methodName175; private String[] _methodParameterTypes175; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; + private String _methodName178; + private String[] _methodParameterTypes178; + private String _methodName179; + private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; private String _methodName181; private String[] _methodParameterTypes181; private String _methodName182; @@ -717,10 +729,6 @@ public class FineLavoriLocalServiceClpInvoker { private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; - private String _methodName186; - private String[] _methodParameterTypes186; private String _methodName187; private String[] _methodParameterTypes187; private String _methodName188; @@ -729,6 +737,10 @@ public class FineLavoriLocalServiceClpInvoker { private String[] _methodParameterTypes189; private String _methodName190; private String[] _methodParameterTypes190; + private String _methodName191; + private String[] _methodParameterTypes191; + private String _methodName192; + private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; private String _methodName194; @@ -757,24 +769,12 @@ public class FineLavoriLocalServiceClpInvoker { private String[] _methodParameterTypes205; private String _methodName206; private String[] _methodParameterTypes206; - private String _methodName207; - private String[] _methodParameterTypes207; private String _methodName208; private String[] _methodParameterTypes208; private String _methodName209; private String[] _methodParameterTypes209; - private String _methodName210; - private String[] _methodParameterTypes210; private String _methodName211; private String[] _methodParameterTypes211; private String _methodName212; private String[] _methodParameterTypes212; - private String _methodName214; - private String[] _methodParameterTypes214; - private String _methodName215; - private String[] _methodParameterTypes215; - private String _methodName217; - private String[] _methodParameterTypes217; - private String _methodName218; - private String[] _methodParameterTypes218; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java index 03db8809..4b63d80a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class FineLavoriServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class FineLavoriServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java index 1e1bb3d1..2951fe12 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java @@ -24,142 +24,142 @@ import java.util.Arrays; */ public class FineLavoriServiceClpInvoker { public FineLavoriServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "getFineLavori"; + _methodName154 = "getFineLavori"; - _methodParameterTypes160 = new String[] { "long" }; + _methodParameterTypes154 = new String[] { "long" }; - _methodName161 = "addFineLavori"; + _methodName155 = "addFineLavori"; - _methodParameterTypes161 = new String[] { + _methodParameterTypes155 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName162 = "deleteFineLavori"; + _methodName156 = "deleteFineLavori"; - _methodParameterTypes162 = new String[] { + _methodParameterTypes156 = new String[] { "it.tref.liferay.portos.bo.model.FineLavori" }; - _methodName163 = "deleteFineLavori"; + _methodName157 = "deleteFineLavori"; - _methodParameterTypes163 = new String[] { "long" }; + _methodParameterTypes157 = new String[] { "long" }; - _methodName164 = "updateFineLavori"; + _methodName158 = "updateFineLavori"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "it.tref.liferay.portos.bo.model.FineLavori" }; - _methodName165 = "updateFineLavori"; + _methodName159 = "updateFineLavori"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "long", "long", "boolean", "boolean", "java.util.Date", "java.lang.String", "boolean", "boolean", "java.lang.String" }; - _methodName166 = "getLastEditable"; + _methodName160 = "getLastEditable"; - _methodParameterTypes166 = new String[] { "long" }; + _methodParameterTypes160 = new String[] { "long" }; - _methodName167 = "getLastCompleted"; + _methodName161 = "getLastCompleted"; - _methodParameterTypes167 = new String[] { "long" }; + _methodParameterTypes161 = new String[] { "long" }; - _methodName168 = "findByIntPraticaId_Parziale"; + _methodName162 = "findByIntPraticaId_Parziale"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName169 = "countByIntPraticaId_Parziale"; + _methodName163 = "countByIntPraticaId_Parziale"; - _methodParameterTypes169 = new String[] { "long", "boolean" }; + _methodParameterTypes163 = new String[] { "long", "boolean" }; - _methodName170 = "pagaInvia"; + _methodName164 = "pagaInvia"; - _methodParameterTypes170 = new String[] { + _methodParameterTypes164 = new String[] { "long", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName171 = "updateEsito"; + _methodName165 = "updateEsito"; - _methodParameterTypes171 = new String[] { "long", "int" }; + _methodParameterTypes165 = new String[] { "long", "int" }; - _methodName172 = "findByIntPraticaId_CodiceFiscale"; + _methodName166 = "findByIntPraticaId_CodiceFiscale"; - _methodParameterTypes172 = new String[] { + _methodParameterTypes166 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName173 = "countByIntPraticaId_CodiceFiscale"; + _methodName167 = "countByIntPraticaId_CodiceFiscale"; - _methodParameterTypes173 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes167 = new String[] { "long", "java.lang.String" }; - _methodName174 = "findByCodiceFiscale_Completata"; + _methodName168 = "findByCodiceFiscale_Completata"; - _methodParameterTypes174 = new String[] { + _methodParameterTypes168 = new String[] { "java.lang.String", "boolean", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName175 = "countByCodiceFiscale_Completata"; + _methodName169 = "countByCodiceFiscale_Completata"; - _methodParameterTypes175 = new String[] { "java.lang.String", "boolean" }; + _methodParameterTypes169 = new String[] { "java.lang.String", "boolean" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return FineLavoriServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { FineLavoriServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return FineLavoriServiceUtil.getFineLavori(((Long)arguments[0]).longValue()); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return FineLavoriServiceUtil.addFineLavori(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName162.equals(name) && - Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { + if (_methodName156.equals(name) && + Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) { return FineLavoriServiceUtil.deleteFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]); } - if (_methodName163.equals(name) && - Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { + if (_methodName157.equals(name) && + Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) { return FineLavoriServiceUtil.deleteFineLavori(((Long)arguments[0]).longValue()); } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return FineLavoriServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return FineLavoriServiceUtil.updateFineLavori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -171,18 +171,18 @@ public class FineLavoriServiceClpInvoker { (java.lang.String)arguments[9]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return FineLavoriServiceUtil.getLastEditable(((Long)arguments[0]).longValue()); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return FineLavoriServiceUtil.getLastCompleted(((Long)arguments[0]).longValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return FineLavoriServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -190,27 +190,27 @@ public class FineLavoriServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return FineLavoriServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return FineLavoriServiceUtil.pagaInvia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return FineLavoriServiceUtil.updateEsito(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return FineLavoriServiceUtil.findByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -218,14 +218,14 @@ public class FineLavoriServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return FineLavoriServiceUtil.countByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return FineLavoriServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue(), ((Integer)arguments[2]).intValue(), @@ -233,8 +233,8 @@ public class FineLavoriServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return FineLavoriServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0], ((Boolean)arguments[1]).booleanValue()); } @@ -242,10 +242,22 @@ public class FineLavoriServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; + private String _methodName156; + private String[] _methodParameterTypes156; + private String _methodName157; + private String[] _methodParameterTypes157; + private String _methodName158; + private String[] _methodParameterTypes158; + private String _methodName159; + private String[] _methodParameterTypes159; private String _methodName160; private String[] _methodParameterTypes160; private String _methodName161; @@ -266,16 +278,4 @@ public class FineLavoriServiceClpInvoker { private String[] _methodParameterTypes168; private String _methodName169; private String[] _methodParameterTypes169; - private String _methodName170; - private String[] _methodParameterTypes170; - private String _methodName171; - private String[] _methodParameterTypes171; - private String _methodName172; - private String[] _methodParameterTypes172; - private String _methodName173; - private String[] _methodParameterTypes173; - private String _methodName174; - private String[] _methodParameterTypes174; - private String _methodName175; - private String[] _methodParameterTypes175; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java index 182169d2..385f911f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1099,63 +1098,6 @@ public abstract class HistoryWorkflowActionLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1907,12 +1849,6 @@ public abstract class HistoryWorkflowActionLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java index 6e74ba3e..ef575328 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java @@ -106,21 +106,21 @@ public class HistoryWorkflowActionLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.HistoryWorkflowAction" }; - _methodName170 = "getBeanIdentifier"; + _methodName164 = "getBeanIdentifier"; - _methodParameterTypes170 = new String[] { }; + _methodParameterTypes164 = new String[] { }; - _methodName171 = "setBeanIdentifier"; + _methodName165 = "setBeanIdentifier"; - _methodParameterTypes171 = new String[] { "java.lang.String" }; + _methodParameterTypes165 = new String[] { "java.lang.String" }; - _methodName176 = "findByIntPratica"; + _methodName170 = "findByIntPratica"; - _methodParameterTypes176 = new String[] { "long", "int" }; + _methodParameterTypes170 = new String[] { "long", "int" }; - _methodName177 = "findByIntPratica"; + _methodName171 = "findByIntPratica"; - _methodParameterTypes177 = new String[] { "long" }; + _methodParameterTypes171 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -212,26 +212,26 @@ public class HistoryWorkflowActionLocalServiceClpInvoker { return HistoryWorkflowActionLocalServiceUtil.updateHistoryWorkflowAction((it.tref.liferay.portos.bo.model.HistoryWorkflowAction)arguments[0]); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return HistoryWorkflowActionLocalServiceUtil.getBeanIdentifier(); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { HistoryWorkflowActionLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return HistoryWorkflowActionLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return HistoryWorkflowActionLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } @@ -270,12 +270,12 @@ public class HistoryWorkflowActionLocalServiceClpInvoker { private String[] _methodParameterTypes14; private String _methodName15; private String[] _methodParameterTypes15; + private String _methodName164; + private String[] _methodParameterTypes164; + private String _methodName165; + private String[] _methodParameterTypes165; private String _methodName170; private String[] _methodParameterTypes170; private String _methodName171; private String[] _methodParameterTypes171; - private String _methodName176; - private String[] _methodParameterTypes176; - private String _methodName177; - private String[] _methodParameterTypes177; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java index 667c25b1..0ea47fbb 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -867,63 +866,6 @@ public abstract class HistoryWorkflowActionServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1670,12 +1612,6 @@ public abstract class HistoryWorkflowActionServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java index 7662bd3d..1427ee24 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java @@ -24,24 +24,24 @@ import java.util.Arrays; */ public class HistoryWorkflowActionServiceClpInvoker { public HistoryWorkflowActionServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return HistoryWorkflowActionServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { HistoryWorkflowActionServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; @@ -50,8 +50,8 @@ public class HistoryWorkflowActionServiceClpInvoker { throw new UnsupportedOperationException(); } - private String _methodName154; - private String[] _methodParameterTypes154; - private String _methodName155; - private String[] _methodParameterTypes155; + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceBaseImpl.java deleted file mode 100644 index 31e4f890..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceBaseImpl.java +++ /dev/null @@ -1,2039 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.base; - -import com.liferay.portal.kernel.bean.BeanReference; -import com.liferay.portal.kernel.bean.IdentifiableBean; -import com.liferay.portal.kernel.dao.jdbc.SqlUpdate; -import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil; -import com.liferay.portal.kernel.dao.orm.DynamicQuery; -import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil; -import com.liferay.portal.kernel.dao.orm.Projection; -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.search.Indexable; -import com.liferay.portal.kernel.search.IndexableType; -import com.liferay.portal.kernel.util.OrderByComparator; -import com.liferay.portal.model.PersistedModel; -import com.liferay.portal.service.BaseLocalServiceImpl; -import com.liferay.portal.service.PersistedModelLocalServiceRegistryUtil; -import com.liferay.portal.service.persistence.UserPersistence; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalService; -import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence; -import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence; -import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ComunePersistence; -import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; -import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; -import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; -import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence; -import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence; -import it.tref.liferay.portos.bo.service.persistence.StoricoSoggettoPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.TempisticaFinder; -import it.tref.liferay.portos.bo.service.persistence.TempisticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.TerritorioPersistence; - -import java.io.Serializable; - -import java.util.List; - -import javax.sql.DataSource; - -/** - * Provides the base implementation for the info fascicolo local service. - * - *

- * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl - * @see it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil - * @generated - */ -public abstract class InfoFascicoloLocalServiceBaseImpl - extends BaseLocalServiceImpl implements InfoFascicoloLocalService, - IdentifiableBean { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this class directly. Always use {@link it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil} to access the info fascicolo local service. - */ - - /** - * Adds the info fascicolo to the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was added - * @throws SystemException if a system exception occurred - */ - @Indexable(type = IndexableType.REINDEX) - @Override - public InfoFascicolo addInfoFascicolo(InfoFascicolo infoFascicolo) - throws SystemException { - infoFascicolo.setNew(true); - - return infoFascicoloPersistence.update(infoFascicolo); - } - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - @Override - public InfoFascicolo createInfoFascicolo(long infoFascicoloId) { - return infoFascicoloPersistence.create(infoFascicoloId); - } - - /** - * Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Indexable(type = IndexableType.DELETE) - @Override - public InfoFascicolo deleteInfoFascicolo(long infoFascicoloId) - throws PortalException, SystemException { - return infoFascicoloPersistence.remove(infoFascicoloId); - } - - /** - * Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - @Indexable(type = IndexableType.DELETE) - @Override - public InfoFascicolo deleteInfoFascicolo(InfoFascicolo infoFascicolo) - throws SystemException { - return infoFascicoloPersistence.remove(infoFascicolo); - } - - @Override - public DynamicQuery dynamicQuery() { - Class clazz = getClass(); - - return DynamicQueryFactoryUtil.forClass(InfoFascicolo.class, - clazz.getClassLoader()); - } - - /** - * Performs a dynamic query on the database and returns the matching rows. - * - * @param dynamicQuery the dynamic query - * @return the matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public List dynamicQuery(DynamicQuery dynamicQuery) - throws SystemException { - return infoFascicoloPersistence.findWithDynamicQuery(dynamicQuery); - } - - /** - * Performs a dynamic query on the database and returns a range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @return the range of matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) - throws SystemException { - return infoFascicoloPersistence.findWithDynamicQuery(dynamicQuery, - start, end); - } - - /** - * Performs a dynamic query on the database and returns an ordered range of the matching rows. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param dynamicQuery the dynamic query - * @param start the lower bound of the range of model instances - * @param end the upper bound of the range of model instances (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching rows - * @throws SystemException if a system exception occurred - */ - @Override - @SuppressWarnings("rawtypes") - public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, - OrderByComparator orderByComparator) throws SystemException { - return infoFascicoloPersistence.findWithDynamicQuery(dynamicQuery, - start, end, orderByComparator); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - @Override - public long dynamicQueryCount(DynamicQuery dynamicQuery) - throws SystemException { - return infoFascicoloPersistence.countWithDynamicQuery(dynamicQuery); - } - - /** - * Returns the number of rows that match the dynamic query. - * - * @param dynamicQuery the dynamic query - * @param projection the projection to apply to the query - * @return the number of rows that match the dynamic query - * @throws SystemException if a system exception occurred - */ - @Override - public long dynamicQueryCount(DynamicQuery dynamicQuery, - Projection projection) throws SystemException { - return infoFascicoloPersistence.countWithDynamicQuery(dynamicQuery, - projection); - } - - @Override - public InfoFascicolo fetchInfoFascicolo(long infoFascicoloId) - throws SystemException { - return infoFascicoloPersistence.fetchByPrimaryKey(infoFascicoloId); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId(String uuid, - long companyId) throws SystemException { - return infoFascicoloPersistence.fetchByUuid_C_First(uuid, companyId, - null); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchInfoFascicoloByUuidAndGroupId(String uuid, - long groupId) throws SystemException { - return infoFascicoloPersistence.fetchByUUID_G(uuid, groupId); - } - - /** - * Returns the info fascicolo with the primary key. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws PortalException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo getInfoFascicolo(long infoFascicoloId) - throws PortalException, SystemException { - return infoFascicoloPersistence.findByPrimaryKey(infoFascicoloId); - } - - @Override - public PersistedModel getPersistedModel(Serializable primaryKeyObj) - throws PortalException, SystemException { - return infoFascicoloPersistence.findByPrimaryKey(primaryKeyObj); - } - - /** - * Returns the info fascicolo with the matching UUID and company. - * - * @param uuid the info fascicolo's UUID - * @param companyId the primary key of the company - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo getInfoFascicoloByUuidAndCompanyId(String uuid, - long companyId) throws PortalException, SystemException { - return infoFascicoloPersistence.findByUuid_C_First(uuid, companyId, null); - } - - /** - * Returns the info fascicolo matching the UUID and group. - * - * @param uuid the info fascicolo's UUID - * @param groupId the primary key of the group - * @return the matching info fascicolo - * @throws PortalException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo getInfoFascicoloByUuidAndGroupId(String uuid, - long groupId) throws PortalException, SystemException { - return infoFascicoloPersistence.findByUUID_G(uuid, groupId); - } - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List getInfoFascicolos(int start, int end) - throws SystemException { - return infoFascicoloPersistence.findAll(start, end); - } - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int getInfoFascicolosCount() throws SystemException { - return infoFascicoloPersistence.countAll(); - } - - /** - * Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. - * - * @param infoFascicolo the info fascicolo - * @return the info fascicolo that was updated - * @throws SystemException if a system exception occurred - */ - @Indexable(type = IndexableType.REINDEX) - @Override - public InfoFascicolo updateInfoFascicolo(InfoFascicolo infoFascicolo) - throws SystemException { - return infoFascicoloPersistence.update(infoFascicolo); - } - - /** - * Returns the allegato manuale local service. - * - * @return the allegato manuale local service - */ - public it.tref.liferay.portos.bo.service.AllegatoManualeLocalService getAllegatoManualeLocalService() { - return allegatoManualeLocalService; - } - - /** - * Sets the allegato manuale local service. - * - * @param allegatoManualeLocalService the allegato manuale local service - */ - public void setAllegatoManualeLocalService( - it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService) { - this.allegatoManualeLocalService = allegatoManualeLocalService; - } - - /** - * Returns the allegato manuale remote service. - * - * @return the allegato manuale remote service - */ - public it.tref.liferay.portos.bo.service.AllegatoManualeService getAllegatoManualeService() { - return allegatoManualeService; - } - - /** - * Sets the allegato manuale remote service. - * - * @param allegatoManualeService the allegato manuale remote service - */ - public void setAllegatoManualeService( - it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService) { - this.allegatoManualeService = allegatoManualeService; - } - - /** - * Returns the allegato manuale persistence. - * - * @return the allegato manuale persistence - */ - public AllegatoManualePersistence getAllegatoManualePersistence() { - return allegatoManualePersistence; - } - - /** - * Sets the allegato manuale persistence. - * - * @param allegatoManualePersistence the allegato manuale persistence - */ - public void setAllegatoManualePersistence( - AllegatoManualePersistence allegatoManualePersistence) { - this.allegatoManualePersistence = allegatoManualePersistence; - } - - /** - * Returns the asseverazione local service. - * - * @return the asseverazione local service - */ - public it.tref.liferay.portos.bo.service.AsseverazioneLocalService getAsseverazioneLocalService() { - return asseverazioneLocalService; - } - - /** - * Sets the asseverazione local service. - * - * @param asseverazioneLocalService the asseverazione local service - */ - public void setAsseverazioneLocalService( - it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService) { - this.asseverazioneLocalService = asseverazioneLocalService; - } - - /** - * Returns the asseverazione remote service. - * - * @return the asseverazione remote service - */ - public it.tref.liferay.portos.bo.service.AsseverazioneService getAsseverazioneService() { - return asseverazioneService; - } - - /** - * Sets the asseverazione remote service. - * - * @param asseverazioneService the asseverazione remote service - */ - public void setAsseverazioneService( - it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService) { - this.asseverazioneService = asseverazioneService; - } - - /** - * Returns the asseverazione persistence. - * - * @return the asseverazione persistence - */ - public AsseverazionePersistence getAsseverazionePersistence() { - return asseverazionePersistence; - } - - /** - * Sets the asseverazione persistence. - * - * @param asseverazionePersistence the asseverazione persistence - */ - public void setAsseverazionePersistence( - AsseverazionePersistence asseverazionePersistence) { - this.asseverazionePersistence = asseverazionePersistence; - } - - /** - * Returns the avviso local service. - * - * @return the avviso local service - */ - public it.tref.liferay.portos.bo.service.AvvisoLocalService getAvvisoLocalService() { - return avvisoLocalService; - } - - /** - * Sets the avviso local service. - * - * @param avvisoLocalService the avviso local service - */ - public void setAvvisoLocalService( - it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService) { - this.avvisoLocalService = avvisoLocalService; - } - - /** - * Returns the avviso remote service. - * - * @return the avviso remote service - */ - public it.tref.liferay.portos.bo.service.AvvisoService getAvvisoService() { - return avvisoService; - } - - /** - * Sets the avviso remote service. - * - * @param avvisoService the avviso remote service - */ - public void setAvvisoService( - it.tref.liferay.portos.bo.service.AvvisoService avvisoService) { - this.avvisoService = avvisoService; - } - - /** - * Returns the avviso persistence. - * - * @return the avviso persistence - */ - public AvvisoPersistence getAvvisoPersistence() { - return avvisoPersistence; - } - - /** - * Sets the avviso persistence. - * - * @param avvisoPersistence the avviso persistence - */ - public void setAvvisoPersistence(AvvisoPersistence avvisoPersistence) { - this.avvisoPersistence = avvisoPersistence; - } - - /** - * Returns the collaudo local service. - * - * @return the collaudo local service - */ - public it.tref.liferay.portos.bo.service.CollaudoLocalService getCollaudoLocalService() { - return collaudoLocalService; - } - - /** - * Sets the collaudo local service. - * - * @param collaudoLocalService the collaudo local service - */ - public void setCollaudoLocalService( - it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService) { - this.collaudoLocalService = collaudoLocalService; - } - - /** - * Returns the collaudo remote service. - * - * @return the collaudo remote service - */ - public it.tref.liferay.portos.bo.service.CollaudoService getCollaudoService() { - return collaudoService; - } - - /** - * Sets the collaudo remote service. - * - * @param collaudoService the collaudo remote service - */ - public void setCollaudoService( - it.tref.liferay.portos.bo.service.CollaudoService collaudoService) { - this.collaudoService = collaudoService; - } - - /** - * Returns the collaudo persistence. - * - * @return the collaudo persistence - */ - public CollaudoPersistence getCollaudoPersistence() { - return collaudoPersistence; - } - - /** - * Sets the collaudo persistence. - * - * @param collaudoPersistence the collaudo persistence - */ - public void setCollaudoPersistence(CollaudoPersistence collaudoPersistence) { - this.collaudoPersistence = collaudoPersistence; - } - - /** - * Returns the comune local service. - * - * @return the comune local service - */ - public it.tref.liferay.portos.bo.service.ComuneLocalService getComuneLocalService() { - return comuneLocalService; - } - - /** - * Sets the comune local service. - * - * @param comuneLocalService the comune local service - */ - public void setComuneLocalService( - it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService) { - this.comuneLocalService = comuneLocalService; - } - - /** - * Returns the comune remote service. - * - * @return the comune remote service - */ - public it.tref.liferay.portos.bo.service.ComuneService getComuneService() { - return comuneService; - } - - /** - * Sets the comune remote service. - * - * @param comuneService the comune remote service - */ - public void setComuneService( - it.tref.liferay.portos.bo.service.ComuneService comuneService) { - this.comuneService = comuneService; - } - - /** - * Returns the comune persistence. - * - * @return the comune persistence - */ - public ComunePersistence getComunePersistence() { - return comunePersistence; - } - - /** - * Sets the comune persistence. - * - * @param comunePersistence the comune persistence - */ - public void setComunePersistence(ComunePersistence comunePersistence) { - this.comunePersistence = comunePersistence; - } - - /** - * Returns the comunicazione local service. - * - * @return the comunicazione local service - */ - public it.tref.liferay.portos.bo.service.ComunicazioneLocalService getComunicazioneLocalService() { - return comunicazioneLocalService; - } - - /** - * Sets the comunicazione local service. - * - * @param comunicazioneLocalService the comunicazione local service - */ - public void setComunicazioneLocalService( - it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService) { - this.comunicazioneLocalService = comunicazioneLocalService; - } - - /** - * Returns the comunicazione remote service. - * - * @return the comunicazione remote service - */ - public it.tref.liferay.portos.bo.service.ComunicazioneService getComunicazioneService() { - return comunicazioneService; - } - - /** - * Sets the comunicazione remote service. - * - * @param comunicazioneService the comunicazione remote service - */ - public void setComunicazioneService( - it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService) { - this.comunicazioneService = comunicazioneService; - } - - /** - * Returns the comunicazione persistence. - * - * @return the comunicazione persistence - */ - public ComunicazionePersistence getComunicazionePersistence() { - return comunicazionePersistence; - } - - /** - * Sets the comunicazione persistence. - * - * @param comunicazionePersistence the comunicazione persistence - */ - public void setComunicazionePersistence( - ComunicazionePersistence comunicazionePersistence) { - this.comunicazionePersistence = comunicazionePersistence; - } - - /** - * Returns the configurazione local service. - * - * @return the configurazione local service - */ - public it.tref.liferay.portos.bo.service.ConfigurazioneLocalService getConfigurazioneLocalService() { - return configurazioneLocalService; - } - - /** - * Sets the configurazione local service. - * - * @param configurazioneLocalService the configurazione local service - */ - public void setConfigurazioneLocalService( - it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService) { - this.configurazioneLocalService = configurazioneLocalService; - } - - /** - * Returns the configurazione remote service. - * - * @return the configurazione remote service - */ - public it.tref.liferay.portos.bo.service.ConfigurazioneService getConfigurazioneService() { - return configurazioneService; - } - - /** - * Sets the configurazione remote service. - * - * @param configurazioneService the configurazione remote service - */ - public void setConfigurazioneService( - it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService) { - this.configurazioneService = configurazioneService; - } - - /** - * Returns the configurazione persistence. - * - * @return the configurazione persistence - */ - public ConfigurazionePersistence getConfigurazionePersistence() { - return configurazionePersistence; - } - - /** - * Sets the configurazione persistence. - * - * @param configurazionePersistence the configurazione persistence - */ - public void setConfigurazionePersistence( - ConfigurazionePersistence configurazionePersistence) { - this.configurazionePersistence = configurazionePersistence; - } - - /** - * Returns the controllo pratica local service. - * - * @return the controllo pratica local service - */ - public it.tref.liferay.portos.bo.service.ControlloPraticaLocalService getControlloPraticaLocalService() { - return controlloPraticaLocalService; - } - - /** - * Sets the controllo pratica local service. - * - * @param controlloPraticaLocalService the controllo pratica local service - */ - public void setControlloPraticaLocalService( - it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService) { - this.controlloPraticaLocalService = controlloPraticaLocalService; - } - - /** - * Returns the controllo pratica remote service. - * - * @return the controllo pratica remote service - */ - public it.tref.liferay.portos.bo.service.ControlloPraticaService getControlloPraticaService() { - return controlloPraticaService; - } - - /** - * Sets the controllo pratica remote service. - * - * @param controlloPraticaService the controllo pratica remote service - */ - public void setControlloPraticaService( - it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService) { - this.controlloPraticaService = controlloPraticaService; - } - - /** - * Returns the controllo pratica persistence. - * - * @return the controllo pratica persistence - */ - public ControlloPraticaPersistence getControlloPraticaPersistence() { - return controlloPraticaPersistence; - } - - /** - * Sets the controllo pratica persistence. - * - * @param controlloPraticaPersistence the controllo pratica persistence - */ - public void setControlloPraticaPersistence( - ControlloPraticaPersistence controlloPraticaPersistence) { - this.controlloPraticaPersistence = controlloPraticaPersistence; - } - - /** - * Returns the delega local service. - * - * @return the delega local service - */ - public it.tref.liferay.portos.bo.service.DelegaLocalService getDelegaLocalService() { - return delegaLocalService; - } - - /** - * Sets the delega local service. - * - * @param delegaLocalService the delega local service - */ - public void setDelegaLocalService( - it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService) { - this.delegaLocalService = delegaLocalService; - } - - /** - * Returns the delega remote service. - * - * @return the delega remote service - */ - public it.tref.liferay.portos.bo.service.DelegaService getDelegaService() { - return delegaService; - } - - /** - * Sets the delega remote service. - * - * @param delegaService the delega remote service - */ - public void setDelegaService( - it.tref.liferay.portos.bo.service.DelegaService delegaService) { - this.delegaService = delegaService; - } - - /** - * Returns the delega persistence. - * - * @return the delega persistence - */ - public DelegaPersistence getDelegaPersistence() { - return delegaPersistence; - } - - /** - * Sets the delega persistence. - * - * @param delegaPersistence the delega persistence - */ - public void setDelegaPersistence(DelegaPersistence delegaPersistence) { - this.delegaPersistence = delegaPersistence; - } - - /** - * Returns the dett pratica local service. - * - * @return the dett pratica local service - */ - public it.tref.liferay.portos.bo.service.DettPraticaLocalService getDettPraticaLocalService() { - return dettPraticaLocalService; - } - - /** - * Sets the dett pratica local service. - * - * @param dettPraticaLocalService the dett pratica local service - */ - public void setDettPraticaLocalService( - it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService) { - this.dettPraticaLocalService = dettPraticaLocalService; - } - - /** - * Returns the dett pratica remote service. - * - * @return the dett pratica remote service - */ - public it.tref.liferay.portos.bo.service.DettPraticaService getDettPraticaService() { - return dettPraticaService; - } - - /** - * Sets the dett pratica remote service. - * - * @param dettPraticaService the dett pratica remote service - */ - public void setDettPraticaService( - it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService) { - this.dettPraticaService = dettPraticaService; - } - - /** - * Returns the dett pratica persistence. - * - * @return the dett pratica persistence - */ - public DettPraticaPersistence getDettPraticaPersistence() { - return dettPraticaPersistence; - } - - /** - * Sets the dett pratica persistence. - * - * @param dettPraticaPersistence the dett pratica persistence - */ - public void setDettPraticaPersistence( - DettPraticaPersistence dettPraticaPersistence) { - this.dettPraticaPersistence = dettPraticaPersistence; - } - - /** - * Returns the doc aggiuntiva local service. - * - * @return the doc aggiuntiva local service - */ - public it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService getDocAggiuntivaLocalService() { - return docAggiuntivaLocalService; - } - - /** - * Sets the doc aggiuntiva local service. - * - * @param docAggiuntivaLocalService the doc aggiuntiva local service - */ - public void setDocAggiuntivaLocalService( - it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService) { - this.docAggiuntivaLocalService = docAggiuntivaLocalService; - } - - /** - * Returns the doc aggiuntiva remote service. - * - * @return the doc aggiuntiva remote service - */ - public it.tref.liferay.portos.bo.service.DocAggiuntivaService getDocAggiuntivaService() { - return docAggiuntivaService; - } - - /** - * Sets the doc aggiuntiva remote service. - * - * @param docAggiuntivaService the doc aggiuntiva remote service - */ - public void setDocAggiuntivaService( - it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService) { - this.docAggiuntivaService = docAggiuntivaService; - } - - /** - * Returns the doc aggiuntiva persistence. - * - * @return the doc aggiuntiva persistence - */ - public DocAggiuntivaPersistence getDocAggiuntivaPersistence() { - return docAggiuntivaPersistence; - } - - /** - * Sets the doc aggiuntiva persistence. - * - * @param docAggiuntivaPersistence the doc aggiuntiva persistence - */ - public void setDocAggiuntivaPersistence( - DocAggiuntivaPersistence docAggiuntivaPersistence) { - this.docAggiuntivaPersistence = docAggiuntivaPersistence; - } - - /** - * Returns the doc pratica local service. - * - * @return the doc pratica local service - */ - public it.tref.liferay.portos.bo.service.DocPraticaLocalService getDocPraticaLocalService() { - return docPraticaLocalService; - } - - /** - * Sets the doc pratica local service. - * - * @param docPraticaLocalService the doc pratica local service - */ - public void setDocPraticaLocalService( - it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService) { - this.docPraticaLocalService = docPraticaLocalService; - } - - /** - * Returns the doc pratica remote service. - * - * @return the doc pratica remote service - */ - public it.tref.liferay.portos.bo.service.DocPraticaService getDocPraticaService() { - return docPraticaService; - } - - /** - * Sets the doc pratica remote service. - * - * @param docPraticaService the doc pratica remote service - */ - public void setDocPraticaService( - it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService) { - this.docPraticaService = docPraticaService; - } - - /** - * Returns the doc pratica persistence. - * - * @return the doc pratica persistence - */ - public DocPraticaPersistence getDocPraticaPersistence() { - return docPraticaPersistence; - } - - /** - * Sets the doc pratica persistence. - * - * @param docPraticaPersistence the doc pratica persistence - */ - public void setDocPraticaPersistence( - DocPraticaPersistence docPraticaPersistence) { - this.docPraticaPersistence = docPraticaPersistence; - } - - /** - * Returns the fine lavori local service. - * - * @return the fine lavori local service - */ - public it.tref.liferay.portos.bo.service.FineLavoriLocalService getFineLavoriLocalService() { - return fineLavoriLocalService; - } - - /** - * Sets the fine lavori local service. - * - * @param fineLavoriLocalService the fine lavori local service - */ - public void setFineLavoriLocalService( - it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService) { - this.fineLavoriLocalService = fineLavoriLocalService; - } - - /** - * Returns the fine lavori remote service. - * - * @return the fine lavori remote service - */ - public it.tref.liferay.portos.bo.service.FineLavoriService getFineLavoriService() { - return fineLavoriService; - } - - /** - * Sets the fine lavori remote service. - * - * @param fineLavoriService the fine lavori remote service - */ - public void setFineLavoriService( - it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService) { - this.fineLavoriService = fineLavoriService; - } - - /** - * Returns the fine lavori persistence. - * - * @return the fine lavori persistence - */ - public FineLavoriPersistence getFineLavoriPersistence() { - return fineLavoriPersistence; - } - - /** - * Sets the fine lavori persistence. - * - * @param fineLavoriPersistence the fine lavori persistence - */ - public void setFineLavoriPersistence( - FineLavoriPersistence fineLavoriPersistence) { - this.fineLavoriPersistence = fineLavoriPersistence; - } - - /** - * Returns the history workflow action local service. - * - * @return the history workflow action local service - */ - public it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService getHistoryWorkflowActionLocalService() { - return historyWorkflowActionLocalService; - } - - /** - * Sets the history workflow action local service. - * - * @param historyWorkflowActionLocalService the history workflow action local service - */ - public void setHistoryWorkflowActionLocalService( - it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService) { - this.historyWorkflowActionLocalService = historyWorkflowActionLocalService; - } - - /** - * Returns the history workflow action remote service. - * - * @return the history workflow action remote service - */ - public it.tref.liferay.portos.bo.service.HistoryWorkflowActionService getHistoryWorkflowActionService() { - return historyWorkflowActionService; - } - - /** - * Sets the history workflow action remote service. - * - * @param historyWorkflowActionService the history workflow action remote service - */ - public void setHistoryWorkflowActionService( - it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService) { - this.historyWorkflowActionService = historyWorkflowActionService; - } - - /** - * Returns the history workflow action persistence. - * - * @return the history workflow action persistence - */ - public HistoryWorkflowActionPersistence getHistoryWorkflowActionPersistence() { - return historyWorkflowActionPersistence; - } - - /** - * Sets the history workflow action persistence. - * - * @param historyWorkflowActionPersistence the history workflow action persistence - */ - public void setHistoryWorkflowActionPersistence( - HistoryWorkflowActionPersistence historyWorkflowActionPersistence) { - this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; - } - - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - - /** - * Returns the int pratica local service. - * - * @return the int pratica local service - */ - public it.tref.liferay.portos.bo.service.IntPraticaLocalService getIntPraticaLocalService() { - return intPraticaLocalService; - } - - /** - * Sets the int pratica local service. - * - * @param intPraticaLocalService the int pratica local service - */ - public void setIntPraticaLocalService( - it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService) { - this.intPraticaLocalService = intPraticaLocalService; - } - - /** - * Returns the int pratica remote service. - * - * @return the int pratica remote service - */ - public it.tref.liferay.portos.bo.service.IntPraticaService getIntPraticaService() { - return intPraticaService; - } - - /** - * Sets the int pratica remote service. - * - * @param intPraticaService the int pratica remote service - */ - public void setIntPraticaService( - it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService) { - this.intPraticaService = intPraticaService; - } - - /** - * Returns the int pratica persistence. - * - * @return the int pratica persistence - */ - public IntPraticaPersistence getIntPraticaPersistence() { - return intPraticaPersistence; - } - - /** - * Sets the int pratica persistence. - * - * @param intPraticaPersistence the int pratica persistence - */ - public void setIntPraticaPersistence( - IntPraticaPersistence intPraticaPersistence) { - this.intPraticaPersistence = intPraticaPersistence; - } - - /** - * Returns the int pratica finder. - * - * @return the int pratica finder - */ - public IntPraticaFinder getIntPraticaFinder() { - return intPraticaFinder; - } - - /** - * Sets the int pratica finder. - * - * @param intPraticaFinder the int pratica finder - */ - public void setIntPraticaFinder(IntPraticaFinder intPraticaFinder) { - this.intPraticaFinder = intPraticaFinder; - } - - /** - * Returns the pagamento local service. - * - * @return the pagamento local service - */ - public it.tref.liferay.portos.bo.service.PagamentoLocalService getPagamentoLocalService() { - return pagamentoLocalService; - } - - /** - * Sets the pagamento local service. - * - * @param pagamentoLocalService the pagamento local service - */ - public void setPagamentoLocalService( - it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService) { - this.pagamentoLocalService = pagamentoLocalService; - } - - /** - * Returns the pagamento remote service. - * - * @return the pagamento remote service - */ - public it.tref.liferay.portos.bo.service.PagamentoService getPagamentoService() { - return pagamentoService; - } - - /** - * Sets the pagamento remote service. - * - * @param pagamentoService the pagamento remote service - */ - public void setPagamentoService( - it.tref.liferay.portos.bo.service.PagamentoService pagamentoService) { - this.pagamentoService = pagamentoService; - } - - /** - * Returns the pagamento persistence. - * - * @return the pagamento persistence - */ - public PagamentoPersistence getPagamentoPersistence() { - return pagamentoPersistence; - } - - /** - * Sets the pagamento persistence. - * - * @param pagamentoPersistence the pagamento persistence - */ - public void setPagamentoPersistence( - PagamentoPersistence pagamentoPersistence) { - this.pagamentoPersistence = pagamentoPersistence; - } - - /** - * Returns the parere geologo local service. - * - * @return the parere geologo local service - */ - public it.tref.liferay.portos.bo.service.ParereGeologoLocalService getParereGeologoLocalService() { - return parereGeologoLocalService; - } - - /** - * Sets the parere geologo local service. - * - * @param parereGeologoLocalService the parere geologo local service - */ - public void setParereGeologoLocalService( - it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService) { - this.parereGeologoLocalService = parereGeologoLocalService; - } - - /** - * Returns the parere geologo remote service. - * - * @return the parere geologo remote service - */ - public it.tref.liferay.portos.bo.service.ParereGeologoService getParereGeologoService() { - return parereGeologoService; - } - - /** - * Sets the parere geologo remote service. - * - * @param parereGeologoService the parere geologo remote service - */ - public void setParereGeologoService( - it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService) { - this.parereGeologoService = parereGeologoService; - } - - /** - * Returns the parere geologo persistence. - * - * @return the parere geologo persistence - */ - public ParereGeologoPersistence getParereGeologoPersistence() { - return parereGeologoPersistence; - } - - /** - * Sets the parere geologo persistence. - * - * @param parereGeologoPersistence the parere geologo persistence - */ - public void setParereGeologoPersistence( - ParereGeologoPersistence parereGeologoPersistence) { - this.parereGeologoPersistence = parereGeologoPersistence; - } - - /** - * Returns the provincia local service. - * - * @return the provincia local service - */ - public it.tref.liferay.portos.bo.service.ProvinciaLocalService getProvinciaLocalService() { - return provinciaLocalService; - } - - /** - * Sets the provincia local service. - * - * @param provinciaLocalService the provincia local service - */ - public void setProvinciaLocalService( - it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService) { - this.provinciaLocalService = provinciaLocalService; - } - - /** - * Returns the provincia remote service. - * - * @return the provincia remote service - */ - public it.tref.liferay.portos.bo.service.ProvinciaService getProvinciaService() { - return provinciaService; - } - - /** - * Sets the provincia remote service. - * - * @param provinciaService the provincia remote service - */ - public void setProvinciaService( - it.tref.liferay.portos.bo.service.ProvinciaService provinciaService) { - this.provinciaService = provinciaService; - } - - /** - * Returns the provincia persistence. - * - * @return the provincia persistence - */ - public ProvinciaPersistence getProvinciaPersistence() { - return provinciaPersistence; - } - - /** - * Sets the provincia persistence. - * - * @param provinciaPersistence the provincia persistence - */ - public void setProvinciaPersistence( - ProvinciaPersistence provinciaPersistence) { - this.provinciaPersistence = provinciaPersistence; - } - - /** - * Returns the soggetto local service. - * - * @return the soggetto local service - */ - public it.tref.liferay.portos.bo.service.SoggettoLocalService getSoggettoLocalService() { - return soggettoLocalService; - } - - /** - * Sets the soggetto local service. - * - * @param soggettoLocalService the soggetto local service - */ - public void setSoggettoLocalService( - it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService) { - this.soggettoLocalService = soggettoLocalService; - } - - /** - * Returns the soggetto remote service. - * - * @return the soggetto remote service - */ - public it.tref.liferay.portos.bo.service.SoggettoService getSoggettoService() { - return soggettoService; - } - - /** - * Sets the soggetto remote service. - * - * @param soggettoService the soggetto remote service - */ - public void setSoggettoService( - it.tref.liferay.portos.bo.service.SoggettoService soggettoService) { - this.soggettoService = soggettoService; - } - - /** - * Returns the soggetto persistence. - * - * @return the soggetto persistence - */ - public SoggettoPersistence getSoggettoPersistence() { - return soggettoPersistence; - } - - /** - * Sets the soggetto persistence. - * - * @param soggettoPersistence the soggetto persistence - */ - public void setSoggettoPersistence(SoggettoPersistence soggettoPersistence) { - this.soggettoPersistence = soggettoPersistence; - } - - /** - * Returns the storico soggetto pratica local service. - * - * @return the storico soggetto pratica local service - */ - public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService getStoricoSoggettoPraticaLocalService() { - return storicoSoggettoPraticaLocalService; - } - - /** - * Sets the storico soggetto pratica local service. - * - * @param storicoSoggettoPraticaLocalService the storico soggetto pratica local service - */ - public void setStoricoSoggettoPraticaLocalService( - it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService) { - this.storicoSoggettoPraticaLocalService = storicoSoggettoPraticaLocalService; - } - - /** - * Returns the storico soggetto pratica remote service. - * - * @return the storico soggetto pratica remote service - */ - public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService getStoricoSoggettoPraticaService() { - return storicoSoggettoPraticaService; - } - - /** - * Sets the storico soggetto pratica remote service. - * - * @param storicoSoggettoPraticaService the storico soggetto pratica remote service - */ - public void setStoricoSoggettoPraticaService( - it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService) { - this.storicoSoggettoPraticaService = storicoSoggettoPraticaService; - } - - /** - * Returns the storico soggetto pratica persistence. - * - * @return the storico soggetto pratica persistence - */ - public StoricoSoggettoPraticaPersistence getStoricoSoggettoPraticaPersistence() { - return storicoSoggettoPraticaPersistence; - } - - /** - * Sets the storico soggetto pratica persistence. - * - * @param storicoSoggettoPraticaPersistence the storico soggetto pratica persistence - */ - public void setStoricoSoggettoPraticaPersistence( - StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence) { - this.storicoSoggettoPraticaPersistence = storicoSoggettoPraticaPersistence; - } - - /** - * Returns the tempistica local service. - * - * @return the tempistica local service - */ - public it.tref.liferay.portos.bo.service.TempisticaLocalService getTempisticaLocalService() { - return tempisticaLocalService; - } - - /** - * Sets the tempistica local service. - * - * @param tempisticaLocalService the tempistica local service - */ - public void setTempisticaLocalService( - it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService) { - this.tempisticaLocalService = tempisticaLocalService; - } - - /** - * Returns the tempistica remote service. - * - * @return the tempistica remote service - */ - public it.tref.liferay.portos.bo.service.TempisticaService getTempisticaService() { - return tempisticaService; - } - - /** - * Sets the tempistica remote service. - * - * @param tempisticaService the tempistica remote service - */ - public void setTempisticaService( - it.tref.liferay.portos.bo.service.TempisticaService tempisticaService) { - this.tempisticaService = tempisticaService; - } - - /** - * Returns the tempistica persistence. - * - * @return the tempistica persistence - */ - public TempisticaPersistence getTempisticaPersistence() { - return tempisticaPersistence; - } - - /** - * Sets the tempistica persistence. - * - * @param tempisticaPersistence the tempistica persistence - */ - public void setTempisticaPersistence( - TempisticaPersistence tempisticaPersistence) { - this.tempisticaPersistence = tempisticaPersistence; - } - - /** - * Returns the tempistica finder. - * - * @return the tempistica finder - */ - public TempisticaFinder getTempisticaFinder() { - return tempisticaFinder; - } - - /** - * Sets the tempistica finder. - * - * @param tempisticaFinder the tempistica finder - */ - public void setTempisticaFinder(TempisticaFinder tempisticaFinder) { - this.tempisticaFinder = tempisticaFinder; - } - - /** - * Returns the territorio local service. - * - * @return the territorio local service - */ - public it.tref.liferay.portos.bo.service.TerritorioLocalService getTerritorioLocalService() { - return territorioLocalService; - } - - /** - * Sets the territorio local service. - * - * @param territorioLocalService the territorio local service - */ - public void setTerritorioLocalService( - it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService) { - this.territorioLocalService = territorioLocalService; - } - - /** - * Returns the territorio remote service. - * - * @return the territorio remote service - */ - public it.tref.liferay.portos.bo.service.TerritorioService getTerritorioService() { - return territorioService; - } - - /** - * Sets the territorio remote service. - * - * @param territorioService the territorio remote service - */ - public void setTerritorioService( - it.tref.liferay.portos.bo.service.TerritorioService territorioService) { - this.territorioService = territorioService; - } - - /** - * Returns the territorio persistence. - * - * @return the territorio persistence - */ - public TerritorioPersistence getTerritorioPersistence() { - return territorioPersistence; - } - - /** - * Sets the territorio persistence. - * - * @param territorioPersistence the territorio persistence - */ - public void setTerritorioPersistence( - TerritorioPersistence territorioPersistence) { - this.territorioPersistence = territorioPersistence; - } - - /** - * Returns the counter local service. - * - * @return the counter local service - */ - public com.liferay.counter.service.CounterLocalService getCounterLocalService() { - return counterLocalService; - } - - /** - * Sets the counter local service. - * - * @param counterLocalService the counter local service - */ - public void setCounterLocalService( - com.liferay.counter.service.CounterLocalService counterLocalService) { - this.counterLocalService = counterLocalService; - } - - /** - * Returns the resource local service. - * - * @return the resource local service - */ - public com.liferay.portal.service.ResourceLocalService getResourceLocalService() { - return resourceLocalService; - } - - /** - * Sets the resource local service. - * - * @param resourceLocalService the resource local service - */ - public void setResourceLocalService( - com.liferay.portal.service.ResourceLocalService resourceLocalService) { - this.resourceLocalService = resourceLocalService; - } - - /** - * Returns the user local service. - * - * @return the user local service - */ - public com.liferay.portal.service.UserLocalService getUserLocalService() { - return userLocalService; - } - - /** - * Sets the user local service. - * - * @param userLocalService the user local service - */ - public void setUserLocalService( - com.liferay.portal.service.UserLocalService userLocalService) { - this.userLocalService = userLocalService; - } - - /** - * Returns the user remote service. - * - * @return the user remote service - */ - public com.liferay.portal.service.UserService getUserService() { - return userService; - } - - /** - * Sets the user remote service. - * - * @param userService the user remote service - */ - public void setUserService( - com.liferay.portal.service.UserService userService) { - this.userService = userService; - } - - /** - * Returns the user persistence. - * - * @return the user persistence - */ - public UserPersistence getUserPersistence() { - return userPersistence; - } - - /** - * Sets the user persistence. - * - * @param userPersistence the user persistence - */ - public void setUserPersistence(UserPersistence userPersistence) { - this.userPersistence = userPersistence; - } - - public void afterPropertiesSet() { - Class clazz = getClass(); - - _classLoader = clazz.getClassLoader(); - - PersistedModelLocalServiceRegistryUtil.register("it.tref.liferay.portos.bo.model.InfoFascicolo", - infoFascicoloLocalService); - } - - public void destroy() { - PersistedModelLocalServiceRegistryUtil.unregister( - "it.tref.liferay.portos.bo.model.InfoFascicolo"); - } - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - @Override - public String getBeanIdentifier() { - return _beanIdentifier; - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - @Override - public void setBeanIdentifier(String beanIdentifier) { - _beanIdentifier = beanIdentifier; - } - - @Override - public Object invokeMethod(String name, String[] parameterTypes, - Object[] arguments) throws Throwable { - Thread currentThread = Thread.currentThread(); - - ClassLoader contextClassLoader = currentThread.getContextClassLoader(); - - if (contextClassLoader != _classLoader) { - currentThread.setContextClassLoader(_classLoader); - } - - try { - return _clpInvoker.invokeMethod(name, parameterTypes, arguments); - } - finally { - if (contextClassLoader != _classLoader) { - currentThread.setContextClassLoader(contextClassLoader); - } - } - } - - protected Class getModelClass() { - return InfoFascicolo.class; - } - - protected String getModelClassName() { - return InfoFascicolo.class.getName(); - } - - /** - * Performs an SQL query. - * - * @param sql the sql query - */ - protected void runSQL(String sql) throws SystemException { - try { - DataSource dataSource = infoFascicoloPersistence.getDataSource(); - - SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource, - sql, new int[0]); - - sqlUpdate.update(); - } - catch (Exception e) { - throw new SystemException(e); - } - } - - @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeLocalService.class) - protected it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeService.class) - protected it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService; - @BeanReference(type = AllegatoManualePersistence.class) - protected AllegatoManualePersistence allegatoManualePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneService.class) - protected it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService; - @BeanReference(type = AsseverazionePersistence.class) - protected AsseverazionePersistence asseverazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoLocalService.class) - protected it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoService.class) - protected it.tref.liferay.portos.bo.service.AvvisoService avvisoService; - @BeanReference(type = AvvisoPersistence.class) - protected AvvisoPersistence avvisoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoLocalService.class) - protected it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoService.class) - protected it.tref.liferay.portos.bo.service.CollaudoService collaudoService; - @BeanReference(type = CollaudoPersistence.class) - protected CollaudoPersistence collaudoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneLocalService.class) - protected it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneService.class) - protected it.tref.liferay.portos.bo.service.ComuneService comuneService; - @BeanReference(type = ComunePersistence.class) - protected ComunePersistence comunePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneService.class) - protected it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService; - @BeanReference(type = ComunicazionePersistence.class) - protected ComunicazionePersistence comunicazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneService.class) - protected it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService; - @BeanReference(type = ConfigurazionePersistence.class) - protected ConfigurazionePersistence configurazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaService.class) - protected it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService; - @BeanReference(type = ControlloPraticaPersistence.class) - protected ControlloPraticaPersistence controlloPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaLocalService.class) - protected it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaService.class) - protected it.tref.liferay.portos.bo.service.DelegaService delegaService; - @BeanReference(type = DelegaPersistence.class) - protected DelegaPersistence delegaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaService.class) - protected it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService; - @BeanReference(type = DettPraticaPersistence.class) - protected DettPraticaPersistence dettPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService.class) - protected it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaService.class) - protected it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService; - @BeanReference(type = DocAggiuntivaPersistence.class) - protected DocAggiuntivaPersistence docAggiuntivaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaService.class) - protected it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService; - @BeanReference(type = DocPraticaPersistence.class) - protected DocPraticaPersistence docPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriLocalService.class) - protected it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriService.class) - protected it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService; - @BeanReference(type = FineLavoriPersistence.class) - protected FineLavoriPersistence fineLavoriPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService.class) - protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionService.class) - protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; - @BeanReference(type = HistoryWorkflowActionPersistence.class) - protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) - protected it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService; - @BeanReference(type = IntPraticaPersistence.class) - protected IntPraticaPersistence intPraticaPersistence; - @BeanReference(type = IntPraticaFinder.class) - protected IntPraticaFinder intPraticaFinder; - @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoLocalService.class) - protected it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoService.class) - protected it.tref.liferay.portos.bo.service.PagamentoService pagamentoService; - @BeanReference(type = PagamentoPersistence.class) - protected PagamentoPersistence pagamentoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoLocalService.class) - protected it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoService.class) - protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService; - @BeanReference(type = ParereGeologoPersistence.class) - protected ParereGeologoPersistence parereGeologoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class) - protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class) - protected it.tref.liferay.portos.bo.service.ProvinciaService provinciaService; - @BeanReference(type = ProvinciaPersistence.class) - protected ProvinciaPersistence provinciaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoLocalService.class) - protected it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoService.class) - protected it.tref.liferay.portos.bo.service.SoggettoService soggettoService; - @BeanReference(type = SoggettoPersistence.class) - protected SoggettoPersistence soggettoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService.class) - protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService; - @BeanReference(type = StoricoSoggettoPraticaPersistence.class) - protected StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaLocalService.class) - protected it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaService.class) - protected it.tref.liferay.portos.bo.service.TempisticaService tempisticaService; - @BeanReference(type = TempisticaPersistence.class) - protected TempisticaPersistence tempisticaPersistence; - @BeanReference(type = TempisticaFinder.class) - protected TempisticaFinder tempisticaFinder; - @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioLocalService.class) - protected it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioService.class) - protected it.tref.liferay.portos.bo.service.TerritorioService territorioService; - @BeanReference(type = TerritorioPersistence.class) - protected TerritorioPersistence territorioPersistence; - @BeanReference(type = com.liferay.counter.service.CounterLocalService.class) - protected com.liferay.counter.service.CounterLocalService counterLocalService; - @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class) - protected com.liferay.portal.service.ResourceLocalService resourceLocalService; - @BeanReference(type = com.liferay.portal.service.UserLocalService.class) - protected com.liferay.portal.service.UserLocalService userLocalService; - @BeanReference(type = com.liferay.portal.service.UserService.class) - protected com.liferay.portal.service.UserService userService; - @BeanReference(type = UserPersistence.class) - protected UserPersistence userPersistence; - private String _beanIdentifier; - private ClassLoader _classLoader; - private InfoFascicoloLocalServiceClpInvoker _clpInvoker = new InfoFascicoloLocalServiceClpInvoker(); -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceClpInvoker.java deleted file mode 100644 index c851d6af..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloLocalServiceClpInvoker.java +++ /dev/null @@ -1,372 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.base; - -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; - -import java.util.Arrays; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public class InfoFascicoloLocalServiceClpInvoker { - public InfoFascicoloLocalServiceClpInvoker() { - _methodName0 = "addInfoFascicolo"; - - _methodParameterTypes0 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName1 = "createInfoFascicolo"; - - _methodParameterTypes1 = new String[] { "long" }; - - _methodName2 = "deleteInfoFascicolo"; - - _methodParameterTypes2 = new String[] { "long" }; - - _methodName3 = "deleteInfoFascicolo"; - - _methodParameterTypes3 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName4 = "dynamicQuery"; - - _methodParameterTypes4 = new String[] { }; - - _methodName5 = "dynamicQuery"; - - _methodParameterTypes5 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery" - }; - - _methodName6 = "dynamicQuery"; - - _methodParameterTypes6 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int" - }; - - _methodName7 = "dynamicQuery"; - - _methodParameterTypes7 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int", - "com.liferay.portal.kernel.util.OrderByComparator" - }; - - _methodName8 = "dynamicQueryCount"; - - _methodParameterTypes8 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery" - }; - - _methodName9 = "dynamicQueryCount"; - - _methodParameterTypes9 = new String[] { - "com.liferay.portal.kernel.dao.orm.DynamicQuery", - "com.liferay.portal.kernel.dao.orm.Projection" - }; - - _methodName10 = "fetchInfoFascicolo"; - - _methodParameterTypes10 = new String[] { "long" }; - - _methodName11 = "fetchInfoFascicoloByUuidAndCompanyId"; - - _methodParameterTypes11 = new String[] { "java.lang.String", "long" }; - - _methodName12 = "fetchInfoFascicoloByUuidAndGroupId"; - - _methodParameterTypes12 = new String[] { "java.lang.String", "long" }; - - _methodName13 = "getInfoFascicolo"; - - _methodParameterTypes13 = new String[] { "long" }; - - _methodName14 = "getPersistedModel"; - - _methodParameterTypes14 = new String[] { "java.io.Serializable" }; - - _methodName15 = "getInfoFascicoloByUuidAndCompanyId"; - - _methodParameterTypes15 = new String[] { "java.lang.String", "long" }; - - _methodName16 = "getInfoFascicoloByUuidAndGroupId"; - - _methodParameterTypes16 = new String[] { "java.lang.String", "long" }; - - _methodName17 = "getInfoFascicolos"; - - _methodParameterTypes17 = new String[] { "int", "int" }; - - _methodName18 = "getInfoFascicolosCount"; - - _methodParameterTypes18 = new String[] { }; - - _methodName19 = "updateInfoFascicolo"; - - _methodParameterTypes19 = new String[] { - "it.tref.liferay.portos.bo.model.InfoFascicolo" - }; - - _methodName174 = "getBeanIdentifier"; - - _methodParameterTypes174 = new String[] { }; - - _methodName175 = "setBeanIdentifier"; - - _methodParameterTypes175 = new String[] { "java.lang.String" }; - - _methodName180 = "addInfoFascicolo"; - - _methodParameterTypes180 = new String[] { - "long", "java.lang.String", - "com.liferay.portal.service.ServiceContext" - }; - - _methodName181 = "addInfoFascicolo"; - - _methodParameterTypes181 = new String[] { - "long", "java.lang.String", "boolean", - "com.liferay.portal.service.ServiceContext" - }; - - _methodName182 = "findByIntPratica"; - - _methodParameterTypes182 = new String[] { "long" }; - - _methodName183 = "fetchByIntPratica"; - - _methodParameterTypes183 = new String[] { "long" }; - - _methodName184 = "updateAlreadyImportedField"; - - _methodParameterTypes184 = new String[] { "long" }; - } - - public Object invokeMethod(String name, String[] parameterTypes, - Object[] arguments) throws Throwable { - if (_methodName0.equals(name) && - Arrays.deepEquals(_methodParameterTypes0, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.addInfoFascicolo((it.tref.liferay.portos.bo.model.InfoFascicolo)arguments[0]); - } - - if (_methodName1.equals(name) && - Arrays.deepEquals(_methodParameterTypes1, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.createInfoFascicolo(((Long)arguments[0]).longValue()); - } - - if (_methodName2.equals(name) && - Arrays.deepEquals(_methodParameterTypes2, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.deleteInfoFascicolo(((Long)arguments[0]).longValue()); - } - - if (_methodName3.equals(name) && - Arrays.deepEquals(_methodParameterTypes3, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.deleteInfoFascicolo((it.tref.liferay.portos.bo.model.InfoFascicolo)arguments[0]); - } - - if (_methodName4.equals(name) && - Arrays.deepEquals(_methodParameterTypes4, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQuery(); - } - - if (_methodName5.equals(name) && - Arrays.deepEquals(_methodParameterTypes5, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]); - } - - if (_methodName6.equals(name) && - Arrays.deepEquals(_methodParameterTypes6, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], - ((Integer)arguments[1]).intValue(), - ((Integer)arguments[2]).intValue()); - } - - if (_methodName7.equals(name) && - Arrays.deepEquals(_methodParameterTypes7, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], - ((Integer)arguments[1]).intValue(), - ((Integer)arguments[2]).intValue(), - (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); - } - - if (_methodName8.equals(name) && - Arrays.deepEquals(_methodParameterTypes8, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]); - } - - if (_methodName9.equals(name) && - Arrays.deepEquals(_methodParameterTypes9, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], - (com.liferay.portal.kernel.dao.orm.Projection)arguments[1]); - } - - if (_methodName10.equals(name) && - Arrays.deepEquals(_methodParameterTypes10, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.fetchInfoFascicolo(((Long)arguments[0]).longValue()); - } - - if (_methodName11.equals(name) && - Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.fetchInfoFascicoloByUuidAndCompanyId((java.lang.String)arguments[0], - ((Long)arguments[1]).longValue()); - } - - if (_methodName12.equals(name) && - Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.fetchInfoFascicoloByUuidAndGroupId((java.lang.String)arguments[0], - ((Long)arguments[1]).longValue()); - } - - if (_methodName13.equals(name) && - Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getInfoFascicolo(((Long)arguments[0]).longValue()); - } - - if (_methodName14.equals(name) && - Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]); - } - - if (_methodName15.equals(name) && - Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getInfoFascicoloByUuidAndCompanyId((java.lang.String)arguments[0], - ((Long)arguments[1]).longValue()); - } - - if (_methodName16.equals(name) && - Arrays.deepEquals(_methodParameterTypes16, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getInfoFascicoloByUuidAndGroupId((java.lang.String)arguments[0], - ((Long)arguments[1]).longValue()); - } - - if (_methodName17.equals(name) && - Arrays.deepEquals(_methodParameterTypes17, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getInfoFascicolos(((Integer)arguments[0]).intValue(), - ((Integer)arguments[1]).intValue()); - } - - if (_methodName18.equals(name) && - Arrays.deepEquals(_methodParameterTypes18, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getInfoFascicolosCount(); - } - - if (_methodName19.equals(name) && - Arrays.deepEquals(_methodParameterTypes19, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.updateInfoFascicolo((it.tref.liferay.portos.bo.model.InfoFascicolo)arguments[0]); - } - - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.getBeanIdentifier(); - } - - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { - InfoFascicoloLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); - - return null; - } - - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.addInfoFascicolo(((Long)arguments[0]).longValue(), - (java.lang.String)arguments[1], - (com.liferay.portal.service.ServiceContext)arguments[2]); - } - - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.addInfoFascicolo(((Long)arguments[0]).longValue(), - (java.lang.String)arguments[1], - ((Boolean)arguments[2]).booleanValue(), - (com.liferay.portal.service.ServiceContext)arguments[3]); - } - - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); - } - - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.fetchByIntPratica(((Long)arguments[0]).longValue()); - } - - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { - return InfoFascicoloLocalServiceUtil.updateAlreadyImportedField(((Long)arguments[0]).longValue()); - } - - throw new UnsupportedOperationException(); - } - - private String _methodName0; - private String[] _methodParameterTypes0; - private String _methodName1; - private String[] _methodParameterTypes1; - private String _methodName2; - private String[] _methodParameterTypes2; - private String _methodName3; - private String[] _methodParameterTypes3; - private String _methodName4; - private String[] _methodParameterTypes4; - private String _methodName5; - private String[] _methodParameterTypes5; - private String _methodName6; - private String[] _methodParameterTypes6; - private String _methodName7; - private String[] _methodParameterTypes7; - private String _methodName8; - private String[] _methodParameterTypes8; - private String _methodName9; - private String[] _methodParameterTypes9; - private String _methodName10; - private String[] _methodParameterTypes10; - private String _methodName11; - private String[] _methodParameterTypes11; - private String _methodName12; - private String[] _methodParameterTypes12; - private String _methodName13; - private String[] _methodParameterTypes13; - private String _methodName14; - private String[] _methodParameterTypes14; - private String _methodName15; - private String[] _methodParameterTypes15; - private String _methodName16; - private String[] _methodParameterTypes16; - private String _methodName17; - private String[] _methodParameterTypes17; - private String _methodName18; - private String[] _methodParameterTypes18; - private String _methodName19; - private String[] _methodParameterTypes19; - private String _methodName174; - private String[] _methodParameterTypes174; - private String _methodName175; - private String[] _methodParameterTypes175; - private String _methodName180; - private String[] _methodParameterTypes180; - private String _methodName181; - private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; - private String _methodName183; - private String[] _methodParameterTypes183; - private String _methodName184; - private String[] _methodParameterTypes184; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceBaseImpl.java deleted file mode 100644 index 6e7bf759..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceBaseImpl.java +++ /dev/null @@ -1,1743 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.base; - -import com.liferay.portal.kernel.bean.BeanReference; -import com.liferay.portal.kernel.bean.IdentifiableBean; -import com.liferay.portal.kernel.dao.jdbc.SqlUpdate; -import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.service.BaseServiceImpl; -import com.liferay.portal.service.persistence.UserPersistence; - -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.service.InfoFascicoloService; -import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence; -import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence; -import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ComunePersistence; -import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence; -import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; -import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; -import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; -import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; -import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence; -import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence; -import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence; -import it.tref.liferay.portos.bo.service.persistence.StoricoSoggettoPraticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.TempisticaFinder; -import it.tref.liferay.portos.bo.service.persistence.TempisticaPersistence; -import it.tref.liferay.portos.bo.service.persistence.TerritorioPersistence; - -import javax.sql.DataSource; - -/** - * Provides the base implementation for the info fascicolo remote service. - * - *

- * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl}. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl - * @see it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil - * @generated - */ -public abstract class InfoFascicoloServiceBaseImpl extends BaseServiceImpl - implements InfoFascicoloService, IdentifiableBean { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this class directly. Always use {@link it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil} to access the info fascicolo remote service. - */ - - /** - * Returns the allegato manuale local service. - * - * @return the allegato manuale local service - */ - public it.tref.liferay.portos.bo.service.AllegatoManualeLocalService getAllegatoManualeLocalService() { - return allegatoManualeLocalService; - } - - /** - * Sets the allegato manuale local service. - * - * @param allegatoManualeLocalService the allegato manuale local service - */ - public void setAllegatoManualeLocalService( - it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService) { - this.allegatoManualeLocalService = allegatoManualeLocalService; - } - - /** - * Returns the allegato manuale remote service. - * - * @return the allegato manuale remote service - */ - public it.tref.liferay.portos.bo.service.AllegatoManualeService getAllegatoManualeService() { - return allegatoManualeService; - } - - /** - * Sets the allegato manuale remote service. - * - * @param allegatoManualeService the allegato manuale remote service - */ - public void setAllegatoManualeService( - it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService) { - this.allegatoManualeService = allegatoManualeService; - } - - /** - * Returns the allegato manuale persistence. - * - * @return the allegato manuale persistence - */ - public AllegatoManualePersistence getAllegatoManualePersistence() { - return allegatoManualePersistence; - } - - /** - * Sets the allegato manuale persistence. - * - * @param allegatoManualePersistence the allegato manuale persistence - */ - public void setAllegatoManualePersistence( - AllegatoManualePersistence allegatoManualePersistence) { - this.allegatoManualePersistence = allegatoManualePersistence; - } - - /** - * Returns the asseverazione local service. - * - * @return the asseverazione local service - */ - public it.tref.liferay.portos.bo.service.AsseverazioneLocalService getAsseverazioneLocalService() { - return asseverazioneLocalService; - } - - /** - * Sets the asseverazione local service. - * - * @param asseverazioneLocalService the asseverazione local service - */ - public void setAsseverazioneLocalService( - it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService) { - this.asseverazioneLocalService = asseverazioneLocalService; - } - - /** - * Returns the asseverazione remote service. - * - * @return the asseverazione remote service - */ - public it.tref.liferay.portos.bo.service.AsseverazioneService getAsseverazioneService() { - return asseverazioneService; - } - - /** - * Sets the asseverazione remote service. - * - * @param asseverazioneService the asseverazione remote service - */ - public void setAsseverazioneService( - it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService) { - this.asseverazioneService = asseverazioneService; - } - - /** - * Returns the asseverazione persistence. - * - * @return the asseverazione persistence - */ - public AsseverazionePersistence getAsseverazionePersistence() { - return asseverazionePersistence; - } - - /** - * Sets the asseverazione persistence. - * - * @param asseverazionePersistence the asseverazione persistence - */ - public void setAsseverazionePersistence( - AsseverazionePersistence asseverazionePersistence) { - this.asseverazionePersistence = asseverazionePersistence; - } - - /** - * Returns the avviso local service. - * - * @return the avviso local service - */ - public it.tref.liferay.portos.bo.service.AvvisoLocalService getAvvisoLocalService() { - return avvisoLocalService; - } - - /** - * Sets the avviso local service. - * - * @param avvisoLocalService the avviso local service - */ - public void setAvvisoLocalService( - it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService) { - this.avvisoLocalService = avvisoLocalService; - } - - /** - * Returns the avviso remote service. - * - * @return the avviso remote service - */ - public it.tref.liferay.portos.bo.service.AvvisoService getAvvisoService() { - return avvisoService; - } - - /** - * Sets the avviso remote service. - * - * @param avvisoService the avviso remote service - */ - public void setAvvisoService( - it.tref.liferay.portos.bo.service.AvvisoService avvisoService) { - this.avvisoService = avvisoService; - } - - /** - * Returns the avviso persistence. - * - * @return the avviso persistence - */ - public AvvisoPersistence getAvvisoPersistence() { - return avvisoPersistence; - } - - /** - * Sets the avviso persistence. - * - * @param avvisoPersistence the avviso persistence - */ - public void setAvvisoPersistence(AvvisoPersistence avvisoPersistence) { - this.avvisoPersistence = avvisoPersistence; - } - - /** - * Returns the collaudo local service. - * - * @return the collaudo local service - */ - public it.tref.liferay.portos.bo.service.CollaudoLocalService getCollaudoLocalService() { - return collaudoLocalService; - } - - /** - * Sets the collaudo local service. - * - * @param collaudoLocalService the collaudo local service - */ - public void setCollaudoLocalService( - it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService) { - this.collaudoLocalService = collaudoLocalService; - } - - /** - * Returns the collaudo remote service. - * - * @return the collaudo remote service - */ - public it.tref.liferay.portos.bo.service.CollaudoService getCollaudoService() { - return collaudoService; - } - - /** - * Sets the collaudo remote service. - * - * @param collaudoService the collaudo remote service - */ - public void setCollaudoService( - it.tref.liferay.portos.bo.service.CollaudoService collaudoService) { - this.collaudoService = collaudoService; - } - - /** - * Returns the collaudo persistence. - * - * @return the collaudo persistence - */ - public CollaudoPersistence getCollaudoPersistence() { - return collaudoPersistence; - } - - /** - * Sets the collaudo persistence. - * - * @param collaudoPersistence the collaudo persistence - */ - public void setCollaudoPersistence(CollaudoPersistence collaudoPersistence) { - this.collaudoPersistence = collaudoPersistence; - } - - /** - * Returns the comune local service. - * - * @return the comune local service - */ - public it.tref.liferay.portos.bo.service.ComuneLocalService getComuneLocalService() { - return comuneLocalService; - } - - /** - * Sets the comune local service. - * - * @param comuneLocalService the comune local service - */ - public void setComuneLocalService( - it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService) { - this.comuneLocalService = comuneLocalService; - } - - /** - * Returns the comune remote service. - * - * @return the comune remote service - */ - public it.tref.liferay.portos.bo.service.ComuneService getComuneService() { - return comuneService; - } - - /** - * Sets the comune remote service. - * - * @param comuneService the comune remote service - */ - public void setComuneService( - it.tref.liferay.portos.bo.service.ComuneService comuneService) { - this.comuneService = comuneService; - } - - /** - * Returns the comune persistence. - * - * @return the comune persistence - */ - public ComunePersistence getComunePersistence() { - return comunePersistence; - } - - /** - * Sets the comune persistence. - * - * @param comunePersistence the comune persistence - */ - public void setComunePersistence(ComunePersistence comunePersistence) { - this.comunePersistence = comunePersistence; - } - - /** - * Returns the comunicazione local service. - * - * @return the comunicazione local service - */ - public it.tref.liferay.portos.bo.service.ComunicazioneLocalService getComunicazioneLocalService() { - return comunicazioneLocalService; - } - - /** - * Sets the comunicazione local service. - * - * @param comunicazioneLocalService the comunicazione local service - */ - public void setComunicazioneLocalService( - it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService) { - this.comunicazioneLocalService = comunicazioneLocalService; - } - - /** - * Returns the comunicazione remote service. - * - * @return the comunicazione remote service - */ - public it.tref.liferay.portos.bo.service.ComunicazioneService getComunicazioneService() { - return comunicazioneService; - } - - /** - * Sets the comunicazione remote service. - * - * @param comunicazioneService the comunicazione remote service - */ - public void setComunicazioneService( - it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService) { - this.comunicazioneService = comunicazioneService; - } - - /** - * Returns the comunicazione persistence. - * - * @return the comunicazione persistence - */ - public ComunicazionePersistence getComunicazionePersistence() { - return comunicazionePersistence; - } - - /** - * Sets the comunicazione persistence. - * - * @param comunicazionePersistence the comunicazione persistence - */ - public void setComunicazionePersistence( - ComunicazionePersistence comunicazionePersistence) { - this.comunicazionePersistence = comunicazionePersistence; - } - - /** - * Returns the configurazione local service. - * - * @return the configurazione local service - */ - public it.tref.liferay.portos.bo.service.ConfigurazioneLocalService getConfigurazioneLocalService() { - return configurazioneLocalService; - } - - /** - * Sets the configurazione local service. - * - * @param configurazioneLocalService the configurazione local service - */ - public void setConfigurazioneLocalService( - it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService) { - this.configurazioneLocalService = configurazioneLocalService; - } - - /** - * Returns the configurazione remote service. - * - * @return the configurazione remote service - */ - public it.tref.liferay.portos.bo.service.ConfigurazioneService getConfigurazioneService() { - return configurazioneService; - } - - /** - * Sets the configurazione remote service. - * - * @param configurazioneService the configurazione remote service - */ - public void setConfigurazioneService( - it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService) { - this.configurazioneService = configurazioneService; - } - - /** - * Returns the configurazione persistence. - * - * @return the configurazione persistence - */ - public ConfigurazionePersistence getConfigurazionePersistence() { - return configurazionePersistence; - } - - /** - * Sets the configurazione persistence. - * - * @param configurazionePersistence the configurazione persistence - */ - public void setConfigurazionePersistence( - ConfigurazionePersistence configurazionePersistence) { - this.configurazionePersistence = configurazionePersistence; - } - - /** - * Returns the controllo pratica local service. - * - * @return the controllo pratica local service - */ - public it.tref.liferay.portos.bo.service.ControlloPraticaLocalService getControlloPraticaLocalService() { - return controlloPraticaLocalService; - } - - /** - * Sets the controllo pratica local service. - * - * @param controlloPraticaLocalService the controllo pratica local service - */ - public void setControlloPraticaLocalService( - it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService) { - this.controlloPraticaLocalService = controlloPraticaLocalService; - } - - /** - * Returns the controllo pratica remote service. - * - * @return the controllo pratica remote service - */ - public it.tref.liferay.portos.bo.service.ControlloPraticaService getControlloPraticaService() { - return controlloPraticaService; - } - - /** - * Sets the controllo pratica remote service. - * - * @param controlloPraticaService the controllo pratica remote service - */ - public void setControlloPraticaService( - it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService) { - this.controlloPraticaService = controlloPraticaService; - } - - /** - * Returns the controllo pratica persistence. - * - * @return the controllo pratica persistence - */ - public ControlloPraticaPersistence getControlloPraticaPersistence() { - return controlloPraticaPersistence; - } - - /** - * Sets the controllo pratica persistence. - * - * @param controlloPraticaPersistence the controllo pratica persistence - */ - public void setControlloPraticaPersistence( - ControlloPraticaPersistence controlloPraticaPersistence) { - this.controlloPraticaPersistence = controlloPraticaPersistence; - } - - /** - * Returns the delega local service. - * - * @return the delega local service - */ - public it.tref.liferay.portos.bo.service.DelegaLocalService getDelegaLocalService() { - return delegaLocalService; - } - - /** - * Sets the delega local service. - * - * @param delegaLocalService the delega local service - */ - public void setDelegaLocalService( - it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService) { - this.delegaLocalService = delegaLocalService; - } - - /** - * Returns the delega remote service. - * - * @return the delega remote service - */ - public it.tref.liferay.portos.bo.service.DelegaService getDelegaService() { - return delegaService; - } - - /** - * Sets the delega remote service. - * - * @param delegaService the delega remote service - */ - public void setDelegaService( - it.tref.liferay.portos.bo.service.DelegaService delegaService) { - this.delegaService = delegaService; - } - - /** - * Returns the delega persistence. - * - * @return the delega persistence - */ - public DelegaPersistence getDelegaPersistence() { - return delegaPersistence; - } - - /** - * Sets the delega persistence. - * - * @param delegaPersistence the delega persistence - */ - public void setDelegaPersistence(DelegaPersistence delegaPersistence) { - this.delegaPersistence = delegaPersistence; - } - - /** - * Returns the dett pratica local service. - * - * @return the dett pratica local service - */ - public it.tref.liferay.portos.bo.service.DettPraticaLocalService getDettPraticaLocalService() { - return dettPraticaLocalService; - } - - /** - * Sets the dett pratica local service. - * - * @param dettPraticaLocalService the dett pratica local service - */ - public void setDettPraticaLocalService( - it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService) { - this.dettPraticaLocalService = dettPraticaLocalService; - } - - /** - * Returns the dett pratica remote service. - * - * @return the dett pratica remote service - */ - public it.tref.liferay.portos.bo.service.DettPraticaService getDettPraticaService() { - return dettPraticaService; - } - - /** - * Sets the dett pratica remote service. - * - * @param dettPraticaService the dett pratica remote service - */ - public void setDettPraticaService( - it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService) { - this.dettPraticaService = dettPraticaService; - } - - /** - * Returns the dett pratica persistence. - * - * @return the dett pratica persistence - */ - public DettPraticaPersistence getDettPraticaPersistence() { - return dettPraticaPersistence; - } - - /** - * Sets the dett pratica persistence. - * - * @param dettPraticaPersistence the dett pratica persistence - */ - public void setDettPraticaPersistence( - DettPraticaPersistence dettPraticaPersistence) { - this.dettPraticaPersistence = dettPraticaPersistence; - } - - /** - * Returns the doc aggiuntiva local service. - * - * @return the doc aggiuntiva local service - */ - public it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService getDocAggiuntivaLocalService() { - return docAggiuntivaLocalService; - } - - /** - * Sets the doc aggiuntiva local service. - * - * @param docAggiuntivaLocalService the doc aggiuntiva local service - */ - public void setDocAggiuntivaLocalService( - it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService) { - this.docAggiuntivaLocalService = docAggiuntivaLocalService; - } - - /** - * Returns the doc aggiuntiva remote service. - * - * @return the doc aggiuntiva remote service - */ - public it.tref.liferay.portos.bo.service.DocAggiuntivaService getDocAggiuntivaService() { - return docAggiuntivaService; - } - - /** - * Sets the doc aggiuntiva remote service. - * - * @param docAggiuntivaService the doc aggiuntiva remote service - */ - public void setDocAggiuntivaService( - it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService) { - this.docAggiuntivaService = docAggiuntivaService; - } - - /** - * Returns the doc aggiuntiva persistence. - * - * @return the doc aggiuntiva persistence - */ - public DocAggiuntivaPersistence getDocAggiuntivaPersistence() { - return docAggiuntivaPersistence; - } - - /** - * Sets the doc aggiuntiva persistence. - * - * @param docAggiuntivaPersistence the doc aggiuntiva persistence - */ - public void setDocAggiuntivaPersistence( - DocAggiuntivaPersistence docAggiuntivaPersistence) { - this.docAggiuntivaPersistence = docAggiuntivaPersistence; - } - - /** - * Returns the doc pratica local service. - * - * @return the doc pratica local service - */ - public it.tref.liferay.portos.bo.service.DocPraticaLocalService getDocPraticaLocalService() { - return docPraticaLocalService; - } - - /** - * Sets the doc pratica local service. - * - * @param docPraticaLocalService the doc pratica local service - */ - public void setDocPraticaLocalService( - it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService) { - this.docPraticaLocalService = docPraticaLocalService; - } - - /** - * Returns the doc pratica remote service. - * - * @return the doc pratica remote service - */ - public it.tref.liferay.portos.bo.service.DocPraticaService getDocPraticaService() { - return docPraticaService; - } - - /** - * Sets the doc pratica remote service. - * - * @param docPraticaService the doc pratica remote service - */ - public void setDocPraticaService( - it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService) { - this.docPraticaService = docPraticaService; - } - - /** - * Returns the doc pratica persistence. - * - * @return the doc pratica persistence - */ - public DocPraticaPersistence getDocPraticaPersistence() { - return docPraticaPersistence; - } - - /** - * Sets the doc pratica persistence. - * - * @param docPraticaPersistence the doc pratica persistence - */ - public void setDocPraticaPersistence( - DocPraticaPersistence docPraticaPersistence) { - this.docPraticaPersistence = docPraticaPersistence; - } - - /** - * Returns the fine lavori local service. - * - * @return the fine lavori local service - */ - public it.tref.liferay.portos.bo.service.FineLavoriLocalService getFineLavoriLocalService() { - return fineLavoriLocalService; - } - - /** - * Sets the fine lavori local service. - * - * @param fineLavoriLocalService the fine lavori local service - */ - public void setFineLavoriLocalService( - it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService) { - this.fineLavoriLocalService = fineLavoriLocalService; - } - - /** - * Returns the fine lavori remote service. - * - * @return the fine lavori remote service - */ - public it.tref.liferay.portos.bo.service.FineLavoriService getFineLavoriService() { - return fineLavoriService; - } - - /** - * Sets the fine lavori remote service. - * - * @param fineLavoriService the fine lavori remote service - */ - public void setFineLavoriService( - it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService) { - this.fineLavoriService = fineLavoriService; - } - - /** - * Returns the fine lavori persistence. - * - * @return the fine lavori persistence - */ - public FineLavoriPersistence getFineLavoriPersistence() { - return fineLavoriPersistence; - } - - /** - * Sets the fine lavori persistence. - * - * @param fineLavoriPersistence the fine lavori persistence - */ - public void setFineLavoriPersistence( - FineLavoriPersistence fineLavoriPersistence) { - this.fineLavoriPersistence = fineLavoriPersistence; - } - - /** - * Returns the history workflow action local service. - * - * @return the history workflow action local service - */ - public it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService getHistoryWorkflowActionLocalService() { - return historyWorkflowActionLocalService; - } - - /** - * Sets the history workflow action local service. - * - * @param historyWorkflowActionLocalService the history workflow action local service - */ - public void setHistoryWorkflowActionLocalService( - it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService) { - this.historyWorkflowActionLocalService = historyWorkflowActionLocalService; - } - - /** - * Returns the history workflow action remote service. - * - * @return the history workflow action remote service - */ - public it.tref.liferay.portos.bo.service.HistoryWorkflowActionService getHistoryWorkflowActionService() { - return historyWorkflowActionService; - } - - /** - * Sets the history workflow action remote service. - * - * @param historyWorkflowActionService the history workflow action remote service - */ - public void setHistoryWorkflowActionService( - it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService) { - this.historyWorkflowActionService = historyWorkflowActionService; - } - - /** - * Returns the history workflow action persistence. - * - * @return the history workflow action persistence - */ - public HistoryWorkflowActionPersistence getHistoryWorkflowActionPersistence() { - return historyWorkflowActionPersistence; - } - - /** - * Sets the history workflow action persistence. - * - * @param historyWorkflowActionPersistence the history workflow action persistence - */ - public void setHistoryWorkflowActionPersistence( - HistoryWorkflowActionPersistence historyWorkflowActionPersistence) { - this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; - } - - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - - /** - * Returns the int pratica local service. - * - * @return the int pratica local service - */ - public it.tref.liferay.portos.bo.service.IntPraticaLocalService getIntPraticaLocalService() { - return intPraticaLocalService; - } - - /** - * Sets the int pratica local service. - * - * @param intPraticaLocalService the int pratica local service - */ - public void setIntPraticaLocalService( - it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService) { - this.intPraticaLocalService = intPraticaLocalService; - } - - /** - * Returns the int pratica remote service. - * - * @return the int pratica remote service - */ - public it.tref.liferay.portos.bo.service.IntPraticaService getIntPraticaService() { - return intPraticaService; - } - - /** - * Sets the int pratica remote service. - * - * @param intPraticaService the int pratica remote service - */ - public void setIntPraticaService( - it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService) { - this.intPraticaService = intPraticaService; - } - - /** - * Returns the int pratica persistence. - * - * @return the int pratica persistence - */ - public IntPraticaPersistence getIntPraticaPersistence() { - return intPraticaPersistence; - } - - /** - * Sets the int pratica persistence. - * - * @param intPraticaPersistence the int pratica persistence - */ - public void setIntPraticaPersistence( - IntPraticaPersistence intPraticaPersistence) { - this.intPraticaPersistence = intPraticaPersistence; - } - - /** - * Returns the int pratica finder. - * - * @return the int pratica finder - */ - public IntPraticaFinder getIntPraticaFinder() { - return intPraticaFinder; - } - - /** - * Sets the int pratica finder. - * - * @param intPraticaFinder the int pratica finder - */ - public void setIntPraticaFinder(IntPraticaFinder intPraticaFinder) { - this.intPraticaFinder = intPraticaFinder; - } - - /** - * Returns the pagamento local service. - * - * @return the pagamento local service - */ - public it.tref.liferay.portos.bo.service.PagamentoLocalService getPagamentoLocalService() { - return pagamentoLocalService; - } - - /** - * Sets the pagamento local service. - * - * @param pagamentoLocalService the pagamento local service - */ - public void setPagamentoLocalService( - it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService) { - this.pagamentoLocalService = pagamentoLocalService; - } - - /** - * Returns the pagamento remote service. - * - * @return the pagamento remote service - */ - public it.tref.liferay.portos.bo.service.PagamentoService getPagamentoService() { - return pagamentoService; - } - - /** - * Sets the pagamento remote service. - * - * @param pagamentoService the pagamento remote service - */ - public void setPagamentoService( - it.tref.liferay.portos.bo.service.PagamentoService pagamentoService) { - this.pagamentoService = pagamentoService; - } - - /** - * Returns the pagamento persistence. - * - * @return the pagamento persistence - */ - public PagamentoPersistence getPagamentoPersistence() { - return pagamentoPersistence; - } - - /** - * Sets the pagamento persistence. - * - * @param pagamentoPersistence the pagamento persistence - */ - public void setPagamentoPersistence( - PagamentoPersistence pagamentoPersistence) { - this.pagamentoPersistence = pagamentoPersistence; - } - - /** - * Returns the parere geologo local service. - * - * @return the parere geologo local service - */ - public it.tref.liferay.portos.bo.service.ParereGeologoLocalService getParereGeologoLocalService() { - return parereGeologoLocalService; - } - - /** - * Sets the parere geologo local service. - * - * @param parereGeologoLocalService the parere geologo local service - */ - public void setParereGeologoLocalService( - it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService) { - this.parereGeologoLocalService = parereGeologoLocalService; - } - - /** - * Returns the parere geologo remote service. - * - * @return the parere geologo remote service - */ - public it.tref.liferay.portos.bo.service.ParereGeologoService getParereGeologoService() { - return parereGeologoService; - } - - /** - * Sets the parere geologo remote service. - * - * @param parereGeologoService the parere geologo remote service - */ - public void setParereGeologoService( - it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService) { - this.parereGeologoService = parereGeologoService; - } - - /** - * Returns the parere geologo persistence. - * - * @return the parere geologo persistence - */ - public ParereGeologoPersistence getParereGeologoPersistence() { - return parereGeologoPersistence; - } - - /** - * Sets the parere geologo persistence. - * - * @param parereGeologoPersistence the parere geologo persistence - */ - public void setParereGeologoPersistence( - ParereGeologoPersistence parereGeologoPersistence) { - this.parereGeologoPersistence = parereGeologoPersistence; - } - - /** - * Returns the provincia local service. - * - * @return the provincia local service - */ - public it.tref.liferay.portos.bo.service.ProvinciaLocalService getProvinciaLocalService() { - return provinciaLocalService; - } - - /** - * Sets the provincia local service. - * - * @param provinciaLocalService the provincia local service - */ - public void setProvinciaLocalService( - it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService) { - this.provinciaLocalService = provinciaLocalService; - } - - /** - * Returns the provincia remote service. - * - * @return the provincia remote service - */ - public it.tref.liferay.portos.bo.service.ProvinciaService getProvinciaService() { - return provinciaService; - } - - /** - * Sets the provincia remote service. - * - * @param provinciaService the provincia remote service - */ - public void setProvinciaService( - it.tref.liferay.portos.bo.service.ProvinciaService provinciaService) { - this.provinciaService = provinciaService; - } - - /** - * Returns the provincia persistence. - * - * @return the provincia persistence - */ - public ProvinciaPersistence getProvinciaPersistence() { - return provinciaPersistence; - } - - /** - * Sets the provincia persistence. - * - * @param provinciaPersistence the provincia persistence - */ - public void setProvinciaPersistence( - ProvinciaPersistence provinciaPersistence) { - this.provinciaPersistence = provinciaPersistence; - } - - /** - * Returns the soggetto local service. - * - * @return the soggetto local service - */ - public it.tref.liferay.portos.bo.service.SoggettoLocalService getSoggettoLocalService() { - return soggettoLocalService; - } - - /** - * Sets the soggetto local service. - * - * @param soggettoLocalService the soggetto local service - */ - public void setSoggettoLocalService( - it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService) { - this.soggettoLocalService = soggettoLocalService; - } - - /** - * Returns the soggetto remote service. - * - * @return the soggetto remote service - */ - public it.tref.liferay.portos.bo.service.SoggettoService getSoggettoService() { - return soggettoService; - } - - /** - * Sets the soggetto remote service. - * - * @param soggettoService the soggetto remote service - */ - public void setSoggettoService( - it.tref.liferay.portos.bo.service.SoggettoService soggettoService) { - this.soggettoService = soggettoService; - } - - /** - * Returns the soggetto persistence. - * - * @return the soggetto persistence - */ - public SoggettoPersistence getSoggettoPersistence() { - return soggettoPersistence; - } - - /** - * Sets the soggetto persistence. - * - * @param soggettoPersistence the soggetto persistence - */ - public void setSoggettoPersistence(SoggettoPersistence soggettoPersistence) { - this.soggettoPersistence = soggettoPersistence; - } - - /** - * Returns the storico soggetto pratica local service. - * - * @return the storico soggetto pratica local service - */ - public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService getStoricoSoggettoPraticaLocalService() { - return storicoSoggettoPraticaLocalService; - } - - /** - * Sets the storico soggetto pratica local service. - * - * @param storicoSoggettoPraticaLocalService the storico soggetto pratica local service - */ - public void setStoricoSoggettoPraticaLocalService( - it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService) { - this.storicoSoggettoPraticaLocalService = storicoSoggettoPraticaLocalService; - } - - /** - * Returns the storico soggetto pratica remote service. - * - * @return the storico soggetto pratica remote service - */ - public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService getStoricoSoggettoPraticaService() { - return storicoSoggettoPraticaService; - } - - /** - * Sets the storico soggetto pratica remote service. - * - * @param storicoSoggettoPraticaService the storico soggetto pratica remote service - */ - public void setStoricoSoggettoPraticaService( - it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService) { - this.storicoSoggettoPraticaService = storicoSoggettoPraticaService; - } - - /** - * Returns the storico soggetto pratica persistence. - * - * @return the storico soggetto pratica persistence - */ - public StoricoSoggettoPraticaPersistence getStoricoSoggettoPraticaPersistence() { - return storicoSoggettoPraticaPersistence; - } - - /** - * Sets the storico soggetto pratica persistence. - * - * @param storicoSoggettoPraticaPersistence the storico soggetto pratica persistence - */ - public void setStoricoSoggettoPraticaPersistence( - StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence) { - this.storicoSoggettoPraticaPersistence = storicoSoggettoPraticaPersistence; - } - - /** - * Returns the tempistica local service. - * - * @return the tempistica local service - */ - public it.tref.liferay.portos.bo.service.TempisticaLocalService getTempisticaLocalService() { - return tempisticaLocalService; - } - - /** - * Sets the tempistica local service. - * - * @param tempisticaLocalService the tempistica local service - */ - public void setTempisticaLocalService( - it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService) { - this.tempisticaLocalService = tempisticaLocalService; - } - - /** - * Returns the tempistica remote service. - * - * @return the tempistica remote service - */ - public it.tref.liferay.portos.bo.service.TempisticaService getTempisticaService() { - return tempisticaService; - } - - /** - * Sets the tempistica remote service. - * - * @param tempisticaService the tempistica remote service - */ - public void setTempisticaService( - it.tref.liferay.portos.bo.service.TempisticaService tempisticaService) { - this.tempisticaService = tempisticaService; - } - - /** - * Returns the tempistica persistence. - * - * @return the tempistica persistence - */ - public TempisticaPersistence getTempisticaPersistence() { - return tempisticaPersistence; - } - - /** - * Sets the tempistica persistence. - * - * @param tempisticaPersistence the tempistica persistence - */ - public void setTempisticaPersistence( - TempisticaPersistence tempisticaPersistence) { - this.tempisticaPersistence = tempisticaPersistence; - } - - /** - * Returns the tempistica finder. - * - * @return the tempistica finder - */ - public TempisticaFinder getTempisticaFinder() { - return tempisticaFinder; - } - - /** - * Sets the tempistica finder. - * - * @param tempisticaFinder the tempistica finder - */ - public void setTempisticaFinder(TempisticaFinder tempisticaFinder) { - this.tempisticaFinder = tempisticaFinder; - } - - /** - * Returns the territorio local service. - * - * @return the territorio local service - */ - public it.tref.liferay.portos.bo.service.TerritorioLocalService getTerritorioLocalService() { - return territorioLocalService; - } - - /** - * Sets the territorio local service. - * - * @param territorioLocalService the territorio local service - */ - public void setTerritorioLocalService( - it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService) { - this.territorioLocalService = territorioLocalService; - } - - /** - * Returns the territorio remote service. - * - * @return the territorio remote service - */ - public it.tref.liferay.portos.bo.service.TerritorioService getTerritorioService() { - return territorioService; - } - - /** - * Sets the territorio remote service. - * - * @param territorioService the territorio remote service - */ - public void setTerritorioService( - it.tref.liferay.portos.bo.service.TerritorioService territorioService) { - this.territorioService = territorioService; - } - - /** - * Returns the territorio persistence. - * - * @return the territorio persistence - */ - public TerritorioPersistence getTerritorioPersistence() { - return territorioPersistence; - } - - /** - * Sets the territorio persistence. - * - * @param territorioPersistence the territorio persistence - */ - public void setTerritorioPersistence( - TerritorioPersistence territorioPersistence) { - this.territorioPersistence = territorioPersistence; - } - - /** - * Returns the counter local service. - * - * @return the counter local service - */ - public com.liferay.counter.service.CounterLocalService getCounterLocalService() { - return counterLocalService; - } - - /** - * Sets the counter local service. - * - * @param counterLocalService the counter local service - */ - public void setCounterLocalService( - com.liferay.counter.service.CounterLocalService counterLocalService) { - this.counterLocalService = counterLocalService; - } - - /** - * Returns the resource local service. - * - * @return the resource local service - */ - public com.liferay.portal.service.ResourceLocalService getResourceLocalService() { - return resourceLocalService; - } - - /** - * Sets the resource local service. - * - * @param resourceLocalService the resource local service - */ - public void setResourceLocalService( - com.liferay.portal.service.ResourceLocalService resourceLocalService) { - this.resourceLocalService = resourceLocalService; - } - - /** - * Returns the user local service. - * - * @return the user local service - */ - public com.liferay.portal.service.UserLocalService getUserLocalService() { - return userLocalService; - } - - /** - * Sets the user local service. - * - * @param userLocalService the user local service - */ - public void setUserLocalService( - com.liferay.portal.service.UserLocalService userLocalService) { - this.userLocalService = userLocalService; - } - - /** - * Returns the user remote service. - * - * @return the user remote service - */ - public com.liferay.portal.service.UserService getUserService() { - return userService; - } - - /** - * Sets the user remote service. - * - * @param userService the user remote service - */ - public void setUserService( - com.liferay.portal.service.UserService userService) { - this.userService = userService; - } - - /** - * Returns the user persistence. - * - * @return the user persistence - */ - public UserPersistence getUserPersistence() { - return userPersistence; - } - - /** - * Sets the user persistence. - * - * @param userPersistence the user persistence - */ - public void setUserPersistence(UserPersistence userPersistence) { - this.userPersistence = userPersistence; - } - - public void afterPropertiesSet() { - Class clazz = getClass(); - - _classLoader = clazz.getClassLoader(); - } - - public void destroy() { - } - - /** - * Returns the Spring bean ID for this bean. - * - * @return the Spring bean ID for this bean - */ - @Override - public String getBeanIdentifier() { - return _beanIdentifier; - } - - /** - * Sets the Spring bean ID for this bean. - * - * @param beanIdentifier the Spring bean ID for this bean - */ - @Override - public void setBeanIdentifier(String beanIdentifier) { - _beanIdentifier = beanIdentifier; - } - - @Override - public Object invokeMethod(String name, String[] parameterTypes, - Object[] arguments) throws Throwable { - Thread currentThread = Thread.currentThread(); - - ClassLoader contextClassLoader = currentThread.getContextClassLoader(); - - if (contextClassLoader != _classLoader) { - currentThread.setContextClassLoader(_classLoader); - } - - try { - return _clpInvoker.invokeMethod(name, parameterTypes, arguments); - } - finally { - if (contextClassLoader != _classLoader) { - currentThread.setContextClassLoader(contextClassLoader); - } - } - } - - protected Class getModelClass() { - return InfoFascicolo.class; - } - - protected String getModelClassName() { - return InfoFascicolo.class.getName(); - } - - /** - * Performs an SQL query. - * - * @param sql the sql query - */ - protected void runSQL(String sql) throws SystemException { - try { - DataSource dataSource = infoFascicoloPersistence.getDataSource(); - - SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource, - sql, new int[0]); - - sqlUpdate.update(); - } - catch (Exception e) { - throw new SystemException(e); - } - } - - @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeLocalService.class) - protected it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeService.class) - protected it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService; - @BeanReference(type = AllegatoManualePersistence.class) - protected AllegatoManualePersistence allegatoManualePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneService.class) - protected it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService; - @BeanReference(type = AsseverazionePersistence.class) - protected AsseverazionePersistence asseverazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoLocalService.class) - protected it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoService.class) - protected it.tref.liferay.portos.bo.service.AvvisoService avvisoService; - @BeanReference(type = AvvisoPersistence.class) - protected AvvisoPersistence avvisoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoLocalService.class) - protected it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoService.class) - protected it.tref.liferay.portos.bo.service.CollaudoService collaudoService; - @BeanReference(type = CollaudoPersistence.class) - protected CollaudoPersistence collaudoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneLocalService.class) - protected it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneService.class) - protected it.tref.liferay.portos.bo.service.ComuneService comuneService; - @BeanReference(type = ComunePersistence.class) - protected ComunePersistence comunePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneService.class) - protected it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService; - @BeanReference(type = ComunicazionePersistence.class) - protected ComunicazionePersistence comunicazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneLocalService.class) - protected it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneService.class) - protected it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService; - @BeanReference(type = ConfigurazionePersistence.class) - protected ConfigurazionePersistence configurazionePersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaService.class) - protected it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService; - @BeanReference(type = ControlloPraticaPersistence.class) - protected ControlloPraticaPersistence controlloPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaLocalService.class) - protected it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaService.class) - protected it.tref.liferay.portos.bo.service.DelegaService delegaService; - @BeanReference(type = DelegaPersistence.class) - protected DelegaPersistence delegaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaService.class) - protected it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService; - @BeanReference(type = DettPraticaPersistence.class) - protected DettPraticaPersistence dettPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService.class) - protected it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaService.class) - protected it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService; - @BeanReference(type = DocAggiuntivaPersistence.class) - protected DocAggiuntivaPersistence docAggiuntivaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaService.class) - protected it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService; - @BeanReference(type = DocPraticaPersistence.class) - protected DocPraticaPersistence docPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriLocalService.class) - protected it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriService.class) - protected it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService; - @BeanReference(type = FineLavoriPersistence.class) - protected FineLavoriPersistence fineLavoriPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService.class) - protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionService.class) - protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; - @BeanReference(type = HistoryWorkflowActionPersistence.class) - protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) - protected it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService; - @BeanReference(type = IntPraticaPersistence.class) - protected IntPraticaPersistence intPraticaPersistence; - @BeanReference(type = IntPraticaFinder.class) - protected IntPraticaFinder intPraticaFinder; - @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoLocalService.class) - protected it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoService.class) - protected it.tref.liferay.portos.bo.service.PagamentoService pagamentoService; - @BeanReference(type = PagamentoPersistence.class) - protected PagamentoPersistence pagamentoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoLocalService.class) - protected it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoService.class) - protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService; - @BeanReference(type = ParereGeologoPersistence.class) - protected ParereGeologoPersistence parereGeologoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class) - protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class) - protected it.tref.liferay.portos.bo.service.ProvinciaService provinciaService; - @BeanReference(type = ProvinciaPersistence.class) - protected ProvinciaPersistence provinciaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoLocalService.class) - protected it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoService.class) - protected it.tref.liferay.portos.bo.service.SoggettoService soggettoService; - @BeanReference(type = SoggettoPersistence.class) - protected SoggettoPersistence soggettoPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService.class) - protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService.class) - protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService; - @BeanReference(type = StoricoSoggettoPraticaPersistence.class) - protected StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaLocalService.class) - protected it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaService.class) - protected it.tref.liferay.portos.bo.service.TempisticaService tempisticaService; - @BeanReference(type = TempisticaPersistence.class) - protected TempisticaPersistence tempisticaPersistence; - @BeanReference(type = TempisticaFinder.class) - protected TempisticaFinder tempisticaFinder; - @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioLocalService.class) - protected it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioService.class) - protected it.tref.liferay.portos.bo.service.TerritorioService territorioService; - @BeanReference(type = TerritorioPersistence.class) - protected TerritorioPersistence territorioPersistence; - @BeanReference(type = com.liferay.counter.service.CounterLocalService.class) - protected com.liferay.counter.service.CounterLocalService counterLocalService; - @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class) - protected com.liferay.portal.service.ResourceLocalService resourceLocalService; - @BeanReference(type = com.liferay.portal.service.UserLocalService.class) - protected com.liferay.portal.service.UserLocalService userLocalService; - @BeanReference(type = com.liferay.portal.service.UserService.class) - protected com.liferay.portal.service.UserService userService; - @BeanReference(type = UserPersistence.class) - protected UserPersistence userPersistence; - private String _beanIdentifier; - private ClassLoader _classLoader; - private InfoFascicoloServiceClpInvoker _clpInvoker = new InfoFascicoloServiceClpInvoker(); -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceClpInvoker.java deleted file mode 100644 index f0070a87..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/InfoFascicoloServiceClpInvoker.java +++ /dev/null @@ -1,57 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.base; - -import it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil; - -import java.util.Arrays; - -/** - * @author Davide Barbagallo, 3F Consulting - * @generated - */ -public class InfoFascicoloServiceClpInvoker { - public InfoFascicoloServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; - - _methodParameterTypes154 = new String[] { }; - - _methodName155 = "setBeanIdentifier"; - - _methodParameterTypes155 = new String[] { "java.lang.String" }; - } - - public Object invokeMethod(String name, String[] parameterTypes, - Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { - return InfoFascicoloServiceUtil.getBeanIdentifier(); - } - - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { - InfoFascicoloServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); - - return null; - } - - throw new UnsupportedOperationException(); - } - - private String _methodName154; - private String[] _methodParameterTypes154; - private String _methodName155; - private String[] _methodParameterTypes155; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java index de9e2305..6a5b18a6 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1159,63 +1158,6 @@ public abstract class IntPraticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2005,12 +1947,6 @@ public abstract class IntPraticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java index 7368b939..c509cd31 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java @@ -122,300 +122,300 @@ public class IntPraticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.IntPratica" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "addIntPratica"; + _methodName178 = "addIntPratica"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName185 = "addIntPratica"; + _methodName179 = "addIntPratica"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "java.lang.String", "java.lang.String", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "int", "java.util.Date", "com.liferay.portal.service.ServiceContext" }; - _methodName186 = "deleteIntPratica"; + _methodName180 = "deleteIntPratica"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "boolean" }; - _methodName187 = "deleteIntPratica"; + _methodName181 = "deleteIntPratica"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica" }; - _methodName188 = "cloneIntPratica"; + _methodName182 = "cloneIntPratica"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName190 = "updateDelegati"; + _methodName184 = "updateDelegati"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "java.lang.String", "java.lang.String", "boolean" }; - _methodName191 = "fetchIntPratica"; + _methodName185 = "fetchIntPratica"; - _methodParameterTypes191 = new String[] { "long" }; + _methodParameterTypes185 = new String[] { "long" }; - _methodName192 = "findFascicoliNotProgetto"; + _methodName186 = "findFascicoliNotProgetto"; - _methodParameterTypes192 = new String[] { "int", "int" }; + _methodParameterTypes186 = new String[] { "int", "int" }; - _methodName193 = "countFascicoliNotProgetto"; + _methodName187 = "countFascicoliNotProgetto"; - _methodParameterTypes193 = new String[] { }; + _methodParameterTypes187 = new String[] { }; - _methodName195 = "addNumeroProgetto"; + _methodName189 = "addNumeroProgetto"; - _methodParameterTypes195 = new String[] { "long" }; + _methodParameterTypes189 = new String[] { "long" }; - _methodName196 = "sospendiPratica"; + _methodName190 = "sospendiPratica"; - _methodParameterTypes196 = new String[] { "long", "boolean" }; + _methodParameterTypes190 = new String[] { "long", "boolean" }; - _methodName197 = "cambiaTitolare"; + _methodName191 = "cambiaTitolare"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName198 = "updateStatoPratica"; + _methodName192 = "updateStatoPratica"; - _methodParameterTypes198 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes192 = new String[] { "long", "java.lang.String" }; - _methodName199 = "findByC_UserId"; + _methodName193 = "findByC_UserId"; - _methodParameterTypes199 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes193 = new String[] { "long", "long", "int", "int" }; - _methodName200 = "countByC_UserId"; + _methodName194 = "countByC_UserId"; - _methodParameterTypes200 = new String[] { "long", "long" }; + _methodParameterTypes194 = new String[] { "long", "long" }; - _methodName201 = "updateStatus"; + _methodName195 = "updateStatus"; - _methodParameterTypes201 = new String[] { "long", "int" }; + _methodParameterTypes195 = new String[] { "long", "int" }; - _methodName202 = "findByCompanyIdSoggettoProgetti"; + _methodName196 = "findByCompanyIdSoggettoProgetti"; - _methodParameterTypes202 = new String[] { "long", "long" }; + _methodParameterTypes196 = new String[] { "long", "long" }; - _methodName203 = "countByCompanyIdSoggettoProgetti"; + _methodName197 = "countByCompanyIdSoggettoProgetti"; - _methodParameterTypes203 = new String[] { "long", "long" }; + _methodParameterTypes197 = new String[] { "long", "long" }; - _methodName205 = "findByCompanyIdSoggettoArchivio"; + _methodName199 = "findByCompanyIdSoggettoArchivio"; - _methodParameterTypes205 = new String[] { "long", "long" }; + _methodParameterTypes199 = new String[] { "long", "long" }; - _methodName206 = "countByCompanyIdSoggettoArchivio"; + _methodName200 = "countByCompanyIdSoggettoArchivio"; - _methodParameterTypes206 = new String[] { "long", "long" }; + _methodParameterTypes200 = new String[] { "long", "long" }; - _methodName208 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName202 = "findByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes208 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes202 = new String[] { "long", "long", "int", "int" }; - _methodName209 = "countByCompanyIdSoggettoAltriProgetti"; + _methodName203 = "countByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes209 = new String[] { "long", "long" }; + _methodParameterTypes203 = new String[] { "long", "long" }; - _methodName211 = "findByCanAddFineLavori"; + _methodName205 = "findByCanAddFineLavori"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes205 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName212 = "countByCanAddFineLavori"; + _methodName206 = "countByCanAddFineLavori"; - _methodParameterTypes212 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes206 = new String[] { "long", "java.lang.String" }; - _methodName214 = "findByCanAddCollaudo"; + _methodName208 = "findByCanAddCollaudo"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes208 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName215 = "countByCanAddCollaudo"; + _methodName209 = "countByCanAddCollaudo"; - _methodParameterTypes215 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes209 = new String[] { "long", "java.lang.String" }; - _methodName216 = "search"; + _methodName210 = "search"; - _methodParameterTypes216 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes210 = new String[] { "java.util.List", "int", "int" }; - _methodName217 = "countSearch"; + _methodName211 = "countSearch"; - _methodParameterTypes217 = new String[] { "java.util.List" }; + _methodParameterTypes211 = new String[] { "java.util.List" }; - _methodName218 = "searchWithIntPraticaId"; + _methodName212 = "searchWithIntPraticaId"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes212 = new String[] { "java.util.List", "long", "int", "int" }; - _methodName219 = "countSearchWithIntPraticaId"; + _methodName213 = "countSearchWithIntPraticaId"; - _methodParameterTypes219 = new String[] { "java.util.List", "long" }; + _methodParameterTypes213 = new String[] { "java.util.List", "long" }; - _methodName220 = "allegaFileAnnullamento"; + _methodName214 = "allegaFileAnnullamento"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes214 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName221 = "generateFileAnnullamento"; + _methodName215 = "generateFileAnnullamento"; - _methodParameterTypes221 = new String[] { + _methodParameterTypes215 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName222 = "deleteFileAnnullamento"; + _methodName216 = "deleteFileAnnullamento"; - _methodParameterTypes222 = new String[] { "long" }; + _methodParameterTypes216 = new String[] { "long" }; - _methodName223 = "completeAnnullamento"; + _methodName217 = "completeAnnullamento"; - _methodParameterTypes223 = new String[] { "long" }; + _methodParameterTypes217 = new String[] { "long" }; - _methodName224 = "cambiaIstruttore"; + _methodName218 = "cambiaIstruttore"; - _methodParameterTypes224 = new String[] { "long", "long", "long" }; + _methodParameterTypes218 = new String[] { "long", "long", "long" }; - _methodName225 = "countCaricoLavoroCF"; + _methodName219 = "countCaricoLavoroCF"; - _methodParameterTypes225 = new String[] { + _methodParameterTypes219 = new String[] { "long", "java.lang.String", "java.lang.Long[][]" }; - _methodName226 = "countCaricoLavoroIstruttore"; + _methodName220 = "countCaricoLavoroIstruttore"; - _methodParameterTypes226 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes220 = new String[] { "long", "java.lang.String" }; - _methodName227 = "generateReportPratica"; + _methodName221 = "generateReportPratica"; - _methodParameterTypes227 = new String[] { + _methodParameterTypes221 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName228 = "updateModifiedDate"; + _methodName222 = "updateModifiedDate"; - _methodParameterTypes228 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes222 = new String[] { "long", "java.util.Date" }; - _methodName229 = "countAutorizzazione"; + _methodName223 = "countAutorizzazione"; - _methodParameterTypes229 = new String[] { + _methodParameterTypes223 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName230 = "countSanatorie"; + _methodName224 = "countSanatorie"; - _methodParameterTypes230 = new String[] { + _methodParameterTypes224 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName231 = "countOpereMinoreImportanza"; + _methodName225 = "countOpereMinoreImportanza"; - _methodParameterTypes231 = new String[] { + _methodParameterTypes225 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName232 = "countDeposito"; + _methodName226 = "countDeposito"; - _methodParameterTypes232 = new String[] { + _methodParameterTypes226 = new String[] { "java.util.Date", "java.util.Date", "long", "boolean" }; - _methodName233 = "countVidimate"; + _methodName227 = "countVidimate"; - _methodParameterTypes233 = new String[] { + _methodParameterTypes227 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName234 = "countControllo"; + _methodName228 = "countControllo"; - _methodParameterTypes234 = new String[] { + _methodParameterTypes228 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName235 = "riparaWorkflow"; + _methodName229 = "riparaWorkflow"; - _methodParameterTypes235 = new String[] { }; + _methodParameterTypes229 = new String[] { }; - _methodName236 = "reIndexFascicolo"; + _methodName230 = "reIndexFascicolo"; - _methodParameterTypes236 = new String[] { + _methodParameterTypes230 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName237 = "reIndexFasciolo"; + _methodName231 = "reIndexFasciolo"; - _methodParameterTypes237 = new String[] { "java.lang.String", "long" }; + _methodParameterTypes231 = new String[] { "java.lang.String", "long" }; - _methodName238 = "reIndexFasciolo"; + _methodName232 = "reIndexFasciolo"; - _methodParameterTypes238 = new String[] { "long", "long" }; + _methodParameterTypes232 = new String[] { "long", "long" }; - _methodName239 = "findByNumeroProgetto"; + _methodName233 = "findByNumeroProgetto"; - _methodParameterTypes239 = new String[] { "java.lang.String" }; + _methodParameterTypes233 = new String[] { "java.lang.String" }; - _methodName240 = "findByTerritorioId"; + _methodName234 = "findByTerritorioId"; - _methodParameterTypes240 = new String[] { "long" }; + _methodParameterTypes234 = new String[] { "long" }; - _methodName241 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; + _methodName235 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; - _methodParameterTypes241 = new String[] { + _methodParameterTypes235 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName242 = "reportPraticheVidimate"; + _methodName236 = "reportPraticheVidimate"; - _methodParameterTypes242 = new String[] { + _methodParameterTypes236 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName243 = "countIngressiAutorizzazioni"; + _methodName237 = "countIngressiAutorizzazioni"; - _methodParameterTypes243 = new String[] { + _methodParameterTypes237 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName244 = "countIngressiDepositi"; + _methodName238 = "countIngressiDepositi"; - _methodParameterTypes244 = new String[] { + _methodParameterTypes238 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName245 = "countIngressiCO"; + _methodName239 = "countIngressiCO"; - _methodParameterTypes245 = new String[] { + _methodParameterTypes239 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName246 = "getOrganizationByIntPraticaId"; + _methodName240 = "getOrganizationByIntPraticaId"; - _methodParameterTypes246 = new String[] { "long" }; + _methodParameterTypes240 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -531,27 +531,27 @@ public class IntPraticaLocalServiceClpInvoker { return IntPraticaLocalServiceUtil.updateIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return IntPraticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { IntPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Long)arguments[3]).longValue(), @@ -563,214 +563,214 @@ public class IntPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return IntPraticaLocalServiceUtil.cloneIntPratica(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return IntPraticaLocalServiceUtil.updateDelegati(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Boolean)arguments[3]).booleanValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return IntPraticaLocalServiceUtil.fetchIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return IntPraticaLocalServiceUtil.findFascicoliNotProgetto(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return IntPraticaLocalServiceUtil.countFascicoliNotProgetto(); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return IntPraticaLocalServiceUtil.addNumeroProgetto(((Long)arguments[0]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return IntPraticaLocalServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return IntPraticaLocalServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return IntPraticaLocalServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return IntPraticaLocalServiceUtil.findByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return IntPraticaLocalServiceUtil.countByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { IntPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); return null; } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName206.equals(name) && + Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return IntPraticaLocalServiceUtil.search((java.util.List)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return IntPraticaLocalServiceUtil.countSearch((java.util.List)arguments[0]); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return IntPraticaLocalServiceUtil.searchWithIntPraticaId((java.util.List)arguments[0], ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return IntPraticaLocalServiceUtil.countSearchWithIntPraticaId((java.util.List)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return IntPraticaLocalServiceUtil.allegaFileAnnullamento(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return IntPraticaLocalServiceUtil.generateFileAnnullamento(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { IntPraticaLocalServiceUtil.deleteFileAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { IntPraticaLocalServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { IntPraticaLocalServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue()); @@ -778,144 +778,144 @@ public class IntPraticaLocalServiceClpInvoker { return null; } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.Long[])arguments[2]); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroIstruttore(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return IntPraticaLocalServiceUtil.generateReportPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return IntPraticaLocalServiceUtil.updateModifiedDate(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { return IntPraticaLocalServiceUtil.countAutorizzazione((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return IntPraticaLocalServiceUtil.countSanatorie((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { return IntPraticaLocalServiceUtil.countOpereMinoreImportanza((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName232.equals(name) && - Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return IntPraticaLocalServiceUtil.countDeposito((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), ((Boolean)arguments[3]).booleanValue()); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return IntPraticaLocalServiceUtil.countVidimate((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3], ((Boolean)arguments[4]).booleanValue()); } - if (_methodName234.equals(name) && - Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { + if (_methodName228.equals(name) && + Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { return IntPraticaLocalServiceUtil.countControllo((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3], ((Boolean)arguments[4]).booleanValue()); } - if (_methodName235.equals(name) && - Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return IntPraticaLocalServiceUtil.riparaWorkflow(); } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName237.equals(name) && - Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName238.equals(name) && - Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName239.equals(name) && - Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { + if (_methodName233.equals(name) && + Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]); } - if (_methodName240.equals(name) && - Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { + if (_methodName234.equals(name) && + Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue()); } - if (_methodName241.equals(name) && - Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieAvvisiAutorizzazioni((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName242.equals(name) && - Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return IntPraticaLocalServiceUtil.reportPraticheVidimate((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName243.equals(name) && - Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { + if (_methodName237.equals(name) && + Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiAutorizzazioni((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName244.equals(name) && - Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { + if (_methodName238.equals(name) && + Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiDepositi((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName245.equals(name) && - Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { + if (_methodName239.equals(name) && + Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiCO((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName246.equals(name) && - Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { + if (_methodName240.equals(name) && + Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { return IntPraticaLocalServiceUtil.getOrganizationByIntPraticaId(((Long)arguments[0]).longValue()); } @@ -962,10 +962,20 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -974,8 +984,8 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes186; private String _methodName187; private String[] _methodParameterTypes187; - private String _methodName188; - private String[] _methodParameterTypes188; + private String _methodName189; + private String[] _methodParameterTypes189; private String _methodName190; private String[] _methodParameterTypes190; private String _methodName191; @@ -984,20 +994,18 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; + private String _methodName194; + private String[] _methodParameterTypes194; private String _methodName195; private String[] _methodParameterTypes195; private String _methodName196; private String[] _methodParameterTypes196; private String _methodName197; private String[] _methodParameterTypes197; - private String _methodName198; - private String[] _methodParameterTypes198; private String _methodName199; private String[] _methodParameterTypes199; private String _methodName200; private String[] _methodParameterTypes200; - private String _methodName201; - private String[] _methodParameterTypes201; private String _methodName202; private String[] _methodParameterTypes202; private String _methodName203; @@ -1010,10 +1018,14 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes208; private String _methodName209; private String[] _methodParameterTypes209; + private String _methodName210; + private String[] _methodParameterTypes210; private String _methodName211; private String[] _methodParameterTypes211; private String _methodName212; private String[] _methodParameterTypes212; + private String _methodName213; + private String[] _methodParameterTypes213; private String _methodName214; private String[] _methodParameterTypes214; private String _methodName215; @@ -1068,16 +1080,4 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes239; private String _methodName240; private String[] _methodParameterTypes240; - private String _methodName241; - private String[] _methodParameterTypes241; - private String _methodName242; - private String[] _methodParameterTypes242; - private String _methodName243; - private String[] _methodParameterTypes243; - private String _methodName244; - private String[] _methodParameterTypes244; - private String _methodName245; - private String[] _methodParameterTypes245; - private String _methodName246; - private String[] _methodParameterTypes246; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java index 7ad56949..90e898d5 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class IntPraticaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class IntPraticaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java index 21a65e9a..8717540e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java @@ -24,145 +24,145 @@ import java.util.Arrays; */ public class IntPraticaServiceClpInvoker { public IntPraticaServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "getIntPratica"; + _methodName158 = "getIntPratica"; - _methodParameterTypes164 = new String[] { "long" }; + _methodParameterTypes158 = new String[] { "long" }; - _methodName165 = "deleteIntPratica"; + _methodName159 = "deleteIntPratica"; - _methodParameterTypes165 = new String[] { "long", "long" }; + _methodParameterTypes159 = new String[] { "long", "long" }; - _methodName166 = "sospendiPratica"; + _methodName160 = "sospendiPratica"; - _methodParameterTypes166 = new String[] { "long", "boolean" }; + _methodParameterTypes160 = new String[] { "long", "boolean" }; - _methodName167 = "cambiaTitolare"; + _methodName161 = "cambiaTitolare"; - _methodParameterTypes167 = new String[] { + _methodParameterTypes161 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName168 = "updateStatoPratica"; + _methodName162 = "updateStatoPratica"; - _methodParameterTypes168 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes162 = new String[] { "long", "java.lang.String" }; - _methodName169 = "search"; + _methodName163 = "search"; - _methodParameterTypes169 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes163 = new String[] { "java.util.List", "int", "int" }; - _methodName170 = "countSearch"; + _methodName164 = "countSearch"; - _methodParameterTypes170 = new String[] { "java.util.List" }; + _methodParameterTypes164 = new String[] { "java.util.List" }; - _methodName171 = "findByCompanyIdSoggettoProgetti"; + _methodName165 = "findByCompanyIdSoggettoProgetti"; - _methodParameterTypes171 = new String[] { "long", "long" }; + _methodParameterTypes165 = new String[] { "long", "long" }; - _methodName172 = "countByCompanyIdSoggettoProgetti"; + _methodName166 = "countByCompanyIdSoggettoProgetti"; - _methodParameterTypes172 = new String[] { "long", "long" }; + _methodParameterTypes166 = new String[] { "long", "long" }; - _methodName173 = "findByCompanyIdSoggettoArchivio"; + _methodName167 = "findByCompanyIdSoggettoArchivio"; - _methodParameterTypes173 = new String[] { "long", "long" }; + _methodParameterTypes167 = new String[] { "long", "long" }; - _methodName174 = "countByCompanyIdSoggettoArchivio"; + _methodName168 = "countByCompanyIdSoggettoArchivio"; - _methodParameterTypes174 = new String[] { "long", "long" }; + _methodParameterTypes168 = new String[] { "long", "long" }; - _methodName175 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName169 = "findByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes175 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes169 = new String[] { "long", "long", "int", "int" }; - _methodName176 = "countByCompanyIdSoggettoAltriProgetti"; + _methodName170 = "countByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes176 = new String[] { "long", "long" }; + _methodParameterTypes170 = new String[] { "long", "long" }; - _methodName177 = "findByCanAddFineLavori"; + _methodName171 = "findByCanAddFineLavori"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName178 = "countByCanAddFineLavori"; + _methodName172 = "countByCanAddFineLavori"; - _methodParameterTypes178 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes172 = new String[] { "long", "java.lang.String" }; - _methodName179 = "findByCanAddCollaudo"; + _methodName173 = "findByCanAddCollaudo"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes173 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName180 = "countByCanAddCollaudo"; + _methodName174 = "countByCanAddCollaudo"; - _methodParameterTypes180 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes174 = new String[] { "long", "java.lang.String" }; - _methodName181 = "allegaFileAnnullamento"; + _methodName175 = "allegaFileAnnullamento"; - _methodParameterTypes181 = new String[] { + _methodParameterTypes175 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName182 = "completeAnnullamento"; + _methodName176 = "completeAnnullamento"; - _methodParameterTypes182 = new String[] { "long", "long" }; + _methodParameterTypes176 = new String[] { "long", "long" }; - _methodName183 = "cambiaIstruttore"; + _methodName177 = "cambiaIstruttore"; - _methodParameterTypes183 = new String[] { "long", "long", "long" }; + _methodParameterTypes177 = new String[] { "long", "long", "long" }; - _methodName184 = "geosisma"; + _methodName178 = "geosisma"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return IntPraticaServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { IntPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return IntPraticaServiceUtil.getIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { IntPraticaServiceUtil.deleteIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { IntPraticaServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); return null; } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { IntPraticaServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[2]); @@ -170,110 +170,110 @@ public class IntPraticaServiceClpInvoker { return null; } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { IntPraticaServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); return null; } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return IntPraticaServiceUtil.search((java.util.List)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return IntPraticaServiceUtil.countSearch((java.util.List)arguments[0]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return IntPraticaServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return IntPraticaServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return IntPraticaServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return IntPraticaServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return IntPraticaServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return IntPraticaServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return IntPraticaServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return IntPraticaServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return IntPraticaServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return IntPraticaServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return IntPraticaServiceUtil.allegaFileAnnullamento(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { IntPraticaServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { IntPraticaServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue()); @@ -281,18 +281,30 @@ public class IntPraticaServiceClpInvoker { return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return IntPraticaServiceUtil.geosisma(((Long)arguments[0]).longValue()); } throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -323,16 +335,4 @@ public class IntPraticaServiceClpInvoker { private String[] _methodParameterTypes177; private String _methodName178; private String[] _methodParameterTypes178; - private String _methodName179; - private String[] _methodParameterTypes179; - private String _methodName180; - private String[] _methodParameterTypes180; - private String _methodName181; - private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; - private String _methodName183; - private String[] _methodParameterTypes183; - private String _methodName184; - private String[] _methodParameterTypes184; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java index 7a02ae64..3f8eb973 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1155,63 +1154,6 @@ public abstract class PagamentoLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2001,12 +1943,6 @@ public abstract class PagamentoLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java index 39b7988b..2687b047 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java @@ -122,52 +122,52 @@ public class PagamentoLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Pagamento" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "getPagamenti"; + _methodName178 = "getPagamenti"; - _methodParameterTypes184 = new String[] { }; + _methodParameterTypes178 = new String[] { }; - _methodName185 = "createPagamentoId"; + _methodName179 = "createPagamentoId"; - _methodParameterTypes185 = new String[] { }; + _methodParameterTypes179 = new String[] { }; - _methodName186 = "addPagamento"; + _methodName180 = "addPagamento"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName187 = "addPagamentoAndUpdate"; + _methodName181 = "addPagamentoAndUpdate"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName188 = "addPagamentoAndUpdate"; + _methodName182 = "addPagamentoAndUpdate"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName189 = "addPagamentoAndUpdate"; + _methodName183 = "addPagamentoAndUpdate"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "long", @@ -175,161 +175,161 @@ public class PagamentoLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName191 = "updatePagamento"; + _methodName185 = "updatePagamento"; - _methodParameterTypes191 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes185 = new String[] { "long", "java.lang.String" }; - _methodName192 = "updatePagamento"; + _methodName186 = "updatePagamento"; - _methodParameterTypes192 = new String[] { + _methodParameterTypes186 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName193 = "updatePagamentoUtilizzata"; + _methodName187 = "updatePagamentoUtilizzata"; - _methodParameterTypes193 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes187 = new String[] { "long", "java.lang.String" }; - _methodName194 = "annullaPagamento"; + _methodName188 = "annullaPagamento"; - _methodParameterTypes194 = new String[] { "long" }; + _methodParameterTypes188 = new String[] { "long" }; - _methodName195 = "findByCommittente_Mezzo"; + _methodName189 = "findByCommittente_Mezzo"; - _methodParameterTypes195 = new String[] { + _methodParameterTypes189 = new String[] { "java.lang.String", "java.lang.String", "int", "int" }; - _methodName196 = "countByCommittente_Mezzo"; + _methodName190 = "countByCommittente_Mezzo"; - _methodParameterTypes196 = new String[] { + _methodParameterTypes190 = new String[] { "java.lang.String", "java.lang.String" }; - _methodName197 = "findByCommittente_Mezzo_Utilizzata"; + _methodName191 = "findByCommittente_Mezzo_Utilizzata"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String", "int", "int" }; - _methodName198 = "countByCommittente_Mezzo_Utilizzata"; + _methodName192 = "countByCommittente_Mezzo_Utilizzata"; - _methodParameterTypes198 = new String[] { + _methodParameterTypes192 = new String[] { "java.lang.String", "java.lang.String", "java.lang.String" }; - _methodName199 = "findByMezzo_Utilizzata"; + _methodName193 = "findByMezzo_Utilizzata"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "java.lang.String", "java.lang.String", "int", "int" }; - _methodName200 = "countByMezzo_Utilizzata"; + _methodName194 = "countByMezzo_Utilizzata"; - _methodParameterTypes200 = new String[] { + _methodParameterTypes194 = new String[] { "java.lang.String", "java.lang.String" }; - _methodName201 = "findByMezzo_Utilizzata_CreateDate"; + _methodName195 = "findByMezzo_Utilizzata_CreateDate"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "java.lang.String", "java.lang.String", "java.util.Date", "int", "int" }; - _methodName202 = "countByMezzo_Utilizzata_EmailPending_CreateDate"; + _methodName196 = "countByMezzo_Utilizzata_EmailPending_CreateDate"; - _methodParameterTypes202 = new String[] { + _methodParameterTypes196 = new String[] { "java.lang.String", "java.lang.String", "boolean", "java.util.Date" }; - _methodName203 = "findByMezzo_Utilizzata_EmailPending_CreateDate"; + _methodName197 = "findByMezzo_Utilizzata_EmailPending_CreateDate"; - _methodParameterTypes203 = new String[] { + _methodParameterTypes197 = new String[] { "java.lang.String", "java.lang.String", "boolean", "java.util.Date", "int", "int" }; - _methodName204 = "findInPending"; + _methodName198 = "findInPending"; - _methodParameterTypes204 = new String[] { + _methodParameterTypes198 = new String[] { "java.util.Date", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName205 = "countInPending"; + _methodName199 = "countInPending"; - _methodParameterTypes205 = new String[] { "java.util.Date" }; + _methodParameterTypes199 = new String[] { "java.util.Date" }; - _methodName207 = "countByMezzo_Utilizzata_CreateDate"; + _methodName201 = "countByMezzo_Utilizzata_CreateDate"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "java.lang.String", "java.lang.String", "java.util.Date" }; - _methodName208 = "deletePagamento"; + _methodName202 = "deletePagamento"; - _methodParameterTypes208 = new String[] { "long" }; + _methodParameterTypes202 = new String[] { "long" }; - _methodName209 = "deletePagamento"; + _methodName203 = "deletePagamento"; - _methodParameterTypes209 = new String[] { + _methodParameterTypes203 = new String[] { "it.tref.liferay.portos.bo.model.Pagamento" }; - _methodName210 = "updateEmailPendingPagamento"; + _methodName204 = "updateEmailPendingPagamento"; - _methodParameterTypes210 = new String[] { "long", "boolean" }; + _methodParameterTypes204 = new String[] { "long", "boolean" }; - _methodName213 = "countByClassPk"; + _methodName207 = "countByClassPk"; - _methodParameterTypes213 = new String[] { "long" }; + _methodParameterTypes207 = new String[] { "long" }; - _methodName214 = "findByClassPk"; + _methodName208 = "findByClassPk"; - _methodParameterTypes214 = new String[] { "long" }; + _methodParameterTypes208 = new String[] { "long" }; - _methodName215 = "findByIntPratica"; + _methodName209 = "findByIntPratica"; - _methodParameterTypes215 = new String[] { "long" }; + _methodParameterTypes209 = new String[] { "long" }; - _methodName216 = "countByIntPratica"; + _methodName210 = "countByIntPratica"; - _methodParameterTypes216 = new String[] { "long" }; + _methodParameterTypes210 = new String[] { "long" }; - _methodName217 = "findByIntPratica_Visible"; + _methodName211 = "findByIntPratica_Visible"; - _methodParameterTypes217 = new String[] { "long" }; + _methodParameterTypes211 = new String[] { "long" }; - _methodName218 = "countByIntPratica_Visible"; + _methodName212 = "countByIntPratica_Visible"; - _methodParameterTypes218 = new String[] { "long" }; + _methodParameterTypes212 = new String[] { "long" }; - _methodName220 = "sostituisciPagamento"; + _methodName214 = "sostituisciPagamento"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes214 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName221 = "updatePagamentoManuale"; + _methodName215 = "updatePagamentoManuale"; - _methodParameterTypes221 = new String[] { + _methodParameterTypes215 = new String[] { "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName222 = "updatePagamentoManualeFromImport"; + _methodName216 = "updatePagamentoManualeFromImport"; - _methodParameterTypes222 = new String[] { + _methodParameterTypes216 = new String[] { "long", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName223 = "updateOtf"; + _methodName217 = "updateOtf"; - _methodParameterTypes223 = new String[] { "long", "boolean" }; + _methodParameterTypes217 = new String[] { "long", "boolean" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -445,30 +445,30 @@ public class PagamentoLocalServiceClpInvoker { return PagamentoLocalServiceUtil.updatePagamento((it.tref.liferay.portos.bo.model.Pagamento)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return PagamentoLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { PagamentoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return PagamentoLocalServiceUtil.getPagamenti(); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return PagamentoLocalServiceUtil.createPagamentoId(); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return PagamentoLocalServiceUtil.addPagamento((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -478,8 +478,8 @@ public class PagamentoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return PagamentoLocalServiceUtil.addPagamentoAndUpdate((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -489,8 +489,8 @@ public class PagamentoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[9]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return PagamentoLocalServiceUtil.addPagamentoAndUpdate(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -501,8 +501,8 @@ public class PagamentoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return PagamentoLocalServiceUtil.addPagamentoAndUpdate(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], @@ -514,89 +514,89 @@ public class PagamentoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[11]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return PagamentoLocalServiceUtil.updatePagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return PagamentoLocalServiceUtil.updatePagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return PagamentoLocalServiceUtil.updatePagamentoUtilizzata(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return PagamentoLocalServiceUtil.annullaPagamento(((Long)arguments[0]).longValue()); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return PagamentoLocalServiceUtil.findByCommittente_Mezzo((java.lang.String)arguments[0], (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return PagamentoLocalServiceUtil.countByCommittente_Mezzo((java.lang.String)arguments[0], (java.lang.String)arguments[1]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return PagamentoLocalServiceUtil.findByCommittente_Mezzo_Utilizzata((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Integer)arguments[3]).intValue(), ((Integer)arguments[4]).intValue()); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return PagamentoLocalServiceUtil.countByCommittente_Mezzo_Utilizzata((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return PagamentoLocalServiceUtil.findByMezzo_Utilizzata((java.lang.String)arguments[0], (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return PagamentoLocalServiceUtil.countByMezzo_Utilizzata((java.lang.String)arguments[0], (java.lang.String)arguments[1]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return PagamentoLocalServiceUtil.findByMezzo_Utilizzata_CreateDate((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.util.Date)arguments[2], ((Integer)arguments[3]).intValue(), ((Integer)arguments[4]).intValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return PagamentoLocalServiceUtil.countByMezzo_Utilizzata_EmailPending_CreateDate((java.lang.String)arguments[0], (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue(), (java.util.Date)arguments[3]); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return PagamentoLocalServiceUtil.findByMezzo_Utilizzata_EmailPending_CreateDate((java.lang.String)arguments[0], (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue(), @@ -605,73 +605,73 @@ public class PagamentoLocalServiceClpInvoker { ((Integer)arguments[5]).intValue()); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return PagamentoLocalServiceUtil.findInPending((java.util.Date)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return PagamentoLocalServiceUtil.countInPending((java.util.Date)arguments[0]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return PagamentoLocalServiceUtil.countByMezzo_Utilizzata_CreateDate((java.lang.String)arguments[0], (java.lang.String)arguments[1], (java.util.Date)arguments[2]); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return PagamentoLocalServiceUtil.deletePagamento(((Long)arguments[0]).longValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return PagamentoLocalServiceUtil.deletePagamento((it.tref.liferay.portos.bo.model.Pagamento)arguments[0]); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return PagamentoLocalServiceUtil.updateEmailPendingPagamento(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return PagamentoLocalServiceUtil.countByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return PagamentoLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName209.equals(name) && + Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { return PagamentoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return PagamentoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return PagamentoLocalServiceUtil.findByIntPratica_Visible(((Long)arguments[0]).longValue()); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return PagamentoLocalServiceUtil.countByIntPratica_Visible(((Long)arguments[0]).longValue()); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { PagamentoLocalServiceUtil.sostituisciPagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -680,8 +680,8 @@ public class PagamentoLocalServiceClpInvoker { return null; } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { PagamentoLocalServiceUtil.updatePagamentoManuale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (byte[])arguments[2], (java.lang.String)arguments[3], @@ -690,8 +690,8 @@ public class PagamentoLocalServiceClpInvoker { return null; } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { PagamentoLocalServiceUtil.updatePagamentoManualeFromImport(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (com.liferay.portal.service.ServiceContext)arguments[3]); @@ -699,8 +699,8 @@ public class PagamentoLocalServiceClpInvoker { return null; } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return PagamentoLocalServiceUtil.updateOtf(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } @@ -748,12 +748,22 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; - private String _methodName184; - private String[] _methodParameterTypes184; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName185; private String[] _methodParameterTypes185; private String _methodName186; @@ -764,6 +774,8 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes188; private String _methodName189; private String[] _methodParameterTypes189; + private String _methodName190; + private String[] _methodParameterTypes190; private String _methodName191; private String[] _methodParameterTypes191; private String _methodName192; @@ -782,8 +794,6 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes198; private String _methodName199; private String[] _methodParameterTypes199; - private String _methodName200; - private String[] _methodParameterTypes200; private String _methodName201; private String[] _methodParameterTypes201; private String _methodName202; @@ -792,8 +802,6 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes203; private String _methodName204; private String[] _methodParameterTypes204; - private String _methodName205; - private String[] _methodParameterTypes205; private String _methodName207; private String[] _methodParameterTypes207; private String _methodName208; @@ -802,8 +810,10 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes209; private String _methodName210; private String[] _methodParameterTypes210; - private String _methodName213; - private String[] _methodParameterTypes213; + private String _methodName211; + private String[] _methodParameterTypes211; + private String _methodName212; + private String[] _methodParameterTypes212; private String _methodName214; private String[] _methodParameterTypes214; private String _methodName215; @@ -812,14 +822,4 @@ public class PagamentoLocalServiceClpInvoker { private String[] _methodParameterTypes216; private String _methodName217; private String[] _methodParameterTypes217; - private String _methodName218; - private String[] _methodParameterTypes218; - private String _methodName220; - private String[] _methodParameterTypes220; - private String _methodName221; - private String[] _methodParameterTypes221; - private String _methodName222; - private String[] _methodParameterTypes222; - private String _methodName223; - private String[] _methodParameterTypes223; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java index 1d710c9c..5992168c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class PagamentoServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class PagamentoServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java index 81d8a140..d2552047 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java @@ -24,37 +24,37 @@ import java.util.Arrays; */ public class PagamentoServiceClpInvoker { public PagamentoServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "sostituisciPagamento"; + _methodName158 = "sostituisciPagamento"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName165 = "rigeneraPagamento"; + _methodName159 = "rigeneraPagamento"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName166 = "annullaPagamento"; + _methodName160 = "annullaPagamento"; - _methodParameterTypes166 = new String[] { + _methodParameterTypes160 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName167 = "updatePagamentoManuale"; + _methodName161 = "updatePagamentoManuale"; - _methodParameterTypes167 = new String[] { + _methodParameterTypes161 = new String[] { "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; @@ -62,20 +62,20 @@ public class PagamentoServiceClpInvoker { public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return PagamentoServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { PagamentoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { PagamentoServiceUtil.sostituisciPagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -84,8 +84,8 @@ public class PagamentoServiceClpInvoker { return null; } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { PagamentoServiceUtil.rigeneraPagamento(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -94,16 +94,16 @@ public class PagamentoServiceClpInvoker { return null; } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { PagamentoServiceUtil.annullaPagamento(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); return null; } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { PagamentoServiceUtil.updatePagamentoManuale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (byte[])arguments[2], (java.lang.String)arguments[3], @@ -115,16 +115,16 @@ public class PagamentoServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; - private String _methodName164; - private String[] _methodParameterTypes164; - private String _methodName165; - private String[] _methodParameterTypes165; - private String _methodName166; - private String[] _methodParameterTypes166; - private String _methodName167; - private String[] _methodParameterTypes167; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java index 9efa90bb..18199550 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1157,63 +1156,6 @@ public abstract class ParereGeologoLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -2003,12 +1945,6 @@ public abstract class ParereGeologoLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java index 460d2539..3b2e4ac1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java @@ -122,101 +122,101 @@ public class ParereGeologoLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.ParereGeologo" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "addParereGeologo"; + _methodName178 = "addParereGeologo"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName185 = "updateParereGeologo"; + _methodName179 = "updateParereGeologo"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName186 = "deleteParereGeologo"; + _methodName180 = "deleteParereGeologo"; - _methodParameterTypes186 = new String[] { "long" }; + _methodParameterTypes180 = new String[] { "long" }; - _methodName187 = "deleteParereGeologo"; + _methodName181 = "deleteParereGeologo"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "it.tref.liferay.portos.bo.model.ParereGeologo" }; - _methodName188 = "updateParereGeologo"; + _methodName182 = "updateParereGeologo"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "it.tref.liferay.portos.bo.model.ParereGeologo" }; - _methodName189 = "remove"; + _methodName183 = "remove"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "it.tref.liferay.portos.bo.model.ParereGeologo" }; - _methodName190 = "findByIntPraticaId"; + _methodName184 = "findByIntPraticaId"; - _methodParameterTypes190 = new String[] { "long", "int", "int" }; + _methodParameterTypes184 = new String[] { "long", "int", "int" }; - _methodName191 = "countByIntPraticaId"; + _methodName185 = "countByIntPraticaId"; - _methodParameterTypes191 = new String[] { "long" }; + _methodParameterTypes185 = new String[] { "long" }; - _methodName192 = "findByIntPraticaIdParereVuoto"; + _methodName186 = "findByIntPraticaIdParereVuoto"; - _methodParameterTypes192 = new String[] { "long", "int", "int" }; + _methodParameterTypes186 = new String[] { "long", "int", "int" }; - _methodName193 = "countByIntPraticaIdParereVuoto"; + _methodName187 = "countByIntPraticaIdParereVuoto"; - _methodParameterTypes193 = new String[] { "long" }; + _methodParameterTypes187 = new String[] { "long" }; - _methodName194 = "findByIntPraticaId_GeologoId"; + _methodName188 = "findByIntPraticaId_GeologoId"; - _methodParameterTypes194 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes188 = new String[] { "long", "long", "int", "int" }; - _methodName195 = "countByIntPraticaId_GeologoId"; + _methodName189 = "countByIntPraticaId_GeologoId"; - _methodParameterTypes195 = new String[] { "long", "long" }; + _methodParameterTypes189 = new String[] { "long", "long" }; - _methodName196 = "findByGeologoId"; + _methodName190 = "findByGeologoId"; - _methodParameterTypes196 = new String[] { "long", "int", "int" }; + _methodParameterTypes190 = new String[] { "long", "int", "int" }; - _methodName197 = "findByCompanyIdGroupId"; + _methodName191 = "findByCompanyIdGroupId"; - _methodParameterTypes197 = new String[] { "long", "long" }; + _methodParameterTypes191 = new String[] { "long", "long" }; - _methodName198 = "countByGeologoId"; + _methodName192 = "countByGeologoId"; - _methodParameterTypes198 = new String[] { "long" }; + _methodParameterTypes192 = new String[] { "long" }; - _methodName199 = "findNotParereByGeologoId"; + _methodName193 = "findNotParereByGeologoId"; - _methodParameterTypes199 = new String[] { "long", "int", "int" }; + _methodParameterTypes193 = new String[] { "long", "int", "int" }; - _methodName200 = "findWithParereByGeologoId"; + _methodName194 = "findWithParereByGeologoId"; - _methodParameterTypes200 = new String[] { "long", "int", "int" }; + _methodParameterTypes194 = new String[] { "long", "int", "int" }; - _methodName201 = "countFindNotParereByGeologoId"; + _methodName195 = "countFindNotParereByGeologoId"; - _methodParameterTypes201 = new String[] { "long" }; + _methodParameterTypes195 = new String[] { "long" }; - _methodName202 = "countFindWithParereByGeologoId"; + _methodName196 = "countFindWithParereByGeologoId"; - _methodParameterTypes202 = new String[] { "long" }; + _methodParameterTypes196 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -332,131 +332,131 @@ public class ParereGeologoLocalServiceClpInvoker { return ParereGeologoLocalServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return ParereGeologoLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { ParereGeologoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return ParereGeologoLocalServiceUtil.addParereGeologo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return ParereGeologoLocalServiceUtil.updateParereGeologo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (byte[])arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return ParereGeologoLocalServiceUtil.deleteParereGeologo(((Long)arguments[0]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return ParereGeologoLocalServiceUtil.deleteParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return ParereGeologoLocalServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return ParereGeologoLocalServiceUtil.remove((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return ParereGeologoLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return ParereGeologoLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return ParereGeologoLocalServiceUtil.findByIntPraticaIdParereVuoto(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return ParereGeologoLocalServiceUtil.countByIntPraticaIdParereVuoto(((Long)arguments[0]).longValue()); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return ParereGeologoLocalServiceUtil.findByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return ParereGeologoLocalServiceUtil.countByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return ParereGeologoLocalServiceUtil.findByGeologoId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return ParereGeologoLocalServiceUtil.findByCompanyIdGroupId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return ParereGeologoLocalServiceUtil.countByGeologoId(((Long)arguments[0]).longValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return ParereGeologoLocalServiceUtil.findNotParereByGeologoId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return ParereGeologoLocalServiceUtil.findWithParereByGeologoId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return ParereGeologoLocalServiceUtil.countFindNotParereByGeologoId(((Long)arguments[0]).longValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return ParereGeologoLocalServiceUtil.countFindWithParereByGeologoId(((Long)arguments[0]).longValue()); } @@ -503,10 +503,22 @@ public class ParereGeologoLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -533,16 +545,4 @@ public class ParereGeologoLocalServiceClpInvoker { private String[] _methodParameterTypes195; private String _methodName196; private String[] _methodParameterTypes196; - private String _methodName197; - private String[] _methodParameterTypes197; - private String _methodName198; - private String[] _methodParameterTypes198; - private String _methodName199; - private String[] _methodParameterTypes199; - private String _methodName200; - private String[] _methodParameterTypes200; - private String _methodName201; - private String[] _methodParameterTypes201; - private String _methodName202; - private String[] _methodParameterTypes202; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java index 5580c14c..0e32b0df 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class ParereGeologoServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class ParereGeologoServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java index 65c523d1..1ab7e2f1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java @@ -24,155 +24,155 @@ import java.util.Arrays; */ public class ParereGeologoServiceClpInvoker { public ParereGeologoServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "addParereGeologo"; + _methodName158 = "addParereGeologo"; - _methodParameterTypes164 = new String[] { + _methodParameterTypes158 = new String[] { "long", "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName165 = "updateParereGeologo"; + _methodName159 = "updateParereGeologo"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "java.lang.String", "byte[][]", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName166 = "deleteParereGeologo"; + _methodName160 = "deleteParereGeologo"; - _methodParameterTypes166 = new String[] { "long" }; + _methodParameterTypes160 = new String[] { "long" }; - _methodName167 = "updateParereGeologo"; + _methodName161 = "updateParereGeologo"; - _methodParameterTypes167 = new String[] { + _methodParameterTypes161 = new String[] { "it.tref.liferay.portos.bo.model.ParereGeologo" }; - _methodName168 = "findByIntPraticaId"; + _methodName162 = "findByIntPraticaId"; - _methodParameterTypes168 = new String[] { "long", "int", "int" }; + _methodParameterTypes162 = new String[] { "long", "int", "int" }; - _methodName169 = "findByIntPraticaId_GeologoId"; + _methodName163 = "findByIntPraticaId_GeologoId"; - _methodParameterTypes169 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes163 = new String[] { "long", "long", "int", "int" }; - _methodName170 = "countByIntPraticaId_GeologoId"; + _methodName164 = "countByIntPraticaId_GeologoId"; - _methodParameterTypes170 = new String[] { "long", "long" }; + _methodParameterTypes164 = new String[] { "long", "long" }; - _methodName171 = "findByGeologoId"; + _methodName165 = "findByGeologoId"; - _methodParameterTypes171 = new String[] { "long", "int", "int" }; + _methodParameterTypes165 = new String[] { "long", "int", "int" }; - _methodName172 = "countByGeologoId"; + _methodName166 = "countByGeologoId"; - _methodParameterTypes172 = new String[] { "long" }; + _methodParameterTypes166 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return ParereGeologoServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { ParereGeologoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return ParereGeologoServiceUtil.addParereGeologo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[3]); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return ParereGeologoServiceUtil.updateParereGeologo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (byte[])arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return ParereGeologoServiceUtil.deleteParereGeologo(((Long)arguments[0]).longValue()); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return ParereGeologoServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return ParereGeologoServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { return ParereGeologoServiceUtil.findByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return ParereGeologoServiceUtil.countByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return ParereGeologoServiceUtil.findByGeologoId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return ParereGeologoServiceUtil.countByGeologoId(((Long)arguments[0]).longValue()); } throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; private String[] _methodParameterTypes165; private String _methodName166; private String[] _methodParameterTypes166; - private String _methodName167; - private String[] _methodParameterTypes167; - private String _methodName168; - private String[] _methodParameterTypes168; - private String _methodName169; - private String[] _methodParameterTypes169; - private String _methodName170; - private String[] _methodParameterTypes170; - private String _methodName171; - private String[] _methodParameterTypes171; - private String _methodName172; - private String[] _methodParameterTypes172; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java index ffa4badb..c7498848 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1096,63 +1095,6 @@ public abstract class ProvinciaLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1904,12 +1846,6 @@ public abstract class ProvinciaLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java index 74c0d729..b726f89e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java @@ -106,79 +106,79 @@ public class ProvinciaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Provincia" }; - _methodName170 = "getBeanIdentifier"; + _methodName164 = "getBeanIdentifier"; - _methodParameterTypes170 = new String[] { }; + _methodParameterTypes164 = new String[] { }; - _methodName171 = "setBeanIdentifier"; + _methodName165 = "setBeanIdentifier"; - _methodParameterTypes171 = new String[] { "java.lang.String" }; + _methodParameterTypes165 = new String[] { "java.lang.String" }; - _methodName176 = "addProvincia"; + _methodName170 = "addProvincia"; - _methodParameterTypes176 = new String[] { + _methodParameterTypes170 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName177 = "findAll"; + _methodName171 = "findAll"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName178 = "countByCompanyId"; + _methodName172 = "countByCompanyId"; - _methodParameterTypes178 = new String[] { "long" }; + _methodParameterTypes172 = new String[] { "long" }; - _methodName179 = "countByKeywords"; + _methodName173 = "countByKeywords"; - _methodParameterTypes179 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes173 = new String[] { "long", "java.lang.String" }; - _methodName180 = "deleteProvincia"; + _methodName174 = "deleteProvincia"; - _methodParameterTypes180 = new String[] { "long" }; + _methodParameterTypes174 = new String[] { "long" }; - _methodName181 = "deleteProvincia"; + _methodName175 = "deleteProvincia"; - _methodParameterTypes181 = new String[] { + _methodParameterTypes175 = new String[] { "it.tref.liferay.portos.bo.model.Provincia" }; - _methodName182 = "fetchByC_C"; + _methodName176 = "fetchByC_C"; - _methodParameterTypes182 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes176 = new String[] { "long", "java.lang.String" }; - _methodName183 = "fetchByC_S"; + _methodName177 = "fetchByC_S"; - _methodParameterTypes183 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes177 = new String[] { "long", "java.lang.String" }; - _methodName184 = "findByCompanyId"; + _methodName178 = "findByCompanyId"; - _methodParameterTypes184 = new String[] { "long", "int", "int" }; + _methodParameterTypes178 = new String[] { "long", "int", "int" }; - _methodName185 = "findByCompanyId"; + _methodName179 = "findByCompanyId"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName186 = "findByC_C"; + _methodName180 = "findByC_C"; - _methodParameterTypes186 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes180 = new String[] { "long", "java.lang.String" }; - _methodName187 = "findByKeywords"; + _methodName181 = "findByKeywords"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName189 = "updateProvincia"; + _methodName183 = "updateProvincia"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; @@ -273,89 +273,89 @@ public class ProvinciaLocalServiceClpInvoker { return ProvinciaLocalServiceUtil.updateProvincia((it.tref.liferay.portos.bo.model.Provincia)arguments[0]); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return ProvinciaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { ProvinciaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return ProvinciaLocalServiceUtil.addProvincia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4], (com.liferay.portal.service.ServiceContext)arguments[5]); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return ProvinciaLocalServiceUtil.findAll(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[2]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return ProvinciaLocalServiceUtil.countByCompanyId(((Long)arguments[0]).longValue()); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return ProvinciaLocalServiceUtil.countByKeywords(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return ProvinciaLocalServiceUtil.deleteProvincia(((Long)arguments[0]).longValue()); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return ProvinciaLocalServiceUtil.deleteProvincia((it.tref.liferay.portos.bo.model.Provincia)arguments[0]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return ProvinciaLocalServiceUtil.fetchByC_C(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return ProvinciaLocalServiceUtil.fetchByC_S(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return ProvinciaLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return ProvinciaLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return ProvinciaLocalServiceUtil.findByC_C(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return ProvinciaLocalServiceUtil.findByKeywords(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -363,8 +363,8 @@ public class ProvinciaLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return ProvinciaLocalServiceUtil.updateProvincia(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -407,10 +407,22 @@ public class ProvinciaLocalServiceClpInvoker { private String[] _methodParameterTypes14; private String _methodName15; private String[] _methodParameterTypes15; + private String _methodName164; + private String[] _methodParameterTypes164; + private String _methodName165; + private String[] _methodParameterTypes165; private String _methodName170; private String[] _methodParameterTypes170; private String _methodName171; private String[] _methodParameterTypes171; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; + private String _methodName174; + private String[] _methodParameterTypes174; + private String _methodName175; + private String[] _methodParameterTypes175; private String _methodName176; private String[] _methodParameterTypes176; private String _methodName177; @@ -423,18 +435,6 @@ public class ProvinciaLocalServiceClpInvoker { private String[] _methodParameterTypes180; private String _methodName181; private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; private String _methodName183; private String[] _methodParameterTypes183; - private String _methodName184; - private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; - private String _methodName186; - private String[] _methodParameterTypes186; - private String _methodName187; - private String[] _methodParameterTypes187; - private String _methodName189; - private String[] _methodParameterTypes189; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java index c300f3ce..78d8b13f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class ProvinciaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class ProvinciaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java index aa3fc5f7..f5a2d000 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java @@ -24,24 +24,24 @@ import java.util.Arrays; */ public class ProvinciaServiceClpInvoker { public ProvinciaServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return ProvinciaServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { ProvinciaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; @@ -50,8 +50,8 @@ public class ProvinciaServiceClpInvoker { throw new UnsupportedOperationException(); } - private String _methodName154; - private String[] _methodParameterTypes154; - private String _methodName155; - private String[] _methodParameterTypes155; + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java index db9a890f..8ac398ee 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1152,63 +1151,6 @@ public abstract class SoggettoLocalServiceBaseImpl extends BaseLocalServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1998,12 +1940,6 @@ public abstract class SoggettoLocalServiceBaseImpl extends BaseLocalServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java index 9e8ba9aa..fee30c73 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java @@ -122,17 +122,17 @@ public class SoggettoLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Soggetto" }; - _methodName178 = "getBeanIdentifier"; + _methodName172 = "getBeanIdentifier"; - _methodParameterTypes178 = new String[] { }; + _methodParameterTypes172 = new String[] { }; - _methodName179 = "setBeanIdentifier"; + _methodName173 = "setBeanIdentifier"; - _methodParameterTypes179 = new String[] { "java.lang.String" }; + _methodParameterTypes173 = new String[] { "java.lang.String" }; - _methodName184 = "addSoggetto"; + _methodName178 = "addSoggetto"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "java.lang.String", @@ -152,9 +152,9 @@ public class SoggettoLocalServiceClpInvoker { "boolean", "com.liferay.portal.service.ServiceContext" }; - _methodName185 = "addSoggettoValidatedByFile"; + _methodName179 = "addSoggettoValidatedByFile"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "java.lang.String", @@ -175,9 +175,9 @@ public class SoggettoLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName186 = "addSoggettoForImport"; + _methodName180 = "addSoggettoForImport"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "java.lang.String", @@ -196,27 +196,27 @@ public class SoggettoLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName187 = "cloneSoggetto"; + _methodName181 = "cloneSoggetto"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "long", "long", "it.tref.liferay.portos.bo.model.Soggetto", "com.liferay.portal.service.ServiceContext" }; - _methodName188 = "deleteSoggetto"; + _methodName182 = "deleteSoggetto"; - _methodParameterTypes188 = new String[] { + _methodParameterTypes182 = new String[] { "it.tref.liferay.portos.bo.model.Soggetto" }; - _methodName189 = "deleteSoggetto"; + _methodName183 = "deleteSoggetto"; - _methodParameterTypes189 = new String[] { "long" }; + _methodParameterTypes183 = new String[] { "long" }; - _methodName190 = "updateSoggetto"; + _methodName184 = "updateSoggetto"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", @@ -237,9 +237,9 @@ public class SoggettoLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName191 = "updateSoggettoValidatedByFile"; + _methodName185 = "updateSoggettoValidatedByFile"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", @@ -260,333 +260,333 @@ public class SoggettoLocalServiceClpInvoker { "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName192 = "findByIntPratica"; + _methodName186 = "findByIntPratica"; - _methodParameterTypes192 = new String[] { "long" }; + _methodParameterTypes186 = new String[] { "long" }; - _methodName193 = "countByIntPratica"; + _methodName187 = "countByIntPratica"; - _methodParameterTypes193 = new String[] { "long" }; + _methodParameterTypes187 = new String[] { "long" }; - _methodName194 = "findByDettPratica"; + _methodName188 = "findByDettPratica"; - _methodParameterTypes194 = new String[] { "long" }; + _methodParameterTypes188 = new String[] { "long" }; - _methodName195 = "countByDettPratica"; + _methodName189 = "countByDettPratica"; - _methodParameterTypes195 = new String[] { "long" }; + _methodParameterTypes189 = new String[] { "long" }; - _methodName196 = "findByDettPratica_CodiceFiscale"; + _methodName190 = "findByDettPratica_CodiceFiscale"; - _methodParameterTypes196 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes190 = new String[] { "long", "java.lang.String" }; - _methodName197 = "findByDettPratica_CodiceFiscale_Rimosso"; + _methodName191 = "findByDettPratica_CodiceFiscale_Rimosso"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes191 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName198 = "countByDettPratica_CodiceFiscale"; + _methodName192 = "countByDettPratica_CodiceFiscale"; - _methodParameterTypes198 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes192 = new String[] { "long", "java.lang.String" }; - _methodName199 = "countByDettPratica_CodiceFiscale_Rimosso"; + _methodName193 = "countByDettPratica_CodiceFiscale_Rimosso"; - _methodParameterTypes199 = new String[] { + _methodParameterTypes193 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName200 = "findByIntPratica_CodiceFiscale"; + _methodName194 = "findByIntPratica_CodiceFiscale"; - _methodParameterTypes200 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes194 = new String[] { "long", "java.lang.String" }; - _methodName201 = "findByIntPratica_CodiceFiscale_Rimosso"; + _methodName195 = "findByIntPratica_CodiceFiscale_Rimosso"; - _methodParameterTypes201 = new String[] { + _methodParameterTypes195 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName202 = "countByIntPratica_CodiceFiscale"; + _methodName196 = "countByIntPratica_CodiceFiscale"; - _methodParameterTypes202 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes196 = new String[] { "long", "java.lang.String" }; - _methodName203 = "countByIntPratica_CodiceFiscale_Rimosso"; + _methodName197 = "countByIntPratica_CodiceFiscale_Rimosso"; - _methodParameterTypes203 = new String[] { + _methodParameterTypes197 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName204 = "findByIntPratica_TipologiaSoggetto"; + _methodName198 = "findByIntPratica_TipologiaSoggetto"; - _methodParameterTypes204 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes198 = new String[] { "long", "java.lang.String" }; - _methodName205 = "findByDettPratica_TipologiaSoggetto"; + _methodName199 = "findByDettPratica_TipologiaSoggetto"; - _methodParameterTypes205 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes199 = new String[] { "long", "java.lang.String" }; - _methodName206 = "findByDettPratica_TipologiaSoggetto_CodiceFiscale"; + _methodName200 = "findByDettPratica_TipologiaSoggetto_CodiceFiscale"; - _methodParameterTypes206 = new String[] { + _methodParameterTypes200 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName207 = "findByIntPratica_TipologiaSoggetto_Rimosso"; + _methodName201 = "findByIntPratica_TipologiaSoggetto_Rimosso"; - _methodParameterTypes207 = new String[] { + _methodParameterTypes201 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName208 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione"; + _methodName202 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione"; - _methodParameterTypes208 = new String[] { + _methodParameterTypes202 = new String[] { "long", "java.lang.String", "long" }; - _methodName209 = "getValidByIntPratica"; + _methodName203 = "getValidByIntPratica"; - _methodParameterTypes209 = new String[] { "long" }; + _methodParameterTypes203 = new String[] { "long" }; - _methodName210 = "getValidByDettPratica"; + _methodName204 = "getValidByDettPratica"; - _methodParameterTypes210 = new String[] { "long" }; + _methodParameterTypes204 = new String[] { "long" }; - _methodName211 = "countValidByIntPratica"; + _methodName205 = "countValidByIntPratica"; - _methodParameterTypes211 = new String[] { "long" }; + _methodParameterTypes205 = new String[] { "long" }; - _methodName213 = "getValidTmpByIntPratica"; + _methodName207 = "getValidTmpByIntPratica"; - _methodParameterTypes213 = new String[] { "long" }; + _methodParameterTypes207 = new String[] { "long" }; - _methodName214 = "countValidTmpByIntPratica"; + _methodName208 = "countValidTmpByIntPratica"; - _methodParameterTypes214 = new String[] { "long" }; + _methodParameterTypes208 = new String[] { "long" }; - _methodName216 = "getTmpNotCompletedByDettPratica"; + _methodName210 = "getTmpNotCompletedByDettPratica"; - _methodParameterTypes216 = new String[] { "long" }; + _methodParameterTypes210 = new String[] { "long" }; - _methodName217 = "countTmpNotCompletedByDettPratica"; + _methodName211 = "countTmpNotCompletedByDettPratica"; - _methodParameterTypes217 = new String[] { "long" }; + _methodParameterTypes211 = new String[] { "long" }; - _methodName219 = "getSoggettiPrincipaliValidTmpByDettPratica"; + _methodName213 = "getSoggettiPrincipaliValidTmpByDettPratica"; - _methodParameterTypes219 = new String[] { "long" }; + _methodParameterTypes213 = new String[] { "long" }; - _methodName220 = "getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; + _methodName214 = "getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; - _methodParameterTypes220 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes214 = new String[] { "long", "java.lang.String[][]" }; - _methodName221 = "countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; + _methodName215 = "countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; - _methodParameterTypes221 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes215 = new String[] { "long", "java.lang.String[][]" }; - _methodName222 = "getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; + _methodName216 = "getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto"; - _methodParameterTypes222 = new String[] { "long", "java.lang.String[][]" }; + _methodParameterTypes216 = new String[] { "long", "java.lang.String[][]" }; - _methodName224 = "getValidTmpByDettPratica"; + _methodName218 = "getValidTmpByDettPratica"; - _methodParameterTypes224 = new String[] { "long" }; + _methodParameterTypes218 = new String[] { "long" }; - _methodName225 = "getCfValidTmpByDettPratica"; + _methodName219 = "getCfValidTmpByDettPratica"; - _methodParameterTypes225 = new String[] { "long" }; + _methodParameterTypes219 = new String[] { "long" }; - _methodName226 = "getCfValidTmpByIntPratica_TipologiaSoggetto"; + _methodName220 = "getCfValidTmpByIntPratica_TipologiaSoggetto"; - _methodParameterTypes226 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes220 = new String[] { "long", "java.lang.String" }; - _methodName227 = "getCfValidTmpByDettPratica_TipologiaSoggetto"; + _methodName221 = "getCfValidTmpByDettPratica_TipologiaSoggetto"; - _methodParameterTypes227 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes221 = new String[] { "long", "java.lang.String" }; - _methodName228 = "countCfValidTmpByDettPratica"; + _methodName222 = "countCfValidTmpByDettPratica"; - _methodParameterTypes228 = new String[] { "long" }; + _methodParameterTypes222 = new String[] { "long" }; - _methodName230 = "getValidTmpByIntPratica_CodiceFiscale"; + _methodName224 = "getValidTmpByIntPratica_CodiceFiscale"; - _methodParameterTypes230 = new String[] { + _methodParameterTypes224 = new String[] { "long", "java.lang.String", "long" }; - _methodName231 = "countValidTmpByIntPratica_CodiceFiscale"; + _methodName225 = "countValidTmpByIntPratica_CodiceFiscale"; - _methodParameterTypes231 = new String[] { + _methodParameterTypes225 = new String[] { "long", "java.lang.String", "long" }; - _methodName232 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto"; + _methodName226 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto"; - _methodParameterTypes232 = new String[] { + _methodParameterTypes226 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName233 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto"; + _methodName227 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto"; - _methodParameterTypes233 = new String[] { + _methodParameterTypes227 = new String[] { "long", "java.lang.String", "java.lang.String", "long" }; - _methodName235 = "getValidByIntPratica_CodiceFiscale_TipologiaSoggetto"; + _methodName229 = "getValidByIntPratica_CodiceFiscale_TipologiaSoggetto"; - _methodParameterTypes235 = new String[] { + _methodParameterTypes229 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName236 = "getValidByIntPratica_CodiceFiscale"; + _methodName230 = "getValidByIntPratica_CodiceFiscale"; - _methodParameterTypes236 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes230 = new String[] { "long", "java.lang.String" }; - _methodName237 = "getValidByIntPratica_NoCodiceFiscale"; + _methodName231 = "getValidByIntPratica_NoCodiceFiscale"; - _methodParameterTypes237 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes231 = new String[] { "long", "java.lang.String" }; - _methodName238 = "countValidByIntPratica_CodiceFiscale"; + _methodName232 = "countValidByIntPratica_CodiceFiscale"; - _methodParameterTypes238 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes232 = new String[] { "long", "java.lang.String" }; - _methodName240 = "getValidByIntPratica_TipologiaSoggetto"; + _methodName234 = "getValidByIntPratica_TipologiaSoggetto"; - _methodParameterTypes240 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes234 = new String[] { "long", "java.lang.String" }; - _methodName241 = "getValidTmpByIntPratica_TipologiaSoggetto"; + _methodName235 = "getValidTmpByIntPratica_TipologiaSoggetto"; - _methodParameterTypes241 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes235 = new String[] { "long", "java.lang.String" }; - _methodName242 = "getValidTmpByDettPratica_TipologiaSoggetto"; + _methodName236 = "getValidTmpByDettPratica_TipologiaSoggetto"; - _methodParameterTypes242 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes236 = new String[] { "long", "java.lang.String" }; - _methodName243 = "getCfValidByIntPratica"; + _methodName237 = "getCfValidByIntPratica"; - _methodParameterTypes243 = new String[] { "long" }; + _methodParameterTypes237 = new String[] { "long" }; - _methodName245 = "getValidByIntPratica_CodiciFiscali"; + _methodName239 = "getValidByIntPratica_CodiciFiscali"; - _methodParameterTypes245 = new String[] { "long", "java.util.List" }; + _methodParameterTypes239 = new String[] { "long", "java.util.List" }; - _methodName246 = "getInvalidByIntPratica"; + _methodName240 = "getInvalidByIntPratica"; - _methodParameterTypes246 = new String[] { "long" }; + _methodParameterTypes240 = new String[] { "long" }; - _methodName247 = "getInvalidTmpByIntPratica"; + _methodName241 = "getInvalidTmpByIntPratica"; - _methodParameterTypes247 = new String[] { "long" }; + _methodParameterTypes241 = new String[] { "long" }; - _methodName248 = "getRivalidatedTmpByIntPratica"; + _methodName242 = "getRivalidatedTmpByIntPratica"; - _methodParameterTypes248 = new String[] { "long" }; + _methodParameterTypes242 = new String[] { "long" }; - _methodName249 = "getValidUntilDettPraticaByIntPratica"; + _methodName243 = "getValidUntilDettPraticaByIntPratica"; - _methodParameterTypes249 = new String[] { "long", "long" }; + _methodParameterTypes243 = new String[] { "long", "long" }; - _methodName250 = "getValidUntilDettPraticaByIntPratica"; + _methodName244 = "getValidUntilDettPraticaByIntPratica"; - _methodParameterTypes250 = new String[] { + _methodParameterTypes244 = new String[] { "long", "long", "java.lang.String" }; - _methodName251 = "countValidUntilDettPraticaByIntPratica"; + _methodName245 = "countValidUntilDettPraticaByIntPratica"; - _methodParameterTypes251 = new String[] { "long", "long" }; + _methodParameterTypes245 = new String[] { "long", "long" }; - _methodName253 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo"; + _methodName247 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo"; - _methodParameterTypes253 = new String[] { + _methodParameterTypes247 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName254 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso"; + _methodName248 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso"; - _methodParameterTypes254 = new String[] { + _methodParameterTypes248 = new String[] { "long", "java.lang.String", "boolean", "boolean" }; - _methodName255 = "findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso"; + _methodName249 = "findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso"; - _methodParameterTypes255 = new String[] { + _methodParameterTypes249 = new String[] { "long", "java.lang.String", "boolean", "boolean" }; - _methodName256 = "findByUserId"; + _methodName250 = "findByUserId"; - _methodParameterTypes256 = new String[] { "long" }; + _methodParameterTypes250 = new String[] { "long" }; - _methodName257 = "findByUserId"; + _methodName251 = "findByUserId"; - _methodParameterTypes257 = new String[] { + _methodParameterTypes251 = new String[] { "long", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName258 = "findByUserId_CodiceFiscale"; + _methodName252 = "findByUserId_CodiceFiscale"; - _methodParameterTypes258 = new String[] { + _methodParameterTypes252 = new String[] { "long", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName259 = "countByUserId_CodiceFiscale"; + _methodName253 = "countByUserId_CodiceFiscale"; - _methodParameterTypes259 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes253 = new String[] { "long", "java.lang.String" }; - _methodName260 = "findByUserId_CodiceFiscale_TipologiaSoggetto"; + _methodName254 = "findByUserId_CodiceFiscale_TipologiaSoggetto"; - _methodParameterTypes260 = new String[] { + _methodParameterTypes254 = new String[] { "long", "java.lang.String", "java.lang.String", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; - _methodName261 = "countByUserId_CodiceFiscale_TipologiaSoggetto"; + _methodName255 = "countByUserId_CodiceFiscale_TipologiaSoggetto"; - _methodParameterTypes261 = new String[] { + _methodParameterTypes255 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName262 = "findIntPraticaBySoggettoId"; + _methodName256 = "findIntPraticaBySoggettoId"; - _methodParameterTypes262 = new String[] { "long" }; + _methodParameterTypes256 = new String[] { "long" }; - _methodName263 = "updatePrincipale"; + _methodName257 = "updatePrincipale"; - _methodParameterTypes263 = new String[] { + _methodParameterTypes257 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName264 = "completeInvalidation"; + _methodName258 = "completeInvalidation"; - _methodParameterTypes264 = new String[] { "long" }; + _methodParameterTypes258 = new String[] { "long" }; - _methodName265 = "getSoggettiSostituitiIds"; + _methodName259 = "getSoggettiSostituitiIds"; - _methodParameterTypes265 = new String[] { "long" }; + _methodParameterTypes259 = new String[] { "long" }; - _methodName266 = "validaSoggetto"; + _methodName260 = "validaSoggetto"; - _methodParameterTypes266 = new String[] { "long", "long" }; + _methodParameterTypes260 = new String[] { "long", "long" }; - _methodName267 = "invalidaSoggetto"; + _methodName261 = "invalidaSoggetto"; - _methodParameterTypes267 = new String[] { "long", "long" }; + _methodParameterTypes261 = new String[] { "long", "long" }; - _methodName268 = "invalidaESostituisciSoggetto"; + _methodName262 = "invalidaESostituisciSoggetto"; - _methodParameterTypes268 = new String[] { "long", "long", "long" }; + _methodParameterTypes262 = new String[] { "long", "long", "long" }; - _methodName269 = "allegaFileModifica"; + _methodName263 = "allegaFileModifica"; - _methodParameterTypes269 = new String[] { + _methodParameterTypes263 = new String[] { "long", "long", "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName270 = "getSoggettiByIntPraticaId_DtRimozioneNull"; + _methodName264 = "getSoggettiByIntPraticaId_DtRimozioneNull"; - _methodParameterTypes270 = new String[] { "long" }; + _methodParameterTypes264 = new String[] { "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -702,20 +702,20 @@ public class SoggettoLocalServiceClpInvoker { return SoggettoLocalServiceUtil.updateSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return SoggettoLocalServiceUtil.getBeanIdentifier(); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { SoggettoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return SoggettoLocalServiceUtil.addSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -769,8 +769,8 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[54]); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return SoggettoLocalServiceUtil.addSoggettoValidatedByFile(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -826,8 +826,8 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[57]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return SoggettoLocalServiceUtil.addSoggettoForImport(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -877,8 +877,8 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[50]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return SoggettoLocalServiceUtil.cloneSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -886,18 +886,18 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return SoggettoLocalServiceUtil.deleteSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return SoggettoLocalServiceUtil.deleteSoggetto(((Long)arguments[0]).longValue()); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return SoggettoLocalServiceUtil.updateSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -952,8 +952,8 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[55]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return SoggettoLocalServiceUtil.updateSoggettoValidatedByFile(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -1009,343 +1009,343 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[57]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return SoggettoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return SoggettoLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return SoggettoLocalServiceUtil.countByDettPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return SoggettoLocalServiceUtil.countByDettPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return SoggettoLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return SoggettoLocalServiceUtil.countByIntPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName204.equals(name) && - Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName207.equals(name) && - Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return SoggettoLocalServiceUtil.countValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return SoggettoLocalServiceUtil.countValidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return SoggettoLocalServiceUtil.getTmpNotCompletedByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return SoggettoLocalServiceUtil.countTmpNotCompletedByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return SoggettoLocalServiceUtil.getSoggettiPrincipaliValidTmpByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return SoggettoLocalServiceUtil.getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return SoggettoLocalServiceUtil.countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return SoggettoLocalServiceUtil.getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String[])arguments[1]); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return SoggettoLocalServiceUtil.getCfValidTmpByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return SoggettoLocalServiceUtil.getCfValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { return SoggettoLocalServiceUtil.getCfValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return SoggettoLocalServiceUtil.countCfValidTmpByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { return SoggettoLocalServiceUtil.countValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName232.equals(name) && - Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Long)arguments[3]).longValue()); } - if (_methodName235.equals(name) && - Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName237.equals(name) && - Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica_NoCodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName238.equals(name) && - Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { return SoggettoLocalServiceUtil.countValidByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName240.equals(name) && - Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { + if (_methodName234.equals(name) && + Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName241.equals(name) && - Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName242.equals(name) && - Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return SoggettoLocalServiceUtil.getValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName243.equals(name) && - Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { + if (_methodName237.equals(name) && + Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { return SoggettoLocalServiceUtil.getCfValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName245.equals(name) && - Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { + if (_methodName239.equals(name) && + Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { return SoggettoLocalServiceUtil.getValidByIntPratica_CodiciFiscali(((Long)arguments[0]).longValue(), (java.util.List)arguments[1]); } - if (_methodName246.equals(name) && - Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { + if (_methodName240.equals(name) && + Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { return SoggettoLocalServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName247.equals(name) && - Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { + if (_methodName241.equals(name) && + Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { return SoggettoLocalServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName248.equals(name) && - Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { + if (_methodName242.equals(name) && + Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { return SoggettoLocalServiceUtil.getRivalidatedTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName249.equals(name) && - Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { + if (_methodName243.equals(name) && + Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { return SoggettoLocalServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName250.equals(name) && - Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { + if (_methodName244.equals(name) && + Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { return SoggettoLocalServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName251.equals(name) && - Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { + if (_methodName245.equals(name) && + Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { return SoggettoLocalServiceUtil.countValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName253.equals(name) && - Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { + if (_methodName247.equals(name) && + Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_Aggiuntivo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName254.equals(name) && - Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { + if (_methodName248.equals(name) && + Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue(), ((Boolean)arguments[3]).booleanValue()); } - if (_methodName255.equals(name) && - Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { + if (_methodName249.equals(name) && + Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue(), ((Boolean)arguments[3]).booleanValue()); } - if (_methodName256.equals(name) && - Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { + if (_methodName250.equals(name) && + Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { return SoggettoLocalServiceUtil.findByUserId(((Long)arguments[0]).longValue()); } - if (_methodName257.equals(name) && - Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { + if (_methodName251.equals(name) && + Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { return SoggettoLocalServiceUtil.findByUserId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } - if (_methodName258.equals(name) && - Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { + if (_methodName252.equals(name) && + Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { return SoggettoLocalServiceUtil.findByUserId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), @@ -1353,14 +1353,14 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[4]); } - if (_methodName259.equals(name) && - Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { + if (_methodName253.equals(name) && + Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { return SoggettoLocalServiceUtil.countByUserId_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName260.equals(name) && - Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { + if (_methodName254.equals(name) && + Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { return SoggettoLocalServiceUtil.findByUserId_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Integer)arguments[3]).intValue(), @@ -1368,58 +1368,58 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.kernel.util.OrderByComparator)arguments[5]); } - if (_methodName261.equals(name) && - Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { + if (_methodName255.equals(name) && + Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { return SoggettoLocalServiceUtil.countByUserId_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName262.equals(name) && - Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { + if (_methodName256.equals(name) && + Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { return SoggettoLocalServiceUtil.findIntPraticaBySoggettoId(((Long)arguments[0]).longValue()); } - if (_methodName263.equals(name) && - Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { + if (_methodName257.equals(name) && + Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { SoggettoLocalServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); return null; } - if (_methodName264.equals(name) && - Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { + if (_methodName258.equals(name) && + Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { SoggettoLocalServiceUtil.completeInvalidation(((Long)arguments[0]).longValue()); return null; } - if (_methodName265.equals(name) && - Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { + if (_methodName259.equals(name) && + Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { return SoggettoLocalServiceUtil.getSoggettiSostituitiIds(((Long)arguments[0]).longValue()); } - if (_methodName266.equals(name) && - Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { + if (_methodName260.equals(name) && + Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { return SoggettoLocalServiceUtil.validaSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName267.equals(name) && - Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { + if (_methodName261.equals(name) && + Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { return SoggettoLocalServiceUtil.invalidaSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName268.equals(name) && - Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { + if (_methodName262.equals(name) && + Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { return SoggettoLocalServiceUtil.invalidaESostituisciSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue()); } - if (_methodName269.equals(name) && - Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { + if (_methodName263.equals(name) && + Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { return SoggettoLocalServiceUtil.allegaFileModifica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (byte[])arguments[3], @@ -1427,8 +1427,8 @@ public class SoggettoLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[6]); } - if (_methodName270.equals(name) && - Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { + if (_methodName264.equals(name) && + Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { return SoggettoLocalServiceUtil.getSoggettiByIntPraticaId_DtRimozioneNull(((Long)arguments[0]).longValue()); } @@ -1475,10 +1475,22 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; private String _methodName178; private String[] _methodParameterTypes178; private String _methodName179; private String[] _methodParameterTypes179; + private String _methodName180; + private String[] _methodParameterTypes180; + private String _methodName181; + private String[] _methodParameterTypes181; + private String _methodName182; + private String[] _methodParameterTypes182; + private String _methodName183; + private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; private String _methodName185; @@ -1523,14 +1535,10 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes204; private String _methodName205; private String[] _methodParameterTypes205; - private String _methodName206; - private String[] _methodParameterTypes206; private String _methodName207; private String[] _methodParameterTypes207; private String _methodName208; private String[] _methodParameterTypes208; - private String _methodName209; - private String[] _methodParameterTypes209; private String _methodName210; private String[] _methodParameterTypes210; private String _methodName211; @@ -1539,10 +1547,12 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes213; private String _methodName214; private String[] _methodParameterTypes214; + private String _methodName215; + private String[] _methodParameterTypes215; private String _methodName216; private String[] _methodParameterTypes216; - private String _methodName217; - private String[] _methodParameterTypes217; + private String _methodName218; + private String[] _methodParameterTypes218; private String _methodName219; private String[] _methodParameterTypes219; private String _methodName220; @@ -1559,24 +1569,24 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes226; private String _methodName227; private String[] _methodParameterTypes227; - private String _methodName228; - private String[] _methodParameterTypes228; + private String _methodName229; + private String[] _methodParameterTypes229; private String _methodName230; private String[] _methodParameterTypes230; private String _methodName231; private String[] _methodParameterTypes231; private String _methodName232; private String[] _methodParameterTypes232; - private String _methodName233; - private String[] _methodParameterTypes233; + private String _methodName234; + private String[] _methodParameterTypes234; private String _methodName235; private String[] _methodParameterTypes235; private String _methodName236; private String[] _methodParameterTypes236; private String _methodName237; private String[] _methodParameterTypes237; - private String _methodName238; - private String[] _methodParameterTypes238; + private String _methodName239; + private String[] _methodParameterTypes239; private String _methodName240; private String[] _methodParameterTypes240; private String _methodName241; @@ -1585,10 +1595,10 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes242; private String _methodName243; private String[] _methodParameterTypes243; + private String _methodName244; + private String[] _methodParameterTypes244; private String _methodName245; private String[] _methodParameterTypes245; - private String _methodName246; - private String[] _methodParameterTypes246; private String _methodName247; private String[] _methodParameterTypes247; private String _methodName248; @@ -1599,6 +1609,8 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes250; private String _methodName251; private String[] _methodParameterTypes251; + private String _methodName252; + private String[] _methodParameterTypes252; private String _methodName253; private String[] _methodParameterTypes253; private String _methodName254; @@ -1623,16 +1635,4 @@ public class SoggettoLocalServiceClpInvoker { private String[] _methodParameterTypes263; private String _methodName264; private String[] _methodParameterTypes264; - private String _methodName265; - private String[] _methodParameterTypes265; - private String _methodName266; - private String[] _methodParameterTypes266; - private String _methodName267; - private String[] _methodParameterTypes267; - private String _methodName268; - private String[] _methodParameterTypes268; - private String _methodName269; - private String[] _methodParameterTypes269; - private String _methodName270; - private String[] _methodParameterTypes270; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java index 6a90dc05..bff740a8 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class SoggettoServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1707,12 +1649,6 @@ public abstract class SoggettoServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java index 060f9f4e..b4fb6109 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java @@ -24,21 +24,21 @@ import java.util.Arrays; */ public class SoggettoServiceClpInvoker { public SoggettoServiceClpInvoker() { - _methodName158 = "getBeanIdentifier"; + _methodName152 = "getBeanIdentifier"; - _methodParameterTypes158 = new String[] { }; + _methodParameterTypes152 = new String[] { }; - _methodName159 = "setBeanIdentifier"; + _methodName153 = "setBeanIdentifier"; - _methodParameterTypes159 = new String[] { "java.lang.String" }; + _methodParameterTypes153 = new String[] { "java.lang.String" }; - _methodName164 = "getSoggetto"; + _methodName158 = "getSoggetto"; - _methodParameterTypes164 = new String[] { "long" }; + _methodParameterTypes158 = new String[] { "long" }; - _methodName165 = "addSoggetto"; + _methodName159 = "addSoggetto"; - _methodParameterTypes165 = new String[] { + _methodParameterTypes159 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", "java.lang.String", @@ -58,19 +58,19 @@ public class SoggettoServiceClpInvoker { "boolean", "com.liferay.portal.service.ServiceContext" }; - _methodName166 = "deleteSoggetto"; + _methodName160 = "deleteSoggetto"; - _methodParameterTypes166 = new String[] { + _methodParameterTypes160 = new String[] { "it.tref.liferay.portos.bo.model.Soggetto" }; - _methodName167 = "deleteSoggetto"; + _methodName161 = "deleteSoggetto"; - _methodParameterTypes167 = new String[] { "long" }; + _methodParameterTypes161 = new String[] { "long" }; - _methodName168 = "updateSoggetto"; + _methodName162 = "updateSoggetto"; - _methodParameterTypes168 = new String[] { + _methodParameterTypes162 = new String[] { "long", "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.util.Date", "java.lang.String", "java.lang.String", @@ -91,109 +91,109 @@ public class SoggettoServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName169 = "updatePrincipale"; + _methodName163 = "updatePrincipale"; - _methodParameterTypes169 = new String[] { + _methodParameterTypes163 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName170 = "findByIntPratica_TipologiaSoggetto"; + _methodName164 = "findByIntPratica_TipologiaSoggetto"; - _methodParameterTypes170 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes164 = new String[] { "long", "java.lang.String" }; - _methodName171 = "findByDettPratica_TipologiaSoggetto"; + _methodName165 = "findByDettPratica_TipologiaSoggetto"; - _methodParameterTypes171 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes165 = new String[] { "long", "java.lang.String" }; - _methodName172 = "findByIntPratica_TipologiaSoggetto_Rimosso"; + _methodName166 = "findByIntPratica_TipologiaSoggetto_Rimosso"; - _methodParameterTypes172 = new String[] { + _methodParameterTypes166 = new String[] { "long", "java.lang.String", "boolean" }; - _methodName173 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione"; + _methodName167 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione"; - _methodParameterTypes173 = new String[] { + _methodParameterTypes167 = new String[] { "long", "java.lang.String", "long" }; - _methodName174 = "getValidByIntPratica"; + _methodName168 = "getValidByIntPratica"; - _methodParameterTypes174 = new String[] { "long" }; + _methodParameterTypes168 = new String[] { "long" }; - _methodName175 = "countValidByIntPratica"; + _methodName169 = "countValidByIntPratica"; - _methodParameterTypes175 = new String[] { "long" }; + _methodParameterTypes169 = new String[] { "long" }; - _methodName176 = "getValidTmpByIntPratica"; + _methodName170 = "getValidTmpByIntPratica"; - _methodParameterTypes176 = new String[] { "long" }; + _methodParameterTypes170 = new String[] { "long" }; - _methodName177 = "countValidTmpByIntPratica"; + _methodName171 = "countValidTmpByIntPratica"; - _methodParameterTypes177 = new String[] { "long" }; + _methodParameterTypes171 = new String[] { "long" }; - _methodName178 = "getValidTmpByIntPratica_CodiceFiscale"; + _methodName172 = "getValidTmpByIntPratica_CodiceFiscale"; - _methodParameterTypes178 = new String[] { + _methodParameterTypes172 = new String[] { "long", "java.lang.String", "long" }; - _methodName179 = "countValidTmpByIntPratica_CodiceFiscale"; + _methodName173 = "countValidTmpByIntPratica_CodiceFiscale"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes173 = new String[] { "long", "java.lang.String", "long" }; - _methodName180 = "getValidByIntPratica_TipologiaSoggetto"; + _methodName174 = "getValidByIntPratica_TipologiaSoggetto"; - _methodParameterTypes180 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes174 = new String[] { "long", "java.lang.String" }; - _methodName181 = "getValidTmpByIntPratica_TipologiaSoggetto"; + _methodName175 = "getValidTmpByIntPratica_TipologiaSoggetto"; - _methodParameterTypes181 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes175 = new String[] { "long", "java.lang.String" }; - _methodName182 = "getInvalidByIntPratica"; + _methodName176 = "getInvalidByIntPratica"; - _methodParameterTypes182 = new String[] { "long" }; + _methodParameterTypes176 = new String[] { "long" }; - _methodName183 = "getInvalidTmpByIntPratica"; + _methodName177 = "getInvalidTmpByIntPratica"; - _methodParameterTypes183 = new String[] { "long" }; + _methodParameterTypes177 = new String[] { "long" }; - _methodName184 = "getValidUntilDettPraticaByIntPratica"; + _methodName178 = "getValidUntilDettPraticaByIntPratica"; - _methodParameterTypes184 = new String[] { "long", "long" }; + _methodParameterTypes178 = new String[] { "long", "long" }; - _methodName185 = "getValidUntilDettPraticaByIntPratica"; + _methodName179 = "getValidUntilDettPraticaByIntPratica"; - _methodParameterTypes185 = new String[] { + _methodParameterTypes179 = new String[] { "long", "long", "java.lang.String" }; - _methodName186 = "countValidUntilDettPraticaByIntPratica"; + _methodName180 = "countValidUntilDettPraticaByIntPratica"; - _methodParameterTypes186 = new String[] { "long", "long" }; + _methodParameterTypes180 = new String[] { "long", "long" }; - _methodName187 = "findByIntPratica"; + _methodName181 = "findByIntPratica"; - _methodParameterTypes187 = new String[] { "long" }; + _methodParameterTypes181 = new String[] { "long" }; - _methodName188 = "countByIntPratica"; + _methodName182 = "countByIntPratica"; - _methodParameterTypes188 = new String[] { "long" }; + _methodParameterTypes182 = new String[] { "long" }; - _methodName189 = "findByDettPratica"; + _methodName183 = "findByDettPratica"; - _methodParameterTypes189 = new String[] { "long" }; + _methodParameterTypes183 = new String[] { "long" }; - _methodName190 = "countByDettPratica"; + _methodName184 = "countByDettPratica"; - _methodParameterTypes190 = new String[] { "long" }; + _methodParameterTypes184 = new String[] { "long" }; - _methodName191 = "allegaFileModifica"; + _methodName185 = "allegaFileModifica"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "long", "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; @@ -201,25 +201,25 @@ public class SoggettoServiceClpInvoker { public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName158.equals(name) && - Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { + if (_methodName152.equals(name) && + Arrays.deepEquals(_methodParameterTypes152, parameterTypes)) { return SoggettoServiceUtil.getBeanIdentifier(); } - if (_methodName159.equals(name) && - Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { + if (_methodName153.equals(name) && + Arrays.deepEquals(_methodParameterTypes153, parameterTypes)) { SoggettoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return SoggettoServiceUtil.getSoggetto(((Long)arguments[0]).longValue()); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return SoggettoServiceUtil.addSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -273,18 +273,18 @@ public class SoggettoServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[54]); } - if (_methodName166.equals(name) && - Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { + if (_methodName160.equals(name) && + Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return SoggettoServiceUtil.deleteSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]); } - if (_methodName167.equals(name) && - Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { + if (_methodName161.equals(name) && + Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { return SoggettoServiceUtil.deleteSoggetto(((Long)arguments[0]).longValue()); } - if (_methodName168.equals(name) && - Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { + if (_methodName162.equals(name) && + Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { return SoggettoServiceUtil.updateSoggetto(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -339,133 +339,133 @@ public class SoggettoServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[55]); } - if (_methodName169.equals(name) && - Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { + if (_methodName163.equals(name) && + Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { SoggettoServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); return null; } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { return SoggettoServiceUtil.findByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName172.equals(name) && - Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { + if (_methodName166.equals(name) && + Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto_Rimosso(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Boolean)arguments[2]).booleanValue()); } - if (_methodName173.equals(name) && - Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { + if (_methodName167.equals(name) && + Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return SoggettoServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return SoggettoServiceUtil.countValidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return SoggettoServiceUtil.getValidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return SoggettoServiceUtil.countValidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return SoggettoServiceUtil.getValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return SoggettoServiceUtil.countValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return SoggettoServiceUtil.getValidByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return SoggettoServiceUtil.getValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return SoggettoServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return SoggettoServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return SoggettoServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return SoggettoServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return SoggettoServiceUtil.countValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return SoggettoServiceUtil.findByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return SoggettoServiceUtil.countByIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return SoggettoServiceUtil.findByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return SoggettoServiceUtil.countByDettPratica(((Long)arguments[0]).longValue()); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return SoggettoServiceUtil.allegaFileModifica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), (byte[])arguments[3], @@ -476,10 +476,22 @@ public class SoggettoServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName152; + private String[] _methodParameterTypes152; + private String _methodName153; + private String[] _methodParameterTypes153; private String _methodName158; private String[] _methodParameterTypes158; private String _methodName159; private String[] _methodParameterTypes159; + private String _methodName160; + private String[] _methodParameterTypes160; + private String _methodName161; + private String[] _methodParameterTypes161; + private String _methodName162; + private String[] _methodParameterTypes162; + private String _methodName163; + private String[] _methodParameterTypes163; private String _methodName164; private String[] _methodParameterTypes164; private String _methodName165; @@ -524,16 +536,4 @@ public class SoggettoServiceClpInvoker { private String[] _methodParameterTypes184; private String _methodName185; private String[] _methodParameterTypes185; - private String _methodName186; - private String[] _methodParameterTypes186; - private String _methodName187; - private String[] _methodParameterTypes187; - private String _methodName188; - private String[] _methodParameterTypes188; - private String _methodName189; - private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; - private String _methodName191; - private String[] _methodParameterTypes191; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java index 1859c20e..02a18587 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1102,63 +1101,6 @@ public abstract class StoricoSoggettoPraticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1910,12 +1852,6 @@ public abstract class StoricoSoggettoPraticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java index d8e2f1c4..3091dd15 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java @@ -106,28 +106,28 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.StoricoSoggettoPratica" }; - _methodName170 = "getBeanIdentifier"; + _methodName164 = "getBeanIdentifier"; - _methodParameterTypes170 = new String[] { }; + _methodParameterTypes164 = new String[] { }; - _methodName171 = "setBeanIdentifier"; + _methodName165 = "setBeanIdentifier"; - _methodParameterTypes171 = new String[] { "java.lang.String" }; + _methodParameterTypes165 = new String[] { "java.lang.String" }; - _methodName176 = "addStoricoSoggettoPratica"; + _methodName170 = "addStoricoSoggettoPratica"; - _methodParameterTypes176 = new String[] { + _methodParameterTypes170 = new String[] { "long", "java.lang.String", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName177 = "findByIntPratica"; + _methodName171 = "findByIntPratica"; - _methodParameterTypes177 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes171 = new String[] { "long", "long", "int", "int" }; - _methodName178 = "countByIntPratica"; + _methodName172 = "countByIntPratica"; - _methodParameterTypes178 = new String[] { "long", "long" }; + _methodParameterTypes172 = new String[] { "long", "long" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -219,36 +219,36 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker { return StoricoSoggettoPraticaLocalServiceUtil.updateStoricoSoggettoPratica((it.tref.liferay.portos.bo.model.StoricoSoggettoPratica)arguments[0]); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return StoricoSoggettoPraticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { StoricoSoggettoPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return StoricoSoggettoPraticaLocalServiceUtil.addStoricoSoggettoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return StoricoSoggettoPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return StoricoSoggettoPraticaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } @@ -288,14 +288,14 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes14; private String _methodName15; private String[] _methodParameterTypes15; + private String _methodName164; + private String[] _methodParameterTypes164; + private String _methodName165; + private String[] _methodParameterTypes165; private String _methodName170; private String[] _methodParameterTypes170; private String _methodName171; private String[] _methodParameterTypes171; - private String _methodName176; - private String[] _methodParameterTypes176; - private String _methodName177; - private String[] _methodParameterTypes177; - private String _methodName178; - private String[] _methodParameterTypes178; + private String _methodName172; + private String[] _methodParameterTypes172; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java index 1aea5a3a..eccac5a9 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -867,63 +866,6 @@ public abstract class StoricoSoggettoPraticaServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1670,12 +1612,6 @@ public abstract class StoricoSoggettoPraticaServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java index ea146212..3ddb8315 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java @@ -24,24 +24,24 @@ import java.util.Arrays; */ public class StoricoSoggettoPraticaServiceClpInvoker { public StoricoSoggettoPraticaServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return StoricoSoggettoPraticaServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { StoricoSoggettoPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; @@ -50,8 +50,8 @@ public class StoricoSoggettoPraticaServiceClpInvoker { throw new UnsupportedOperationException(); } - private String _methodName154; - private String[] _methodParameterTypes154; - private String _methodName155; - private String[] _methodParameterTypes155; + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java index d5f9f453..af14e56d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1156,63 +1155,6 @@ public abstract class TempisticaLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1964,12 +1906,6 @@ public abstract class TempisticaLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java index 383965a8..4dfbfbfe 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java @@ -122,118 +122,118 @@ public class TempisticaLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Tempistica" }; - _methodName174 = "getBeanIdentifier"; + _methodName168 = "getBeanIdentifier"; - _methodParameterTypes174 = new String[] { }; + _methodParameterTypes168 = new String[] { }; - _methodName175 = "setBeanIdentifier"; + _methodName169 = "setBeanIdentifier"; - _methodParameterTypes175 = new String[] { "java.lang.String" }; + _methodParameterTypes169 = new String[] { "java.lang.String" }; - _methodName180 = "addTempistica"; + _methodName174 = "addTempistica"; - _methodParameterTypes180 = new String[] { + _methodParameterTypes174 = new String[] { "long", "long", "java.lang.String", "java.util.Date", "com.liferay.portal.service.ServiceContext" }; - _methodName181 = "stopTempistica"; + _methodName175 = "stopTempistica"; - _methodParameterTypes181 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes175 = new String[] { "long", "java.util.Date" }; - _methodName182 = "ravvioTempistica"; + _methodName176 = "ravvioTempistica"; - _methodParameterTypes182 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes176 = new String[] { "long", "java.util.Date" }; - _methodName183 = "concludiTempistica"; + _methodName177 = "concludiTempistica"; - _methodParameterTypes183 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes177 = new String[] { "long", "java.util.Date" }; - _methodName184 = "getTempistica"; + _methodName178 = "getTempistica"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes178 = new String[] { "long", "long", "java.lang.String", "boolean" }; - _methodName185 = "countScadenzePraticheInScadenza"; + _methodName179 = "countScadenzePraticheInScadenza"; - _methodParameterTypes185 = new String[] { "long", "long" }; + _methodParameterTypes179 = new String[] { "long", "long" }; - _methodName186 = "countScadenzePraticheScadute"; + _methodName180 = "countScadenzePraticheScadute"; - _methodParameterTypes186 = new String[] { "long", "long" }; + _methodParameterTypes180 = new String[] { "long", "long" }; - _methodName187 = "countScadenzeIntegrazioniScadute"; + _methodName181 = "countScadenzeIntegrazioniScadute"; - _methodParameterTypes187 = new String[] { "long", "long" }; + _methodParameterTypes181 = new String[] { "long", "long" }; - _methodName188 = "countPraticheAttive"; + _methodName182 = "countPraticheAttive"; - _methodParameterTypes188 = new String[] { "long", "long" }; + _methodParameterTypes182 = new String[] { "long", "long" }; - _methodName189 = "getScadenzePratiche"; + _methodName183 = "getScadenzePratiche"; - _methodParameterTypes189 = new String[] { + _methodParameterTypes183 = new String[] { "long", "long", "int", "int", "java.lang.Integer", "java.lang.String", "java.lang.String" }; - _methodName190 = "getScadenzeIntegrazioni"; + _methodName184 = "getScadenzeIntegrazioni"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "long", "int", "int", "java.lang.Integer" }; - _methodName191 = "countScadenzePratiche"; + _methodName185 = "countScadenzePratiche"; - _methodParameterTypes191 = new String[] { + _methodParameterTypes185 = new String[] { "long", "long", "java.lang.Integer", "java.lang.String", "java.lang.String" }; - _methodName192 = "countScadenzeIntegrazioni"; + _methodName186 = "countScadenzeIntegrazioni"; - _methodParameterTypes192 = new String[] { "long", "long" }; + _methodParameterTypes186 = new String[] { "long", "long" }; - _methodName193 = "findByIntPratica_Tipo"; + _methodName187 = "findByIntPratica_Tipo"; - _methodParameterTypes193 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes187 = new String[] { "long", "java.lang.String" }; - _methodName194 = "countPraticheScaduteAutorizzazione"; + _methodName188 = "countPraticheScaduteAutorizzazione"; - _methodParameterTypes194 = new String[] { "long", "long" }; + _methodParameterTypes188 = new String[] { "long", "long" }; - _methodName195 = "countPraticheScaduteControlloObbligatorio"; + _methodName189 = "countPraticheScaduteControlloObbligatorio"; - _methodParameterTypes195 = new String[] { "long", "long" }; + _methodParameterTypes189 = new String[] { "long", "long" }; - _methodName196 = "countPraticheInScadenzaAutorizzazioni"; + _methodName190 = "countPraticheInScadenzaAutorizzazioni"; - _methodParameterTypes196 = new String[] { "long", "long" }; + _methodParameterTypes190 = new String[] { "long", "long" }; - _methodName197 = "countPraticheInScadenzaControlloObbligatorio"; + _methodName191 = "countPraticheInScadenzaControlloObbligatorio"; - _methodParameterTypes197 = new String[] { "long", "long" }; + _methodParameterTypes191 = new String[] { "long", "long" }; - _methodName198 = "praticheAttiveAutorizzazioni"; + _methodName192 = "praticheAttiveAutorizzazioni"; - _methodParameterTypes198 = new String[] { "long", "long" }; + _methodParameterTypes192 = new String[] { "long", "long" }; - _methodName199 = "praticheAttiveControlloObbligatorio"; + _methodName193 = "praticheAttiveControlloObbligatorio"; - _methodParameterTypes199 = new String[] { "long", "long" }; + _methodParameterTypes193 = new String[] { "long", "long" }; - _methodName200 = "getDtSottopostaAParere"; + _methodName194 = "getDtSottopostaAParere"; - _methodParameterTypes200 = new String[] { "long" }; + _methodParameterTypes194 = new String[] { "long" }; - _methodName201 = "countPraticheAttivePerDiscriminazione"; + _methodName195 = "countPraticheAttivePerDiscriminazione"; - _methodParameterTypes201 = new String[] { "long", "long" }; + _methodParameterTypes195 = new String[] { "long", "long" }; - _methodName202 = "scadenzePraticheForBackwardCompatibility"; + _methodName196 = "scadenzePraticheForBackwardCompatibility"; - _methodParameterTypes202 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes196 = new String[] { "long", "long", "int", "int" }; } public Object invokeMethod(String name, String[] parameterTypes, @@ -349,78 +349,78 @@ public class TempisticaLocalServiceClpInvoker { return TempisticaLocalServiceUtil.updateTempistica((it.tref.liferay.portos.bo.model.Tempistica)arguments[0]); } - if (_methodName174.equals(name) && - Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { + if (_methodName168.equals(name) && + Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return TempisticaLocalServiceUtil.getBeanIdentifier(); } - if (_methodName175.equals(name) && - Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { + if (_methodName169.equals(name) && + Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { TempisticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return TempisticaLocalServiceUtil.addTempistica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.util.Date)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return TempisticaLocalServiceUtil.stopTempistica(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return TempisticaLocalServiceUtil.ravvioTempistica(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return TempisticaLocalServiceUtil.concludiTempistica(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return TempisticaLocalServiceUtil.getTempistica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], ((Boolean)arguments[3]).booleanValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return TempisticaLocalServiceUtil.countScadenzePraticheInScadenza(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return TempisticaLocalServiceUtil.countScadenzePraticheScadute(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return TempisticaLocalServiceUtil.countScadenzeIntegrazioniScadute(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheAttive(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return TempisticaLocalServiceUtil.getScadenzePratiche(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), @@ -429,8 +429,8 @@ public class TempisticaLocalServiceClpInvoker { (java.lang.String)arguments[5], (java.lang.String)arguments[6]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return TempisticaLocalServiceUtil.getScadenzeIntegrazioni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), @@ -438,75 +438,75 @@ public class TempisticaLocalServiceClpInvoker { (java.lang.Integer)arguments[4]); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return TempisticaLocalServiceUtil.countScadenzePratiche(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.Integer)arguments[2], (java.lang.String)arguments[3], (java.lang.String)arguments[4]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return TempisticaLocalServiceUtil.countScadenzeIntegrazioni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return TempisticaLocalServiceUtil.findByIntPratica_Tipo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName194.equals(name) && - Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheScaduteAutorizzazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheScaduteControlloObbligatorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheInScadenzaAutorizzazioni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheInScadenzaControlloObbligatorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName192.equals(name) && + Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { return TempisticaLocalServiceUtil.praticheAttiveAutorizzazioni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return TempisticaLocalServiceUtil.praticheAttiveControlloObbligatorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return TempisticaLocalServiceUtil.getDtSottopostaAParere(((Long)arguments[0]).longValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return TempisticaLocalServiceUtil.countPraticheAttivePerDiscriminazione(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName196.equals(name) && + Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { return TempisticaLocalServiceUtil.scadenzePraticheForBackwardCompatibility(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), @@ -556,10 +556,22 @@ public class TempisticaLocalServiceClpInvoker { private String[] _methodParameterTypes18; private String _methodName19; private String[] _methodParameterTypes19; + private String _methodName168; + private String[] _methodParameterTypes168; + private String _methodName169; + private String[] _methodParameterTypes169; private String _methodName174; private String[] _methodParameterTypes174; private String _methodName175; private String[] _methodParameterTypes175; + private String _methodName176; + private String[] _methodParameterTypes176; + private String _methodName177; + private String[] _methodParameterTypes177; + private String _methodName178; + private String[] _methodParameterTypes178; + private String _methodName179; + private String[] _methodParameterTypes179; private String _methodName180; private String[] _methodParameterTypes180; private String _methodName181; @@ -594,16 +606,4 @@ public class TempisticaLocalServiceClpInvoker { private String[] _methodParameterTypes195; private String _methodName196; private String[] _methodParameterTypes196; - private String _methodName197; - private String[] _methodParameterTypes197; - private String _methodName198; - private String[] _methodParameterTypes198; - private String _methodName199; - private String[] _methodParameterTypes199; - private String _methodName200; - private String[] _methodParameterTypes200; - private String _methodName201; - private String[] _methodParameterTypes201; - private String _methodName202; - private String[] _methodParameterTypes202; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java index 6eb5fe13..c39778cc 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class TempisticaServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class TempisticaServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java index 5ccaf6bb..43ba8f71 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java @@ -24,24 +24,24 @@ import java.util.Arrays; */ public class TempisticaServiceClpInvoker { public TempisticaServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return TempisticaServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { TempisticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; @@ -50,8 +50,8 @@ public class TempisticaServiceClpInvoker { throw new UnsupportedOperationException(); } - private String _methodName154; - private String[] _methodParameterTypes154; - private String _methodName155; - private String[] _methodParameterTypes155; + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java index 992802e0..894da17d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java @@ -47,7 +47,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -1098,63 +1097,6 @@ public abstract class TerritorioLocalServiceBaseImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1906,12 +1848,6 @@ public abstract class TerritorioLocalServiceBaseImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java index e28b7193..3835122b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java @@ -106,94 +106,94 @@ public class TerritorioLocalServiceClpInvoker { "it.tref.liferay.portos.bo.model.Territorio" }; - _methodName170 = "getBeanIdentifier"; + _methodName164 = "getBeanIdentifier"; - _methodParameterTypes170 = new String[] { }; + _methodParameterTypes164 = new String[] { }; - _methodName171 = "setBeanIdentifier"; + _methodName165 = "setBeanIdentifier"; - _methodParameterTypes171 = new String[] { "java.lang.String" }; + _methodParameterTypes165 = new String[] { "java.lang.String" }; - _methodName176 = "addTerritorio"; + _methodName170 = "addTerritorio"; - _methodParameterTypes176 = new String[] { + _methodParameterTypes170 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.util.Date", "java.util.Date", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName177 = "updateTerritorio"; + _methodName171 = "updateTerritorio"; - _methodParameterTypes177 = new String[] { + _methodParameterTypes171 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.util.Date", "java.util.Date", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName178 = "getTerritori"; + _methodName172 = "getTerritori"; - _methodParameterTypes178 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes172 = new String[] { "long", "long", "int", "int" }; - _methodName179 = "countTerritori"; + _methodName173 = "countTerritori"; - _methodParameterTypes179 = new String[] { "long", "long" }; + _methodParameterTypes173 = new String[] { "long", "long" }; - _methodName180 = "findByComuneId"; + _methodName174 = "findByComuneId"; - _methodParameterTypes180 = new String[] { "long", "int", "int" }; + _methodParameterTypes174 = new String[] { "long", "int", "int" }; - _methodName181 = "findByCompanyIdGroupId"; + _methodName175 = "findByCompanyIdGroupId"; - _methodParameterTypes181 = new String[] { "long", "long" }; + _methodParameterTypes175 = new String[] { "long", "long" }; - _methodName182 = "getActiveProvince"; + _methodName176 = "getActiveProvince"; - _methodParameterTypes182 = new String[] { }; + _methodParameterTypes176 = new String[] { }; - _methodName183 = "getActiveComuniByCodiceProvincia"; + _methodName177 = "getActiveComuniByCodiceProvincia"; - _methodParameterTypes183 = new String[] { "java.lang.String" }; + _methodParameterTypes177 = new String[] { "java.lang.String" }; - _methodName184 = "getActiveTerritoriByComune"; + _methodName178 = "getActiveTerritoriByComune"; - _methodParameterTypes184 = new String[] { "long" }; + _methodParameterTypes178 = new String[] { "long" }; - _methodName185 = "deleteTerritorio"; + _methodName179 = "deleteTerritorio"; - _methodParameterTypes185 = new String[] { "long" }; + _methodParameterTypes179 = new String[] { "long" }; - _methodName186 = "deleteTerritorio"; + _methodName180 = "deleteTerritorio"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes180 = new String[] { "it.tref.liferay.portos.bo.model.Territorio" }; - _methodName187 = "findTerritorioByComuneIdGZonaFasciaDtIni"; + _methodName181 = "findTerritorioByComuneIdGZonaFasciaDtIni"; - _methodParameterTypes187 = new String[] { + _methodParameterTypes181 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.util.Date" }; - _methodName189 = "getTerritoriByGroupAndZona"; + _methodName183 = "getTerritoriByGroupAndZona"; - _methodParameterTypes189 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes183 = new String[] { "long", "java.lang.String" }; - _methodName190 = "getTerritoriByGroupAndZonaAndFascia"; + _methodName184 = "getTerritoriByGroupAndZonaAndFascia"; - _methodParameterTypes190 = new String[] { + _methodParameterTypes184 = new String[] { "long", "java.lang.String", "java.lang.String" }; - _methodName192 = "getAllTerritorioGroup"; + _methodName186 = "getAllTerritorioGroup"; - _methodParameterTypes192 = new String[] { }; + _methodParameterTypes186 = new String[] { }; - _methodName193 = "verifyTerritorioConstraintAlreadyExist"; + _methodName187 = "verifyTerritorioConstraintAlreadyExist"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes187 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.util.Date" }; @@ -288,20 +288,20 @@ public class TerritorioLocalServiceClpInvoker { return TerritorioLocalServiceUtil.updateTerritorio((it.tref.liferay.portos.bo.model.Territorio)arguments[0]); } - if (_methodName170.equals(name) && - Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { + if (_methodName164.equals(name) && + Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { return TerritorioLocalServiceUtil.getBeanIdentifier(); } - if (_methodName171.equals(name) && - Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { + if (_methodName165.equals(name) && + Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { TerritorioLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName176.equals(name) && - Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { + if (_methodName170.equals(name) && + Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return TerritorioLocalServiceUtil.addTerritorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -312,8 +312,8 @@ public class TerritorioLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName177.equals(name) && - Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { + if (_methodName171.equals(name) && + Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) { return TerritorioLocalServiceUtil.updateTerritorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -326,85 +326,85 @@ public class TerritorioLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[11]); } - if (_methodName178.equals(name) && - Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + if (_methodName172.equals(name) && + Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) { return TerritorioLocalServiceUtil.getTerritori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName173.equals(name) && + Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) { return TerritorioLocalServiceUtil.countTerritori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName174.equals(name) && + Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) { return TerritorioLocalServiceUtil.findByComuneId(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName175.equals(name) && + Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) { return TerritorioLocalServiceUtil.findByCompanyIdGroupId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName176.equals(name) && + Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { return TerritorioLocalServiceUtil.getActiveProvince(); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName177.equals(name) && + Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { return TerritorioLocalServiceUtil.getActiveComuniByCodiceProvincia((java.lang.String)arguments[0]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName178.equals(name) && + Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { return TerritorioLocalServiceUtil.getActiveTerritoriByComune(((Long)arguments[0]).longValue()); } - if (_methodName185.equals(name) && - Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { return TerritorioLocalServiceUtil.deleteTerritorio(((Long)arguments[0]).longValue()); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return TerritorioLocalServiceUtil.deleteTerritorio((it.tref.liferay.portos.bo.model.Territorio)arguments[0]); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return TerritorioLocalServiceUtil.findTerritorioByComuneIdGZonaFasciaDtIni(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], (java.util.Date)arguments[4]); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return TerritorioLocalServiceUtil.getTerritoriByGroupAndZona(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName190.equals(name) && - Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return TerritorioLocalServiceUtil.getTerritoriByGroupAndZonaAndFascia(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return TerritorioLocalServiceUtil.getAllTerritorioGroup(); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName187.equals(name) && + Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { return TerritorioLocalServiceUtil.verifyTerritorioConstraintAlreadyExist(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -446,10 +446,22 @@ public class TerritorioLocalServiceClpInvoker { private String[] _methodParameterTypes14; private String _methodName15; private String[] _methodParameterTypes15; + private String _methodName164; + private String[] _methodParameterTypes164; + private String _methodName165; + private String[] _methodParameterTypes165; private String _methodName170; private String[] _methodParameterTypes170; private String _methodName171; private String[] _methodParameterTypes171; + private String _methodName172; + private String[] _methodParameterTypes172; + private String _methodName173; + private String[] _methodParameterTypes173; + private String _methodName174; + private String[] _methodParameterTypes174; + private String _methodName175; + private String[] _methodParameterTypes175; private String _methodName176; private String[] _methodParameterTypes176; private String _methodName177; @@ -462,24 +474,12 @@ public class TerritorioLocalServiceClpInvoker { private String[] _methodParameterTypes180; private String _methodName181; private String[] _methodParameterTypes181; - private String _methodName182; - private String[] _methodParameterTypes182; private String _methodName183; private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; - private String _methodName185; - private String[] _methodParameterTypes185; private String _methodName186; private String[] _methodParameterTypes186; private String _methodName187; private String[] _methodParameterTypes187; - private String _methodName189; - private String[] _methodParameterTypes189; - private String _methodName190; - private String[] _methodParameterTypes190; - private String _methodName192; - private String[] _methodParameterTypes192; - private String _methodName193; - private String[] _methodParameterTypes193; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java index 1769e033..25e9a421 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java @@ -38,7 +38,6 @@ import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence; import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence; import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder; import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence; import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence; @@ -866,63 +865,6 @@ public abstract class TerritorioServiceBaseImpl extends BaseServiceImpl this.historyWorkflowActionPersistence = historyWorkflowActionPersistence; } - /** - * Returns the info fascicolo local service. - * - * @return the info fascicolo local service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloLocalService getInfoFascicoloLocalService() { - return infoFascicoloLocalService; - } - - /** - * Sets the info fascicolo local service. - * - * @param infoFascicoloLocalService the info fascicolo local service - */ - public void setInfoFascicoloLocalService( - it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService) { - this.infoFascicoloLocalService = infoFascicoloLocalService; - } - - /** - * Returns the info fascicolo remote service. - * - * @return the info fascicolo remote service - */ - public it.tref.liferay.portos.bo.service.InfoFascicoloService getInfoFascicoloService() { - return infoFascicoloService; - } - - /** - * Sets the info fascicolo remote service. - * - * @param infoFascicoloService the info fascicolo remote service - */ - public void setInfoFascicoloService( - it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService) { - this.infoFascicoloService = infoFascicoloService; - } - - /** - * Returns the info fascicolo persistence. - * - * @return the info fascicolo persistence - */ - public InfoFascicoloPersistence getInfoFascicoloPersistence() { - return infoFascicoloPersistence; - } - - /** - * Sets the info fascicolo persistence. - * - * @param infoFascicoloPersistence the info fascicolo persistence - */ - public void setInfoFascicoloPersistence( - InfoFascicoloPersistence infoFascicoloPersistence) { - this.infoFascicoloPersistence = infoFascicoloPersistence; - } - /** * Returns the int pratica local service. * @@ -1669,12 +1611,6 @@ public abstract class TerritorioServiceBaseImpl extends BaseServiceImpl protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService; @BeanReference(type = HistoryWorkflowActionPersistence.class) protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloLocalService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloLocalService infoFascicoloLocalService; - @BeanReference(type = it.tref.liferay.portos.bo.service.InfoFascicoloService.class) - protected it.tref.liferay.portos.bo.service.InfoFascicoloService infoFascicoloService; - @BeanReference(type = InfoFascicoloPersistence.class) - protected InfoFascicoloPersistence infoFascicoloPersistence; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class) protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService; @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class) diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java index bd4a8db6..dc53851d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java @@ -24,65 +24,65 @@ import java.util.Arrays; */ public class TerritorioServiceClpInvoker { public TerritorioServiceClpInvoker() { - _methodName154 = "getBeanIdentifier"; + _methodName148 = "getBeanIdentifier"; - _methodParameterTypes154 = new String[] { }; + _methodParameterTypes148 = new String[] { }; - _methodName155 = "setBeanIdentifier"; + _methodName149 = "setBeanIdentifier"; - _methodParameterTypes155 = new String[] { "java.lang.String" }; + _methodParameterTypes149 = new String[] { "java.lang.String" }; - _methodName160 = "addTerritorio"; + _methodName154 = "addTerritorio"; - _methodParameterTypes160 = new String[] { + _methodParameterTypes154 = new String[] { "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.util.Date", "java.util.Date", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName161 = "updateTerritorio"; + _methodName155 = "updateTerritorio"; - _methodParameterTypes161 = new String[] { + _methodParameterTypes155 = new String[] { "long", "long", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "java.util.Date", "java.util.Date", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName162 = "fetchTerritorio"; + _methodName156 = "fetchTerritorio"; - _methodParameterTypes162 = new String[] { "long" }; + _methodParameterTypes156 = new String[] { "long" }; - _methodName163 = "createTerritorio"; + _methodName157 = "createTerritorio"; - _methodParameterTypes163 = new String[] { "long" }; + _methodParameterTypes157 = new String[] { "long" }; - _methodName164 = "getTerritori"; + _methodName158 = "getTerritori"; - _methodParameterTypes164 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes158 = new String[] { "long", "long", "int", "int" }; - _methodName165 = "countTerritori"; + _methodName159 = "countTerritori"; - _methodParameterTypes165 = new String[] { "long", "long" }; + _methodParameterTypes159 = new String[] { "long", "long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { - if (_methodName154.equals(name) && - Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { + if (_methodName148.equals(name) && + Arrays.deepEquals(_methodParameterTypes148, parameterTypes)) { return TerritorioServiceUtil.getBeanIdentifier(); } - if (_methodName155.equals(name) && - Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { + if (_methodName149.equals(name) && + Arrays.deepEquals(_methodParameterTypes149, parameterTypes)) { TerritorioServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } - if (_methodName160.equals(name) && - Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { + if (_methodName154.equals(name) && + Arrays.deepEquals(_methodParameterTypes154, parameterTypes)) { return TerritorioServiceUtil.addTerritorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], (java.lang.String)arguments[3], @@ -93,8 +93,8 @@ public class TerritorioServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName161.equals(name) && - Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { + if (_methodName155.equals(name) && + Arrays.deepEquals(_methodParameterTypes155, parameterTypes)) { return TerritorioServiceUtil.updateTerritorio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue(), @@ -107,26 +107,26 @@ public class TerritorioServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[11]); } - if (_methodName162.equals(name) && - Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) { + if (_methodName156.equals(name) && + Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) { return TerritorioServiceUtil.fetchTerritorio(((Long)arguments[0]).longValue()); } - if (_methodName163.equals(name) && - Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) { + if (_methodName157.equals(name) && + Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) { return TerritorioServiceUtil.createTerritorio(((Long)arguments[0]).longValue()); } - if (_methodName164.equals(name) && - Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) { + if (_methodName158.equals(name) && + Arrays.deepEquals(_methodParameterTypes158, parameterTypes)) { return TerritorioServiceUtil.getTerritori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName165.equals(name) && - Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) { + if (_methodName159.equals(name) && + Arrays.deepEquals(_methodParameterTypes159, parameterTypes)) { return TerritorioServiceUtil.countTerritori(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } @@ -134,20 +134,20 @@ public class TerritorioServiceClpInvoker { throw new UnsupportedOperationException(); } + private String _methodName148; + private String[] _methodParameterTypes148; + private String _methodName149; + private String[] _methodParameterTypes149; private String _methodName154; private String[] _methodParameterTypes154; private String _methodName155; private String[] _methodParameterTypes155; - private String _methodName160; - private String[] _methodParameterTypes160; - private String _methodName161; - private String[] _methodParameterTypes161; - private String _methodName162; - private String[] _methodParameterTypes162; - private String _methodName163; - private String[] _methodParameterTypes163; - private String _methodName164; - private String[] _methodParameterTypes164; - private String _methodName165; - private String[] _methodParameterTypes165; + private String _methodName156; + private String[] _methodParameterTypes156; + private String _methodName157; + private String[] _methodParameterTypes157; + private String _methodName158; + private String[] _methodParameterTypes158; + private String _methodName159; + private String[] _methodParameterTypes159; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java index 28ab6cf0..ac0470a2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java @@ -208,8 +208,7 @@ public class DettPraticaServiceSoap { java.lang.String descLongIntervento, java.lang.String via, java.lang.String localita, java.lang.String estremiCatastali, java.lang.String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, - boolean collaudoStatico, + boolean operaConforme, boolean collaudoStatico, java.lang.String codiceFiscaleDelegatoCommittente, java.lang.String codiceFiscaleDelegatoFineLavori, java.lang.String codiceFiscaleDelegatoCollaudo, @@ -347,9 +346,8 @@ public class DettPraticaServiceSoap { importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, variataDa, varianteNumero, - varianteSostanziale, operaConforme, collaudoStatico, - codiceFiscaleDelegatoCommittente, + estremiPratCom, variataDa, varianteNumero, operaConforme, + collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/InfoFascicoloServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/InfoFascicoloServiceSoap.java deleted file mode 100644 index fccff3a7..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/InfoFascicoloServiceSoap.java +++ /dev/null @@ -1,58 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.http; - -/** - * Provides the SOAP utility for the - * {@link it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil} service utility. The - * static methods of this class calls the same methods of the service utility. - * However, the signatures are different because it is difficult for SOAP to - * support certain types. - * - *

- * ServiceBuilder follows certain rules in translating the methods. For example, - * if the method in the service utility returns a {@link java.util.List}, that - * is translated to an array of {@link it.tref.liferay.portos.bo.model.InfoFascicoloSoap}. - * If the method in the service utility returns a - * {@link it.tref.liferay.portos.bo.model.InfoFascicolo}, that is translated to a - * {@link it.tref.liferay.portos.bo.model.InfoFascicoloSoap}. Methods that SOAP cannot - * safely wire are skipped. - *

- * - *

- * The benefits of using the SOAP utility is that it is cross platform - * compatible. SOAP allows different languages like Java, .NET, C++, PHP, and - * even Perl, to call the generated services. One drawback of SOAP is that it is - * slow because it needs to serialize all calls into a text format (XML). - *

- * - *

- * You can see a list of services at http://localhost:8080/api/axis. Set the - * property axis.servlet.hosts.allowed in portal.properties to configure - * security. - *

- * - *

- * The SOAP utility is only generated for remote services. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloServiceHttp - * @see it.tref.liferay.portos.bo.model.InfoFascicoloSoap - * @see it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil - * @generated - */ -public class InfoFascicoloServiceSoap { -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java index 6ba9f513..9dea67d8 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java @@ -13,13 +13,11 @@ package it.tref.liferay.portos.bo.service.impl; import it.tref.liferay.portos.bo.model.Avviso; -import it.tref.liferay.portos.bo.model.DettPratica; import it.tref.liferay.portos.bo.model.IntPratica; import it.tref.liferay.portos.bo.service.AvvisoLocalServiceUtil; import it.tref.liferay.portos.bo.service.ConfigurazioneLocalServiceUtil; import it.tref.liferay.portos.bo.service.base.AvvisoLocalServiceBaseImpl; import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants; -import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil; import it.tref.liferay.portos.bo.util.AvvisoUtil; import it.tref.liferay.portos.bo.util.AzioniPraticheUtil; import it.tref.liferay.portos.bo.util.PraticaUtil; @@ -132,13 +130,7 @@ public class AvvisoLocalServiceImpl extends AvvisoLocalServiceBaseImpl { long controlloPraticaId) throws SystemException, PortalException { IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId); - boolean varianteNonSostanziale = false; - if (className.equals(DettPratica.class.getName())) { - DettPratica dettPratica = dettPraticaLocalService.getDettPratica(classPk); - varianteNonSostanziale = dettPratica.getTipoIntegrazione().equals(TipoIntegrazioneUtil.VARIANTE) - && !dettPratica.getVarianteSostanziale(); - } - String statoPraticaCode = varianteNonSostanziale ? "DPVNS" : PraticaUtil.getStatoPraticaCode(stato, intPratica); + String statoPraticaCode = PraticaUtil.getStatoPraticaCode(stato, intPratica); String propertiesTemplate = AvvisoUtil.getFileTemplateProp(statoPraticaCode, intPratica.getTipoProcedura()); long fileEntryIdTemplate = configurazioneLocalService.findByC_ChiaveLong(serviceContext.getCompanyId(), propertiesTemplate); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java index 46eb45dc..a5d4d591 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java @@ -66,9 +66,7 @@ public class ConfigurazioneLocalServiceImpl extends ConfigurazioneLocalServiceBa public String findByC_ChiaveString(long companyId, String chiave) throws SystemException { Configurazione configurazione = configurazionePersistence.fetchByC_Chiave(companyId, chiave); - if (configurazione == null) { - return StringPool.BLANK; - } else if (configurazione.getValore() == null) { + if ((configurazione == null) || (configurazione.getValore() == null)) { return StringPool.BLANK; } return configurazione.getValore(); @@ -78,47 +76,49 @@ public class ConfigurazioneLocalServiceImpl extends ConfigurazioneLocalServiceBa public Configurazione storeConfig(String chiave, String valore, ServiceContext serviceContext) throws SystemException, PortalException { - Configurazione configurazione = null; - try { - configurazione = configurazionePersistence.findByC_Chiave(serviceContext.getCompanyId(), chiave); - } catch (NoSuchConfigurazioneException e) { - } - if (configurazione == null) { - configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class.getName())); - configurazione.setChiave(chiave); - configurazione.setCompanyId(serviceContext.getCompanyId()); - configurazione.setCreateDate(new Date()); - configurazione.setGroupId(serviceContext.getScopeGroupId()); - configurazione.setUserId(serviceContext.getUserId()); - configurazione.setUserName(userLocalService.getUser(serviceContext.getUserId()).getFullName()); + synchronized (Configurazione.class) { + Configurazione configurazione = null; + try { + configurazione = configurazionePersistence.findByC_Chiave(serviceContext.getCompanyId(), chiave); + } catch (NoSuchConfigurazioneException e) { + } + if (configurazione == null) { + configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class.getName())); + configurazione.setChiave(chiave); + configurazione.setCompanyId(serviceContext.getCompanyId()); + configurazione.setCreateDate(new Date()); + configurazione.setGroupId(serviceContext.getScopeGroupId()); + configurazione.setUserId(serviceContext.getUserId()); + configurazione.setUserName(userLocalService.getUser(serviceContext.getUserId()).getFullName()); + } + configurazione.setValore(valore); + return updateConfigurazione(configurazione); } - configurazione.setValore(valore); - return updateConfigurazione(configurazione); } @Override public long getAndIncrement(long companyId, String chiave) throws SystemException { - try { - Configurazione configurazione = configurazionePersistence.findByC_Chiave(companyId, chiave); - long current = Long.parseLong(configurazione.getValore()); + synchronized (Configurazione.class) { + Configurazione configurazione = null; + long current = 1L; + try { + configurazione = configurazionePersistence.findByC_Chiave(companyId, chiave); + current = Long.parseLong(configurazione.getValore()); + } catch (NoSuchConfigurazioneException e) { + configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class.getName())); + configurazione.setChiave(chiave); + configurazione.setCompanyId(companyId); + configurazione.setCreateDate(new Date()); + configurazione.setGroupId(-1L); + configurazione.setUserId(0L); + } catch (NumberFormatException e) { + _log.error("error", e); + throw new SystemException("Errore imprevisto", e); + } configurazione.setValore(String.valueOf((current + 1))); updateConfigurazione(configurazione); return current; - } catch (NoSuchConfigurazioneException e) { - Configurazione configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class - .getName())); - configurazione.setChiave(chiave); - configurazione.setCompanyId(companyId); - configurazione.setCreateDate(new Date()); - configurazione.setGroupId(-1); - configurazione.setUserId(0L); - configurazione.setValore("2"); - updateConfigurazione(configurazione); - return 1l; - } catch (NumberFormatException e) { - _log.error("error", e); - throw new SystemException("Errore imprevisto", e); } } -} +} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java index 4679e65a..efa74d18 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java @@ -241,12 +241,11 @@ public class ControlloPraticaLocalServiceImpl extends ControlloPraticaLocalServi List successivePratiche = dettPraticaLocalService .findCompletedByIntPraticaAndSuccessivoDettPratica(entry.getIntPraticaId(), entry.getDettPraticaId()); - boolean autorizzazione = Constants.TIPO_PRATICA_AUTORIZZAZIONE - .equalsIgnoreCase(intPratica.getTipoPratica()); + boolean autorizzazione = Constants.TIPO_PRATICA_AUTORIZZAZIONE.equals(intPratica.getTipoPratica()); boolean avvioWorkflow = false; for (DettPratica dettPraticaSuc : successivePratiche) { if (TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPraticaSuc.getTipoIntegrazione()) - && (!autorizzazione || (autorizzazione && !dettPraticaSuc.getVarianteSostanziale()))) { + && !autorizzazione) { avvioWorkflow = true; } } @@ -467,12 +466,16 @@ public class ControlloPraticaLocalServiceImpl extends ControlloPraticaLocalServi switch (intPratica.getTipoProcedura()) { case Constants.PROCEDURA_P3: return jsonViarch; + case Constants.PROCEDURA_P8: + case Constants.PROCEDURA_P9: + return jsonSanatoria; } return jsonAutorizzazione; } private static final String jsonDeposito = StringPool.BLANK; private static final String jsonAutorizzazione = getJsonAutorizzazione(); + private static final String jsonSanatoria = getJsonSanatoria(); private static final String jsonViarch = getJsonViarch(); private static String getJsonAutorizzazione() { @@ -507,6 +510,28 @@ public class ControlloPraticaLocalServiceImpl extends ControlloPraticaLocalServi return jsonObject.toString(); } + private static String getJsonSanatoria() { + JSONObject jsonObject = JSONFactoryUtil.createJSONObject(); + JSONArray jsonArray = JSONFactoryUtil.createJSONArray(); + jsonObject.put("esito", jsonArray); + JSONObject etichette = JSONFactoryUtil.createJSONObject(); + etichette.put("label", StatoPraticaConstants.getEsitoAutorizzazione(StatoPraticaConstants.AUTORIZZATA)); + etichette.put("value", StatoPraticaConstants.CONFORME); + etichette.put("default", false); + jsonArray.put(etichette); + etichette = JSONFactoryUtil.createJSONObject(); + etichette.put("label", StatoPraticaConstants.getEsitoAutorizzazione(StatoPraticaConstants.NON_CONFORME)); + etichette.put("value", StatoPraticaConstants.NON_CONFORME); + etichette.put("default", false); + jsonArray.put(etichette); + etichette = JSONFactoryUtil.createJSONObject(); + etichette.put("label", "Autorizzazione a seguito di pagamento di sanzione pecuniaria"); + etichette.put("value", StatoPraticaConstants.INTEGRAZIONE); + etichette.put("default", false); + jsonArray.put(etichette); + return jsonObject.toString(); + } + private static String getJsonViarch() { JSONObject jsonObject = JSONFactoryUtil.createJSONObject(); JSONArray jsonArray = JSONFactoryUtil.createJSONArray(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java index a07acbcc..490f8442 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java @@ -181,17 +181,17 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl copy = updateDettPraticaDatiDomanda(copy.getUserId(), copy.getDettPraticaId(), copy.getIntPraticaId(), tipoIntegrazione, source.getDestinazione(), source.getAg(), source.getDescLongIntervento(), source.getVia(), source.getLocalita(), source.getEstremiCatastali(), source.getEstremiPratCom(), - source.getVarianteSostanziale(), source.getCollaudoStatico(), - source.getCodiceFiscaleDelegatoCommittente(), source.getCodiceFiscaleDelegatoFineLavori(), - source.getCodiceFiscaleDelegatoCollaudo(), source.getLavoriInEconomiaCommittente(), - source.getMetratura(), source.getLavoriPubblici(), 0L, source.getLavoriPubbliciPercentuale(), - source.getNumeroCivico(), source.getDcParticelle(), source.getDcFoglio(), source.getDcAllegato(), - source.getDePiani(), source.getDeAltezza(), source.getDeInterrati(), source.getDeSuperficie(), - source.getDeCostruzione(), source.getDeRistrutturazione(), source.getDeUso(), source.getDePubblica(), - source.getDePrivata(), source.getDeUtilizzazione(), source.getDePosizioneEdificio(), - source.getDeInfStradalePonte(), source.getDeInfStradaleStrada(), source.getDeInfStradaleAltro(), - source.getDeInfIdraulicaLong(), source.getDeInfIdraulicaTrasv(), source.getDeInfIdraulicaAltro(), - source.getDeInfOperaAccStradale(), source.getDeInfOperaAccIdraulica(), source.getDeInfOperaAccAltro(), + source.getCollaudoStatico(), source.getCodiceFiscaleDelegatoCommittente(), + source.getCodiceFiscaleDelegatoFineLavori(), source.getCodiceFiscaleDelegatoCollaudo(), + source.getLavoriInEconomiaCommittente(), source.getMetratura(), source.getLavoriPubblici(), 0L, + source.getLavoriPubbliciPercentuale(), source.getNumeroCivico(), source.getDcParticelle(), + source.getDcFoglio(), source.getDcAllegato(), source.getDePiani(), source.getDeAltezza(), + source.getDeInterrati(), source.getDeSuperficie(), source.getDeCostruzione(), + source.getDeRistrutturazione(), source.getDeUso(), source.getDePubblica(), source.getDePrivata(), + source.getDeUtilizzazione(), source.getDePosizioneEdificio(), source.getDeInfStradalePonte(), + source.getDeInfStradaleStrada(), source.getDeInfStradaleAltro(), source.getDeInfIdraulicaLong(), + source.getDeInfIdraulicaTrasv(), source.getDeInfIdraulicaAltro(), source.getDeInfOperaAccStradale(), + source.getDeInfOperaAccIdraulica(), source.getDeInfOperaAccAltro(), source.getDeInfAltraInfrastruttura(), source.getDeInfAltro(), source.getDeInfAltroDesc(), source.getDccFondazioni(), source.getDccStruttureEleMuraturePietrame(), source.getDccStruttureEleMuratureLaterizio(), source.getDccStruttureEleMuratureMisto(), @@ -540,15 +540,14 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl String importoSpeseIstruttoria, Date dataEffettuazione, int statusTask, boolean workflowForzato, long soggettoSostituitoId, String destinazione, String ag, String descLongIntervento, String via, String localita, String estremiCatastali, String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, boolean collaudoStatico, - String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori, - String codiceFiscaleDelegatoCollaudo, String codiceRuoloDelegato, boolean lavoriInEconomiaCommittente, - boolean inizioLavoriContestualeOpera, Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera, - Date dataFineEsecuzioneOpera, String metratura, boolean lavoriPubblici, long pagamentoIdOneri, - int lavoriPubbliciPercentuale, String numeroCivico, String dcParticelle, String dcFoglio, - String dcAllegato, String dePiani, String deAltezza, String deInterrati, String deSuperficie, - String deCostruzione, String deRistrutturazione, String deUso, String dePubblica, String dePrivata, - String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte, + boolean operaConforme, boolean collaudoStatico, String codiceFiscaleDelegatoCommittente, + String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo, String codiceRuoloDelegato, + boolean lavoriInEconomiaCommittente, boolean inizioLavoriContestualeOpera, Date dataInizioLavoriOpera, + Date dataInizioEsecuzioneOpera, Date dataFineEsecuzioneOpera, String metratura, boolean lavoriPubblici, + long pagamentoIdOneri, int lavoriPubbliciPercentuale, String numeroCivico, String dcParticelle, + String dcFoglio, String dcAllegato, String dePiani, String deAltezza, String deInterrati, + String deSuperficie, String deCostruzione, String deRistrutturazione, String deUso, String dePubblica, + String dePrivata, String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte, boolean deInfStradaleStrada, boolean deInfStradaleAltro, boolean deInfIdraulicaLong, boolean deInfIdraulicaTrasv, boolean deInfIdraulicaAltro, boolean deInfOperaAccStradale, boolean deInfOperaAccIdraulica, boolean deInfOperaAccAltro, boolean deInfAltraInfrastruttura, @@ -628,7 +627,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl dettPratica.setEstremiPratCom(estremiPratCom); dettPratica.setVariataDa(variataDa); dettPratica.setVarianteNumero(varianteNumero); - dettPratica.setVarianteSostanziale(varianteSostanziale); dettPratica.setOperaConforme(operaConforme); dettPratica.setCollaudoStatico(collaudoStatico); dettPratica.setNoCollaudo(noCollaudo); @@ -835,8 +833,8 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl @Indexable(type = IndexableType.REINDEX) public DettPratica updateDettPraticaDatiDomanda(long userId, long dettPraticaId, long intPraticaId, String tipoIntegrazione, String destinazione, String ag, String descLongIntervento, String via, - String localita, String estremiCatastali, String estremiPratCom, boolean varianteSostanziale, - boolean collaudoStatico, String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori, + String localita, String estremiCatastali, String estremiPratCom, boolean collaudoStatico, + String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo, boolean lavoriInEconomiaCommittente, String metratura, boolean lavoriPubblici, long pagamentoIdOneri, int lavoriPubbliciPercentuale, String numeroCivico, String dcParticelle, String dcFoglio, String dcAllegato, String dePiani, String deAltezza, @@ -887,7 +885,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl dettPratica.setModifiedDate(serviceContext.getModifiedDate(now)); dettPratica.setIntPraticaId(intPraticaId); dettPratica.setTipoIntegrazione(tipoIntegrazione); - dettPratica.setVarianteSostanziale(varianteSostanziale); dettPratica.setDestinazione(destinazione); dettPratica.setAg(ag); dettPratica.setDescLongIntervento(descLongIntervento); @@ -1366,10 +1363,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl if (TipoIntegrazioneUtil.VARIANTE.equals(dettPratica.getTipoIntegrazione())) { dettPratica.setVarianteNumero(dettPraticaPersistence.countByIntPraticaId_TipoIntegrazione_Completa( dettPratica.getIntPraticaId(), TipoIntegrazioneUtil.VARIANTE, true) + 1); - if (AzioniPraticheUtil.isAutorizzazione(dettPratica.getIntPraticaId()) - && !dettPratica.getVarianteSostanziale()) { - sendMail = true; - } } else if (TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE.equals(dettPratica.getTipoIntegrazione())) { dettPratica.setIntegrazione(dettPraticaPersistence.countByIntPraticaId_TipoIntegrazione_Completa( dettPratica.getIntPraticaId(), TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE, true) + 1); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java index 1218f934..2b01c2d8 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java @@ -129,9 +129,8 @@ public class DettPraticaServiceImpl extends DettPraticaServiceBaseImpl { String causalePagamento, String mezzoPagamento, String importoBolli, String importoSpeseIstruttoria, Date dataEffettuazione, int statusTask, boolean workflowForzato, long soggettoSostituitoId, String destinazione, String ag, String descLongIntervento, String via, String localita, - String estremiCatastali, String estremiPratCom, long variataDa, long varianteNumero, - boolean varianteSostanziale, boolean operaConforme, boolean collaudoStatico, - String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori, + String estremiCatastali, String estremiPratCom, long variataDa, long varianteNumero, boolean operaConforme, + boolean collaudoStatico, String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo, String codiceRuoloDelegato, boolean lavoriInEconomiaCommittente, boolean inizioLavoriContestualeOpera, Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera, Date dataFineEsecuzioneOpera, String metratura, boolean lavoriPubblici, long pagamentoId, @@ -226,7 +225,7 @@ public class DettPraticaServiceImpl extends DettPraticaServiceBaseImpl { } else { dettPratica = dettPraticaLocalService.updateDettPraticaDatiDomanda(userId, dettPraticaId, intPraticaId, tipoIntegrazione, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, - estremiPratCom, varianteSostanziale, collaudoStatico, codiceFiscaleDelegatoCommittente, + estremiPratCom, collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, lavoriInEconomiaCommittente, metratura, lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, deCostruzione, diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloLocalServiceImpl.java deleted file mode 100644 index dffb3ee9..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloLocalServiceImpl.java +++ /dev/null @@ -1,96 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.impl; - -import it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl; - -import java.util.Date; - -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.model.User; -import com.liferay.portal.service.ServiceContext; - -/** - * The implementation of the info fascicolo local service. - * - *

- * All custom service methods should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy - * their definitions into the {@link it.tref.liferay.portos.bo.service.InfoFascicoloLocalService} interface. - * - *

- * This is a local service. Methods of this service will not have security checks based on the propagated JAAS - * credentials because this service can only be accessed from within the same VM. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil - */ -public class InfoFascicoloLocalServiceImpl extends InfoFascicoloLocalServiceBaseImpl { - /* - * NOTE FOR DEVELOPERS: - * - * Never reference this interface directly. Always use {@link - * it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil} to access the info fascicolo local service. - */ - - @Override - public InfoFascicolo addInfoFascicolo(long intPraticaId, String numeroProgetto, ServiceContext serviceContext) - throws SystemException, PortalException { - - return addInfoFascicolo(intPraticaId, numeroProgetto, false, serviceContext); - } - - @Override - public InfoFascicolo addInfoFascicolo(long intPraticaId, String numeroProgetto, boolean alreadyImported, - ServiceContext serviceContext) throws SystemException, PortalException { - - User user = userLocalService.getUser(serviceContext.getUserId()); - Date now = new Date(); - InfoFascicolo infoFascicolo = createInfoFascicolo(counterLocalService.increment(InfoFascicolo.class.getName())); - infoFascicolo.setCompanyId(serviceContext.getCompanyId()); - infoFascicolo.setGroupId(serviceContext.getScopeGroupId()); - infoFascicolo.setUserId(serviceContext.getUserId()); - infoFascicolo.setUserName(user.getScreenName()); - infoFascicolo.setCreateDate(serviceContext.getCreateDate(now)); - infoFascicolo.setModifiedDate(serviceContext.getModifiedDate(now)); - infoFascicolo.setIntPraticaId(intPraticaId); - infoFascicolo.setNumeroProgetto(numeroProgetto); - infoFascicolo.setAlreadyImported(alreadyImported); - return infoFascicolo; - } - - @Override - public InfoFascicolo findByIntPratica(long intPraticaId) throws SystemException, NoSuchInfoFascicoloException { - - return infoFascicoloPersistence.findByIntPratica(intPraticaId); - } - - @Override - public InfoFascicolo fetchByIntPratica(long intPraticaId) throws SystemException, NoSuchInfoFascicoloException { - - return infoFascicoloPersistence.fetchByIntPratica(intPraticaId); - } - - @Override - public InfoFascicolo updateAlreadyImportedField(long infoFascicoloId) throws NoSuchInfoFascicoloException, - SystemException { - - InfoFascicolo infoFascicolo = infoFascicoloPersistence.findByPrimaryKey(infoFascicoloId); - infoFascicolo.setAlreadyImported(true); - return updateInfoFascicolo(infoFascicolo); - } -} diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloServiceImpl.java deleted file mode 100644 index b85951dd..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/InfoFascicoloServiceImpl.java +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.impl; - -import it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl; - -/** - * The implementation of the info fascicolo remote service. - * - *

- * All custom service methods should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy - * their definitions into the {@link it.tref.liferay.portos.bo.service.InfoFascicoloService} interface. - * - *

- * This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS - * credentials because this service can be accessed remotely. - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl - * @see it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil - */ -public class InfoFascicoloServiceImpl extends InfoFascicoloServiceBaseImpl { - /* - * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link - * it.tref.liferay.portos.bo.service.InfoFascicoloServiceUtil} to access the info fascicolo remote service. - */ -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java index 895a3e13..3b8b49c2 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java @@ -768,7 +768,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { docPraticaLocalService.deleteDocPratica(docPraticaAnnullamentoId); intPratica.setModifiedDate(new Date()); intPratica.setDtAnnullamento(null); - intPratica.setDocPraticaAnnullamentoId(0l); + intPratica.setDocPraticaAnnullamentoId(0L); intPratica = intPraticaPersistence.update(intPratica); } @@ -823,7 +823,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { propertiesTemplate); avvisoLocalService.addAvviso(intPraticaId, StringPool.BLANK, new Date(), AvvisoUtil.TIPO_AVVISO_DIRETTO, StatoPraticaConstants.ANNULLA_ISTANZA, fileEntryIdTemplate, dettPratica.getDettPraticaId(), - DettPratica.class.getName(), StringPool.BLANK, 0l, 0l, StringPool.BLANK, 0l, serviceContext); + DettPratica.class.getName(), StringPool.BLANK, 0L, 0L, StringPool.BLANK, 0L, serviceContext); } @Override @@ -849,7 +849,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { propertiesTemplate); avvisoLocalService.addAvviso(intPraticaId, StringPool.BLANK, new Date(), AvvisoUtil.TIPO_AVVISO_DIRETTO, StatoPraticaConstants.CAMBIO_ISTRUTTORE, fileEntryIdTemplate, dettPratica.getDettPraticaId(), - DettPratica.class.getName(), StringPool.BLANK, 0l, 0l, StringPool.BLANK, controlloPraticaId, + DettPratica.class.getName(), StringPool.BLANK, 0L, 0L, StringPool.BLANK, controlloPraticaId, serviceContext); WorkflowTask lastTask = WorkflowUtil.getLastTask(controlloPratica.getCompanyId(), controlloPratica.getGroupId(), null, controlloPratica); @@ -863,7 +863,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { JSONSerializer jsonSerializer = JSONFactoryUtil.createJSONSerializer(); jsonFormParameters = jsonSerializer.serialize(parametri); try { - FormLogLocalServiceUtil.addFormLog(lastTask.getWorkflowInstanceId(), 0l, "cambio-istruttore", + FormLogLocalServiceUtil.addFormLog(lastTask.getWorkflowInstanceId(), 0L, "cambio-istruttore", jsonFormParameters, serviceContext); } catch (Exception e) { throw new WorkflowException(e); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java index d2421ef5..855e52f8 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java @@ -20,7 +20,6 @@ import it.tref.liferay.portos.bo.model.impl.PagamentoModelImpl; import it.tref.liferay.portos.bo.service.base.PagamentoLocalServiceBaseImpl; import it.tref.liferay.portos.bo.shared.util.ConfigurazioneConstants; import it.tref.liferay.portos.bo.shared.util.PagamentoConstants; -import it.tref.liferay.portos.bo.util.PagamentiCommonUtil; import it.tref.liferay.portos.bo.util.PagamentiUtil; import it.tref.liferay.portos.bo.util.PraticaUtil; @@ -65,13 +64,13 @@ import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil; * @see it.tref.liferay.portos.bo.service.PagamentoLocalServiceUtil */ public class PagamentoLocalServiceImpl extends PagamentoLocalServiceBaseImpl { - private static final Log _log = LogFactoryUtil.getLog(PagamentoLocalServiceImpl.class); - /* * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link * it.tref.liferay.portos.bo.service.PagamentoLocalServiceUtil} to access the pagamento local service. */ + private static final Log _log = LogFactoryUtil.getLog(PagamentoLocalServiceImpl.class); + @SuppressWarnings("serial") private static Map pagamenti = new HashMap() { { @@ -482,15 +481,10 @@ public class PagamentoLocalServiceImpl extends PagamentoLocalServiceBaseImpl { ServiceContext serviceContext) throws PortalException, SystemException { Pagamento pagamento = getPagamento(pagamentoId); - long intPraticaId = pagamento.getIntPraticaId(); String currentUtilizzata = pagamento.getUtilizzata(); - String currentMezzo = pagamento.getMezzo(); String tipoPagamento = pagamento.getTipoPagamento(); - boolean irisEnable = PagamentiCommonUtil.irisIsEnable(pagamento.getCompanyId()); if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE)) { - if (irisEnable) { - throw new PortalException("Creazione pagamento manuale con iris enable non possibile"); - } else if (currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE) + if (currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE) || currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA) || currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)) { if (DettPratica.class.getName().equals(pagamento.getClassName())) { @@ -522,40 +516,6 @@ public class PagamentoLocalServiceImpl extends PagamentoLocalServiceBaseImpl { throw new PortalException("Creazione pagamento manuale con stato " + currentUtilizzata + " non possibile"); } - } else if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_IRIS)) { - if (irisEnable - && (currentMezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE) || (currentUtilizzata - .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE) - || currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA) || currentUtilizzata - .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)))) { - if (DettPratica.class.getName().equals(pagamento.getClassName())) { - DettPratica dettPratica = dettPraticaLocalService.getDettPratica(pagamento.getClassPk()); - if (PagamentoConstants.PAGAMENTO_ONERI.equals(tipoPagamento)) { - dettPratica.setPagamentoIdOneri(0L); - } else { - dettPratica.setPagamentoIdBolli(0L); - } - dettPratica = dettPraticaLocalService.updateDettPratica(dettPratica); - } else if (FineLavori.class.getName().equals(pagamento.getClassName())) { - FineLavori fineLavori = fineLavoriLocalService.getFineLavori(pagamento.getClassPk()); - fineLavori.setPagamentoId(0L); - fineLavori = fineLavoriLocalService.updateFineLavori(fineLavori); - } else if (Collaudo.class.getName().equals(pagamento.getClassName())) { - Collaudo collaudo = collaudoLocalService.getCollaudo(pagamento.getClassPk()); - collaudo.setPagamentoId(0L); - collaudo = collaudoLocalService.updateCollaudo(collaudo); - } else { - throw new RuntimeException("unable to replace pagamento for entity type " - + pagamento.getClassName() + " with id " + pagamento.getClassPk()); - } - pagamento.setUtilizzata(PagamentoConstants.UTILIZZATA_SOSTITUITA); - pagamento.setUtilizzataSostituita(currentUtilizzata); - updatePagamento(pagamento); - PagamentiUtil.nuovoPagamento(url, pagamento.getClassPk(), pagamento.getClassName(), - pagamento.getTipoPagamento(), pagamento.getImporto(), codiceFiscaleCommittente, serviceContext); - } else { - throw new PortalException("Pagamento IRIS non sostituibile per intPratica " + intPraticaId); - } } else { throw new PortalException("Mezzo non presente"); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ProvinciaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ProvinciaLocalServiceImpl.java index c5adc248..4f0330bb 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ProvinciaLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ProvinciaLocalServiceImpl.java @@ -54,9 +54,7 @@ import com.liferay.portal.service.ServiceContext; */ public class ProvinciaLocalServiceImpl extends ProvinciaLocalServiceBaseImpl { /* - * NOTE FOR DEVELOPERS: - * - * Never reference this interface directly. Always use {@link + * NOTE FOR DEVELOPERS Never reference this interface directly. Always use {@link * it.tref.liferay.portos.bo.service.ProvinciaLocalServiceUtil} to access the provincia local service. */ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java index be7b64c0..44f394c4 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java @@ -4281,7 +4281,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl dettPraticaImpl.setEstremiPratCom(dettPratica.getEstremiPratCom()); dettPraticaImpl.setVariataDa(dettPratica.getVariataDa()); dettPraticaImpl.setVarianteNumero(dettPratica.getVarianteNumero()); - dettPraticaImpl.setVarianteSostanziale(dettPratica.isVarianteSostanziale()); dettPraticaImpl.setOperaConforme(dettPratica.isOperaConforme()); dettPraticaImpl.setCollaudoStatico(dettPratica.isCollaudoStatico()); dettPraticaImpl.setNoCollaudo(dettPratica.isNoCollaudo()); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java deleted file mode 100644 index b85535de..00000000 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java +++ /dev/null @@ -1,2422 +0,0 @@ -/** - * Copyright (c) 2000-present Liferay, Inc. All rights reserved. - * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) - * any later version. - * - * This library is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - */ - -package it.tref.liferay.portos.bo.service.persistence; - -import com.liferay.portal.kernel.cache.CacheRegistryUtil; -import com.liferay.portal.kernel.dao.orm.EntityCacheUtil; -import com.liferay.portal.kernel.dao.orm.FinderCacheUtil; -import com.liferay.portal.kernel.dao.orm.FinderPath; -import com.liferay.portal.kernel.dao.orm.Query; -import com.liferay.portal.kernel.dao.orm.QueryPos; -import com.liferay.portal.kernel.dao.orm.QueryUtil; -import com.liferay.portal.kernel.dao.orm.Session; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.log.Log; -import com.liferay.portal.kernel.log.LogFactoryUtil; -import com.liferay.portal.kernel.util.GetterUtil; -import com.liferay.portal.kernel.util.InstanceFactory; -import com.liferay.portal.kernel.util.OrderByComparator; -import com.liferay.portal.kernel.util.PropsKeys; -import com.liferay.portal.kernel.util.PropsUtil; -import com.liferay.portal.kernel.util.SetUtil; -import com.liferay.portal.kernel.util.StringBundler; -import com.liferay.portal.kernel.util.StringPool; -import com.liferay.portal.kernel.util.StringUtil; -import com.liferay.portal.kernel.util.UnmodifiableList; -import com.liferay.portal.kernel.util.Validator; -import com.liferay.portal.kernel.uuid.PortalUUIDUtil; -import com.liferay.portal.model.CacheModel; -import com.liferay.portal.model.ModelListener; -import com.liferay.portal.service.persistence.impl.BasePersistenceImpl; - -import it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; -import it.tref.liferay.portos.bo.model.InfoFascicolo; -import it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl; -import it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl; -import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence; - -import java.io.Serializable; - -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; -import java.util.Set; - -/** - * The persistence implementation for the info fascicolo service. - * - *

- * Caching information and settings can be found in portal.properties - *

- * - * @author Davide Barbagallo, 3F Consulting - * @see InfoFascicoloPersistence - * @see InfoFascicoloUtil - * @generated - */ -public class InfoFascicoloPersistenceImpl extends BasePersistenceImpl - implements InfoFascicoloPersistence { - /* - * NOTE FOR DEVELOPERS: - * - * Never modify or reference this class directly. Always use {@link InfoFascicoloUtil} to access the info fascicolo persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class. - */ - public static final String FINDER_CLASS_NAME_ENTITY = InfoFascicoloImpl.class.getName(); - public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION = FINDER_CLASS_NAME_ENTITY + - ".List1"; - public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION = FINDER_CLASS_NAME_ENTITY + - ".List2"; - public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, - "findAll", new String[0]); - public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, - "findAll", new String[0]); - public static final FinderPath FINDER_PATH_COUNT_ALL = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, Long.class, - FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countAll", new String[0]); - public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, - "findByUuid", - new String[] { - String.class.getName(), - - Integer.class.getName(), Integer.class.getName(), - OrderByComparator.class.getName() - }); - public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, - "findByUuid", new String[] { String.class.getName() }, - InfoFascicoloModelImpl.UUID_COLUMN_BITMASK); - public static final FinderPath FINDER_PATH_COUNT_BY_UUID = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, Long.class, - FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUuid", - new String[] { String.class.getName() }); - - /** - * Returns all the info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid(String uuid) - throws SystemException { - return findByUuid(uuid, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); - } - - /** - * Returns a range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid(String uuid, int start, int end) - throws SystemException { - return findByUuid(uuid, start, end, null); - } - - /** - * Returns an ordered range of all the info fascicolos where uuid = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid(String uuid, int start, int end, - OrderByComparator orderByComparator) throws SystemException { - boolean pagination = true; - FinderPath finderPath = null; - Object[] finderArgs = null; - - if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && - (orderByComparator == null)) { - pagination = false; - finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID; - finderArgs = new Object[] { uuid }; - } - else { - finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID; - finderArgs = new Object[] { uuid, start, end, orderByComparator }; - } - - List list = (List)FinderCacheUtil.getResult(finderPath, - finderArgs, this); - - if ((list != null) && !list.isEmpty()) { - for (InfoFascicolo infoFascicolo : list) { - if (!Validator.equals(uuid, infoFascicolo.getUuid())) { - list = null; - - break; - } - } - } - - if (list == null) { - StringBundler query = null; - - if (orderByComparator != null) { - query = new StringBundler(3 + - (orderByComparator.getOrderByFields().length * 3)); - } - else { - query = new StringBundler(3); - } - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_UUID_2); - } - - if (orderByComparator != null) { - appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, - orderByComparator); - } - else - if (pagination) { - query.append(InfoFascicoloModelImpl.ORDER_BY_JPQL); - } - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - if (!pagination) { - list = (List)QueryUtil.list(q, getDialect(), - start, end, false); - - Collections.sort(list); - - list = new UnmodifiableList(list); - } - else { - list = (List)QueryUtil.list(q, getDialect(), - start, end); - } - - cacheResult(list); - - FinderCacheUtil.putResult(finderPath, finderArgs, list); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return list; - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByUuid_First(String uuid, - OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByUuid_First(uuid, orderByComparator); - - if (infoFascicolo != null) { - return infoFascicolo; - } - - StringBundler msg = new StringBundler(4); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("uuid="); - msg.append(uuid); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUuid_First(String uuid, - OrderByComparator orderByComparator) throws SystemException { - List list = findByUuid(uuid, 0, 1, orderByComparator); - - if (!list.isEmpty()) { - return list.get(0); - } - - return null; - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByUuid_Last(String uuid, - OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByUuid_Last(uuid, orderByComparator); - - if (infoFascicolo != null) { - return infoFascicolo; - } - - StringBundler msg = new StringBundler(4); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("uuid="); - msg.append(uuid); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ?. - * - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUuid_Last(String uuid, - OrderByComparator orderByComparator) throws SystemException { - int count = countByUuid(uuid); - - if (count == 0) { - return null; - } - - List list = findByUuid(uuid, count - 1, count, - orderByComparator); - - if (!list.isEmpty()) { - return list.get(0); - } - - return null; - } - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo[] findByUuid_PrevAndNext(long infoFascicoloId, - String uuid, OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = findByPrimaryKey(infoFascicoloId); - - Session session = null; - - try { - session = openSession(); - - InfoFascicolo[] array = new InfoFascicoloImpl[3]; - - array[0] = getByUuid_PrevAndNext(session, infoFascicolo, uuid, - orderByComparator, true); - - array[1] = infoFascicolo; - - array[2] = getByUuid_PrevAndNext(session, infoFascicolo, uuid, - orderByComparator, false); - - return array; - } - catch (Exception e) { - throw processException(e); - } - finally { - closeSession(session); - } - } - - protected InfoFascicolo getByUuid_PrevAndNext(Session session, - InfoFascicolo infoFascicolo, String uuid, - OrderByComparator orderByComparator, boolean previous) { - StringBundler query = null; - - if (orderByComparator != null) { - query = new StringBundler(6 + - (orderByComparator.getOrderByFields().length * 6)); - } - else { - query = new StringBundler(3); - } - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_UUID_2); - } - - if (orderByComparator != null) { - String[] orderByConditionFields = orderByComparator.getOrderByConditionFields(); - - if (orderByConditionFields.length > 0) { - query.append(WHERE_AND); - } - - for (int i = 0; i < orderByConditionFields.length; i++) { - query.append(_ORDER_BY_ENTITY_ALIAS); - query.append(orderByConditionFields[i]); - - if ((i + 1) < orderByConditionFields.length) { - if (orderByComparator.isAscending() ^ previous) { - query.append(WHERE_GREATER_THAN_HAS_NEXT); - } - else { - query.append(WHERE_LESSER_THAN_HAS_NEXT); - } - } - else { - if (orderByComparator.isAscending() ^ previous) { - query.append(WHERE_GREATER_THAN); - } - else { - query.append(WHERE_LESSER_THAN); - } - } - } - - query.append(ORDER_BY_CLAUSE); - - String[] orderByFields = orderByComparator.getOrderByFields(); - - for (int i = 0; i < orderByFields.length; i++) { - query.append(_ORDER_BY_ENTITY_ALIAS); - query.append(orderByFields[i]); - - if ((i + 1) < orderByFields.length) { - if (orderByComparator.isAscending() ^ previous) { - query.append(ORDER_BY_ASC_HAS_NEXT); - } - else { - query.append(ORDER_BY_DESC_HAS_NEXT); - } - } - else { - if (orderByComparator.isAscending() ^ previous) { - query.append(ORDER_BY_ASC); - } - else { - query.append(ORDER_BY_DESC); - } - } - } - } - else { - query.append(InfoFascicoloModelImpl.ORDER_BY_JPQL); - } - - String sql = query.toString(); - - Query q = session.createQuery(sql); - - q.setFirstResult(0); - q.setMaxResults(2); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - if (orderByComparator != null) { - Object[] values = orderByComparator.getOrderByConditionValues(infoFascicolo); - - for (Object value : values) { - qPos.add(value); - } - } - - List list = q.list(); - - if (list.size() == 2) { - return list.get(1); - } - else { - return null; - } - } - - /** - * Removes all the info fascicolos where uuid = ? from the database. - * - * @param uuid the uuid - * @throws SystemException if a system exception occurred - */ - @Override - public void removeByUuid(String uuid) throws SystemException { - for (InfoFascicolo infoFascicolo : findByUuid(uuid, QueryUtil.ALL_POS, - QueryUtil.ALL_POS, null)) { - remove(infoFascicolo); - } - } - - /** - * Returns the number of info fascicolos where uuid = ?. - * - * @param uuid the uuid - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int countByUuid(String uuid) throws SystemException { - FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID; - - Object[] finderArgs = new Object[] { uuid }; - - Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs, - this); - - if (count == null) { - StringBundler query = new StringBundler(2); - - query.append(_SQL_COUNT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_UUID_2); - } - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - count = (Long)q.uniqueResult(); - - FinderCacheUtil.putResult(finderPath, finderArgs, count); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return count.intValue(); - } - - private static final String _FINDER_COLUMN_UUID_UUID_1 = "infoFascicolo.uuid IS NULL"; - private static final String _FINDER_COLUMN_UUID_UUID_2 = "infoFascicolo.uuid = ?"; - private static final String _FINDER_COLUMN_UUID_UUID_3 = "(infoFascicolo.uuid IS NULL OR infoFascicolo.uuid = '')"; - public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_ENTITY, "fetchByUUID_G", - new String[] { String.class.getName(), Long.class.getName() }, - InfoFascicoloModelImpl.UUID_COLUMN_BITMASK | - InfoFascicoloModelImpl.GROUPID_COLUMN_BITMASK); - public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, Long.class, - FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUUID_G", - new String[] { String.class.getName(), Long.class.getName() }); - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByUUID_G(String uuid, long groupId) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByUUID_G(uuid, groupId); - - if (infoFascicolo == null) { - StringBundler msg = new StringBundler(6); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("uuid="); - msg.append(uuid); - - msg.append(", groupId="); - msg.append(groupId); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - if (_log.isWarnEnabled()) { - _log.warn(msg.toString()); - } - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - return infoFascicolo; - } - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUUID_G(String uuid, long groupId) - throws SystemException { - return fetchByUUID_G(uuid, groupId, true); - } - - /** - * Returns the info fascicolo where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param uuid the uuid - * @param groupId the group ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUUID_G(String uuid, long groupId, - boolean retrieveFromCache) throws SystemException { - Object[] finderArgs = new Object[] { uuid, groupId }; - - Object result = null; - - if (retrieveFromCache) { - result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_UUID_G, - finderArgs, this); - } - - if (result instanceof InfoFascicolo) { - InfoFascicolo infoFascicolo = (InfoFascicolo)result; - - if (!Validator.equals(uuid, infoFascicolo.getUuid()) || - (groupId != infoFascicolo.getGroupId())) { - result = null; - } - } - - if (result == null) { - StringBundler query = new StringBundler(4); - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_G_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_G_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_G_UUID_2); - } - - query.append(_FINDER_COLUMN_UUID_G_GROUPID_2); - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - qPos.add(groupId); - - List list = q.list(); - - if (list.isEmpty()) { - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, - finderArgs, list); - } - else { - InfoFascicolo infoFascicolo = list.get(0); - - result = infoFascicolo; - - cacheResult(infoFascicolo); - - if ((infoFascicolo.getUuid() == null) || - !infoFascicolo.getUuid().equals(uuid) || - (infoFascicolo.getGroupId() != groupId)) { - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, - finderArgs, infoFascicolo); - } - } - } - catch (Exception e) { - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_UUID_G, - finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - if (result instanceof List) { - return null; - } - else { - return (InfoFascicolo)result; - } - } - - /** - * Removes the info fascicolo where uuid = ? and groupId = ? from the database. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo removeByUUID_G(String uuid, long groupId) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = findByUUID_G(uuid, groupId); - - return remove(infoFascicolo); - } - - /** - * Returns the number of info fascicolos where uuid = ? and groupId = ?. - * - * @param uuid the uuid - * @param groupId the group ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int countByUUID_G(String uuid, long groupId) - throws SystemException { - FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID_G; - - Object[] finderArgs = new Object[] { uuid, groupId }; - - Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs, - this); - - if (count == null) { - StringBundler query = new StringBundler(3); - - query.append(_SQL_COUNT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_G_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_G_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_G_UUID_2); - } - - query.append(_FINDER_COLUMN_UUID_G_GROUPID_2); - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - qPos.add(groupId); - - count = (Long)q.uniqueResult(); - - FinderCacheUtil.putResult(finderPath, finderArgs, count); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return count.intValue(); - } - - private static final String _FINDER_COLUMN_UUID_G_UUID_1 = "infoFascicolo.uuid IS NULL AND "; - private static final String _FINDER_COLUMN_UUID_G_UUID_2 = "infoFascicolo.uuid = ? AND "; - private static final String _FINDER_COLUMN_UUID_G_UUID_3 = "(infoFascicolo.uuid IS NULL OR infoFascicolo.uuid = '') AND "; - private static final String _FINDER_COLUMN_UUID_G_GROUPID_2 = "infoFascicolo.groupId = ?"; - public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, - "findByUuid_C", - new String[] { - String.class.getName(), Long.class.getName(), - - Integer.class.getName(), Integer.class.getName(), - OrderByComparator.class.getName() - }); - public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C = - new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, - "findByUuid_C", - new String[] { String.class.getName(), Long.class.getName() }, - InfoFascicoloModelImpl.UUID_COLUMN_BITMASK | - InfoFascicoloModelImpl.COMPANYID_COLUMN_BITMASK); - public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, Long.class, - FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUuid_C", - new String[] { String.class.getName(), Long.class.getName() }); - - /** - * Returns all the info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid_C(String uuid, long companyId) - throws SystemException { - return findByUuid_C(uuid, companyId, QueryUtil.ALL_POS, - QueryUtil.ALL_POS, null); - } - - /** - * Returns a range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid_C(String uuid, long companyId, - int start, int end) throws SystemException { - return findByUuid_C(uuid, companyId, start, end, null); - } - - /** - * Returns an ordered range of all the info fascicolos where uuid = ? and companyId = ?. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param uuid the uuid - * @param companyId the company ID - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findByUuid_C(String uuid, long companyId, - int start, int end, OrderByComparator orderByComparator) - throws SystemException { - boolean pagination = true; - FinderPath finderPath = null; - Object[] finderArgs = null; - - if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && - (orderByComparator == null)) { - pagination = false; - finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C; - finderArgs = new Object[] { uuid, companyId }; - } - else { - finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C; - finderArgs = new Object[] { - uuid, companyId, - - start, end, orderByComparator - }; - } - - List list = (List)FinderCacheUtil.getResult(finderPath, - finderArgs, this); - - if ((list != null) && !list.isEmpty()) { - for (InfoFascicolo infoFascicolo : list) { - if (!Validator.equals(uuid, infoFascicolo.getUuid()) || - (companyId != infoFascicolo.getCompanyId())) { - list = null; - - break; - } - } - } - - if (list == null) { - StringBundler query = null; - - if (orderByComparator != null) { - query = new StringBundler(4 + - (orderByComparator.getOrderByFields().length * 3)); - } - else { - query = new StringBundler(4); - } - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_C_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_C_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_C_UUID_2); - } - - query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2); - - if (orderByComparator != null) { - appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, - orderByComparator); - } - else - if (pagination) { - query.append(InfoFascicoloModelImpl.ORDER_BY_JPQL); - } - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - qPos.add(companyId); - - if (!pagination) { - list = (List)QueryUtil.list(q, getDialect(), - start, end, false); - - Collections.sort(list); - - list = new UnmodifiableList(list); - } - else { - list = (List)QueryUtil.list(q, getDialect(), - start, end); - } - - cacheResult(list); - - FinderCacheUtil.putResult(finderPath, finderArgs, list); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return list; - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByUuid_C_First(String uuid, long companyId, - OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByUuid_C_First(uuid, companyId, - orderByComparator); - - if (infoFascicolo != null) { - return infoFascicolo; - } - - StringBundler msg = new StringBundler(6); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("uuid="); - msg.append(uuid); - - msg.append(", companyId="); - msg.append(companyId); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - /** - * Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the first matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUuid_C_First(String uuid, long companyId, - OrderByComparator orderByComparator) throws SystemException { - List list = findByUuid_C(uuid, companyId, 0, 1, - orderByComparator); - - if (!list.isEmpty()) { - return list.get(0); - } - - return null; - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByUuid_C_Last(String uuid, long companyId, - OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByUuid_C_Last(uuid, companyId, - orderByComparator); - - if (infoFascicolo != null) { - return infoFascicolo; - } - - StringBundler msg = new StringBundler(6); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("uuid="); - msg.append(uuid); - - msg.append(", companyId="); - msg.append(companyId); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - /** - * Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the last matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByUuid_C_Last(String uuid, long companyId, - OrderByComparator orderByComparator) throws SystemException { - int count = countByUuid_C(uuid, companyId); - - if (count == 0) { - return null; - } - - List list = findByUuid_C(uuid, companyId, count - 1, - count, orderByComparator); - - if (!list.isEmpty()) { - return list.get(0); - } - - return null; - } - - /** - * Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ? and companyId = ?. - * - * @param infoFascicoloId the primary key of the current info fascicolo - * @param uuid the uuid - * @param companyId the company ID - * @param orderByComparator the comparator to order the set by (optionally null) - * @return the previous, current, and next info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo[] findByUuid_C_PrevAndNext(long infoFascicoloId, - String uuid, long companyId, OrderByComparator orderByComparator) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = findByPrimaryKey(infoFascicoloId); - - Session session = null; - - try { - session = openSession(); - - InfoFascicolo[] array = new InfoFascicoloImpl[3]; - - array[0] = getByUuid_C_PrevAndNext(session, infoFascicolo, uuid, - companyId, orderByComparator, true); - - array[1] = infoFascicolo; - - array[2] = getByUuid_C_PrevAndNext(session, infoFascicolo, uuid, - companyId, orderByComparator, false); - - return array; - } - catch (Exception e) { - throw processException(e); - } - finally { - closeSession(session); - } - } - - protected InfoFascicolo getByUuid_C_PrevAndNext(Session session, - InfoFascicolo infoFascicolo, String uuid, long companyId, - OrderByComparator orderByComparator, boolean previous) { - StringBundler query = null; - - if (orderByComparator != null) { - query = new StringBundler(6 + - (orderByComparator.getOrderByFields().length * 6)); - } - else { - query = new StringBundler(3); - } - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_C_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_C_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_C_UUID_2); - } - - query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2); - - if (orderByComparator != null) { - String[] orderByConditionFields = orderByComparator.getOrderByConditionFields(); - - if (orderByConditionFields.length > 0) { - query.append(WHERE_AND); - } - - for (int i = 0; i < orderByConditionFields.length; i++) { - query.append(_ORDER_BY_ENTITY_ALIAS); - query.append(orderByConditionFields[i]); - - if ((i + 1) < orderByConditionFields.length) { - if (orderByComparator.isAscending() ^ previous) { - query.append(WHERE_GREATER_THAN_HAS_NEXT); - } - else { - query.append(WHERE_LESSER_THAN_HAS_NEXT); - } - } - else { - if (orderByComparator.isAscending() ^ previous) { - query.append(WHERE_GREATER_THAN); - } - else { - query.append(WHERE_LESSER_THAN); - } - } - } - - query.append(ORDER_BY_CLAUSE); - - String[] orderByFields = orderByComparator.getOrderByFields(); - - for (int i = 0; i < orderByFields.length; i++) { - query.append(_ORDER_BY_ENTITY_ALIAS); - query.append(orderByFields[i]); - - if ((i + 1) < orderByFields.length) { - if (orderByComparator.isAscending() ^ previous) { - query.append(ORDER_BY_ASC_HAS_NEXT); - } - else { - query.append(ORDER_BY_DESC_HAS_NEXT); - } - } - else { - if (orderByComparator.isAscending() ^ previous) { - query.append(ORDER_BY_ASC); - } - else { - query.append(ORDER_BY_DESC); - } - } - } - } - else { - query.append(InfoFascicoloModelImpl.ORDER_BY_JPQL); - } - - String sql = query.toString(); - - Query q = session.createQuery(sql); - - q.setFirstResult(0); - q.setMaxResults(2); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - qPos.add(companyId); - - if (orderByComparator != null) { - Object[] values = orderByComparator.getOrderByConditionValues(infoFascicolo); - - for (Object value : values) { - qPos.add(value); - } - } - - List list = q.list(); - - if (list.size() == 2) { - return list.get(1); - } - else { - return null; - } - } - - /** - * Removes all the info fascicolos where uuid = ? and companyId = ? from the database. - * - * @param uuid the uuid - * @param companyId the company ID - * @throws SystemException if a system exception occurred - */ - @Override - public void removeByUuid_C(String uuid, long companyId) - throws SystemException { - for (InfoFascicolo infoFascicolo : findByUuid_C(uuid, companyId, - QueryUtil.ALL_POS, QueryUtil.ALL_POS, null)) { - remove(infoFascicolo); - } - } - - /** - * Returns the number of info fascicolos where uuid = ? and companyId = ?. - * - * @param uuid the uuid - * @param companyId the company ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int countByUuid_C(String uuid, long companyId) - throws SystemException { - FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID_C; - - Object[] finderArgs = new Object[] { uuid, companyId }; - - Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs, - this); - - if (count == null) { - StringBundler query = new StringBundler(3); - - query.append(_SQL_COUNT_INFOFASCICOLO_WHERE); - - boolean bindUuid = false; - - if (uuid == null) { - query.append(_FINDER_COLUMN_UUID_C_UUID_1); - } - else if (uuid.equals(StringPool.BLANK)) { - query.append(_FINDER_COLUMN_UUID_C_UUID_3); - } - else { - bindUuid = true; - - query.append(_FINDER_COLUMN_UUID_C_UUID_2); - } - - query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2); - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - if (bindUuid) { - qPos.add(uuid); - } - - qPos.add(companyId); - - count = (Long)q.uniqueResult(); - - FinderCacheUtil.putResult(finderPath, finderArgs, count); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return count.intValue(); - } - - private static final String _FINDER_COLUMN_UUID_C_UUID_1 = "infoFascicolo.uuid IS NULL AND "; - private static final String _FINDER_COLUMN_UUID_C_UUID_2 = "infoFascicolo.uuid = ? AND "; - private static final String _FINDER_COLUMN_UUID_C_UUID_3 = "(infoFascicolo.uuid IS NULL OR infoFascicolo.uuid = '') AND "; - private static final String _FINDER_COLUMN_UUID_C_COMPANYID_2 = "infoFascicolo.companyId = ?"; - public static final FinderPath FINDER_PATH_FETCH_BY_INTPRATICA = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, - InfoFascicoloImpl.class, FINDER_CLASS_NAME_ENTITY, - "fetchByIntPratica", new String[] { Long.class.getName() }, - InfoFascicoloModelImpl.INTPRATICAID_COLUMN_BITMASK); - public static final FinderPath FINDER_PATH_COUNT_BY_INTPRATICA = new FinderPath(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloModelImpl.FINDER_CACHE_ENABLED, Long.class, - FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByIntPratica", - new String[] { Long.class.getName() }); - - /** - * Returns the info fascicolo where intPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByIntPratica(long intPraticaId) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByIntPratica(intPraticaId); - - if (infoFascicolo == null) { - StringBundler msg = new StringBundler(4); - - msg.append(_NO_SUCH_ENTITY_WITH_KEY); - - msg.append("intPraticaId="); - msg.append(intPraticaId); - - msg.append(StringPool.CLOSE_CURLY_BRACE); - - if (_log.isWarnEnabled()) { - _log.warn(msg.toString()); - } - - throw new NoSuchInfoFascicoloException(msg.toString()); - } - - return infoFascicolo; - } - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found. Uses the finder cache. - * - * @param intPraticaId the int pratica ID - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByIntPratica(long intPraticaId) - throws SystemException { - return fetchByIntPratica(intPraticaId, true); - } - - /** - * Returns the info fascicolo where intPraticaId = ? or returns null if it could not be found, optionally using the finder cache. - * - * @param intPraticaId the int pratica ID - * @param retrieveFromCache whether to use the finder cache - * @return the matching info fascicolo, or null if a matching info fascicolo could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByIntPratica(long intPraticaId, - boolean retrieveFromCache) throws SystemException { - Object[] finderArgs = new Object[] { intPraticaId }; - - Object result = null; - - if (retrieveFromCache) { - result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_INTPRATICA, - finderArgs, this); - } - - if (result instanceof InfoFascicolo) { - InfoFascicolo infoFascicolo = (InfoFascicolo)result; - - if ((intPraticaId != infoFascicolo.getIntPraticaId())) { - result = null; - } - } - - if (result == null) { - StringBundler query = new StringBundler(3); - - query.append(_SQL_SELECT_INFOFASCICOLO_WHERE); - - query.append(_FINDER_COLUMN_INTPRATICA_INTPRATICAID_2); - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - qPos.add(intPraticaId); - - List list = q.list(); - - if (list.isEmpty()) { - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_INTPRATICA, - finderArgs, list); - } - else { - if ((list.size() > 1) && _log.isWarnEnabled()) { - _log.warn( - "InfoFascicoloPersistenceImpl.fetchByIntPratica(long, boolean) with parameters (" + - StringUtil.merge(finderArgs) + - ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder."); - } - - InfoFascicolo infoFascicolo = list.get(0); - - result = infoFascicolo; - - cacheResult(infoFascicolo); - - if ((infoFascicolo.getIntPraticaId() != intPraticaId)) { - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_INTPRATICA, - finderArgs, infoFascicolo); - } - } - } - catch (Exception e) { - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_INTPRATICA, - finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - if (result instanceof List) { - return null; - } - else { - return (InfoFascicolo)result; - } - } - - /** - * Removes the info fascicolo where intPraticaId = ? from the database. - * - * @param intPraticaId the int pratica ID - * @return the info fascicolo that was removed - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo removeByIntPratica(long intPraticaId) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = findByIntPratica(intPraticaId); - - return remove(infoFascicolo); - } - - /** - * Returns the number of info fascicolos where intPraticaId = ?. - * - * @param intPraticaId the int pratica ID - * @return the number of matching info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int countByIntPratica(long intPraticaId) throws SystemException { - FinderPath finderPath = FINDER_PATH_COUNT_BY_INTPRATICA; - - Object[] finderArgs = new Object[] { intPraticaId }; - - Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs, - this); - - if (count == null) { - StringBundler query = new StringBundler(2); - - query.append(_SQL_COUNT_INFOFASCICOLO_WHERE); - - query.append(_FINDER_COLUMN_INTPRATICA_INTPRATICAID_2); - - String sql = query.toString(); - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - QueryPos qPos = QueryPos.getInstance(q); - - qPos.add(intPraticaId); - - count = (Long)q.uniqueResult(); - - FinderCacheUtil.putResult(finderPath, finderArgs, count); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return count.intValue(); - } - - private static final String _FINDER_COLUMN_INTPRATICA_INTPRATICAID_2 = "infoFascicolo.intPraticaId = ?"; - - public InfoFascicoloPersistenceImpl() { - setModelClass(InfoFascicolo.class); - } - - /** - * Caches the info fascicolo in the entity cache if it is enabled. - * - * @param infoFascicolo the info fascicolo - */ - @Override - public void cacheResult(InfoFascicolo infoFascicolo) { - EntityCacheUtil.putResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, infoFascicolo.getPrimaryKey(), - infoFascicolo); - - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, - new Object[] { infoFascicolo.getUuid(), infoFascicolo.getGroupId() }, - infoFascicolo); - - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_INTPRATICA, - new Object[] { infoFascicolo.getIntPraticaId() }, infoFascicolo); - - infoFascicolo.resetOriginalValues(); - } - - /** - * Caches the info fascicolos in the entity cache if it is enabled. - * - * @param infoFascicolos the info fascicolos - */ - @Override - public void cacheResult(List infoFascicolos) { - for (InfoFascicolo infoFascicolo : infoFascicolos) { - if (EntityCacheUtil.getResult( - InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, infoFascicolo.getPrimaryKey()) == null) { - cacheResult(infoFascicolo); - } - else { - infoFascicolo.resetOriginalValues(); - } - } - } - - /** - * Clears the cache for all info fascicolos. - * - *

- * The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method. - *

- */ - @Override - public void clearCache() { - if (_HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE) { - CacheRegistryUtil.clear(InfoFascicoloImpl.class.getName()); - } - - EntityCacheUtil.clearCache(InfoFascicoloImpl.class.getName()); - - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY); - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); - } - - /** - * Clears the cache for the info fascicolo. - * - *

- * The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method. - *

- */ - @Override - public void clearCache(InfoFascicolo infoFascicolo) { - EntityCacheUtil.removeResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, infoFascicolo.getPrimaryKey()); - - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); - - clearUniqueFindersCache(infoFascicolo); - } - - @Override - public void clearCache(List infoFascicolos) { - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); - - for (InfoFascicolo infoFascicolo : infoFascicolos) { - EntityCacheUtil.removeResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, infoFascicolo.getPrimaryKey()); - - clearUniqueFindersCache(infoFascicolo); - } - } - - protected void cacheUniqueFindersCache(InfoFascicolo infoFascicolo) { - if (infoFascicolo.isNew()) { - Object[] args = new Object[] { - infoFascicolo.getUuid(), infoFascicolo.getGroupId() - }; - - FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_UUID_G, args, - Long.valueOf(1)); - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, args, - infoFascicolo); - - args = new Object[] { infoFascicolo.getIntPraticaId() }; - - FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_INTPRATICA, args, - Long.valueOf(1)); - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_INTPRATICA, args, - infoFascicolo); - } - else { - InfoFascicoloModelImpl infoFascicoloModelImpl = (InfoFascicoloModelImpl)infoFascicolo; - - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_FETCH_BY_UUID_G.getColumnBitmask()) != 0) { - Object[] args = new Object[] { - infoFascicolo.getUuid(), infoFascicolo.getGroupId() - }; - - FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_UUID_G, args, - Long.valueOf(1)); - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, args, - infoFascicolo); - } - - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_FETCH_BY_INTPRATICA.getColumnBitmask()) != 0) { - Object[] args = new Object[] { infoFascicolo.getIntPraticaId() }; - - FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_INTPRATICA, - args, Long.valueOf(1)); - FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_INTPRATICA, - args, infoFascicolo); - } - } - } - - protected void clearUniqueFindersCache(InfoFascicolo infoFascicolo) { - InfoFascicoloModelImpl infoFascicoloModelImpl = (InfoFascicoloModelImpl)infoFascicolo; - - Object[] args = new Object[] { - infoFascicolo.getUuid(), infoFascicolo.getGroupId() - }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID_G, args); - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_UUID_G, args); - - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_FETCH_BY_UUID_G.getColumnBitmask()) != 0) { - args = new Object[] { - infoFascicoloModelImpl.getOriginalUuid(), - infoFascicoloModelImpl.getOriginalGroupId() - }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID_G, args); - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_UUID_G, args); - } - - args = new Object[] { infoFascicolo.getIntPraticaId() }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_INTPRATICA, args); - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_INTPRATICA, args); - - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_FETCH_BY_INTPRATICA.getColumnBitmask()) != 0) { - args = new Object[] { infoFascicoloModelImpl.getOriginalIntPraticaId() }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_INTPRATICA, args); - FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_INTPRATICA, args); - } - } - - /** - * Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. - * - * @param infoFascicoloId the primary key for the new info fascicolo - * @return the new info fascicolo - */ - @Override - public InfoFascicolo create(long infoFascicoloId) { - InfoFascicolo infoFascicolo = new InfoFascicoloImpl(); - - infoFascicolo.setNew(true); - infoFascicolo.setPrimaryKey(infoFascicoloId); - - String uuid = PortalUUIDUtil.generate(); - - infoFascicolo.setUuid(uuid); - - return infoFascicolo; - } - - /** - * Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo remove(long infoFascicoloId) - throws NoSuchInfoFascicoloException, SystemException { - return remove((Serializable)infoFascicoloId); - } - - /** - * Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. - * - * @param primaryKey the primary key of the info fascicolo - * @return the info fascicolo that was removed - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo remove(Serializable primaryKey) - throws NoSuchInfoFascicoloException, SystemException { - Session session = null; - - try { - session = openSession(); - - InfoFascicolo infoFascicolo = (InfoFascicolo)session.get(InfoFascicoloImpl.class, - primaryKey); - - if (infoFascicolo == null) { - if (_log.isWarnEnabled()) { - _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); - } - - throw new NoSuchInfoFascicoloException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + - primaryKey); - } - - return remove(infoFascicolo); - } - catch (NoSuchInfoFascicoloException nsee) { - throw nsee; - } - catch (Exception e) { - throw processException(e); - } - finally { - closeSession(session); - } - } - - @Override - protected InfoFascicolo removeImpl(InfoFascicolo infoFascicolo) - throws SystemException { - infoFascicolo = toUnwrappedModel(infoFascicolo); - - Session session = null; - - try { - session = openSession(); - - if (!session.contains(infoFascicolo)) { - infoFascicolo = (InfoFascicolo)session.get(InfoFascicoloImpl.class, - infoFascicolo.getPrimaryKeyObj()); - } - - if (infoFascicolo != null) { - session.delete(infoFascicolo); - } - } - catch (Exception e) { - throw processException(e); - } - finally { - closeSession(session); - } - - if (infoFascicolo != null) { - clearCache(infoFascicolo); - } - - return infoFascicolo; - } - - @Override - public InfoFascicolo updateImpl( - it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) - throws SystemException { - infoFascicolo = toUnwrappedModel(infoFascicolo); - - boolean isNew = infoFascicolo.isNew(); - - InfoFascicoloModelImpl infoFascicoloModelImpl = (InfoFascicoloModelImpl)infoFascicolo; - - if (Validator.isNull(infoFascicolo.getUuid())) { - String uuid = PortalUUIDUtil.generate(); - - infoFascicolo.setUuid(uuid); - } - - Session session = null; - - try { - session = openSession(); - - if (infoFascicolo.isNew()) { - session.save(infoFascicolo); - - infoFascicolo.setNew(false); - } - else { - session.merge(infoFascicolo); - } - } - catch (Exception e) { - throw processException(e); - } - finally { - closeSession(session); - } - - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); - - if (isNew || !InfoFascicoloModelImpl.COLUMN_BITMASK_ENABLED) { - FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); - } - - else { - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID.getColumnBitmask()) != 0) { - Object[] args = new Object[] { - infoFascicoloModelImpl.getOriginalUuid() - }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID, args); - FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID, - args); - - args = new Object[] { infoFascicoloModelImpl.getUuid() }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID, args); - FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID, - args); - } - - if ((infoFascicoloModelImpl.getColumnBitmask() & - FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C.getColumnBitmask()) != 0) { - Object[] args = new Object[] { - infoFascicoloModelImpl.getOriginalUuid(), - infoFascicoloModelImpl.getOriginalCompanyId() - }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID_C, args); - FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C, - args); - - args = new Object[] { - infoFascicoloModelImpl.getUuid(), - infoFascicoloModelImpl.getCompanyId() - }; - - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID_C, args); - FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C, - args); - } - } - - EntityCacheUtil.putResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, infoFascicolo.getPrimaryKey(), - infoFascicolo); - - clearUniqueFindersCache(infoFascicolo); - cacheUniqueFindersCache(infoFascicolo); - - return infoFascicolo; - } - - protected InfoFascicolo toUnwrappedModel(InfoFascicolo infoFascicolo) { - if (infoFascicolo instanceof InfoFascicoloImpl) { - return infoFascicolo; - } - - InfoFascicoloImpl infoFascicoloImpl = new InfoFascicoloImpl(); - - infoFascicoloImpl.setNew(infoFascicolo.isNew()); - infoFascicoloImpl.setPrimaryKey(infoFascicolo.getPrimaryKey()); - - infoFascicoloImpl.setUuid(infoFascicolo.getUuid()); - infoFascicoloImpl.setInfoFascicoloId(infoFascicolo.getInfoFascicoloId()); - infoFascicoloImpl.setCompanyId(infoFascicolo.getCompanyId()); - infoFascicoloImpl.setUserId(infoFascicolo.getUserId()); - infoFascicoloImpl.setUserName(infoFascicolo.getUserName()); - infoFascicoloImpl.setCreateDate(infoFascicolo.getCreateDate()); - infoFascicoloImpl.setModifiedDate(infoFascicolo.getModifiedDate()); - infoFascicoloImpl.setGroupId(infoFascicolo.getGroupId()); - infoFascicoloImpl.setIntPraticaId(infoFascicolo.getIntPraticaId()); - infoFascicoloImpl.setNumeroProgetto(infoFascicolo.getNumeroProgetto()); - infoFascicoloImpl.setAlreadyImported(infoFascicolo.isAlreadyImported()); - - return infoFascicoloImpl; - } - - /** - * Returns the info fascicolo with the primary key or throws a {@link com.liferay.portal.NoSuchModelException} if it could not be found. - * - * @param primaryKey the primary key of the info fascicolo - * @return the info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByPrimaryKey(Serializable primaryKey) - throws NoSuchInfoFascicoloException, SystemException { - InfoFascicolo infoFascicolo = fetchByPrimaryKey(primaryKey); - - if (infoFascicolo == null) { - if (_log.isWarnEnabled()) { - _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); - } - - throw new NoSuchInfoFascicoloException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + - primaryKey); - } - - return infoFascicolo; - } - - /** - * Returns the info fascicolo with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo - * @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo findByPrimaryKey(long infoFascicoloId) - throws NoSuchInfoFascicoloException, SystemException { - return findByPrimaryKey((Serializable)infoFascicoloId); - } - - /** - * Returns the info fascicolo with the primary key or returns null if it could not be found. - * - * @param primaryKey the primary key of the info fascicolo - * @return the info fascicolo, or null if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByPrimaryKey(Serializable primaryKey) - throws SystemException { - InfoFascicolo infoFascicolo = (InfoFascicolo)EntityCacheUtil.getResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, primaryKey); - - if (infoFascicolo == _nullInfoFascicolo) { - return null; - } - - if (infoFascicolo == null) { - Session session = null; - - try { - session = openSession(); - - infoFascicolo = (InfoFascicolo)session.get(InfoFascicoloImpl.class, - primaryKey); - - if (infoFascicolo != null) { - cacheResult(infoFascicolo); - } - else { - EntityCacheUtil.putResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, primaryKey, _nullInfoFascicolo); - } - } - catch (Exception e) { - EntityCacheUtil.removeResult(InfoFascicoloModelImpl.ENTITY_CACHE_ENABLED, - InfoFascicoloImpl.class, primaryKey); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return infoFascicolo; - } - - /** - * Returns the info fascicolo with the primary key or returns null if it could not be found. - * - * @param infoFascicoloId the primary key of the info fascicolo - * @return the info fascicolo, or null if a info fascicolo with the primary key could not be found - * @throws SystemException if a system exception occurred - */ - @Override - public InfoFascicolo fetchByPrimaryKey(long infoFascicoloId) - throws SystemException { - return fetchByPrimaryKey((Serializable)infoFascicoloId); - } - - /** - * Returns all the info fascicolos. - * - * @return the info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findAll() throws SystemException { - return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); - } - - /** - * Returns a range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @return the range of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findAll(int start, int end) - throws SystemException { - return findAll(start, end, null); - } - - /** - * Returns an ordered range of all the info fascicolos. - * - *

- * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. - *

- * - * @param start the lower bound of the range of info fascicolos - * @param end the upper bound of the range of info fascicolos (not inclusive) - * @param orderByComparator the comparator to order the results by (optionally null) - * @return the ordered range of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public List findAll(int start, int end, - OrderByComparator orderByComparator) throws SystemException { - boolean pagination = true; - FinderPath finderPath = null; - Object[] finderArgs = null; - - if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && - (orderByComparator == null)) { - pagination = false; - finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL; - finderArgs = FINDER_ARGS_EMPTY; - } - else { - finderPath = FINDER_PATH_WITH_PAGINATION_FIND_ALL; - finderArgs = new Object[] { start, end, orderByComparator }; - } - - List list = (List)FinderCacheUtil.getResult(finderPath, - finderArgs, this); - - if (list == null) { - StringBundler query = null; - String sql = null; - - if (orderByComparator != null) { - query = new StringBundler(2 + - (orderByComparator.getOrderByFields().length * 3)); - - query.append(_SQL_SELECT_INFOFASCICOLO); - - appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, - orderByComparator); - - sql = query.toString(); - } - else { - sql = _SQL_SELECT_INFOFASCICOLO; - - if (pagination) { - sql = sql.concat(InfoFascicoloModelImpl.ORDER_BY_JPQL); - } - } - - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(sql); - - if (!pagination) { - list = (List)QueryUtil.list(q, getDialect(), - start, end, false); - - Collections.sort(list); - - list = new UnmodifiableList(list); - } - else { - list = (List)QueryUtil.list(q, getDialect(), - start, end); - } - - cacheResult(list); - - FinderCacheUtil.putResult(finderPath, finderArgs, list); - } - catch (Exception e) { - FinderCacheUtil.removeResult(finderPath, finderArgs); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return list; - } - - /** - * Removes all the info fascicolos from the database. - * - * @throws SystemException if a system exception occurred - */ - @Override - public void removeAll() throws SystemException { - for (InfoFascicolo infoFascicolo : findAll()) { - remove(infoFascicolo); - } - } - - /** - * Returns the number of info fascicolos. - * - * @return the number of info fascicolos - * @throws SystemException if a system exception occurred - */ - @Override - public int countAll() throws SystemException { - Long count = (Long)FinderCacheUtil.getResult(FINDER_PATH_COUNT_ALL, - FINDER_ARGS_EMPTY, this); - - if (count == null) { - Session session = null; - - try { - session = openSession(); - - Query q = session.createQuery(_SQL_COUNT_INFOFASCICOLO); - - count = (Long)q.uniqueResult(); - - FinderCacheUtil.putResult(FINDER_PATH_COUNT_ALL, - FINDER_ARGS_EMPTY, count); - } - catch (Exception e) { - FinderCacheUtil.removeResult(FINDER_PATH_COUNT_ALL, - FINDER_ARGS_EMPTY); - - throw processException(e); - } - finally { - closeSession(session); - } - } - - return count.intValue(); - } - - @Override - protected Set getBadColumnNames() { - return _badColumnNames; - } - - /** - * Initializes the info fascicolo persistence. - */ - public void afterPropertiesSet() { - String[] listenerClassNames = StringUtil.split(GetterUtil.getString( - com.liferay.util.service.ServiceProps.get( - "value.object.listener.it.tref.liferay.portos.bo.model.InfoFascicolo"))); - - if (listenerClassNames.length > 0) { - try { - List> listenersList = new ArrayList>(); - - for (String listenerClassName : listenerClassNames) { - listenersList.add((ModelListener)InstanceFactory.newInstance( - getClassLoader(), listenerClassName)); - } - - listeners = listenersList.toArray(new ModelListener[listenersList.size()]); - } - catch (Exception e) { - _log.error(e); - } - } - } - - public void destroy() { - EntityCacheUtil.removeCache(InfoFascicoloImpl.class.getName()); - FinderCacheUtil.removeCache(FINDER_CLASS_NAME_ENTITY); - FinderCacheUtil.removeCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); - FinderCacheUtil.removeCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); - } - - private static final String _SQL_SELECT_INFOFASCICOLO = "SELECT infoFascicolo FROM InfoFascicolo infoFascicolo"; - private static final String _SQL_SELECT_INFOFASCICOLO_WHERE = "SELECT infoFascicolo FROM InfoFascicolo infoFascicolo WHERE "; - private static final String _SQL_COUNT_INFOFASCICOLO = "SELECT COUNT(infoFascicolo) FROM InfoFascicolo infoFascicolo"; - private static final String _SQL_COUNT_INFOFASCICOLO_WHERE = "SELECT COUNT(infoFascicolo) FROM InfoFascicolo infoFascicolo WHERE "; - private static final String _ORDER_BY_ENTITY_ALIAS = "infoFascicolo."; - private static final String _NO_SUCH_ENTITY_WITH_PRIMARY_KEY = "No InfoFascicolo exists with the primary key "; - private static final String _NO_SUCH_ENTITY_WITH_KEY = "No InfoFascicolo exists with the key {"; - private static final boolean _HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE = GetterUtil.getBoolean(PropsUtil.get( - PropsKeys.HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE)); - private static Log _log = LogFactoryUtil.getLog(InfoFascicoloPersistenceImpl.class); - private static Set _badColumnNames = SetUtil.fromArray(new String[] { - "uuid" - }); - private static InfoFascicolo _nullInfoFascicolo = new InfoFascicoloImpl() { - @Override - public Object clone() { - return this; - } - - @Override - public CacheModel toCacheModel() { - return _nullInfoFascicoloCacheModel; - } - }; - - private static CacheModel _nullInfoFascicoloCacheModel = new CacheModel() { - @Override - public InfoFascicolo toEntityModel() { - return _nullInfoFascicolo; - } - }; -} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/startup/RoleUpdateAction.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/startup/RoleUpdateAction.java index 80b34ae6..99104232 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/startup/RoleUpdateAction.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/startup/RoleUpdateAction.java @@ -44,7 +44,7 @@ public class RoleUpdateAction extends SimpleAction { Map titleMap = new LinkedHashMap(); titleMap.put(Locale.ITALY, Constants.ROLE_NAME_GEOLOGO); Map descriptionMap = new LinkedHashMap(); - descriptionMap.put(Locale.ITALY, "E' un geologo"); + descriptionMap.put(Locale.ITALY, "È un geologo"); int type = RoleConstants.TYPE_REGULAR; String subtype = null; ServiceContext serviceContext = null; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/util/TempisticaConstants.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/util/TempisticaConstants.java index 3eef5713..a4933a87 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/util/TempisticaConstants.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/util/TempisticaConstants.java @@ -2,10 +2,10 @@ package it.tref.liferay.portos.bo.util; public class TempisticaConstants { - public static final String TIPO_PRATICA = "P"; - public static final String TIPO_INTEGRAZIONE = "I"; + public static final String TIPO_PRATICA = "P"; + public static final String TIPO_INTEGRAZIONE = "I"; - public static final int STATO_ATTIVA = 1; - public static final int STATO_IN_SCADENZA = 0; - public static final int STATO_SCADUTA = -1; + public static final int STATO_ATTIVA = 1; + public static final int STATO_IN_SCADENZA = 0; + public static final int STATO_SCADUTA = -1; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/portlet.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/portlet.properties index eab79b7f..d0f0b1a0 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/portlet.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/portlet.properties @@ -1,64 +1,7 @@ resource.actions.configs=resource-actions/default.xml -# IRIS ## -geniocivile.iris.receiver.id = RTIRIS -geniocivile.iris.receiver.sys = SIL_IRIS_ITR - -geniocivile.iris.speseistruttoria.sender.id = RegioneToscana -geniocivile.iris.speseistruttoria.sender.sys = SIL_RTOSCANA_GC -geniocivile.iris.bolli.sender.id = RegioneToscana -#geniocivile.iris.bolli.sender.id = SPC/RegioneToscana -geniocivile.iris.bolli.sender.sys = SIL_E_BOLLO - -#geniocivile.iris.iuv.keystore.path = /resource/iris/keystore_iuv.p12 -#geniocivile.iris.iuv.keystore.password = p0rt0s -geniocivile.iris.iuv.sender.id = 01386030488 - -geniocivile.iris.mittente.id = RT_GENCIV -geniocivile.iris.mittente.descrizione = Genio Civile RT - -geniocivile.iris.speseistruttoria.tipopendenza = SPESE_GC -geniocivile.iris.speseistruttoria.descrizionecausale = Spese istruttoria Genio Civile -geniocivile.iris.bolli.tipopendenza = E_BOLLO -geniocivile.iris.bolli.descrizionecausale = Bolli Genio Civile - -#geniocivile.iris.bolli.iban = IT05N0200802800123456789012 -#geniocivile.iris.bolli.beneficiario = ALTRO BENEFICIARIO -#geniocivile.iris.spese.iban = IT05N0200802800123456789012 -#geniocivile.iris.spese.beneficiario = ALTRO BENEFICIARIO - -geniocivile.iris.bolli.riscossore.id = ADE -geniocivile.iris.bolli.riscossore.riferimento = BOLLI_GC - -geniocivile.iris.speseistruttoria.username = SIL_RTOSCANA_GC -#PRODUZIONE -geniocivile.iris.speseistruttoria.password = jsdf714t3 -#STAGING -#geniocivile.iris.speseistruttoria.password = ihr7snas - -geniocivile.iris.bolli.username = SIL_E_BOLLO -#PRODUZIONE -geniocivile.iris.bolli.password = Zui6(hR4 -#STAGING -#geniocivile.iris.bolli.password = kith6T(x - -geniocivile.iris.error.tipopagamento.notallowed = Tipologia Pagamento non supportata -geniocivile.iris.error.iuv.url = IUV service url not set -geniocivile.iris.error.iuv.falut = IUV Fault - -geniocivile.iris.email.destinatario = support.iris@tasgroup.it -geniocivile.iris.email.mittente = noreply-FE-PORTOS@regione.toscana.it -geniocivile.iris.email.oggetto = Notifica pendenza in corso -geniocivile.iris.email.corpo = La pendenza [$CODICE_PENDENZA$] con causale [$DESCRIZIONE_CAUSALE$] creata in data [$DATA_CREAZIONE_PENDENZA$] e associata a [$CODICE_FISCALE_PAGAMENTO$] \uFFFD in pending. - #protocollo.cvs.url=http://localhost:9090/portos-protocollazione-service/v1/api-rest/export-protocolli protocollo.cvs.url=http://localhost:9080/portos-protocollazione-service/v1/api-rest/export-protocolli ## Importer ## portos.files.importer.callback.address=http://localhost:9080/portos-file-retriever-portlet/FileRetriever - -## SOLO PER STAGING ## -#portos.default.company=20404 - -## SOLO PER LOCALE ## -portos.default.company=20155 \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties index 8ae7668e..04508ffb 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties @@ -13,8 +13,8 @@ ## build.namespace=portos_bo - build.number=3033 - build.date=1617889763598 + build.number=3043 + build.date=1618405143549 build.auto.upgrade=true ## diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/amministrazione/tabs/parametri/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/amministrazione/tabs/parametri/view.jsp index 1b78c34f..49efca0d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/amministrazione/tabs/parametri/view.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/amministrazione/tabs/parametri/view.jsp @@ -21,24 +21,16 @@ String schedulerFirmaDocumento = ConfigurazioneServiceUtil.findByC_ChiaveString( ConfigurazioneConstants.SCHEDULER_FIRMA_DOCUMENTO); String schedulerInvioDocumento = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.SCHEDULER_INVIO_DOCUMENTO); -String schedulerIris = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.SCHEDULER_IRIS); boolean schedulerVersioningBoolean = Boolean.parseBoolean(schedulerVersioning); boolean schedulerGeneraDocumentoBoolean = Boolean.parseBoolean(schedulerGeneraDocumento); boolean schedulerFirmaDocumentoBoolean = Boolean.parseBoolean(schedulerFirmaDocumento); boolean schedulerInvioDocumentoBoolean = Boolean.parseBoolean(schedulerInvioDocumento); -boolean schedulerIrisBoolean = Boolean.parseBoolean(schedulerIris); -String irisVerificaPagamentiURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, - ConfigurazioneConstants.IRIS_VERIFICA_PAGAMENTI_URL); String protocollazioneServiceURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.PROTOCOLLAZIONE_SERVICE_URL); String protocollazioneExportURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.PROTOCOLLAZIONE_SERVICE_EXPORT_URL); String protocollazioneImportURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.PROTOCOLLAZIONE_SERVICE_IMPORT_URL); -String irisComunicazioniDebitorieURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, - ConfigurazioneConstants.IRIS_COMUNICAZIONI_DEBITORIE_URL); -String irisGenerazioneIUVURL = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, - ConfigurazioneConstants.IRIS_GENERAZIONE_IUV_URL); String importobollo = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId, ConfigurazioneConstants.IMPORTO_BOLLO); %> @@ -66,16 +58,6 @@ String importobollo = ConfigurazioneServiceUtil.findByC_ChiaveString(companyId,
- - - - - - - -<%@page import="it.tref.liferay.portos.bo.shared.util.PortletKeys"%> -<%@ include file="/html/init.jsp"%> - -<% - String intPraticaId = ParamUtil.getString(request, "intPraticaId"); - - String tooltip = ParamUtil.getString(request, "tooltip"); - String message = ParamUtil.getString(request, "message", StringPool.BLANK); - String buttonClass = ParamUtil.getString(request, "buttonClass", StringPool.BLANK); - - String random = StringUtil.randomId(); - String buttonId = "eventButton" + random; - String contentId = "contentDiv" + random; - String titleId = "Importazione Files"; -%> - - - - - - - - - -
-
-

Importazione files del fascicolo in corso...

-

Il processo può impiegare diversi minuti.

-

Si prega di attendere...

-
- - - - - - - - -
-
- <%--
-

- Completato -

- Refresh -
--%> -
- - -<% - String function = "A.io.request('" - + importFileURL - + "',{data: {" - + renderResponse.getNamespace() - + "intPraticaId: '" - + intPraticaId - + "'}," - + "dataType: 'json',on: {failure: function() {alert('impossibile importare il file allegato...');},success: function(event, id, obj) {var content = A.one('#" - + renderResponse.getNamespace() + contentId - + "');var response = this.get('responseData');content.html(response)}}});"; -%> - - - - - - - \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/common/import_window.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/common/import_window.jsp index 58af495f..6d23548a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/common/import_window.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/common/import_window.jsp @@ -1,54 +1,48 @@ <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="it.tref.liferay.portos.bo.shared.util.PortletKeys"%> -<%@ include file="/html/init.jsp"%> - +<%@include file="/html/init.jsp"%> <% - String classPk = ParamUtil.getString(request, "classPk"); - String className = ParamUtil.getString(request, "className"); - - // Serve perché da view_accordion dà problemi - String classPK = ParamUtil.getString(request, "classPK"); - String classNAME = ParamUtil.getString(request, "classNAME"); - if (Validator.isNotNull(classPK) && Validator.isNotNull(classNAME)) { - classPk = classPK; - className = classNAME; - } - - String tooltip = ParamUtil.getString(request, "tooltip"); - String message = ParamUtil.getString(request, "message", StringPool.BLANK); - String buttonClass = ParamUtil.getString(request, "buttonClass", StringPool.BLANK); - - String random = StringUtil.randomId(); - String buttonId = "eventButton" + random; - String contentId = "contentDiv" + random; - String titleId = "Importazione File"; +String classPk = ParamUtil.getString(request, "classPk"); +String className = ParamUtil.getString(request, "className"); +// Serve perché da view_accordion dà problemi +String classPK = ParamUtil.getString(request, "classPK"); +String classNAME = ParamUtil.getString(request, "classNAME"); +if (Validator.isNotNull(classPK) && Validator.isNotNull(classNAME)) { + classPk = classPK; + className = classNAME; +} +String tooltip = ParamUtil.getString(request, "tooltip"); +String message = ParamUtil.getString(request, "message", StringPool.BLANK); +String buttonClass = ParamUtil.getString(request, "buttonClass", StringPool.BLANK); +String random = StringUtil.randomId(); +String buttonId = "eventButton" + random; +String contentId = "contentDiv" + random; +String titleId = "Importazione File"; %> - - - + + + - - + + - -
+

File non ancora importato

Processo in corso...

Si prega di attendere qualche minuto

+ preserveAspectRatio="xMidYMid" class="lds-double-ring"> + keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite" /> + keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite" />
- <%--
-

- Completato -

- Refresh -
--%>
- - - + + <% - String function = "A.io.request('" - + importFileURL - + "',{" - + "dataType: 'json',on: {failure: function() {alert('impossibile importare il file allegato...');},success: function(event, id, obj) {var content = A.one('#" - + renderResponse.getNamespace() + contentId - + "');var response = this.get('responseData');content.html(response)}}});"; +String function = "A.io.request('" + importFileURL + "',{" + + "dataType: 'json',on: {failure: function() {alert('impossibile importare il file allegato...');},success: function(event, id, obj) {var content = A.one('#" + + renderResponse.getNamespace() + contentId + + "');var response = this.get('responseData');content.html(response)}}});"; %> - - - - - - + + + + + \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp index 97d88c9a..2fa0e02c 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp @@ -251,40 +251,20 @@ List historyWorkflowActions = HistoryWorkflowActionLocalS String link = cronostoriaLink.getLink(); %> - - - <% - String avvisoId = link.split(StringPool.UNDERLINE)[1]; - String className = Avviso.class.getName(); - String random = StringUtil.randomId(); - String buttonId = "eventButton" + random; - String contentId = "contentDiv"+random; - String titleId = "Importazione File"; - %> - - - - - - - - - <% - boolean isInviato = CronostoriaTypeEnum.FIRMA.equals(cronostoriaLink.getType()); - %> - - - + <% + boolean isInviato = CronostoriaTypeEnum.FIRMA.equals(cronostoriaLink.getType()); + %> + <% } %> <% - testo += content2; + testo += content2; } } else { //IN BO - ADT: bug BO ID=6 stampa fascicolo variante diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_dettagli_principali.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_dettagli_principali.jsp index 95e3a975..d7a9d0f4 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_dettagli_principali.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_dettagli_principali.jsp @@ -38,12 +38,7 @@
-
- <%= "Variante "+LanguageUtil.get(pageContext, "dp-variante-sostanziale") %> -
-
- <%= BeanPropertiesUtil.getBoolean(dettPratica, "varianteSostanziale") == true ? "SI" : "NO" %> -
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/action_button.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/action_button.jsp index 65e4d4de..15dd0834 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/action_button.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/action_button.jsp @@ -42,6 +42,7 @@ String randomId = StringUtil.randomId(); String buttonIdCambioIstruttore = "buttonIdCambioIstruttore_" + randomId; String buttonIdSelezionaGeologo = "buttonIdSelezionaGeologo_" + randomId; String buttonIdAnnullaRicGeologo = "buttonIdAnnullaRicGeologo_" + randomId; +String buttonIdAllegaSanzione = "buttonIdAllegaSanzione_" + controlloPratica.getDettPraticaId(); String buttonIdAggiungiDettPraticheAlControllo = "buttonIdAggiungiDettPraticheAlControllo_" + randomId; Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(intPratica.getTerritorioId()); long territorioGroupId = territorio.getGroupId(); @@ -152,13 +153,31 @@ long territorioGroupId = territorio.getGroupId();
-
+ <%-- + + + + + + +
+ +
+
+ --%> diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/actions/action_allega_sanzione.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/actions/action_allega_sanzione.jsp new file mode 100644 index 00000000..f9e82ec0 --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/gestioneattivita/actions/action_allega_sanzione.jsp @@ -0,0 +1,33 @@ +<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/html/gestioneattivita/init.jsp"%> +<% +long intPraticaId = ParamUtil.getLong(request, "intPraticaId"); +long dettPraticaId = ParamUtil.getLong(request, "dettPraticaId"); +String buttonIdAllegaSanzione = ParamUtil.getString(request, "buttonIdAllegaSanzione"); +String randomId = StringUtil.randomId(); +String formNameAllegaSanzione = "formNameAllegaSanzione_" + randomId; +String divIdAllegaSanzione = "divIdAllegaSanzione_" + randomId; +System.out.println("intPraticaId = " + intPraticaId + ", dettPraticaId = " + dettPraticaId); +%> + + + + + + +
+ + + +
+ + + + + + + + + +
\ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/pagamenti/view_pagamenti_pending.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/pagamenti/view_pagamenti_pending.jsp index 9e891e13..bc5b1d75 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/pagamenti/view_pagamenti_pending.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/pagamenti/view_pagamenti_pending.jsp @@ -75,12 +75,7 @@ - - - - - - +
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/content/Language.properties b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/content/Language.properties index 93bdf41a..49777e50 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/content/Language.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/content/Language.properties @@ -1,13 +1,9 @@ - asseverazioni-attive-domanda-non-modificabile = Asseverazioni Attive - Domanda non modificabile domanda-non-modificabile = Domanda non modificabile fascicolo-action-open-pratica = Apri pratica fascicolo-action-parere-geologo = Esprimi parere pagamento-attivo-domanda-non-modificabile = Pagamento in corso - Domanda non modificabile - -#ADT bug id = 22 -#fascicolo_title_intervento = Descrizione Intervento add-fascicolo = Aggiungi Progetto data-richiesta = Data richiesta desc-intervento = Descrizione @@ -28,7 +24,6 @@ tipologia-soggetto = Tipologia Soggetto variante = Variante view-fascicolo = Visualizza Fascicolo - add-delega = Aggiungi Delega cat_dati_domanda = Dati domanda chiudi-tutte-deleghe = Chiudi tutte le deleghe @@ -48,7 +43,6 @@ view-docaggiuntiva = Documentazione Aggiuntiva view-riepilogo = Riepilogo view-storico = Cronostoria - add-allegato = Aggiungi allegato add-soggetto = Aggiungi soggetto annulla-asseverazioni = Annulla Asseverazioni @@ -65,16 +59,12 @@ gestione-deleghe = Gestisci deleghe gestione-deleghe-compilazione = Gestisci deleghe di compilazione gestione-deleghe-funzionali = Gestisci deleghe funzionali richiedi-asseverazioni = Richiedi Asseverazioni -sostituisci-pagamento = Effettua pagamento con IRIS tipologia = Tipologia upload-allegato = Allegato - cancel = Annulla help_message_allegato_variazione_soggetti =

Per concludere la variazione soggetto è necessario allegare un file firmato dal soggetto in questione e almeno uno dei soggetti già inseriti nella pratica.

SOLO nel caso di COMMITTENTE, l'unica firma OBBLIGATORIA è quella del TITOLARE DIGITALE della pratica.

-#help_message_calcolo_importo = Calcolare l'importo e poi premere su "Paga e invia".

ATTENZIONE:
Assicurarsi di consentire l'apertura dei popup per l'indirizzo https://www327.regione.toscana.it:443.
help_message_calcolo_importo = Calcolare l'importo e poi premere su "Paga e invia".
-help_message_iris_popup = Non sono stati abilitati i popup per l'indirizzo https://www327.regione.toscana.it:443.
help_message_verifica = La tabella sottostante indica le condizioni di validazione per la pratica in oggetto salva-bozza = Salva Bozza salva-conferma = Salva e Conferma @@ -99,11 +89,6 @@ no-deleghe-archivio = Nessuna Delega in Archivio label-documenti-tipologia-AI = Allegati obbligatori annullamento -tipo_procedura_a = A - Interventi “rilevanti†da realizzare previo rilascio di autorizzazione ai sensi dell'art. 94 D.P.R. 380/01 D.D.G. 189/19 all. A - lettera A
A - varianti da realizzare su autorizzazione, per pratiche cartacee già acquisite dagli Uffici del Genio Civile -tipo_procedura_b = B - Interventi di “minore rilevanza†zone 3-4 D.D.G. 189/2019 all. A - lettera B -tipo_procedura_b1 = B1 - Interventi di “minore rilevanza†zone 1-2 ed interventi in abitati da consolidare, art.61 (zone 3-4) -tipo_procedura_c = C - Interventi “privi di rilevanza“ D.D.G. 189/19 all. A - lett. C - persona-responsabile-compilazione-sezione=Responsabile della compilazione di questa sezione persone-responsabili-compilazione-sezione=Responsabili della compilazione di questa sezione diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java index 6beab0c6..d8322e4f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java @@ -6,7 +6,6 @@ import it.tref.liferay.portos.bo.model.Comune; import it.tref.liferay.portos.bo.model.Delega; import it.tref.liferay.portos.bo.model.DettPratica; import it.tref.liferay.portos.bo.model.FineLavori; -import it.tref.liferay.portos.bo.model.InfoFascicolo; import it.tref.liferay.portos.bo.model.IntPratica; import it.tref.liferay.portos.bo.model.Pagamento; import it.tref.liferay.portos.bo.model.Provincia; @@ -21,7 +20,6 @@ import it.tref.liferay.portos.bo.service.DelegaServiceUtil; import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil; import it.tref.liferay.portos.bo.service.DettPraticaServiceUtil; import it.tref.liferay.portos.bo.service.FineLavoriServiceUtil; -import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; import it.tref.liferay.portos.bo.service.IntPraticaServiceUtil; import it.tref.liferay.portos.bo.service.PagamentoLocalServiceUtil; @@ -33,7 +31,6 @@ import it.tref.liferay.portos.bo.service.TerritorioLocalServiceUtil; import it.tref.liferay.portos.bo.shared.bean.FirmeBean; import it.tref.liferay.portos.bo.shared.util.FascicoloURLUtil; import it.tref.liferay.portos.bo.shared.util.FirmeUtil; -import it.tref.liferay.portos.bo.shared.util.PortletKeys; import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil; import it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil; import it.tref.liferay.portos.bo.util.AsseverazioniUtil; @@ -87,7 +84,6 @@ import com.liferay.portal.kernel.json.JSONSerializer; import com.liferay.portal.kernel.language.LanguageUtil; import com.liferay.portal.kernel.log.Log; import com.liferay.portal.kernel.log.LogFactoryUtil; -import com.liferay.portal.kernel.portlet.PortletResponseUtil; import com.liferay.portal.kernel.repository.model.FileEntry; import com.liferay.portal.kernel.servlet.ServletResponseUtil; import com.liferay.portal.kernel.servlet.SessionErrors; @@ -224,30 +220,6 @@ public class FascicoloFePortlet extends MVCPortlet { jsonArray.put(jsonObject); } writeJSON(resourceRequest, resourceResponse, jsonArray); - } else if ("importAllFascicoloFiles".equals(id)) { - long intPraticaId = ParamUtil.getLong(resourceRequest, "intPraticaId"); - IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId); - if (Validator.isNull(intPratica)) { - _log.error("error.no.intpratica.exist with intpraticaid=" + intPraticaId); - } - String comingFrom = ParamUtil.getString(resourceRequest, "comingFrom", "bo"); - InfoFascicolo infoFascicolo = InfoFascicoloLocalServiceUtil.fetchByIntPratica(intPratica - .getIntPraticaId()); - if (Validator.isNull(infoFascicolo)) { - infoFascicolo = InfoFascicoloLocalServiceUtil.addInfoFascicolo(intPratica.getIntPraticaId(), - intPratica.getNumeroProgetto(), serviceContext); - } else { - if (infoFascicolo.getAlreadyImported() && comingFrom.equalsIgnoreCase("fe")) { - _log.error("intpratica.import.file.already-clicked with intpraticaid=" + intPraticaId); - return; - } - } - infoFascicolo.setAlreadyImported(true); - infoFascicolo = InfoFascicoloLocalServiceUtil.updateInfoFascicolo(infoFascicolo); - PortletResponseUtil - .write(resourceResponse, - "

Completato

Refresh"); } else if ("isCompletedDelegaGeologo".equals(id)) { long classPk = ParamUtil.getLong(resourceRequest, "classPk"); JSONObject json = JSONFactoryUtil.createJSONObject(); @@ -918,7 +890,6 @@ public class FascicoloFePortlet extends MVCPortlet { long soggettoSostituitoId = ParamUtil.getLong(actionRequest, "soggettoSostituitoId"); long variataDa = ParamUtil.getLong(actionRequest, "variataDa"); long varianteNumero = ParamUtil.getLong(actionRequest, "varianteNumero"); - boolean varianteSostanziale = ParamUtil.getBoolean(actionRequest, "varianteSostanziale"); boolean operaConforme = ParamUtil.getBoolean(actionRequest, "operaConforme"); User user = UserLocalServiceUtil.getUser(serviceContext.getUserId()); String codiceFiscaleDelegatoCommittente = user.getScreenName(); @@ -1194,13 +1165,13 @@ public class FascicoloFePortlet extends MVCPortlet { codicePagamento, causalePagamento, mezzoPagamento, importoBolli, importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali, estremiPratCom, variataDa, varianteNumero, - varianteSostanziale, operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, - codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, - lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera, - dataInizioEsecuzioneOpera, dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoId, - lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, - deInterrati, deSuperficie, deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata, - deUtilizzazione, dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro, + operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, + codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente, + inizioLavoriContestualeOpera, dataInizioLavoriOpera, dataInizioEsecuzioneOpera, + dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale, + numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, + deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata, deUtilizzazione, + dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio, @@ -1313,7 +1284,6 @@ public class FascicoloFePortlet extends MVCPortlet { boolean geoDisabledSubmit = ParamUtil.getBoolean(actionRequest, "geoDisabledSubmit", true); String protocollo = ParamUtil.getString(actionRequest, "protocollo"); String tipoIntegrazione = ParamUtil.getString(actionRequest, "tipoIntegrazione"); - boolean varianteSostanziale = ParamUtil.getBoolean(actionRequest, "varianteSostanziale"); User user = UserLocalServiceUtil.getUser(serviceContext.getUserId()); String codiceFiscaleDelegatoCommittente = user.getScreenName(); boolean isCodiceFiscaleDelegatoFineLavoriAuthorized = ParamUtil.getBoolean(actionRequest, @@ -1588,54 +1558,53 @@ public class FascicoloFePortlet extends MVCPortlet { dettPratica.getStatusTask(), dettPratica.getWorkflowForzato(), dettPratica.getSoggettoSostituitoId(), destinazione, ag, descLongIntervento, dettPratica.getVia(), dettPratica.getLocalita(), estremiCatastali, estremiPratCom, dettPratica.getVariataDa(), - dettPratica.getVarianteNumero(), varianteSostanziale, dettPratica.getOperaConforme(), - collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, - codiceFiscaleDelegatoCollaudo, dettPratica.getCodiceRuoloDelegato(), lavoriInEconomiaCommittente, - inizioLavoriContestualeOpera, dataInizioLavoriOpera, dataInizioEsecuzioneOpera, - dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale, - numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, - deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata, deUtilizzazione, - dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro, - deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale, - deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, - dccFondazioni, dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio, - dccStruttureEleMuratureMisto, dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio, - dccStruttureEleCA, dccStruttureEleLegno, dccStruttureEleMistoCA, dccStruttureEleMistoAcciaio, - dccStruttureEleMistoMuratura, dccStruttureEleMistoLegno, dccStruttureElePrefabbricato, - dccStruttureEleAltro, dccStruttureEleAltroDescrizione, dccOrizzontamentiCAAcciaio, - dccOrizzontamentiLegno, dccOrizzontamentiLegnoCA, dccOrizzontamentiLamieraGrecata, - dccOrizzontamentiVolte, dccOrizzontamentiAltro, dccOrizzontamentiAltroDescrizione, dccCopertura, - dccCoperturaCAAcciaio, dccCoperturaLegno, dccCoperturaLegnoCA, dccCoperturaLamieraGrecata, - dccCoperturaPannelli, dccCoperturaPVCTelonati, dccCoperturaLeggere, dccCoperturaAltro, - dccCoperturaAltroDesrizione, dccElemNonStrutLaterizio, dccElemNonStrutCartongesso, - dccElemNonStrutCalcestruzzo, dccElemNonStrutLegno, dccElemNonStrutAltro, - dccElemNonStrutAltroDescrizione, dccOpereDiRinforzoInsCatene, dccOpereDiRinforzoInsCordoli, - dccOpereDiRinforzoIniArmate, dccOpereDiRinforzoPlaccaggi, dccOpereDiRinforzoIrrSolai, - dccOpereDiRinforzoRinforziFRP, dccOpereDiRinforzoTelaiECerchiature, - dccOpereDiRinforzoInsRompitratta, dccOpereDiRinforzoAltro, dccOpereDiRinforzoAltroDescrizione, - geoClasseIndagine, geoCategoriaSottosuolo, geoCategoriaTopografica, geoConsolidamento, - geoPericolositaGeologica, geoRischioGeomorfologicoPai, geoPericolositaIdraulicaPai, - geoRischioIdraulicoPai, geoPericolositaSismica, geoPericolositaIdraulica, - geoPericolositaGeomorfica, geoFattibilitaGeologica, geoFattibilitaSismica, geoFattibilitaIdraulica, - geoOperaRilevante, geoOpereDiSostegno, geoOpereInSotterranea, geoPresenzaPrescrizioni, - geoNotePrescrizioni, geoNoteIndagini, geoEvidenzeGeomorfiche, geoEvidenzeGeologiche, - geoDtRelazione, pagInterventiRestauroManufatti, pagAltriCasiCulturali, pagLottizzazioni, - pagGrandiStrutture, pagCondotte, pagPalificazioni, pagImpiantiEolici, pagNuoveRealizzazioni, - pagImmobiliPreesistenti, pagManifestiPubblicitari, pagPareriDiMassima, pagAltriCasiPaesaggistici, - pagVariantiPareriResi, pagRilascioAttestazioni, pagConsultazioniArchivio, note, noteUfficio, - dettPratica.getLocalizzazioneGeografica(), tcNuovaCostruzione, tcAdeguamentoSismico, - tcMiglioramentoSismico, tcRiparazioneInterventoLocale, tcInCA, tcInOpera, tcPrefabbricato, - tcInAcciaio, tcMista, tcInMuratura, tcInMuraturaOrdinaria, tcInMuraturaArmata, tcInMuraturaMista, - tcInLegno, tcAltro, tcAltroDescrizione, tcConDispositivi, normLavoriInProprio, normEsenteBollo, - normEsenteSpese, normDpr01Dep, normDpr02Dep, normDpr01Aut, normDpr02Aut, normDm01, normDm02, - normDm03, normDm2018, normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, - normDm04, normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt, - intervFinPub, intervFinPubDesc, serviceContext, bozza, disabledSubmit, geoDisabledSubmit, - paesaggioLocale, livelloDiTutela, vincoli, destinazioneAltroIntervento, tcCostruzioniEsistenti, - tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc, noCollaudo, - tcNuovaCostruzionePertinenza, tcInterventoOpereEscavazione, tcViarch, tcOperaA25, - sanatoriaEdilizia47, sanatoriaEdilizia724, sanatoriaEdilizia326, normLavoriNoDirettore, - pagSoggettiAdAutorizzazione, interventoVoceP7); + dettPratica.getVarianteNumero(), dettPratica.getOperaConforme(), collaudoStatico, + codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, + dettPratica.getCodiceRuoloDelegato(), lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, + dataInizioLavoriOpera, dataInizioEsecuzioneOpera, dataFineEsecuzioneOpera, metratura, + lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, + dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, deCostruzione, deRistrutturazione, + deUso, dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio, deInfStradalePonte, + deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv, + deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro, + deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, dccFondazioni, + dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto, + dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio, dccStruttureEleCA, dccStruttureEleLegno, + dccStruttureEleMistoCA, dccStruttureEleMistoAcciaio, dccStruttureEleMistoMuratura, + dccStruttureEleMistoLegno, dccStruttureElePrefabbricato, dccStruttureEleAltro, + dccStruttureEleAltroDescrizione, dccOrizzontamentiCAAcciaio, dccOrizzontamentiLegno, + dccOrizzontamentiLegnoCA, dccOrizzontamentiLamieraGrecata, dccOrizzontamentiVolte, + dccOrizzontamentiAltro, dccOrizzontamentiAltroDescrizione, dccCopertura, dccCoperturaCAAcciaio, + dccCoperturaLegno, dccCoperturaLegnoCA, dccCoperturaLamieraGrecata, dccCoperturaPannelli, + dccCoperturaPVCTelonati, dccCoperturaLeggere, dccCoperturaAltro, dccCoperturaAltroDesrizione, + dccElemNonStrutLaterizio, dccElemNonStrutCartongesso, dccElemNonStrutCalcestruzzo, + dccElemNonStrutLegno, dccElemNonStrutAltro, dccElemNonStrutAltroDescrizione, + dccOpereDiRinforzoInsCatene, dccOpereDiRinforzoInsCordoli, dccOpereDiRinforzoIniArmate, + dccOpereDiRinforzoPlaccaggi, dccOpereDiRinforzoIrrSolai, dccOpereDiRinforzoRinforziFRP, + dccOpereDiRinforzoTelaiECerchiature, dccOpereDiRinforzoInsRompitratta, dccOpereDiRinforzoAltro, + dccOpereDiRinforzoAltroDescrizione, geoClasseIndagine, geoCategoriaSottosuolo, + geoCategoriaTopografica, geoConsolidamento, geoPericolositaGeologica, geoRischioGeomorfologicoPai, + geoPericolositaIdraulicaPai, geoRischioIdraulicoPai, geoPericolositaSismica, + geoPericolositaIdraulica, geoPericolositaGeomorfica, geoFattibilitaGeologica, + geoFattibilitaSismica, geoFattibilitaIdraulica, geoOperaRilevante, geoOpereDiSostegno, + geoOpereInSotterranea, geoPresenzaPrescrizioni, geoNotePrescrizioni, geoNoteIndagini, + geoEvidenzeGeomorfiche, geoEvidenzeGeologiche, geoDtRelazione, pagInterventiRestauroManufatti, + pagAltriCasiCulturali, pagLottizzazioni, pagGrandiStrutture, pagCondotte, pagPalificazioni, + pagImpiantiEolici, pagNuoveRealizzazioni, pagImmobiliPreesistenti, pagManifestiPubblicitari, + pagPareriDiMassima, pagAltriCasiPaesaggistici, pagVariantiPareriResi, pagRilascioAttestazioni, + pagConsultazioniArchivio, note, noteUfficio, dettPratica.getLocalizzazioneGeografica(), + tcNuovaCostruzione, tcAdeguamentoSismico, tcMiglioramentoSismico, tcRiparazioneInterventoLocale, + tcInCA, tcInOpera, tcPrefabbricato, tcInAcciaio, tcMista, tcInMuratura, tcInMuraturaOrdinaria, + tcInMuraturaArmata, tcInMuraturaMista, tcInLegno, tcAltro, tcAltroDescrizione, tcConDispositivi, + normLavoriInProprio, normEsenteBollo, normEsenteSpese, normDpr01Dep, normDpr02Dep, normDpr01Aut, + normDpr02Aut, normDm01, normDm02, normDm03, normDm2018, normDprg01, normDprg02, normAnr, + normArt3com3, normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01, suap, + normSismaBonus, clRischioPreInt, clRischioPostInt, intervFinPub, intervFinPubDesc, serviceContext, + bozza, disabledSubmit, geoDisabledSubmit, paesaggioLocale, livelloDiTutela, vincoli, + destinazioneAltroIntervento, tcCostruzioniEsistenti, tcManutOrdStraord, tcAltriInterventi, + tcAltriInterventiDesc, noCollaudo, tcNuovaCostruzionePertinenza, tcInterventoOpereEscavazione, + tcViarch, tcOperaA25, sanatoriaEdilizia47, sanatoriaEdilizia724, sanatoriaEdilizia326, + normLavoriNoDirettore, pagSoggettiAdAutorizzazione, interventoVoceP7); String redirect = ParamUtil.getString(actionRequest, "redirect"); if (Validator.isNull(redirect)) { String successURL = ParamUtil.getString(actionRequest, "successURL"); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/util/ReportFascicoloUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/util/ReportFascicoloUtil.java index c2b731b1..fd2cb300 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/util/ReportFascicoloUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/util/ReportFascicoloUtil.java @@ -931,8 +931,8 @@ public class ReportFascicoloUtil { } } if (!direttoreLavori.getNumIscrAlbo().equals(StringPool.BLANK)) { - sbLavori.append(" (iscr. num. ").append( - direttoreLavori.getNumIscrAlbo() + StringPool.CLOSE_PARENTHESIS); + sbLavori.append(" (iscr. num. ").append(direttoreLavori.getNumIscrAlbo()) + .append(StringPool.CLOSE_PARENTHESIS); } if (!direttoreLavori.getAmbitoProfessione().equals(StringPool.BLANK)) { @@ -951,7 +951,7 @@ public class ReportFascicoloUtil { if (sb.length() > 0) { sb.append(" , "); } - sb.append(soggetto.getNome() + StringPool.SPACE + soggetto.getCognome()); + sb.append(soggetto.getNome()).append(StringPool.SPACE).append(soggetto.getCognome()); } } parameters.put("COMMITTENTE", sb.toString()); @@ -979,9 +979,7 @@ public class ReportFascicoloUtil { direttoreLavori.getNome(), direttoreLavori.getCognome(), direttoreLavori.getCodiceFiscale())); List listaAllegatiDomanda = new ArrayList(); - // ADT BUG FE ID = 8 for (String stringa : tipologiaAllegatiDomanda) { - // ADT BUG FE ID = 13 List docPraticas = DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_TipologiaNew( intPraticaId, fineLavoriId, stringa, QueryUtil.ALL_POS, QueryUtil.ALL_POS); if (docPraticas != null && !docPraticas.isEmpty()) { @@ -1135,7 +1133,7 @@ public class ReportFascicoloUtil { if (sb.length() > 0) { sb.append(" , "); } - sb.append(soggetto.getNome() + StringPool.SPACE + soggetto.getCognome()); + sb.append(soggetto.getNome()).append(StringPool.SPACE).append(soggetto.getCognome()); } } parameters.put("COMMITTENTE", sb.toString()); @@ -1224,10 +1222,10 @@ public class ReportFascicoloUtil { } else if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) { sb.append("Autorizzazione "); } - sb.append("n. ").append(intPratica.getNumeroProgetto()); // TODO da decidere che data, per adesso si mette quella di creazione il numero protocollo sbagliato dovrebbe // essere il primo - sb.append(" del ").append(sdf.format(intPratica.getDtPratica())); + sb.append("n. ").append(intPratica.getNumeroProgetto()).append(" del ") + .append(sdf.format(intPratica.getDtPratica())); return sb.toString(); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp index 84acfb4a..183036fe 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_dettagli_principali.jsp @@ -44,8 +44,6 @@ boolean enabledByIntegrazione = DelegheUtil.hasDelegaCompilazioneDomanda(user.getUserId(),dettPratica.getDettPraticaId()) && TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE.equals(dettPratica.getTipoIntegrazione()); - - boolean isNewVariante = ParamUtil.getBoolean(request, "isNewVariante"); %> @@ -58,30 +56,7 @@
-
- - -
- -
-
-
- <% - if(isNewVariante){ - dettPratica.setVarianteSostanziale(isNewVariante); - } - %> - - -
-
-
-
-
-
- +
@@ -90,30 +65,30 @@
-
+
-
+

<%=LanguageUtil.get(pageContext, "sanatoria-edilizia") %>

-
+
-
+
-
+
-
+
@@ -126,48 +101,48 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -190,10 +165,10 @@