First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<!DOCTYPE faces-config PUBLIC
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
"http://java.sun.com/dtd/web-facesconfig_1_0.dtd" [
]>
<faces-config>
<lifecycle>
<phase-listener>
it.valueteam.gnpgo.web.listener.phase.OnLoadPhaseListener
</phase-listener>
</lifecycle>
<!-- application>
<message-bundle>Messages</message-bundle>
<locale-config>
<default-locale>it</default-locale>
</locale-config>
</application -->
<application>
<view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl</view-handler>
</application>
<validator>
<validator-id>DateCompareValidator</validator-id>
<validator-class>it.valueteam.gnpgo.web.validator.DateCompareValidator</validator-class>
</validator>
<!-- <converter>
<converter-for-class>java.util.Date</converter-for-class>
<converter-class>it.valueteam.gnpgo.web.util.DateTimeConverter</converter-class>
</converter>-->
</faces-config>

View File

@@ -0,0 +1,334 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<managed-bean>
<managed-bean-name>user</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.UserBean
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>userName</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>codiceProfilo</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>userIPAddress</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>userHostName</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>report</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.ReportBean
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>reportID</property-name>
<property-class>java.lang.Integer</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>processID</property-name>
<property-class>java.lang.Integer</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>reportTypes</property-name>
<property-class>java.util.List</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>filterList</property-name>
<property-class>java.util.List</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>processTypes</property-name>
<property-class>java.util.List</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>dataInserimento</property-name>
<property-class>java.util.Date</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>sollecitiToUpdate</property-name>
<property-class>java.util.Set</property-class>
<null-value></null-value>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>richieste</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.RichiesteBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>filtroRichiesta</property-name>
<property-class>it.valueteam.gnpgo.web.bean.RequestFilterBean</property-class>
<value>#{filtroIniziale}</value>
</managed-property>
<managed-property>
<property-name>listaRichieste</property-name>
<property-class>java.util.List</property-class>
<null-value/>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>filtroIniziale</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.RequestFilterBean</managed-bean-class>
<managed-bean-scope>none</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>navigationMenu</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.NavigationMenu
</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>monitoring</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.MonitoringBean
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>filter</property-name>
<property-class>
it.valueteam.gnpgo.web.bean.filter.MonitoringFilterBean
</property-class>
<value>#{monitoringInitFilter}</value>
</managed-property>
<managed-property>
<property-name>lastUpdate</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>pollEnabled</property-name>
<property-class>java.lang.Boolean</property-class>
<value>false</value>
</managed-property>
<managed-property>
<property-name>selectedState</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>view</property-name>
<property-class>java.util.List</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>requestList</property-name>
<property-class>java.util.List</property-class>
<null-value></null-value>
</managed-property>
<managed-property>
<property-name>pollInterval</property-name>
<property-class>java.lang.Long</property-class>
<value>0</value>
</managed-property>
<managed-property>
<description>
contiene il path dell'icona del semaforo selezionato
</description>
<property-name>selectedColor</property-name>
<property-class>java.lang.String</property-class>
<null-value></null-value>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>monitoringInitFilter</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.filter.MonitoringFilterBean</managed-bean-class>
<managed-bean-scope>none</managed-bean-scope>
</managed-bean>
<!-- Bean x il semaforo -->
<!-- <managed-bean>
<managed-bean-name>semaforo</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.SemaforoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>semaforoFilter</property-name>
<property-class>it.valueteam.gnpgo.web.bean.filter.SemaforoFilterBean</property-class>
<value>#{semaforoInitFilter}</value>
</managed-property>
<managed-property>
<property-name>view</property-name>
<property-class>java.util.List</property-class>
<null-value/>
</managed-property>
<managed-property>
<property-name>requestsList</property-name>
<property-class>java.util.List</property-class>
<null-value/>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>semaforoInitFilter</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.filter.SemaforoFilterBean</managed-bean-class>
<managed-bean-scope>none</managed-bean-scope>
</managed-bean> -->
<managed-bean>
<managed-bean-name>lov</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.LovBean
</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>anag_olo</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.AnagOloBean
</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng</managed-bean-name>
<managed-bean-class>
it.valueteam.gnpgo.web.bean.NngBean
</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<!-- Aggiunta Sassone 2013.05.10 -->
<!--
<managed-bean>
<managed-bean-name>toolkoregola</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.core.object.ToolkoRegola</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
-->
<managed-bean>
<managed-bean-name>routing</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.RoutingBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>downloadFile</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.DownloadBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>toolkoRichieste</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.ToolkoRichiesteBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>cambioStatoMassivo</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.CambioStatoMassivoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>toolkoAnagraficheBean</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.ToolkoAnagraficheBean</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>cruscotto</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.CruscottoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>cruscotto_storico</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.CruscottoStoricoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<!-- X05 2014 -->
<managed-bean>
<managed-bean-name>ricercaCodiceOrdine</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.RicercaCodiceOrdineBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>storicoCodiceOrdine</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.StoricoCodiceOrdineBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheRec</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheRecBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheDon</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheDonBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng_recipient</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngRecBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheNngRec</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngRecBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng_donating</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngDonBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheNngDon</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngDonBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>tc2Don</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.Tc2Bean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheNngReturning</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngReturningBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>notificheNngReturned</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngReturnedBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng_ot</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngOpTerzoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng_returning</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngReturningBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>nng_returned</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.NotificheNngReturnedBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>richiesteD82</managed-bean-name>
<managed-bean-class>it.valueteam.gnpgo.web.bean.RichiesteD82Bean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
</faces-config>

View File

@@ -0,0 +1,177 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<navigation-rule>
<from-view-id>/init.jsp</from-view-id>
<navigation-case>
<from-action>#{user.checkUserProfile}</from-action>
<from-outcome>success</from-outcome>
<to-view-id>/getClientInfo.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-action>#{user.checkUserProfile}</from-action>
<from-outcome>failure</from-outcome>
<to-view-id>/accessFailure.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/getInfo.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/home.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>failure</from-outcome>
<to-view-id>/accessFailure.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/visualizzaReport.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/visualizzaReport.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<!-- FINE MENU -->
<!-- NAVIGAZIONI DA OVUNQUE -->
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>error</from-outcome>
<to-view-id>/error.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>report</from-outcome>
<to-view-id>/visualizzaReport.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>logout</from-outcome>
<to-view-id>/logout.jsp</to-view-id>
</navigation-case>
<!-- Number Portabiliy Non Geografica 09/2023 -->
<navigation-case>
<from-outcome>nng_donating</from-outcome>
<to-view-id>/nuovaNngDonating.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>nng_recipient</from-outcome>
<to-view-id>/nuovaNngRecipient.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>nng_returning</from-outcome>
<to-view-id>/nuovaNngReturning.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>nng_ot</from-outcome>
<to-view-id>/searchNngOpTerzo.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheNngRec</from-outcome>
<to-view-id>/searchNngRecipient.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheNngDon</from-outcome>
<to-view-id>/searchNngDonating.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheNngReturning</from-outcome>
<to-view-id>/searchNngReturning.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheNngReturned</from-outcome>
<to-view-id>/searchNngOloReturning.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>richieste</from-outcome>
<to-view-id>/ricercaRichieste.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheRec</from-outcome>
<to-view-id>/ricercaRichiesteRec.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>notificheDon</from-outcome>
<to-view-id>/ricercaRichiesteDon.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>richiesteD82</from-outcome>
<to-view-id>/ricercaUsciteFTTH.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>monitoring</from-outcome>
<to-view-id>/monitoring.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>home</from-outcome>
<to-view-id>/home.jsp</to-view-id>
</navigation-case>
<!-- Aggiunta Sassone 2013.05.07 -->
<navigation-case>
<from-outcome>routing</from-outcome>
<to-view-id>/routing.jsp</to-view-id>
</navigation-case>
<!-- Aggiunta Sassone 2013.06.04 -->
<navigation-case>
<from-outcome>cruscotto</from-outcome>
<to-view-id>/cruscotto.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>cruscotto_storico</from-outcome>
<to-view-id>/cruscotto_storico.jsp</to-view-id>
</navigation-case>
<!-- X05 2014 -->
<navigation-case>
<from-outcome>ricercaCodiceOrdine</from-outcome>
<to-view-id>/ricercaCodiceOrdine.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>storicoCodiceOrdine</from-outcome>
<to-view-id>/storicoCodiceOrdine.jsp</to-view-id>
</navigation-case>
<!-- to delete or comment -->
<navigation-case>
<from-outcome>tester</from-outcome>
<to-view-id>/tester.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>tester2</from-outcome>
<to-view-id>/tester2.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>toolkoRichieste</from-outcome>
<to-view-id>/toolkoRichieste.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>cambioStatoMassivo</from-outcome>
<to-view-id>/cambioStatoMassivo.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<navigation-case>
<from-outcome>downloadFile</from-outcome>
<to-view-id>/downloadFile.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/cambioStatoMassivo.jsp</from-view-id>
<navigation-case>
<from-outcome>cambioStatoMassivo</from-outcome>
<to-view-id>/cambioStatoMassivo.jsp</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>