Sfoglia il codice sorgente

Ricerca backoffice

master 21.09
Salvatore La Manna 3 anni fa
parent
commit
bcb77abef2
  1. 1
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/.classpath
  2. 1
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/.settings/org.eclipse.wst.common.component
  3. 13
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/model/impl/RichiestaAccessoAttiImpl.java
  4. 110
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/service/impl/RichiestaAccessoAttiLocalServiceImpl.java
  5. 15
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/service/impl/RichiestaAccessoAttiServiceImpl.java
  6. 32
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/uti/AccessoAttiAccessTokenUtil.java
  7. 48
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/uti/DocumentLibraryUtil.java
  8. 4
      liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/service.properties
  9. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
  10. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CSVFileFormatException.java
  11. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CSVFileNotFoundException.java
  12. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceBelfioreException.java
  13. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceComuneException.java
  14. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceIstatException.java
  15. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceProvinciaException.java
  16. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DenominazioneException.java
  17. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DuplicateComuneException.java
  18. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DuplicateProvinciaException.java
  19. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAllegatoManualeException.java
  20. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAsseverazioneException.java
  21. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAvvisoException.java
  22. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchCollaudoException.java
  23. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchComuneException.java
  24. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchComunicazioneException.java
  25. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchConfigurazioneException.java
  26. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchControlloPraticaException.java
  27. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDelegaException.java
  28. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDettPraticaException.java
  29. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDocAggiuntivaException.java
  30. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDocPraticaException.java
  31. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchFineLavoriException.java
  32. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchHistoryWorkflowActionException.java
  33. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchIntPraticaException.java
  34. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchPagamentoException.java
  35. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchParereGeologoException.java
  36. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchProvinciaException.java
  37. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchSoggettoException.java
  38. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchSorteggioException.java
  39. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchStoricoSoggettoPraticaException.java
  40. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchTempisticaException.java
  41. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchTerritorioException.java
  42. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/ProvinciaException.java
  43. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/SiglaException.java
  44. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManuale.java
  45. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeClp.java
  46. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeModel.java
  47. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeSoap.java
  48. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeWrapper.java
  49. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Asseverazione.java
  50. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneClp.java
  51. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneModel.java
  52. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneSoap.java
  53. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneWrapper.java
  54. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Avviso.java
  55. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoClp.java
  56. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoModel.java
  57. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoSoap.java
  58. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoWrapper.java
  59. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Collaudo.java
  60. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java
  61. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java
  62. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java
  63. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java
  64. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Comune.java
  65. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneClp.java
  66. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneModel.java
  67. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java
  68. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneWrapper.java
  69. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Comunicazione.java
  70. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneClp.java
  71. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneModel.java
  72. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneSoap.java
  73. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneWrapper.java
  74. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Configurazione.java
  75. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneClp.java
  76. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneModel.java
  77. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneSoap.java
  78. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneWrapper.java
  79. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPratica.java
  80. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaClp.java
  81. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaModel.java
  82. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaSoap.java
  83. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaWrapper.java
  84. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Delega.java
  85. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaClp.java
  86. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaModel.java
  87. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaSoap.java
  88. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaWrapper.java
  89. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPratica.java
  90. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
  91. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
  92. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
  93. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
  94. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntiva.java
  95. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaClp.java
  96. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaModel.java
  97. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaSoap.java
  98. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaWrapper.java
  99. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocPratica.java
  100. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocPraticaClp.java
  101. Some files were not shown because too many files have changed in this diff Show More

1
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/.classpath

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="docroot/WEB-INF/src"/> <classpathentry kind="src" path="docroot/WEB-INF/src"/>
<classpathentry kind="src" path="docroot/WEB-INF/service"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_80"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_80">
<attributes> <attributes>
<attribute name="owner.project.facets" value="java"/> <attribute name="owner.project.facets" value="java"/>

1
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/.settings/org.eclipse.wst.common.component

@ -2,6 +2,7 @@
<wb-module deploy-name="portos-accesso-atti-portlet"> <wb-module deploy-name="portos-accesso-atti-portlet">
<wb-resource deploy-path="/" source-path="/docroot" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/docroot" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/docroot/WEB-INF/src"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/docroot/WEB-INF/src"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/docroot/WEB-INF/service"/>
<dependent-module archiveName="portos-bo-portlet-service.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar"> <dependent-module archiveName="portos-bo-portlet-service.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>

13
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/model/impl/RichiestaAccessoAttiImpl.java

@ -15,19 +15,22 @@
package it.tref.liferay.portos.accesso.atti.model.impl; package it.tref.liferay.portos.accesso.atti.model.impl;
/** /**
* The extended model implementation for the RichiestaAccessoAtti service. Represents a row in the &quot;portos_atti_RichiestaAccessoAtti&quot; database table, with each column mapped to a property of this class. * The extended model implementation for the RichiestaAccessoAtti service. Represents a row in the
* &quot;portos_atti_RichiestaAccessoAtti&quot; database table, with each column mapped to a property of this class.
* *
* <p> * <p>
* 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.accesso.atti.model.RichiestaAccessoAtti} 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.accesso.atti.model.RichiestaAccessoAtti} interface.
* </p> * </p>
* *
* @author 3F Consulting * @author 3F Consulting
*/ */
@SuppressWarnings("serial")
public class RichiestaAccessoAttiImpl extends RichiestaAccessoAttiBaseImpl { public class RichiestaAccessoAttiImpl extends RichiestaAccessoAttiBaseImpl {
/* /*
* NOTE FOR DEVELOPERS: * NOTE FOR DEVELOPERS: Never reference this class directly. All methods that expect a richiesta accesso atti model
* * instance should use the {@link it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti} interface instead.
* Never reference this class directly. All methods that expect a richiesta accesso atti model instance should use the {@link it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti} interface instead.
*/ */
public RichiestaAccessoAttiImpl() { public RichiestaAccessoAttiImpl() {
} }

110
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/service/impl/RichiestaAccessoAttiLocalServiceImpl.java

@ -37,211 +37,173 @@ import com.liferay.portal.service.OrganizationLocalServiceUtil;
* The implementation of the richiesta accesso atti local service. * The implementation of the richiesta accesso atti local service.
* *
* <p> * <p>
* 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.accesso.atti.service.RichiestaAccessoAttiLocalService} interface. * 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.accesso.atti.service.RichiestaAccessoAttiLocalService}
* interface.
* *
* <p> * <p>
* 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. * 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.
* </p> * </p>
* *
* @author 3F Consulting * @author 3F Consulting
* @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiLocalServiceBaseImpl * @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiLocalServiceBaseImpl
* @see it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiLocalServiceUtil * @see it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiLocalServiceUtil
*/ */
public class RichiestaAccessoAttiLocalServiceImpl public class RichiestaAccessoAttiLocalServiceImpl extends RichiestaAccessoAttiLocalServiceBaseImpl {
extends RichiestaAccessoAttiLocalServiceBaseImpl {
/* /*
* NOTE FOR DEVELOPERS: * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link
* * it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiLocalServiceUtil} to access the richiesta accesso
* Never reference this interface directly. Always use {@link it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiLocalServiceUtil} to access the richiesta accesso atti local service. * atti local service.
*/ */
public List<RichiestaAccessoAtti> findByGestita(boolean gestita, int start, int end) throws SystemException{ @Override
public List<RichiestaAccessoAtti> findByGestita(boolean gestita, int start, int end) throws SystemException {
return richiestaAccessoAttiPersistence.findByGestita(gestita, start, end); return richiestaAccessoAttiPersistence.findByGestita(gestita, start, end);
} }
public List<RichiestaAccessoAtti> findCompletate(String numeroProgetto, String protocollo, String dataDal, String dataAl, int start, int end) throws SystemException, ParseException{ @Override
public List<RichiestaAccessoAtti> findCompletate(String numeroProgetto, String protocollo, String dataDal,
String dataAl, int start, int end) throws SystemException, ParseException {
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery(); DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery();
dq.add(RestrictionsFactoryUtil.eq("gestita", true)); dq.add(RestrictionsFactoryUtil.eq("gestita", true));
if (!numeroProgetto.equals("")) {
if(!numeroProgetto.equals("")){
dq.add(RestrictionsFactoryUtil.eq("numeroProgetto", numeroProgetto)); dq.add(RestrictionsFactoryUtil.eq("numeroProgetto", numeroProgetto));
} }
if (!protocollo.equals("")) {
if(!protocollo.equals("")){
Disjunction disjunction = RestrictionsFactoryUtil.disjunction(); Disjunction disjunction = RestrictionsFactoryUtil.disjunction();
disjunction.add(PropertyFactoryUtil.forName("protocolloEntrata").eq(protocollo)); disjunction.add(PropertyFactoryUtil.forName("protocolloEntrata").eq(protocollo));
disjunction.add(PropertyFactoryUtil.forName("protocolloUscita").eq(protocollo)); disjunction.add(PropertyFactoryUtil.forName("protocolloUscita").eq(protocollo));
dq.add(disjunction); dq.add(disjunction);
} }
if (!dataDal.equals("") && !dataAl.equals("")) {
if(!dataDal.equals("") && !dataAl.equals("")){
Date dateDal = sdf.parse(dataDal); Date dateDal = sdf.parse(dataDal);
Calendar calDal = Calendar.getInstance(); Calendar calDal = Calendar.getInstance();
calDal.setTime(dateDal); calDal.setTime(dateDal);
calDal.set(Calendar.HOUR_OF_DAY, 00); calDal.set(Calendar.HOUR_OF_DAY, 00);
calDal.set(Calendar.MINUTE, 00); calDal.set(Calendar.MINUTE, 00);
dateDal = calDal.getTime(); dateDal = calDal.getTime();
Date dateAl = sdf.parse(dataAl); Date dateAl = sdf.parse(dataAl);
Calendar calAl = Calendar.getInstance(); Calendar calAl = Calendar.getInstance();
calAl.setTime(dateAl); calAl.setTime(dateAl);
calAl.set(Calendar.HOUR_OF_DAY, 23); calAl.set(Calendar.HOUR_OF_DAY, 23);
calAl.set(Calendar.MINUTE, 59); calAl.set(Calendar.MINUTE, 59);
dateAl = calAl.getTime(); dateAl = calAl.getTime();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(dateDal, dateAl)); dq.add(createDateProperty.between(dateDal, dateAl));
} }
if (!dataDal.equals("") && dataAl.equals("")) {
if(!dataDal.equals("") && dataAl.equals("")){
Date dateDal = sdf.parse(dataDal); Date dateDal = sdf.parse(dataDal);
Calendar calDal = Calendar.getInstance(); Calendar calDal = Calendar.getInstance();
calDal.setTime(dateDal); calDal.setTime(dateDal);
calDal.set(Calendar.HOUR_OF_DAY, 00); calDal.set(Calendar.HOUR_OF_DAY, 00);
calDal.set(Calendar.MINUTE, 00); calDal.set(Calendar.MINUTE, 00);
dateDal = calDal.getTime(); dateDal = calDal.getTime();
Date now = new Date(); Date now = new Date();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(dateDal, now)); dq.add(createDateProperty.between(dateDal, now));
} }
if(dataDal.equals("") && !dataAl.equals("")){ if (dataDal.equals("") && !dataAl.equals("")) {
Date now = new Date("01/01/2018"); Date now = new Date("01/01/2018");
Date dateAl = sdf.parse(dataAl); Date dateAl = sdf.parse(dataAl);
Calendar calAl = Calendar.getInstance(); Calendar calAl = Calendar.getInstance();
calAl.setTime(dateAl); calAl.setTime(dateAl);
calAl.set(Calendar.HOUR_OF_DAY, 23); calAl.set(Calendar.HOUR_OF_DAY, 23);
calAl.set(Calendar.MINUTE, 59); calAl.set(Calendar.MINUTE, 59);
dateAl = calAl.getTime(); dateAl = calAl.getTime();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(now, dateAl)); dq.add(createDateProperty.between(now, dateAl));
} }
return richiestaAccessoAttiLocalService.dynamicQuery(dq, start, end);
return richiestaAccessoAttiLocalService.dynamicQuery(dq, start, end);
} }
public int countCompletate(String numeroProgetto, String protocollo, String dataDal, String dataAl) throws SystemException, ParseException{ @Override
public int countCompletate(String numeroProgetto, String protocollo, String dataDal, String dataAl)
throws SystemException, ParseException {
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery(); DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery();
dq.add(RestrictionsFactoryUtil.eq("gestita", true)); dq.add(RestrictionsFactoryUtil.eq("gestita", true));
if (!numeroProgetto.equals("")) {
if(!numeroProgetto.equals("")){
dq.add(RestrictionsFactoryUtil.eq("numeroProgetto", numeroProgetto)); dq.add(RestrictionsFactoryUtil.eq("numeroProgetto", numeroProgetto));
} }
if (!protocollo.equals("")) {
if(!protocollo.equals("")){
Disjunction disjunction = RestrictionsFactoryUtil.disjunction(); Disjunction disjunction = RestrictionsFactoryUtil.disjunction();
disjunction.add(PropertyFactoryUtil.forName("protocolloEntrata").eq(protocollo)); disjunction.add(PropertyFactoryUtil.forName("protocolloEntrata").eq(protocollo));
disjunction.add(PropertyFactoryUtil.forName("protocolloUscita").eq(protocollo)); disjunction.add(PropertyFactoryUtil.forName("protocolloUscita").eq(protocollo));
dq.add(disjunction); dq.add(disjunction);
} }
if (!dataDal.equals("") && !dataAl.equals("")) {
if(!dataDal.equals("") && !dataAl.equals("")){
Date dateDal = sdf.parse(dataDal); Date dateDal = sdf.parse(dataDal);
Calendar calDal = Calendar.getInstance(); Calendar calDal = Calendar.getInstance();
calDal.setTime(dateDal); calDal.setTime(dateDal);
calDal.set(Calendar.HOUR_OF_DAY, 00); calDal.set(Calendar.HOUR_OF_DAY, 00);
calDal.set(Calendar.MINUTE, 00); calDal.set(Calendar.MINUTE, 00);
dateDal = calDal.getTime(); dateDal = calDal.getTime();
Date dateAl = sdf.parse(dataAl); Date dateAl = sdf.parse(dataAl);
Calendar calAl = Calendar.getInstance(); Calendar calAl = Calendar.getInstance();
calAl.setTime(dateAl); calAl.setTime(dateAl);
calAl.set(Calendar.HOUR_OF_DAY, 23); calAl.set(Calendar.HOUR_OF_DAY, 23);
calAl.set(Calendar.MINUTE, 59); calAl.set(Calendar.MINUTE, 59);
dateAl = calAl.getTime(); dateAl = calAl.getTime();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(dateDal, dateAl)); dq.add(createDateProperty.between(dateDal, dateAl));
} }
if (!dataDal.equals("") && dataAl.equals("")) {
if(!dataDal.equals("") && dataAl.equals("")){
Date dateDal = sdf.parse(dataDal); Date dateDal = sdf.parse(dataDal);
Calendar calDal = Calendar.getInstance(); Calendar calDal = Calendar.getInstance();
calDal.setTime(dateDal); calDal.setTime(dateDal);
calDal.set(Calendar.HOUR_OF_DAY, 00); calDal.set(Calendar.HOUR_OF_DAY, 00);
calDal.set(Calendar.MINUTE, 00); calDal.set(Calendar.MINUTE, 00);
dateDal = calDal.getTime(); dateDal = calDal.getTime();
Date now = new Date(); Date now = new Date();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(dateDal, now)); dq.add(createDateProperty.between(dateDal, now));
} }
if (dataDal.equals("") && !dataAl.equals("")) {
if(dataDal.equals("") && !dataAl.equals("")){
Date now = new Date("01/01/2018"); Date now = new Date("01/01/2018");
Date dateAl = sdf.parse(dataAl); Date dateAl = sdf.parse(dataAl);
Calendar calAl = Calendar.getInstance(); Calendar calAl = Calendar.getInstance();
calAl.setTime(dateAl); calAl.setTime(dateAl);
calAl.set(Calendar.HOUR_OF_DAY, 23); calAl.set(Calendar.HOUR_OF_DAY, 23);
calAl.set(Calendar.MINUTE, 59); calAl.set(Calendar.MINUTE, 59);
dateAl = calAl.getTime(); dateAl = calAl.getTime();
Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione"); Property createDateProperty = PropertyFactoryUtil.forName("dtAccettazione");
dq.add(createDateProperty.between(now, dateAl)); dq.add(createDateProperty.between(now, dateAl));
} }
List<RichiestaAccessoAtti> lista = richiestaAccessoAttiLocalService.dynamicQuery(dq); List<RichiestaAccessoAtti> lista = richiestaAccessoAttiLocalService.dynamicQuery(dq);
return lista.size(); return lista.size();
} }
public RichiestaAccessoAtti findByAccessToken(String accessToken) throws SystemException{ @Override
public RichiestaAccessoAtti findByAccessToken(String accessToken) throws SystemException {
DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery(); DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery();
dq.add(RestrictionsFactoryUtil.eq("accessToken", accessToken)); dq.add(RestrictionsFactoryUtil.eq("accessToken", accessToken));
List<RichiestaAccessoAtti> lista = richiestaAccessoAttiLocalService.dynamicQuery(dq); List<RichiestaAccessoAtti> lista = richiestaAccessoAttiLocalService.dynamicQuery(dq);
if(lista != null && !lista.isEmpty()){ if (lista != null && !lista.isEmpty()) {
return lista.get(0); return lista.get(0);
} }
return null; return null;
} }
public List<RichiestaAccessoAtti> findRichiesteByGroup(long userId, int start, int end) throws SystemException{ @Override
public List<RichiestaAccessoAtti> findRichiesteByGroup(long userId, int start, int end) throws SystemException {
List<Long> listaLong = new ArrayList<Long>(); List<Long> listaLong = new ArrayList<Long>();
List<Organization> organizationList = OrganizationLocalServiceUtil.getUserOrganizations(userId); List<Organization> organizationList = OrganizationLocalServiceUtil.getUserOrganizations(userId);
if(organizationList != null && !organizationList.isEmpty()){ if (organizationList != null && !organizationList.isEmpty()) {
for (Organization organization : organizationList) { for (Organization organization : organizationList) {
listaLong.add(organization.getGroupId()); listaLong.add(organization.getGroupId());
} }
} }
listaLong.add(0L); listaLong.add(0L);
DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery(); DynamicQuery dq = richiestaAccessoAttiLocalService.dynamicQuery();
dq.add(RestrictionsFactoryUtil.eq("gestita", false)); dq.add(RestrictionsFactoryUtil.eq("gestita", false));
dq.add(RestrictionsFactoryUtil.in("groupId", listaLong)); dq.add(RestrictionsFactoryUtil.in("groupId", listaLong));
return richiestaAccessoAttiLocalService.dynamicQuery(dq, start, end); return richiestaAccessoAttiLocalService.dynamicQuery(dq, start, end);
} }
} }

15
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/service/impl/RichiestaAccessoAttiServiceImpl.java

@ -20,21 +20,22 @@ import it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiServ
* The implementation of the richiesta accesso atti remote service. * The implementation of the richiesta accesso atti remote service.
* *
* <p> * <p>
* 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.accesso.atti.service.RichiestaAccessoAttiService} interface. * 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.accesso.atti.service.RichiestaAccessoAttiService} interface.
* *
* <p> * <p>
* 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. * 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.
* </p> * </p>
* *
* @author 3F Consulting * @author 3F Consulting
* @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiServiceBaseImpl * @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiServiceBaseImpl
* @see it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiServiceUtil * @see it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiServiceUtil
*/ */
public class RichiestaAccessoAttiServiceImpl public class RichiestaAccessoAttiServiceImpl extends RichiestaAccessoAttiServiceBaseImpl {
extends RichiestaAccessoAttiServiceBaseImpl {
/* /*
* NOTE FOR DEVELOPERS: * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link
* * it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiServiceUtil} to access the richiesta accesso atti
* Never reference this interface directly. Always use {@link it.tref.liferay.portos.accesso.atti.service.RichiestaAccessoAttiServiceUtil} to access the richiesta accesso atti remote service. * remote service.
*/ */
} }

32
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/uti/AccessoAttiAccessTokenUtil.java

@ -8,34 +8,24 @@ import com.liferay.portal.kernel.log.LogFactoryUtil;
import com.liferay.portal.kernel.util.StringPool; import com.liferay.portal.kernel.util.StringPool;
public class AccessoAttiAccessTokenUtil { public class AccessoAttiAccessTokenUtil {
private static final Log _log = LogFactoryUtil.getLog(AccessoAttiAccessTokenUtil.class); private static final Log _log = LogFactoryUtil.getLog(AccessoAttiAccessTokenUtil.class);
public static String generateAccessToken(long richiestaAccessoAttiId, String numeroProgetto, long richiedenteUserId){ public static String generateAccessToken(long richiestaAccessoAttiId, String numeroProgetto, long richiedenteUserId) {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
try { try {
String concatString = String.valueOf(richiestaAccessoAttiId) + StringPool.UNDERLINE + numeroProgetto
String concatString = String.valueOf(richiestaAccessoAttiId) + StringPool.UNDERLINE + + StringPool.UNDERLINE + richiedenteUserId;
numeroProgetto + StringPool.UNDERLINE + richiedenteUserId;
MessageDigest md = MessageDigest.getInstance("MD5"); MessageDigest md = MessageDigest.getInstance("MD5");
md.update(concatString.getBytes()); md.update(concatString.getBytes());
byte byteData[] = md.digest();
byte byteData[] = md.digest(); for (int i = 0; i < byteData.length; i++) {
sb.append(Integer.toString((byteData[i] & 0xff) + 0x100, 16).substring(1));
for (int i = 0; i < byteData.length; i++) { }
sb.append(Integer.toString((byteData[i] & 0xff) + 0x100, 16).substring(1));
}
} catch (NoSuchAlgorithmException e) { } catch (NoSuchAlgorithmException e) {
_log.error(e,e); _log.error(e, e);
} }
return sb.toString(); return sb.toString();
} }
} }

48
liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/accesso/atti/uti/DocumentLibraryUtil.java

@ -17,62 +17,48 @@ import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil;
import com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil; import com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil;
public class DocumentLibraryUtil { public class DocumentLibraryUtil {
public static Log _log = LogFactoryUtil.getLog(DocumentLibraryUtil.class); public static Log _log = LogFactoryUtil.getLog(DocumentLibraryUtil.class);
public static final String RICHIESTA_ATTI_FOLDER_NAME = "RICHIESTA_ATTI"; public static final String RICHIESTA_ATTI_FOLDER_NAME = "RICHIESTA_ATTI";
public static final String PAGAMENTO_CODEC_FILENAME = "PAGAMENTO_"; public static final String PAGAMENTO_CODEC_FILENAME = "PAGAMENTO_";
public static final String DOCUMENTO_CODEC_FILENAME = "DOCUMENTO_"; public static final String DOCUMENTO_CODEC_FILENAME = "DOCUMENTO_";
public static long saveFileEntryAccessoAtti(long companyGroupId, long richiestaAccessoAttiId, String originFileName, public static long saveFileEntryAccessoAtti(long companyGroupId, long richiestaAccessoAttiId,
File file, boolean pagamento) { String originFileName, File file, boolean pagamento) {
long fileEntryId = 0L; long fileEntryId = 0L;
try { try {
DLFolder folder = getRichiestaAttiFolder(companyGroupId); DLFolder folder = getRichiestaAttiFolder(companyGroupId);
if(folder != null){ if (folder != null) {
RichiestaAccessoAtti richiestaAccessoAtti = RichiestaAccessoAttiLocalServiceUtil
RichiestaAccessoAtti richiestaAccessoAtti = .fetchRichiestaAccessoAtti(richiestaAccessoAttiId);
RichiestaAccessoAttiLocalServiceUtil.fetchRichiestaAccessoAtti(richiestaAccessoAttiId); if (richiestaAccessoAtti != null) {
if(richiestaAccessoAtti != null){
ServiceContext serviceContext = new ServiceContext(); ServiceContext serviceContext = new ServiceContext();
serviceContext.setCompanyId(richiestaAccessoAtti.getCompanyId()); serviceContext.setCompanyId(richiestaAccessoAtti.getCompanyId());
serviceContext.setUserId(richiestaAccessoAtti.getUserId()); serviceContext.setUserId(richiestaAccessoAtti.getUserId());
String mineType = FileUtil.getExtension(originFileName); String mineType = FileUtil.getExtension(originFileName);
String prefixedFileName = ""; String prefixedFileName = "";
if(pagamento){ if (pagamento) {
prefixedFileName = PAGAMENTO_CODEC_FILENAME + richiestaAccessoAttiId + "." + mineType; prefixedFileName = PAGAMENTO_CODEC_FILENAME + richiestaAccessoAttiId + "." + mineType;
} else { } else {
prefixedFileName = DOCUMENTO_CODEC_FILENAME + richiestaAccessoAttiId + "." + mineType; prefixedFileName = DOCUMENTO_CODEC_FILENAME + richiestaAccessoAttiId + "." + mineType;
} }
FileEntry fileEntry = DLAppLocalServiceUtil.addFileEntry(richiestaAccessoAtti.getUserId(),
FileEntry fileEntry = DLAppLocalServiceUtil.addFileEntry( folder.getRepositoryId(), folder.getFolderId(), prefixedFileName, mineType,
richiestaAccessoAtti.getUserId(), folder.getRepositoryId(), folder.getFolderId(), prefixedFileName, "", "", file, serviceContext);
prefixedFileName, mineType, prefixedFileName, "", "", file, serviceContext);
fileEntryId = fileEntry.getFileEntryId(); fileEntryId = fileEntry.getFileEntryId();
} }
} }
} catch (PortalException | SystemException e) { } catch (PortalException | SystemException e) {
_log.error(e,e); _log.error(e, e);
} }
return fileEntryId; return fileEntryId;
} }
private static DLFolder getRichiestaAttiFolder(long companyGroupId) throws PortalException, SystemException{ private static DLFolder getRichiestaAttiFolder(long companyGroupId) throws PortalException, SystemException {
DLFolder folder = DLFolderLocalServiceUtil.getFolder(companyGroupId, 0L, RICHIESTA_ATTI_FOLDER_NAME); DLFolder folder = DLFolderLocalServiceUtil.getFolder(companyGroupId, 0L, RICHIESTA_ATTI_FOLDER_NAME);
return folder; return folder;
} }
} }

4
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.namespace=portos_atti
build.number=24 build.number=26
build.date=1598539119654 build.date=1629993357414
build.auto.upgrade=true build.auto.upgrade=true
## ##

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.1.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_1_0.dtd"> <!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.1.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_1_0.dtd">
<service-builder package-path="it.tref.liferay.portos.bo"> <service-builder package-path="it.tref.liferay.portos.bo">
<author>Davide Barbagallo, 3F Consulting</author> <author>Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.</author>
<namespace>portos_bo</namespace> <namespace>portos_bo</namespace>
<entity name="Provincia" local-service="true" remote-service="true"> <entity name="Provincia" local-service="true" remote-service="true">

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CSVFileFormatException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CSVFileFormatException extends PortalException { public class CSVFileFormatException extends PortalException {
public CSVFileFormatException() { public CSVFileFormatException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CSVFileNotFoundException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CSVFileNotFoundException extends PortalException { public class CSVFileNotFoundException extends PortalException {
public CSVFileNotFoundException() { public CSVFileNotFoundException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceBelfioreException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CodiceBelfioreException extends PortalException { public class CodiceBelfioreException extends PortalException {
public CodiceBelfioreException() { public CodiceBelfioreException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceComuneException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CodiceComuneException extends PortalException { public class CodiceComuneException extends PortalException {
public CodiceComuneException() { public CodiceComuneException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceIstatException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CodiceIstatException extends PortalException { public class CodiceIstatException extends PortalException {
public CodiceIstatException() { public CodiceIstatException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/CodiceProvinciaException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class CodiceProvinciaException extends PortalException { public class CodiceProvinciaException extends PortalException {
public CodiceProvinciaException() { public CodiceProvinciaException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DenominazioneException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class DenominazioneException extends PortalException { public class DenominazioneException extends PortalException {
public DenominazioneException() { public DenominazioneException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DuplicateComuneException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class DuplicateComuneException extends PortalException { public class DuplicateComuneException extends PortalException {
public DuplicateComuneException() { public DuplicateComuneException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/DuplicateProvinciaException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class DuplicateProvinciaException extends PortalException { public class DuplicateProvinciaException extends PortalException {
public DuplicateProvinciaException() { public DuplicateProvinciaException() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAllegatoManualeException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchAllegatoManualeException extends NoSuchModelException { public class NoSuchAllegatoManualeException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAsseverazioneException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchAsseverazioneException extends NoSuchModelException { public class NoSuchAsseverazioneException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchAvvisoException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchAvvisoException extends NoSuchModelException { public class NoSuchAvvisoException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchCollaudoException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchCollaudoException extends NoSuchModelException { public class NoSuchCollaudoException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchComuneException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchComuneException extends NoSuchModelException { public class NoSuchComuneException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchComunicazioneException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchComunicazioneException extends NoSuchModelException { public class NoSuchComunicazioneException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchConfigurazioneException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchConfigurazioneException extends NoSuchModelException { public class NoSuchConfigurazioneException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchControlloPraticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchControlloPraticaException extends NoSuchModelException { public class NoSuchControlloPraticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDelegaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchDelegaException extends NoSuchModelException { public class NoSuchDelegaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDettPraticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchDettPraticaException extends NoSuchModelException { public class NoSuchDettPraticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDocAggiuntivaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchDocAggiuntivaException extends NoSuchModelException { public class NoSuchDocAggiuntivaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchDocPraticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchDocPraticaException extends NoSuchModelException { public class NoSuchDocPraticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchFineLavoriException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchFineLavoriException extends NoSuchModelException { public class NoSuchFineLavoriException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchHistoryWorkflowActionException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchHistoryWorkflowActionException extends NoSuchModelException { public class NoSuchHistoryWorkflowActionException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchIntPraticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchIntPraticaException extends NoSuchModelException { public class NoSuchIntPraticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchPagamentoException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchPagamentoException extends NoSuchModelException { public class NoSuchPagamentoException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchParereGeologoException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchParereGeologoException extends NoSuchModelException { public class NoSuchParereGeologoException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchProvinciaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchProvinciaException extends NoSuchModelException { public class NoSuchProvinciaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchSoggettoException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchSoggettoException extends NoSuchModelException { public class NoSuchSoggettoException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchSorteggioException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchSorteggioException extends NoSuchModelException { public class NoSuchSorteggioException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchStoricoSoggettoPraticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchStoricoSoggettoPraticaException extends NoSuchModelException { public class NoSuchStoricoSoggettoPraticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchTempisticaException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchTempisticaException extends NoSuchModelException { public class NoSuchTempisticaException extends NoSuchModelException {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchTerritorioException.java

@ -17,7 +17,7 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.NoSuchModelException; import com.liferay.portal.NoSuchModelException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class NoSuchTerritorioException extends NoSuchModelException { public class NoSuchTerritorioException extends NoSuchModelException {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/ProvinciaException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class ProvinciaException extends PortalException { public class ProvinciaException extends PortalException {
public ProvinciaException() { public ProvinciaException() {

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/SiglaException.java

@ -17,8 +17,9 @@ package it.tref.liferay.portos.bo;
import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.PortalException;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
@SuppressWarnings("serial")
public class SiglaException extends PortalException { public class SiglaException extends PortalException {
public SiglaException() { public SiglaException() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManuale.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the AllegatoManuale service. Represents a row in the &quot;portos_bo_AllegatoManuale&quot; database table, with each column mapped to a property of this class. * The extended model interface for the AllegatoManuale service. Represents a row in the &quot;portos_bo_AllegatoManuale&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see AllegatoManualeModel * @see AllegatoManualeModel
* @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl * @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl
* @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl * @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class AllegatoManualeClp extends BaseModelImpl<AllegatoManuale> public class AllegatoManualeClp extends BaseModelImpl<AllegatoManuale>
implements AllegatoManuale { implements AllegatoManuale {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl} 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.AllegatoManualeImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl} 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.AllegatoManualeImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see AllegatoManuale * @see AllegatoManuale
* @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl * @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl
* @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl * @see it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AllegatoManualeServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AllegatoManualeServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.AllegatoManualeServiceSoap * @see it.tref.liferay.portos.bo.service.http.AllegatoManualeServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AllegatoManualeWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link AllegatoManuale}. * This class is a wrapper for {@link AllegatoManuale}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see AllegatoManuale * @see AllegatoManuale
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Asseverazione.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Asseverazione service. Represents a row in the &quot;portos_bo_Asseverazione&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Asseverazione service. Represents a row in the &quot;portos_bo_Asseverazione&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see AsseverazioneModel * @see AsseverazioneModel
* @see it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl * @see it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class AsseverazioneClp extends BaseModelImpl<Asseverazione> public class AsseverazioneClp extends BaseModelImpl<Asseverazione>
implements Asseverazione { implements Asseverazione {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl} 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.AsseverazioneImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl} 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.AsseverazioneImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Asseverazione * @see Asseverazione
* @see it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl * @see it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AsseverazioneServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AsseverazioneServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.AsseverazioneServiceSoap * @see it.tref.liferay.portos.bo.service.http.AsseverazioneServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AsseverazioneWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Asseverazione}. * This class is a wrapper for {@link Asseverazione}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Asseverazione * @see Asseverazione
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Avviso.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Avviso service. Represents a row in the &quot;portos_bo_Avviso&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Avviso service. Represents a row in the &quot;portos_bo_Avviso&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see AvvisoModel * @see AvvisoModel
* @see it.tref.liferay.portos.bo.model.impl.AvvisoImpl * @see it.tref.liferay.portos.bo.model.impl.AvvisoImpl
* @see it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl * @see it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoClp.java

@ -36,7 +36,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class AvvisoClp extends BaseModelImpl<Avviso> implements Avviso { public class AvvisoClp extends BaseModelImpl<Avviso> implements Avviso {
public AvvisoClp() { public AvvisoClp() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl} 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.AvvisoImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl} 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.AvvisoImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Avviso * @see Avviso
* @see it.tref.liferay.portos.bo.model.impl.AvvisoImpl * @see it.tref.liferay.portos.bo.model.impl.AvvisoImpl
* @see it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl * @see it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AvvisoServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.AvvisoServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.AvvisoServiceSoap * @see it.tref.liferay.portos.bo.service.http.AvvisoServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/AvvisoWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Avviso}. * This class is a wrapper for {@link Avviso}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Avviso * @see Avviso
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Collaudo.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Collaudo service. Represents a row in the &quot;portos_bo_Collaudo&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Collaudo service. Represents a row in the &quot;portos_bo_Collaudo&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see CollaudoModel * @see CollaudoModel
* @see it.tref.liferay.portos.bo.model.impl.CollaudoImpl * @see it.tref.liferay.portos.bo.model.impl.CollaudoImpl
* @see it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl * @see it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class CollaudoClp extends BaseModelImpl<Collaudo> implements Collaudo { public class CollaudoClp extends BaseModelImpl<Collaudo> implements Collaudo {
public CollaudoClp() { public CollaudoClp() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl} 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.CollaudoImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl} 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.CollaudoImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Collaudo * @see Collaudo
* @see it.tref.liferay.portos.bo.model.impl.CollaudoImpl * @see it.tref.liferay.portos.bo.model.impl.CollaudoImpl
* @see it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl * @see it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.CollaudoServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.CollaudoServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.CollaudoServiceSoap * @see it.tref.liferay.portos.bo.service.http.CollaudoServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Collaudo}. * This class is a wrapper for {@link Collaudo}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Collaudo * @see Collaudo
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Comune.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Comune service. Represents a row in the &quot;portos_bo_Comune&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Comune service. Represents a row in the &quot;portos_bo_Comune&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ComuneModel * @see ComuneModel
* @see it.tref.liferay.portos.bo.model.impl.ComuneImpl * @see it.tref.liferay.portos.bo.model.impl.ComuneImpl
* @see it.tref.liferay.portos.bo.model.impl.ComuneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ComuneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class ComuneClp extends BaseModelImpl<Comune> implements Comune { public class ComuneClp extends BaseModelImpl<Comune> implements Comune {
public ComuneClp() { public ComuneClp() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ComuneModelImpl} 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.ComuneImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ComuneModelImpl} 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.ComuneImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Comune * @see Comune
* @see it.tref.liferay.portos.bo.model.impl.ComuneImpl * @see it.tref.liferay.portos.bo.model.impl.ComuneImpl
* @see it.tref.liferay.portos.bo.model.impl.ComuneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ComuneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ComuneServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ComuneServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.ComuneServiceSoap * @see it.tref.liferay.portos.bo.service.http.ComuneServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Comune}. * This class is a wrapper for {@link Comune}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Comune * @see Comune
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Comunicazione.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Comunicazione service. Represents a row in the &quot;portos_bo_Comunicazione&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Comunicazione service. Represents a row in the &quot;portos_bo_Comunicazione&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ComunicazioneModel * @see ComunicazioneModel
* @see it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl * @see it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class ComunicazioneClp extends BaseModelImpl<Comunicazione> public class ComunicazioneClp extends BaseModelImpl<Comunicazione>
implements Comunicazione { implements Comunicazione {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl} 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.ComunicazioneImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl} 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.ComunicazioneImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Comunicazione * @see Comunicazione
* @see it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl * @see it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ComunicazioneServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ComunicazioneServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.ComunicazioneServiceSoap * @see it.tref.liferay.portos.bo.service.http.ComunicazioneServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComunicazioneWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Comunicazione}. * This class is a wrapper for {@link Comunicazione}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Comunicazione * @see Comunicazione
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Configurazione.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Configurazione service. Represents a row in the &quot;portos_bo_Configurazione&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Configurazione service. Represents a row in the &quot;portos_bo_Configurazione&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ConfigurazioneModel * @see ConfigurazioneModel
* @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl * @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class ConfigurazioneClp extends BaseModelImpl<Configurazione> public class ConfigurazioneClp extends BaseModelImpl<Configurazione>
implements Configurazione { implements Configurazione {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl} 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.ConfigurazioneImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl} 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.ConfigurazioneImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Configurazione * @see Configurazione
* @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl * @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl
* @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl * @see it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ConfigurazioneServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ConfigurazioneServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.ConfigurazioneServiceSoap * @see it.tref.liferay.portos.bo.service.http.ConfigurazioneServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ConfigurazioneWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Configurazione}. * This class is a wrapper for {@link Configurazione}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Configurazione * @see Configurazione
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPratica.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the ControlloPratica service. Represents a row in the &quot;portos_bo_ControlloPratica&quot; database table, with each column mapped to a property of this class. * The extended model interface for the ControlloPratica service. Represents a row in the &quot;portos_bo_ControlloPratica&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ControlloPraticaModel * @see ControlloPraticaModel
* @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl * @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl
* @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl * @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaClp.java

@ -36,7 +36,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class ControlloPraticaClp extends BaseModelImpl<ControlloPratica> public class ControlloPraticaClp extends BaseModelImpl<ControlloPratica>
implements ControlloPratica { implements ControlloPratica {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaModel.java

@ -35,7 +35,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl} 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.ControlloPraticaImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl} 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.ControlloPraticaImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ControlloPratica * @see ControlloPratica
* @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl * @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl
* @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl * @see it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ControlloPraticaServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.ControlloPraticaServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.ControlloPraticaServiceSoap * @see it.tref.liferay.portos.bo.service.http.ControlloPraticaServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ControlloPraticaWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link ControlloPratica}. * This class is a wrapper for {@link ControlloPratica}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see ControlloPratica * @see ControlloPratica
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/Delega.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the Delega service. Represents a row in the &quot;portos_bo_Delega&quot; database table, with each column mapped to a property of this class. * The extended model interface for the Delega service. Represents a row in the &quot;portos_bo_Delega&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DelegaModel * @see DelegaModel
* @see it.tref.liferay.portos.bo.model.impl.DelegaImpl * @see it.tref.liferay.portos.bo.model.impl.DelegaImpl
* @see it.tref.liferay.portos.bo.model.impl.DelegaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DelegaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class DelegaClp extends BaseModelImpl<Delega> implements Delega { public class DelegaClp extends BaseModelImpl<Delega> implements Delega {
public DelegaClp() { public DelegaClp() {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DelegaModelImpl} 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.DelegaImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DelegaModelImpl} 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.DelegaImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Delega * @see Delega
* @see it.tref.liferay.portos.bo.model.impl.DelegaImpl * @see it.tref.liferay.portos.bo.model.impl.DelegaImpl
* @see it.tref.liferay.portos.bo.model.impl.DelegaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DelegaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DelegaServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DelegaServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.DelegaServiceSoap * @see it.tref.liferay.portos.bo.service.http.DelegaServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DelegaWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link Delega}. * This class is a wrapper for {@link Delega}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see Delega * @see Delega
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPratica.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the DettPratica service. Represents a row in the &quot;portos_bo_DettPratica&quot; database table, with each column mapped to a property of this class. * The extended model interface for the DettPratica service. Represents a row in the &quot;portos_bo_DettPratica&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DettPraticaModel * @see DettPraticaModel
* @see it.tref.liferay.portos.bo.model.impl.DettPraticaImpl * @see it.tref.liferay.portos.bo.model.impl.DettPraticaImpl
* @see it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java

@ -36,7 +36,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class DettPraticaClp extends BaseModelImpl<DettPratica> public class DettPraticaClp extends BaseModelImpl<DettPratica>
implements DettPratica { implements DettPratica {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java

@ -35,7 +35,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl} 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.DettPraticaImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl} 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.DettPraticaImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DettPratica * @see DettPratica
* @see it.tref.liferay.portos.bo.model.impl.DettPraticaImpl * @see it.tref.liferay.portos.bo.model.impl.DettPraticaImpl
* @see it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DettPraticaServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DettPraticaServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.DettPraticaServiceSoap * @see it.tref.liferay.portos.bo.service.http.DettPraticaServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link DettPratica}. * This class is a wrapper for {@link DettPratica}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DettPratica * @see DettPratica
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntiva.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the DocAggiuntiva service. Represents a row in the &quot;portos_bo_DocAggiuntiva&quot; database table, with each column mapped to a property of this class. * The extended model interface for the DocAggiuntiva service. Represents a row in the &quot;portos_bo_DocAggiuntiva&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DocAggiuntivaModel * @see DocAggiuntivaModel
* @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl * @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl
* @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class DocAggiuntivaClp extends BaseModelImpl<DocAggiuntiva> public class DocAggiuntivaClp extends BaseModelImpl<DocAggiuntiva>
implements DocAggiuntiva { implements DocAggiuntiva {

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaModel.java

@ -34,7 +34,7 @@ import java.util.Date;
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl} 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.DocAggiuntivaImpl}. * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl} 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.DocAggiuntivaImpl}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DocAggiuntiva * @see DocAggiuntiva
* @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl * @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl
* @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaSoap.java

@ -23,7 +23,7 @@ import java.util.List;
/** /**
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DocAggiuntivaServiceSoap}. * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.DocAggiuntivaServiceSoap}.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see it.tref.liferay.portos.bo.service.http.DocAggiuntivaServiceSoap * @see it.tref.liferay.portos.bo.service.http.DocAggiuntivaServiceSoap
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocAggiuntivaWrapper.java

@ -27,7 +27,7 @@ import java.util.Map;
* This class is a wrapper for {@link DocAggiuntiva}. * This class is a wrapper for {@link DocAggiuntiva}.
* </p> * </p>
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DocAggiuntiva * @see DocAggiuntiva
* @generated * @generated
*/ */

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocPratica.java

@ -19,7 +19,7 @@ import com.liferay.portal.model.PersistedModel;
/** /**
* The extended model interface for the DocPratica service. Represents a row in the &quot;portos_bo_DocPratica&quot; database table, with each column mapped to a property of this class. * The extended model interface for the DocPratica service. Represents a row in the &quot;portos_bo_DocPratica&quot; database table, with each column mapped to a property of this class.
* *
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
* @see DocPraticaModel * @see DocPraticaModel
* @see it.tref.liferay.portos.bo.model.impl.DocPraticaImpl * @see it.tref.liferay.portos.bo.model.impl.DocPraticaImpl
* @see it.tref.liferay.portos.bo.model.impl.DocPraticaModelImpl * @see it.tref.liferay.portos.bo.model.impl.DocPraticaModelImpl

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DocPraticaClp.java

@ -35,7 +35,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* @author Davide Barbagallo, 3F Consulting * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
*/ */
public class DocPraticaClp extends BaseModelImpl<DocPratica> public class DocPraticaClp extends BaseModelImpl<DocPratica>
implements DocPratica { implements DocPratica {

Some files were not shown because too many files have changed in this diff Show More

Caricamento…
Annulla
Salva