Sfoglia il codice sorgente

fix pratica attenzionata

feature/fix_soggetti
Marco Alderighi 1 anno fa
parent
commit
3dfb03cafd
  1. BIN
      liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar
  2. BIN
      liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar
  3. BIN
      liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar
  4. BIN
      liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar
  5. BIN
      liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar
  6. BIN
      liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar
  7. BIN
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar
  8. BIN
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar
  9. BIN
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar
  10. BIN
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar
  11. BIN
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar
  12. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
  13. 51
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataClp.java
  14. 21
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataModel.java
  15. 10
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataSoap.java
  16. 33
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataWrapper.java
  17. 56
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalService.java
  18. 262
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceClp.java
  19. 63
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceUtil.java
  20. 68
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceWrapper.java
  21. 349
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistence.java
  22. 408
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataUtil.java
  23. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-db2.sql
  24. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-derby.sql
  25. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-firebird.sql
  26. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-informix.sql
  27. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-mysql.sql
  28. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-oracle.sql
  29. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-postgresql.sql
  30. 7
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-sql-server.sql
  31. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-sybase.sql
  32. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
  33. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
  34. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-db2.sql
  35. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-derby.sql
  36. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-firebird.sql
  37. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-hypersonic.sql
  38. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-informix.sql
  39. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-ingres.sql
  40. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-interbase.sql
  41. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-jdatastore.sql
  42. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-mysql.sql
  43. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-oracle.sql
  44. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-postgresql.sql
  45. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-sap.sql
  46. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-sql-server.sql
  47. 1
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
  48. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-db2.sql
  49. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-derby.sql
  50. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-firebird.sql
  51. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-hypersonic.sql
  52. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-informix.sql
  53. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-ingres.sql
  54. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-interbase.sql
  55. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-jdatastore.sql
  56. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-mysql.sql
  57. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-oracle.sql
  58. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-postgresql.sql
  59. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sap.sql
  60. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sql-server.sql
  61. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sybase.sql
  62. 1
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
  63. 1
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
  64. 3
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
  65. 22
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataCacheModel.java
  66. 110
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataModelImpl.java
  67. 60
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceBaseImpl.java
  68. 166
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceClpInvoker.java
  69. 1503
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistenceImpl.java
  70. 4
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties

BIN
liferay-plugins-sdk-6.2/dist/portos-audit-shared-6.2.0.1.jar vendored

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/dist/portos-kaleo-shared-6.2.0.1.jar vendored

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/dist/portos-mail-manager-shared-6.2.0.1.jar vendored

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/dist/portos-report-shared-6.2.0.1.jar vendored

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar

File binario non mostrato.

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

@ -1675,7 +1675,7 @@
</entity> </entity>
<entity name="PraticaAttenzionata" local-service="true" <entity name="PraticaAttenzionata" local-service="true"
remote-service="true"> remote-service="true" uuid="true">
<column name="praticaAttenzionataId" type="long" primary="true" /> <column name="praticaAttenzionataId" type="long" primary="true" />
<!-- Audit fields --> <!-- Audit fields -->

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

@ -16,6 +16,7 @@ package it.tref.liferay.portos.bo.model;
import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler; import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler;
import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.lar.StagedModelType;
import com.liferay.portal.kernel.util.ProxyUtil; import com.liferay.portal.kernel.util.ProxyUtil;
import com.liferay.portal.kernel.util.StringBundler; import com.liferay.portal.kernel.util.StringBundler;
import com.liferay.portal.model.BaseModel; import com.liferay.portal.model.BaseModel;
@ -75,6 +76,7 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
public Map<String, Object> getModelAttributes() { public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>(); Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("uuid", getUuid());
attributes.put("praticaAttenzionataId", getPraticaAttenzionataId()); attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
attributes.put("companyId", getCompanyId()); attributes.put("companyId", getCompanyId());
attributes.put("userId", getUserId()); attributes.put("userId", getUserId());
@ -96,6 +98,12 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
@Override @Override
public void setModelAttributes(Map<String, Object> attributes) { public void setModelAttributes(Map<String, Object> attributes) {
String uuid = (String)attributes.get("uuid");
if (uuid != null) {
setUuid(uuid);
}
Long praticaAttenzionataId = (Long)attributes.get( Long praticaAttenzionataId = (Long)attributes.get(
"praticaAttenzionataId"); "praticaAttenzionataId");
@ -183,6 +191,29 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
} }
} }
@Override
public String getUuid() {
return _uuid;
}
@Override
public void setUuid(String uuid) {
_uuid = uuid;
if (_praticaAttenzionataRemoteModel != null) {
try {
Class<?> clazz = _praticaAttenzionataRemoteModel.getClass();
Method method = clazz.getMethod("setUuid", String.class);
method.invoke(_praticaAttenzionataRemoteModel, uuid);
}
catch (Exception e) {
throw new UnsupportedOperationException(e);
}
}
}
@Override @Override
public long getPraticaAttenzionataId() { public long getPraticaAttenzionataId() {
return _praticaAttenzionataId; return _praticaAttenzionataId;
@ -528,6 +559,12 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
} }
} }
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
PraticaAttenzionata.class.getName()));
}
public BaseModel<?> getPraticaAttenzionataRemoteModel() { public BaseModel<?> getPraticaAttenzionataRemoteModel() {
return _praticaAttenzionataRemoteModel; return _praticaAttenzionataRemoteModel;
} }
@ -599,6 +636,7 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
public Object clone() { public Object clone() {
PraticaAttenzionataClp clone = new PraticaAttenzionataClp(); PraticaAttenzionataClp clone = new PraticaAttenzionataClp();
clone.setUuid(getUuid());
clone.setPraticaAttenzionataId(getPraticaAttenzionataId()); clone.setPraticaAttenzionataId(getPraticaAttenzionataId());
clone.setCompanyId(getCompanyId()); clone.setCompanyId(getCompanyId());
clone.setUserId(getUserId()); clone.setUserId(getUserId());
@ -665,9 +703,11 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
@Override @Override
public String toString() { public String toString() {
StringBundler sb = new StringBundler(29); StringBundler sb = new StringBundler(31);
sb.append("{praticaAttenzionataId="); sb.append("{uuid=");
sb.append(getUuid());
sb.append(", praticaAttenzionataId=");
sb.append(getPraticaAttenzionataId()); sb.append(getPraticaAttenzionataId());
sb.append(", companyId="); sb.append(", companyId=");
sb.append(getCompanyId()); sb.append(getCompanyId());
@ -702,12 +742,16 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
@Override @Override
public String toXmlString() { public String toXmlString() {
StringBundler sb = new StringBundler(46); StringBundler sb = new StringBundler(49);
sb.append("<model><model-name>"); sb.append("<model><model-name>");
sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata"); sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata");
sb.append("</model-name>"); sb.append("</model-name>");
sb.append(
"<column><column-name>uuid</column-name><column-value><![CDATA[");
sb.append(getUuid());
sb.append("]]></column-value></column>");
sb.append( sb.append(
"<column><column-name>praticaAttenzionataId</column-name><column-value><![CDATA["); "<column><column-name>praticaAttenzionataId</column-name><column-value><![CDATA[");
sb.append(getPraticaAttenzionataId()); sb.append(getPraticaAttenzionataId());
@ -770,6 +814,7 @@ public class PraticaAttenzionataClp extends BaseModelImpl<PraticaAttenzionata>
return sb.toString(); return sb.toString();
} }
private String _uuid;
private long _praticaAttenzionataId; private long _praticaAttenzionataId;
private long _companyId; private long _companyId;
private long _userId; private long _userId;

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

@ -18,7 +18,7 @@ import com.liferay.portal.kernel.bean.AutoEscape;
import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.model.BaseModel; import com.liferay.portal.model.BaseModel;
import com.liferay.portal.model.CacheModel; import com.liferay.portal.model.CacheModel;
import com.liferay.portal.model.GroupedModel; import com.liferay.portal.model.StagedGroupedModel;
import com.liferay.portal.service.ServiceContext; import com.liferay.portal.service.ServiceContext;
import com.liferay.portlet.expando.model.ExpandoBridge; import com.liferay.portlet.expando.model.ExpandoBridge;
@ -41,7 +41,7 @@ import java.util.Date;
* @generated * @generated
*/ */
public interface PraticaAttenzionataModel extends BaseModel<PraticaAttenzionata>, public interface PraticaAttenzionataModel extends BaseModel<PraticaAttenzionata>,
GroupedModel { StagedGroupedModel {
/* /*
* NOTE FOR DEVELOPERS: * NOTE FOR DEVELOPERS:
* *
@ -62,6 +62,23 @@ public interface PraticaAttenzionataModel extends BaseModel<PraticaAttenzionata>
*/ */
public void setPrimaryKey(long primaryKey); public void setPrimaryKey(long primaryKey);
/**
* Returns the uuid of this pratica attenzionata.
*
* @return the uuid of this pratica attenzionata
*/
@AutoEscape
@Override
public String getUuid();
/**
* Sets the uuid of this pratica attenzionata.
*
* @param uuid the uuid of this pratica attenzionata
*/
@Override
public void setUuid(String uuid);
/** /**
* Returns the pratica attenzionata ID of this pratica attenzionata. * Returns the pratica attenzionata ID of this pratica attenzionata.
* *

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

@ -31,6 +31,7 @@ public class PraticaAttenzionataSoap implements Serializable {
public static PraticaAttenzionataSoap toSoapModel(PraticaAttenzionata model) { public static PraticaAttenzionataSoap toSoapModel(PraticaAttenzionata model) {
PraticaAttenzionataSoap soapModel = new PraticaAttenzionataSoap(); PraticaAttenzionataSoap soapModel = new PraticaAttenzionataSoap();
soapModel.setUuid(model.getUuid());
soapModel.setPraticaAttenzionataId(model.getPraticaAttenzionataId()); soapModel.setPraticaAttenzionataId(model.getPraticaAttenzionataId());
soapModel.setCompanyId(model.getCompanyId()); soapModel.setCompanyId(model.getCompanyId());
soapModel.setUserId(model.getUserId()); soapModel.setUserId(model.getUserId());
@ -100,6 +101,14 @@ public class PraticaAttenzionataSoap implements Serializable {
setPraticaAttenzionataId(pk); setPraticaAttenzionataId(pk);
} }
public String getUuid() {
return _uuid;
}
public void setUuid(String uuid) {
_uuid = uuid;
}
public long getPraticaAttenzionataId() { public long getPraticaAttenzionataId() {
return _praticaAttenzionataId; return _praticaAttenzionataId;
} }
@ -217,6 +226,7 @@ public class PraticaAttenzionataSoap implements Serializable {
_dataVerifica = dataVerifica; _dataVerifica = dataVerifica;
} }
private String _uuid;
private long _praticaAttenzionataId; private long _praticaAttenzionataId;
private long _companyId; private long _companyId;
private long _userId; private long _userId;

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

@ -14,6 +14,7 @@
package it.tref.liferay.portos.bo.model; package it.tref.liferay.portos.bo.model;
import com.liferay.portal.kernel.lar.StagedModelType;
import com.liferay.portal.kernel.util.Validator; import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.model.ModelWrapper; import com.liferay.portal.model.ModelWrapper;
@ -50,6 +51,7 @@ public class PraticaAttenzionataWrapper implements PraticaAttenzionata,
public Map<String, Object> getModelAttributes() { public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>(); Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("uuid", getUuid());
attributes.put("praticaAttenzionataId", getPraticaAttenzionataId()); attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
attributes.put("companyId", getCompanyId()); attributes.put("companyId", getCompanyId());
attributes.put("userId", getUserId()); attributes.put("userId", getUserId());
@ -71,6 +73,12 @@ public class PraticaAttenzionataWrapper implements PraticaAttenzionata,
@Override @Override
public void setModelAttributes(Map<String, Object> attributes) { public void setModelAttributes(Map<String, Object> attributes) {
String uuid = (String)attributes.get("uuid");
if (uuid != null) {
setUuid(uuid);
}
Long praticaAttenzionataId = (Long)attributes.get( Long praticaAttenzionataId = (Long)attributes.get(
"praticaAttenzionataId"); "praticaAttenzionataId");
@ -178,6 +186,26 @@ public class PraticaAttenzionataWrapper implements PraticaAttenzionata,
_praticaAttenzionata.setPrimaryKey(primaryKey); _praticaAttenzionata.setPrimaryKey(primaryKey);
} }
/**
* Returns the uuid of this pratica attenzionata.
*
* @return the uuid of this pratica attenzionata
*/
@Override
public java.lang.String getUuid() {
return _praticaAttenzionata.getUuid();
}
/**
* Sets the uuid of this pratica attenzionata.
*
* @param uuid the uuid of this pratica attenzionata
*/
@Override
public void setUuid(java.lang.String uuid) {
_praticaAttenzionata.setUuid(uuid);
}
/** /**
* Returns the pratica attenzionata ID of this pratica attenzionata. * Returns the pratica attenzionata ID of this pratica attenzionata.
* *
@ -616,6 +644,11 @@ public class PraticaAttenzionataWrapper implements PraticaAttenzionata,
return false; return false;
} }
@Override
public StagedModelType getStagedModelType() {
return _praticaAttenzionata.getStagedModelType();
}
/** /**
* @deprecated As of 6.1.0, replaced by {@link #getWrappedModel} * @deprecated As of 6.1.0, replaced by {@link #getWrappedModel}
*/ */

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

@ -175,6 +175,32 @@ public interface PraticaAttenzionataLocalService extends BaseLocalService,
long praticaAttenzionataId) long praticaAttenzionataId)
throws com.liferay.portal.kernel.exception.SystemException; throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException;
/** /**
* Returns the pratica attenzionata with the primary key. * Returns the pratica attenzionata with the primary key.
* *
@ -196,6 +222,36 @@ public interface PraticaAttenzionataLocalService extends BaseLocalService,
throws com.liferay.portal.kernel.exception.PortalException, throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException; com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
/** /**
* Returns a range of all the pratica attenzionatas. * Returns a range of all the pratica attenzionatas.
* *

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

@ -86,64 +86,80 @@ public class PraticaAttenzionataLocalServiceClp
_methodParameterTypes10 = new String[] { "long" }; _methodParameterTypes10 = new String[] { "long" };
_methodName11 = "getPraticaAttenzionata"; _methodName11 = "fetchPraticaAttenzionataByUuidAndCompanyId";
_methodParameterTypes11 = new String[] { "long" }; _methodParameterTypes11 = new String[] { "java.lang.String", "long" };
_methodName12 = "getPersistedModel"; _methodName12 = "fetchPraticaAttenzionataByUuidAndGroupId";
_methodParameterTypes12 = new String[] { "java.io.Serializable" }; _methodParameterTypes12 = new String[] { "java.lang.String", "long" };
_methodName13 = "getPraticaAttenzionatas"; _methodName13 = "getPraticaAttenzionata";
_methodParameterTypes13 = new String[] { "int", "int" }; _methodParameterTypes13 = new String[] { "long" };
_methodName14 = "getPraticaAttenzionatasCount"; _methodName14 = "getPersistedModel";
_methodParameterTypes14 = new String[] { }; _methodParameterTypes14 = new String[] { "java.io.Serializable" };
_methodName15 = "updatePraticaAttenzionata"; _methodName15 = "getPraticaAttenzionataByUuidAndCompanyId";
_methodParameterTypes15 = new String[] { _methodParameterTypes15 = new String[] { "java.lang.String", "long" };
_methodName16 = "getPraticaAttenzionataByUuidAndGroupId";
_methodParameterTypes16 = new String[] { "java.lang.String", "long" };
_methodName17 = "getPraticaAttenzionatas";
_methodParameterTypes17 = new String[] { "int", "int" };
_methodName18 = "getPraticaAttenzionatasCount";
_methodParameterTypes18 = new String[] { };
_methodName19 = "updatePraticaAttenzionata";
_methodParameterTypes19 = new String[] {
"it.tref.liferay.portos.bo.model.PraticaAttenzionata" "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
}; };
_methodName16 = "getBeanIdentifier"; _methodName20 = "getBeanIdentifier";
_methodParameterTypes16 = new String[] { }; _methodParameterTypes20 = new String[] { };
_methodName17 = "setBeanIdentifier"; _methodName21 = "setBeanIdentifier";
_methodParameterTypes17 = new String[] { "java.lang.String" }; _methodParameterTypes21 = new String[] { "java.lang.String" };
_methodName19 = "evalAndEventuallyAddPraticaAttenzionata"; _methodName23 = "evalAndEventuallyAddPraticaAttenzionata";
_methodParameterTypes19 = new String[] { _methodParameterTypes23 = new String[] {
"long", "long", "java.lang.String", "java.util.Date", "long", "long", "java.lang.String", "java.util.Date",
"java.util.Date", "com.liferay.portal.service.ServiceContext" "java.util.Date", "com.liferay.portal.service.ServiceContext"
}; };
_methodName20 = "getPraticheDaVerificare"; _methodName24 = "getPraticheDaVerificare";
_methodParameterTypes20 = new String[] { }; _methodParameterTypes24 = new String[] { };
_methodName21 = "countPraticheDaVerificare"; _methodName25 = "countPraticheDaVerificare";
_methodParameterTypes21 = new String[] { }; _methodParameterTypes25 = new String[] { };
_methodName22 = "getPraticheVerificate"; _methodName26 = "getPraticheVerificate";
_methodParameterTypes22 = new String[] { }; _methodParameterTypes26 = new String[] { };
_methodName23 = "verificaPraticaAttenzionata"; _methodName27 = "verificaPraticaAttenzionata";
_methodParameterTypes23 = new String[] { _methodParameterTypes27 = new String[] {
"long", "com.liferay.portal.service.ServiceContext" "long", "com.liferay.portal.service.ServiceContext"
}; };
_methodName24 = "verificaPraticaAttenzionata"; _methodName28 = "verificaPraticaAttenzionata";
_methodParameterTypes24 = new String[] { _methodParameterTypes28 = new String[] {
"it.tref.liferay.portos.bo.model.PraticaAttenzionata", "it.tref.liferay.portos.bo.model.PraticaAttenzionata",
"com.liferay.portal.service.ServiceContext" "com.liferay.portal.service.ServiceContext"
}; };
@ -500,6 +516,66 @@ public class PraticaAttenzionataLocalServiceClp
return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj); return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
} }
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName11,
_methodParameterTypes11,
new Object[] { ClpSerializer.translateInput(uuid), companyId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}
else {
throw new RuntimeException(t.getClass().getName() +
" is not a valid exception");
}
}
return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
}
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName12,
_methodParameterTypes12,
new Object[] { ClpSerializer.translateInput(uuid), groupId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}
else {
throw new RuntimeException(t.getClass().getName() +
" is not a valid exception");
}
}
return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
}
@Override @Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata( public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata(
long praticaAttenzionataId) long praticaAttenzionataId)
@ -508,8 +584,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName11, returnObj = _invokableLocalService.invokeMethod(_methodName13,
_methodParameterTypes11, _methodParameterTypes13,
new Object[] { praticaAttenzionataId }); new Object[] { praticaAttenzionataId });
} }
catch (Throwable t) { catch (Throwable t) {
@ -543,8 +619,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName12, returnObj = _invokableLocalService.invokeMethod(_methodName14,
_methodParameterTypes12, _methodParameterTypes14,
new Object[] { ClpSerializer.translateInput(primaryKeyObj) }); new Object[] { ClpSerializer.translateInput(primaryKeyObj) });
} }
catch (Throwable t) { catch (Throwable t) {
@ -570,6 +646,76 @@ public class PraticaAttenzionataLocalServiceClp
return (com.liferay.portal.model.PersistedModel)ClpSerializer.translateOutput(returnObj); return (com.liferay.portal.model.PersistedModel)ClpSerializer.translateOutput(returnObj);
} }
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName15,
_methodParameterTypes15,
new Object[] { ClpSerializer.translateInput(uuid), companyId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
throw (com.liferay.portal.kernel.exception.PortalException)t;
}
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}
else {
throw new RuntimeException(t.getClass().getName() +
" is not a valid exception");
}
}
return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
}
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName16,
_methodParameterTypes16,
new Object[] { ClpSerializer.translateInput(uuid), groupId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
throw (com.liferay.portal.kernel.exception.PortalException)t;
}
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}
else {
throw new RuntimeException(t.getClass().getName() +
" is not a valid exception");
}
}
return (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
}
@Override @Override
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> getPraticaAttenzionatas( public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> getPraticaAttenzionatas(
int start, int end) int start, int end)
@ -577,8 +723,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName13, returnObj = _invokableLocalService.invokeMethod(_methodName17,
_methodParameterTypes13, new Object[] { start, end }); _methodParameterTypes17, new Object[] { start, end });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -605,8 +751,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName14, returnObj = _invokableLocalService.invokeMethod(_methodName18,
_methodParameterTypes14, new Object[] { }); _methodParameterTypes18, new Object[] { });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -634,8 +780,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName15, returnObj = _invokableLocalService.invokeMethod(_methodName19,
_methodParameterTypes15, _methodParameterTypes19,
new Object[] { new Object[] {
ClpSerializer.translateInput(praticaAttenzionata) ClpSerializer.translateInput(praticaAttenzionata)
}); });
@ -664,8 +810,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName16, returnObj = _invokableLocalService.invokeMethod(_methodName20,
_methodParameterTypes16, new Object[] { }); _methodParameterTypes20, new Object[] { });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -685,8 +831,8 @@ public class PraticaAttenzionataLocalServiceClp
@Override @Override
public void setBeanIdentifier(java.lang.String beanIdentifier) { public void setBeanIdentifier(java.lang.String beanIdentifier) {
try { try {
_invokableLocalService.invokeMethod(_methodName17, _invokableLocalService.invokeMethod(_methodName21,
_methodParameterTypes17, _methodParameterTypes21,
new Object[] { ClpSerializer.translateInput(beanIdentifier) }); new Object[] { ClpSerializer.translateInput(beanIdentifier) });
} }
catch (Throwable t) { catch (Throwable t) {
@ -720,8 +866,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName19, returnObj = _invokableLocalService.invokeMethod(_methodName23,
_methodParameterTypes19, _methodParameterTypes23,
new Object[] { new Object[] {
intPraticaId, intPraticaId,
@ -765,8 +911,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName20, returnObj = _invokableLocalService.invokeMethod(_methodName24,
_methodParameterTypes20, new Object[] { }); _methodParameterTypes24, new Object[] { });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -793,8 +939,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName21, returnObj = _invokableLocalService.invokeMethod(_methodName25,
_methodParameterTypes21, new Object[] { }); _methodParameterTypes25, new Object[] { });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -821,8 +967,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName22, returnObj = _invokableLocalService.invokeMethod(_methodName26,
_methodParameterTypes22, new Object[] { }); _methodParameterTypes26, new Object[] { });
} }
catch (Throwable t) { catch (Throwable t) {
t = ClpSerializer.translateThrowable(t); t = ClpSerializer.translateThrowable(t);
@ -851,8 +997,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName23, returnObj = _invokableLocalService.invokeMethod(_methodName27,
_methodParameterTypes23, _methodParameterTypes27,
new Object[] { new Object[] {
praticaAttenzionataId, praticaAttenzionataId,
@ -886,8 +1032,8 @@ public class PraticaAttenzionataLocalServiceClp
Object returnObj = null; Object returnObj = null;
try { try {
returnObj = _invokableLocalService.invokeMethod(_methodName24, returnObj = _invokableLocalService.invokeMethod(_methodName28,
_methodParameterTypes24, _methodParameterTypes28,
new Object[] { new Object[] {
ClpSerializer.translateInput(praticaAttenzionata), ClpSerializer.translateInput(praticaAttenzionata),
@ -950,16 +1096,24 @@ public class PraticaAttenzionataLocalServiceClp
private String[] _methodParameterTypes16; private String[] _methodParameterTypes16;
private String _methodName17; private String _methodName17;
private String[] _methodParameterTypes17; private String[] _methodParameterTypes17;
private String _methodName18;
private String[] _methodParameterTypes18;
private String _methodName19; private String _methodName19;
private String[] _methodParameterTypes19; private String[] _methodParameterTypes19;
private String _methodName20; private String _methodName20;
private String[] _methodParameterTypes20; private String[] _methodParameterTypes20;
private String _methodName21; private String _methodName21;
private String[] _methodParameterTypes21; private String[] _methodParameterTypes21;
private String _methodName22;
private String[] _methodParameterTypes22;
private String _methodName23; private String _methodName23;
private String[] _methodParameterTypes23; private String[] _methodParameterTypes23;
private String _methodName24; private String _methodName24;
private String[] _methodParameterTypes24; private String[] _methodParameterTypes24;
private String _methodName25;
private String[] _methodParameterTypes25;
private String _methodName26;
private String[] _methodParameterTypes26;
private String _methodName27;
private String[] _methodParameterTypes27;
private String _methodName28;
private String[] _methodParameterTypes28;
} }

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

@ -187,6 +187,36 @@ public class PraticaAttenzionataLocalServiceUtil {
return getService().fetchPraticaAttenzionata(praticaAttenzionataId); return getService().fetchPraticaAttenzionata(praticaAttenzionataId);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
return getService()
.fetchPraticaAttenzionataByUuidAndCompanyId(uuid, companyId);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException {
return getService()
.fetchPraticaAttenzionataByUuidAndGroupId(uuid, groupId);
}
/** /**
* Returns the pratica attenzionata with the primary key. * Returns the pratica attenzionata with the primary key.
* *
@ -209,6 +239,39 @@ public class PraticaAttenzionataLocalServiceUtil {
return getService().getPersistedModel(primaryKeyObj); return getService().getPersistedModel(primaryKeyObj);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.getPraticaAttenzionataByUuidAndCompanyId(uuid, companyId);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService().getPraticaAttenzionataByUuidAndGroupId(uuid, groupId);
}
/** /**
* Returns a range of all the pratica attenzionatas. * Returns a range of all the pratica attenzionatas.
* *

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

@ -192,6 +192,38 @@ public class PraticaAttenzionataLocalServiceWrapper
return _praticaAttenzionataLocalService.fetchPraticaAttenzionata(praticaAttenzionataId); return _praticaAttenzionataLocalService.fetchPraticaAttenzionata(praticaAttenzionataId);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
return _praticaAttenzionataLocalService.fetchPraticaAttenzionataByUuidAndCompanyId(uuid,
companyId);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException {
return _praticaAttenzionataLocalService.fetchPraticaAttenzionataByUuidAndGroupId(uuid,
groupId);
}
/** /**
* Returns the pratica attenzionata with the primary key. * Returns the pratica attenzionata with the primary key.
* *
@ -216,6 +248,42 @@ public class PraticaAttenzionataLocalServiceWrapper
return _praticaAttenzionataLocalService.getPersistedModel(primaryKeyObj); return _praticaAttenzionataLocalService.getPersistedModel(primaryKeyObj);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _praticaAttenzionataLocalService.getPraticaAttenzionataByUuidAndCompanyId(uuid,
companyId);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _praticaAttenzionataLocalService.getPraticaAttenzionataByUuidAndGroupId(uuid,
groupId);
}
/** /**
* Returns a range of all the pratica attenzionatas. * Returns a range of all the pratica attenzionatas.
* *

349
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistence.java

@ -37,6 +37,355 @@ public interface PraticaAttenzionataPersistence extends BasePersistence<PraticaA
* Never modify or reference this interface directly. Always use {@link PraticaAttenzionataUtil} to access the pratica attenzionata persistence. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this interface. * Never modify or reference this interface directly. Always use {@link PraticaAttenzionataUtil} to access the pratica attenzionata persistence. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this interface.
*/ */
/**
* Returns all the pratica attenzionatas where uuid = &#63;.
*
* @param uuid the uuid
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns a range of all the pratica attenzionatas where uuid = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns an ordered range of all the pratica attenzionatas where uuid = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_First(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_First(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_Last(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_Last(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_PrevAndNext(
long praticaAttenzionataId, java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Removes all the pratica attenzionatas where uuid = &#63; from the database.
*
* @param uuid the uuid
* @throws SystemException if a system exception occurred
*/
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the number of pratica attenzionatas where uuid = &#63;.
*
* @param uuid the uuid
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or returns <code>null</code> if it could not be found. Uses the finder cache.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or returns <code>null</code> if it could not be found, optionally using the finder cache.
*
* @param uuid the uuid
* @param groupId the group ID
* @param retrieveFromCache whether to use the finder cache
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
java.lang.String uuid, long groupId, boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Removes the pratica attenzionata where uuid = &#63; and groupId = &#63; from the database.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the pratica attenzionata that was removed
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata removeByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the number of pratica attenzionatas where uuid = &#63; and groupId = &#63;.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public int countByUUID_G(java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns a range of all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns an ordered range of all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_First(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_First(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_Last(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_Last(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_C_PrevAndNext(
long praticaAttenzionataId, java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
/**
* Removes all the pratica attenzionatas where uuid = &#63; and companyId = &#63; from the database.
*
* @param uuid the uuid
* @param companyId the company ID
* @throws SystemException if a system exception occurred
*/
public void removeByUuid_C(java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the number of pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public int countByUuid_C(java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException;
/** /**
* Returns all the pratica attenzionatas where verificata = &#63;. * Returns all the pratica attenzionatas where verificata = &#63;.
* *

408
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataUtil.java

@ -111,6 +111,414 @@ public class PraticaAttenzionataUtil {
return getPersistence().update(praticaAttenzionata, serviceContext); return getPersistence().update(praticaAttenzionata, serviceContext);
} }
/**
* Returns all the pratica attenzionatas where uuid = &#63;.
*
* @param uuid the uuid
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findByUuid(uuid);
}
/**
* Returns a range of all the pratica attenzionatas where uuid = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findByUuid(uuid, start, end);
}
/**
* Returns an ordered range of all the pratica attenzionatas where uuid = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid(
java.lang.String uuid, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findByUuid(uuid, start, end, orderByComparator);
}
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_First(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence().findByUuid_First(uuid, orderByComparator);
}
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_First(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByUuid_First(uuid, orderByComparator);
}
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_Last(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence().findByUuid_Last(uuid, orderByComparator);
}
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_Last(
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByUuid_Last(uuid, orderByComparator);
}
/**
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = &#63;.
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_PrevAndNext(
long praticaAttenzionataId, java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence()
.findByUuid_PrevAndNext(praticaAttenzionataId, uuid,
orderByComparator);
}
/**
* Removes all the pratica attenzionatas where uuid = &#63; from the database.
*
* @param uuid the uuid
* @throws SystemException if a system exception occurred
*/
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException {
getPersistence().removeByUuid(uuid);
}
/**
* Returns the number of pratica attenzionatas where uuid = &#63;.
*
* @param uuid the uuid
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().countByUuid(uuid);
}
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence().findByUUID_G(uuid, groupId);
}
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or returns <code>null</code> if it could not be found. Uses the finder cache.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByUUID_G(uuid, groupId);
}
/**
* Returns the pratica attenzionata where uuid = &#63; and groupId = &#63; or returns <code>null</code> if it could not be found, optionally using the finder cache.
*
* @param uuid the uuid
* @param groupId the group ID
* @param retrieveFromCache whether to use the finder cache
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
java.lang.String uuid, long groupId, boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByUUID_G(uuid, groupId, retrieveFromCache);
}
/**
* Removes the pratica attenzionata where uuid = &#63; and groupId = &#63; from the database.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the pratica attenzionata that was removed
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata removeByUUID_G(
java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence().removeByUUID_G(uuid, groupId);
}
/**
* Returns the number of pratica attenzionatas where uuid = &#63; and groupId = &#63;.
*
* @param uuid the uuid
* @param groupId the group ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static int countByUUID_G(java.lang.String uuid, long groupId)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().countByUUID_G(uuid, groupId);
}
/**
* Returns all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findByUuid_C(uuid, companyId);
}
/**
* Returns a range of all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findByUuid_C(uuid, companyId, start, end);
}
/**
* Returns an ordered range of all the pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* <p>
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
* </p>
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static java.util.List<it.tref.liferay.portos.bo.model.PraticaAttenzionata> findByUuid_C(
java.lang.String uuid, long companyId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence()
.findByUuid_C(uuid, companyId, start, end, orderByComparator);
}
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_First(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence()
.findByUuid_C_First(uuid, companyId, orderByComparator);
}
/**
* Returns the first pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_First(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence()
.fetchByUuid_C_First(uuid, companyId, orderByComparator);
}
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_Last(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence()
.findByUuid_C_Last(uuid, companyId, orderByComparator);
}
/**
* Returns the last pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_Last(
java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence()
.fetchByUuid_C_Last(uuid, companyId, orderByComparator);
}
/**
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = &#63; and companyId = &#63;.
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next pratica attenzionata
* @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_C_PrevAndNext(
long praticaAttenzionataId, java.lang.String uuid, long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
return getPersistence()
.findByUuid_C_PrevAndNext(praticaAttenzionataId, uuid,
companyId, orderByComparator);
}
/**
* Removes all the pratica attenzionatas where uuid = &#63; and companyId = &#63; from the database.
*
* @param uuid the uuid
* @param companyId the company ID
* @throws SystemException if a system exception occurred
*/
public static void removeByUuid_C(java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
getPersistence().removeByUuid_C(uuid, companyId);
}
/**
* Returns the number of pratica attenzionatas where uuid = &#63; and companyId = &#63;.
*
* @param uuid the uuid
* @param companyId the company ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
*/
public static int countByUuid_C(java.lang.String uuid, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().countByUuid_C(uuid, companyId);
}
/** /**
* Returns all the pratica attenzionatas where verificata = &#63;. * Returns all the pratica attenzionatas where verificata = &#63;.
* *

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-db2.sql

@ -130,7 +130,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -661,6 +662,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,
@ -1039,6 +1041,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-derby.sql

@ -130,7 +130,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -661,6 +662,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,
@ -1039,6 +1041,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-firebird.sql

@ -4,7 +4,7 @@ create table portos_bo_AllegatoManuale (uuid_ varchar(75),allegatoManualeId int6
create table portos_bo_Asseverazione (uuid_ varchar(75),asseverazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,dettPraticaId int64,fileEntryId int64,soggettoId int64,tipologia varchar(75),esito varchar(75),dtEsito timestamp,mezzo varchar(75),codiceFiscale varchar(75),dichiarazioni blob); create table portos_bo_Asseverazione (uuid_ varchar(75),asseverazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,dettPraticaId int64,fileEntryId int64,soggettoId int64,tipologia varchar(75),esito varchar(75),dtEsito timestamp,mezzo varchar(75),codiceFiscale varchar(75),dichiarazioni blob);
create table portos_bo_Avviso (uuid_ varchar(75),avvisoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,descLong varchar(4000),dtAvviso timestamp,tipoAvviso varchar(10),tipoDocumento varchar(75),fileEntryIdTemplate int64,fileEntryIdBase int64,fileEntryIdInvio int64,fileEntryIdProtocollo int64,oldFileEntryIdBase int64,oldFileEntryIdInvio int64,dtCreateFileEntryInvio timestamp,userCodiceFiscalePrimaFirma varchar(75),firmaInCorso smallint,transactionIdPrimaFirma varchar(75),inviato varchar(75),dtInvio timestamp,annullato smallint,errore smallint,signal smallint,dtInvioSignal timestamp,tempistica smallint,dtTempistica timestamp,jsonParameters blob,protocollo varchar(75),dtProtocollo timestamp,oggettoProtocollo blob,inviatoTecnico smallint,rifiutato smallint,dtRifiuto timestamp,commentoRifiuto varchar(4000),oldAvvisoId int64,intPraticaId int64,controlloPraticaId int64,classPk int64,className varchar(75)); create table portos_bo_Avviso (uuid_ varchar(75),avvisoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,descLong varchar(4000),dtAvviso timestamp,tipoAvviso varchar(10),tipoDocumento varchar(75),fileEntryIdTemplate int64,fileEntryIdBase int64,fileEntryIdInvio int64,fileEntryIdProtocollo int64,oldFileEntryIdBase int64,oldFileEntryIdInvio int64,dtCreateFileEntryInvio timestamp,userCodiceFiscalePrimaFirma varchar(75),firmaInCorso smallint,transactionIdPrimaFirma varchar(75),inviato varchar(75),dtInvio timestamp,annullato smallint,errore smallint,signal smallint,dtInvioSignal timestamp,tempistica smallint,dtTempistica timestamp,jsonParameters blob,protocollo varchar(75),dtProtocollo timestamp,oggettoProtocollo blob,inviatoTecnico smallint,rifiutato smallint,dtRifiuto timestamp,commentoRifiuto varchar(4000),oldAvvisoId int64,intPraticaId int64,controlloPraticaId int64,classPk int64,className varchar(75));
create table portos_bo_Collaudo (uuid_ varchar(75),collaudoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,protocollo varchar(75),dtProtocollo timestamp,parziale smallint,completata smallint,gestita smallint,numero int64,codiceFiscaleDelegato varchar(75),dataEffettuazione timestamp,dataCollaudo timestamp,noteCollaudo varchar(4000),pagamentoId int64,codicePagamento varchar(75),causalePagamento varchar(75),mezzoPagamento varchar(75),normEsenteBollo smallint,importoBolli varchar(75)); create table portos_bo_Collaudo (uuid_ varchar(75),collaudoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,protocollo varchar(75),dtProtocollo timestamp,parziale smallint,completata smallint,gestita smallint,numero int64,codiceFiscaleDelegato varchar(75),dataEffettuazione timestamp,dataCollaudo timestamp,noteCollaudo varchar(4000),pagamentoId int64,codicePagamento varchar(75),causalePagamento varchar(75),mezzoPagamento varchar(75),normEsenteBollo smallint,importoBolli varchar(75));
create table portos_bo_Comune (uuid_ varchar(75),comuneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,codiceProvincia varchar(75),codiceComune varchar(75),codiceIstat varchar(6),codiceBelfiore varchar(75),denominazione varchar(250),provincia smallint,stato smallint,disabilitato smallint,mailSuap varchar(75),mailSue varchar(75)); create table portos_bo_Comune (uuid_ varchar(75),comuneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,codiceProvincia varchar(75),codiceComune varchar(75),codiceIstat varchar(6),codiceBelfiore varchar(75),denominazione varchar(250),provincia smallint,stato smallint,disabilitato smallint,mailSuap varchar(75),mailSue varchar(75),praticaOspedali smallint);
create table portos_bo_Comunicazione (uuid_ varchar(75),comunicazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,domanda varchar(4000),risposta varchar(4000),dtRisposta timestamp); create table portos_bo_Comunicazione (uuid_ varchar(75),comunicazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,domanda varchar(4000),risposta varchar(4000),dtRisposta timestamp);
create table portos_bo_Configurazione (uuid_ varchar(75),configurazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,chiave varchar(250),valore varchar(1000)); create table portos_bo_Configurazione (uuid_ varchar(75),configurazioneId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,chiave varchar(250),valore varchar(1000));
create table portos_bo_ControlloPratica (uuid_ varchar(75),controlloPraticaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,dettPraticaId int64,intPraticaId int64,parereGeologo varchar(75),status integer,statusByUserId int64,statusByUserName varchar(75),statusDate timestamp); create table portos_bo_ControlloPratica (uuid_ varchar(75),controlloPraticaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,dettPraticaId int64,intPraticaId int64,parereGeologo varchar(75),status integer,statusByUserId int64,statusByUserName varchar(75),statusDate timestamp);
@ -20,7 +20,7 @@ create table portos_bo_InizioLavori (inizioLavoriId int64 not null primary key,c
create table portos_bo_IntPratica (uuid_ varchar(75),intPraticaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,tipoPratica varchar(75),territorioId int64,tipoProcedura varchar(75),dtAnnullamento timestamp,docPraticaAnnullamentoId int64,dtSorteggio timestamp,statoPratica varchar(10),numeroProgetto varchar(75),validata smallint,status integer,statusByUserId int64,statusDate timestamp,esitoControllo integer,dtPratica timestamp,sospesa smallint,dtSospensione timestamp,codiceFiscaleDelegatoFineLavori varchar(75),codiceFiscaleDelegatoCollaudo varchar(75),fineLavoriParziale smallint,fineLavoriTotale smallint,collaudoParziale smallint,collaudoTotale smallint,controlloObbligatorio smallint,praticaOspedaliera smallint,inLavorazioneSue smallint); create table portos_bo_IntPratica (uuid_ varchar(75),intPraticaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,tipoPratica varchar(75),territorioId int64,tipoProcedura varchar(75),dtAnnullamento timestamp,docPraticaAnnullamentoId int64,dtSorteggio timestamp,statoPratica varchar(10),numeroProgetto varchar(75),validata smallint,status integer,statusByUserId int64,statusDate timestamp,esitoControllo integer,dtPratica timestamp,sospesa smallint,dtSospensione timestamp,codiceFiscaleDelegatoFineLavori varchar(75),codiceFiscaleDelegatoCollaudo varchar(75),fineLavoriParziale smallint,fineLavoriTotale smallint,collaudoParziale smallint,collaudoTotale smallint,controlloObbligatorio smallint,praticaOspedaliera smallint,inLavorazioneSue smallint);
create table portos_bo_Pagamento (uuid_ varchar(75),pagamentoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,classPk int64,className varchar(75),fileEntryId int64,oldFileEntryId int64,tipoPagamento varchar(75),url varchar(4000),codice varchar(75),causale varchar(75),mezzo varchar(75),codiceFiscaleCommittente varchar(75),importo varchar(75),utilizzata varchar(75),utilizzataSostituita varchar(75),otf smallint,otfCreateDate timestamp,emailPending smallint,oldPagamentoId int64); create table portos_bo_Pagamento (uuid_ varchar(75),pagamentoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,classPk int64,className varchar(75),fileEntryId int64,oldFileEntryId int64,tipoPagamento varchar(75),url varchar(4000),codice varchar(75),causale varchar(75),mezzo varchar(75),codiceFiscaleCommittente varchar(75),importo varchar(75),utilizzata varchar(75),utilizzataSostituita varchar(75),otf smallint,otfCreateDate timestamp,emailPending smallint,oldPagamentoId int64);
create table portos_bo_ParereGeo (uuid_ varchar(75),parereGeologoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,geologoUserId int64,parere varchar(4000),intPraticaId int64,dettPraticaId int64,fileEntryId int64,dtRichista timestamp,dtCompilazione timestamp,status integer); create table portos_bo_ParereGeo (uuid_ varchar(75),parereGeologoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,geologoUserId int64,parere varchar(4000),intPraticaId int64,dettPraticaId int64,fileEntryId int64,dtRichista timestamp,dtCompilazione timestamp,status integer);
create table portos_bo_PraticaAttenzionata (praticaAttenzionataId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,fineLavoriId int64,numeroProgetto varchar(75),dataFineLavoriTotale timestamp,dataRelazioneFineLavoriTotale timestamp,verificata smallint,dataVerifica timestamp); create table portos_bo_PraticaAttenzionata (uuid_ varchar(75),praticaAttenzionataId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,intPraticaId int64,fineLavoriId int64,numeroProgetto varchar(75),dataFineLavoriTotale timestamp,dataRelazioneFineLavoriTotale timestamp,verificata smallint,dataVerifica timestamp);
create table portos_bo_Provincia (provinciaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,codiceProvincia varchar(3),provincia varchar(250),regione varchar(75),sigla varchar(75)); create table portos_bo_Provincia (provinciaId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,codiceProvincia varchar(3),provincia varchar(250),regione varchar(75),sigla varchar(75));
create table portos_bo_Soggetto (uuid_ varchar(75),soggettoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,dettPraticaId int64,intPraticaId int64,nome varchar(500),cognome varchar(500),codiceFiscale varchar(16),codiceFiscaleDelegato varchar(75),dataNascita timestamp,provinciaNascita varchar(75),comuneNascita varchar(75),comuneDomicilio varchar(75),comuneDomicilioEstero varchar(75),provinciaDomicilio varchar(75),viaDomicilio varchar(250),numeroCivicoDomicilio varchar(75),capDomicilio varchar(75),domicilioExtra varchar(250),comune varchar(75),comuneEstero varchar(75),provincia varchar(75),via varchar(250),numeroCivico varchar(75),cap varchar(75),denominazione varchar(600),sedeLegale varchar(75),legaleRap varchar(75),dataNascitaRap timestamp,provinciaNascitaRap varchar(75),comuneNascitaRap varchar(75),viaRap varchar(75),numeroCivicoRap varchar(75),capRap varchar(75),provinciaRap varchar(75),comuneRap varchar(75),comuneRapEstero varchar(75),albo varchar(75),alboDescr varchar(150),regAlbo varchar(75),provinciaAlbo varchar(75),numIscrAlbo varchar(75),telefono varchar(75),fax varchar(75),email varchar(75),tipologiaSoggetto varchar(75),aggiuntivo smallint,rimosso smallint,tmp smallint,ambitoAttivita varchar(4000),ambitoProfessione varchar(75),intPraticaIdRimozione int64,dettPraticaIdRimozione int64,dtDataRimozione timestamp,sostituitoDa int64,soggettoSostituitoId int64,oldSoggettoId int64,fileVariazioneId int64); create table portos_bo_Soggetto (uuid_ varchar(75),soggettoId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,dettPraticaId int64,intPraticaId int64,nome varchar(500),cognome varchar(500),codiceFiscale varchar(16),codiceFiscaleDelegato varchar(75),dataNascita timestamp,provinciaNascita varchar(75),comuneNascita varchar(75),comuneDomicilio varchar(75),comuneDomicilioEstero varchar(75),provinciaDomicilio varchar(75),viaDomicilio varchar(250),numeroCivicoDomicilio varchar(75),capDomicilio varchar(75),domicilioExtra varchar(250),comune varchar(75),comuneEstero varchar(75),provincia varchar(75),via varchar(250),numeroCivico varchar(75),cap varchar(75),denominazione varchar(600),sedeLegale varchar(75),legaleRap varchar(75),dataNascitaRap timestamp,provinciaNascitaRap varchar(75),comuneNascitaRap varchar(75),viaRap varchar(75),numeroCivicoRap varchar(75),capRap varchar(75),provinciaRap varchar(75),comuneRap varchar(75),comuneRapEstero varchar(75),albo varchar(75),alboDescr varchar(150),regAlbo varchar(75),provinciaAlbo varchar(75),numIscrAlbo varchar(75),telefono varchar(75),fax varchar(75),email varchar(75),tipologiaSoggetto varchar(75),aggiuntivo smallint,rimosso smallint,tmp smallint,ambitoAttivita varchar(4000),ambitoProfessione varchar(75),intPraticaIdRimozione int64,dettPraticaIdRimozione int64,dtDataRimozione timestamp,sostituitoDa int64,soggettoSostituitoId int64,oldSoggettoId int64,fileVariazioneId int64);
create table portos_bo_Sorteggio (uuid_ varchar(75),sorteggioId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,status integer,statusByUserId int64,statusByUserName varchar(75),statusDate timestamp,intPraticaId int64,dettPraticaId int64,note varchar(4000),anno varchar(4),mese varchar(2),settimana integer,dtSorteggio timestamp,stato varchar(10),dettagli varchar(4000),numeroEstrazione int64,pratica varchar(4000),committente varchar(4000),comune varchar(75),provincia varchar(75),tecnico varchar(75),mesePrecedente varchar(75),esterna smallint,praticaEsternaId int64,oldSorteggioId int64); create table portos_bo_Sorteggio (uuid_ varchar(75),sorteggioId int64 not null primary key,companyId int64,userId int64,userName varchar(75),createDate timestamp,modifiedDate timestamp,groupId int64,status integer,statusByUserId int64,statusByUserName varchar(75),statusDate timestamp,intPraticaId int64,dettPraticaId int64,note varchar(4000),anno varchar(4),mese varchar(2),settimana integer,dtSorteggio timestamp,stato varchar(10),dettagli varchar(4000),numeroEstrazione int64,pratica varchar(4000),committente varchar(4000),comune varchar(75),provincia varchar(75),tecnico varchar(75),mesePrecedente varchar(75),esterna smallint,praticaEsternaId int64,oldSorteggioId int64);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-informix.sql

@ -149,7 +149,8 @@ create table portos_bo_Comune (
stato boolean, stato boolean,
disabilitato boolean, disabilitato boolean,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali boolean
) )
extent size 16 next size 16 extent size 16 next size 16
lock mode row; lock mode row;
@ -712,6 +713,7 @@ extent size 16 next size 16
lock mode row; lock mode row;
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId int8 not null primary key, praticaAttenzionataId int8 not null primary key,
companyId int8, companyId int8,
userId int8, userId int8,
@ -1106,6 +1108,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-mysql.sql

@ -131,7 +131,8 @@ create table portos_bo_Comune (
stato tinyint, stato tinyint,
disabilitato tinyint, disabilitato tinyint,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali tinyint
) engine InnoDB; ) engine InnoDB;
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -662,6 +663,7 @@ create table portos_bo_ParereGeo (
) engine InnoDB; ) engine InnoDB;
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,
@ -1040,6 +1042,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-oracle.sql

@ -133,7 +133,8 @@ create table portos_bo_Comune (
stato number(1, 0), stato number(1, 0),
disabilitato number(1, 0), disabilitato number(1, 0),
mailSuap VARCHAR2(75 CHAR) null, mailSuap VARCHAR2(75 CHAR) null,
mailSue VARCHAR2(75 CHAR) null mailSue VARCHAR2(75 CHAR) null,
praticaOspedali number(1, 0)
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -664,6 +665,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ VARCHAR2(75 CHAR) null,
praticaAttenzionataId number(30,0) not null primary key, praticaAttenzionataId number(30,0) not null primary key,
companyId number(30,0), companyId number(30,0),
userId number(30,0), userId number(30,0),
@ -1042,6 +1044,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-postgresql.sql

@ -131,7 +131,8 @@ create table portos_bo_Comune (
stato bool, stato bool,
disabilitato bool, disabilitato bool,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali bool
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -662,6 +663,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,
@ -1040,6 +1042,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

7
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-sql-server.sql

@ -134,7 +134,8 @@ create table portos_bo_Comune (
stato bit, stato bit,
disabilitato bit, disabilitato bit,
mailSuap nvarchar(75) null, mailSuap nvarchar(75) null,
mailSue nvarchar(75) null mailSue nvarchar(75) null,
praticaOspedali bit
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -665,6 +666,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ nvarchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,
@ -1043,6 +1045,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/create/create-sybase.sql

@ -140,7 +140,8 @@ create table portos_bo_Comune (
stato int, stato int,
disabilitato int, disabilitato int,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali int
) )
go go
@ -687,6 +688,7 @@ create table portos_bo_ParereGeo (
go go
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId decimal(20,0) not null primary key, praticaAttenzionataId decimal(20,0) not null primary key,
companyId decimal(20,0), companyId decimal(20,0),
userId decimal(20,0), userId decimal(20,0),

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties

@ -185,6 +185,9 @@ IX_635441BE=portos_bo_ParereGeo.UUID_G
IX_24A66C6C=portos_bo_ParereGeo.Uuid IX_24A66C6C=portos_bo_ParereGeo.Uuid
IX_A5C9DC3C=portos_bo_ParereGeo.Uuid_C IX_A5C9DC3C=portos_bo_ParereGeo.Uuid_C
IX_7EBBE38C=portos_bo_PraticaAttenzionata.UUID_G
IX_18E0EADE=portos_bo_PraticaAttenzionata.Uuid
IX_85D0428A=portos_bo_PraticaAttenzionata.Uuid_C
IX_CBCCC5BE=portos_bo_PraticaAttenzionata.Verificata IX_CBCCC5BE=portos_bo_PraticaAttenzionata.Verificata
IX_360E605D=portos_bo_Provincia.C_C IX_360E605D=portos_bo_Provincia.C_C

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-db2.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-derby.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-firebird.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-hypersonic.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-informix.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-ingres.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-interbase.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-jdatastore.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-mysql.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-oracle.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-postgresql.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-sap.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes/indexes-sql-server.sql

@ -181,6 +181,9 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId); create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId); create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata); create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
create index IX_A81834CD on portos_bo_Provincia (companyId); create index IX_A81834CD on portos_bo_Provincia (companyId);

1
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql

@ -659,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ VARCHAR(75) null,
praticaAttenzionataId LONG not null primary key, praticaAttenzionataId LONG not null primary key,
companyId LONG, companyId LONG,
userId LONG, userId LONG,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-db2.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-derby.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-firebird.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId int64 not null primary key, praticaAttenzionataId int64 not null primary key,
companyId int64, companyId int64,
userId int64, userId int64,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-hypersonic.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato bit, stato bit,
disabilitato bit, disabilitato bit,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali bit
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-informix.sql

@ -135,7 +135,8 @@ create table portos_bo_Comune (
stato boolean, stato boolean,
disabilitato boolean, disabilitato boolean,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali boolean
) )
extent size 16 next size 16 extent size 16 next size 16
lock mode row; lock mode row;
@ -698,6 +699,7 @@ extent size 16 next size 16
lock mode row; lock mode row;
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId int8 not null primary key, praticaAttenzionataId int8 not null primary key,
companyId int8, companyId int8,
userId int8, userId int8,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-ingres.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato tinyint, stato tinyint,
disabilitato tinyint, disabilitato tinyint,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali tinyint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-interbase.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato smallint, stato smallint,
disabilitato smallint, disabilitato smallint,
mailSuap varchar(75), mailSuap varchar(75),
mailSue varchar(75) mailSue varchar(75),
praticaOspedali smallint
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75),
praticaAttenzionataId int64 not null primary key, praticaAttenzionataId int64 not null primary key,
companyId int64, companyId int64,
userId int64, userId int64,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-jdatastore.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato boolean, stato boolean,
disabilitato boolean, disabilitato boolean,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali boolean
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-mysql.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato tinyint, stato tinyint,
disabilitato tinyint, disabilitato tinyint,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali tinyint
) engine InnoDB; ) engine InnoDB;
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
) engine InnoDB; ) engine InnoDB;
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-oracle.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato number(1, 0), stato number(1, 0),
disabilitato number(1, 0), disabilitato number(1, 0),
mailSuap VARCHAR2(75 CHAR) null, mailSuap VARCHAR2(75 CHAR) null,
mailSue VARCHAR2(75 CHAR) null mailSue VARCHAR2(75 CHAR) null,
praticaOspedali number(1, 0)
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ VARCHAR2(75 CHAR) null,
praticaAttenzionataId number(30,0) not null primary key, praticaAttenzionataId number(30,0) not null primary key,
companyId number(30,0), companyId number(30,0),
userId number(30,0), userId number(30,0),

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-postgresql.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato bool, stato bool,
disabilitato bool, disabilitato bool,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali bool
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sap.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato boolean, stato boolean,
disabilitato boolean, disabilitato boolean,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali boolean
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sql-server.sql

@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato bit, stato bit,
disabilitato bit, disabilitato bit,
mailSuap nvarchar(75) null, mailSuap nvarchar(75) null,
mailSue nvarchar(75) null mailSue nvarchar(75) null,
praticaOspedali bit
); );
create table portos_bo_Comunicazione ( create table portos_bo_Comunicazione (
@ -658,6 +659,7 @@ create table portos_bo_ParereGeo (
); );
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ nvarchar(75) null,
praticaAttenzionataId bigint not null primary key, praticaAttenzionataId bigint not null primary key,
companyId bigint, companyId bigint,
userId bigint, userId bigint,

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables/tables-sybase.sql

@ -131,7 +131,8 @@ create table portos_bo_Comune (
stato int, stato int,
disabilitato int, disabilitato int,
mailSuap varchar(75) null, mailSuap varchar(75) null,
mailSue varchar(75) null mailSue varchar(75) null,
praticaOspedali int
) )
go go
@ -678,6 +679,7 @@ create table portos_bo_ParereGeo (
go go
create table portos_bo_PraticaAttenzionata ( create table portos_bo_PraticaAttenzionata (
uuid_ varchar(75) null,
praticaAttenzionataId decimal(20,0) not null primary key, praticaAttenzionataId decimal(20,0) not null primary key,
companyId decimal(20,0), companyId decimal(20,0),
userId decimal(20,0), userId decimal(20,0),

1
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml

@ -684,6 +684,7 @@
<id name="praticaAttenzionataId" type="long"> <id name="praticaAttenzionataId" type="long">
<generator class="assigned" /> <generator class="assigned" />
</id> </id>
<property name="uuid" type="com.liferay.portal.dao.orm.hibernate.StringType" column="uuid_" />
<property name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="companyId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
<property name="userId" type="com.liferay.portal.dao.orm.hibernate.LongType" /> <property name="userId" type="com.liferay.portal.dao.orm.hibernate.LongType" />
<property name="userName" type="com.liferay.portal.dao.orm.hibernate.StringType" /> <property name="userName" type="com.liferay.portal.dao.orm.hibernate.StringType" />

1
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml

@ -729,6 +729,7 @@
<field name="status" type="int" /> <field name="status" type="int" />
</model> </model>
<model name="it.tref.liferay.portos.bo.model.PraticaAttenzionata"> <model name="it.tref.liferay.portos.bo.model.PraticaAttenzionata">
<field name="uuid" type="String" />
<field name="praticaAttenzionataId" type="long" /> <field name="praticaAttenzionataId" type="long" />
<field name="companyId" type="long" /> <field name="companyId" type="long" />
<field name="userId" type="long" /> <field name="userId" type="long" />

3
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml

@ -889,6 +889,9 @@
<mapped-superclass class="it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl"> <mapped-superclass class="it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl">
<attributes> <attributes>
<id name="praticaAttenzionataId" /> <id name="praticaAttenzionataId" />
<basic name="uuid">
<column name="UUID_" />
</basic>
<basic name="companyId" /> <basic name="companyId" />
<basic name="userId" /> <basic name="userId" />
<basic name="userName" /> <basic name="userName" />

22
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataCacheModel.java

@ -38,9 +38,11 @@ public class PraticaAttenzionataCacheModel implements CacheModel<PraticaAttenzio
Externalizable { Externalizable {
@Override @Override
public String toString() { public String toString() {
StringBundler sb = new StringBundler(29); StringBundler sb = new StringBundler(31);
sb.append("{praticaAttenzionataId="); sb.append("{uuid=");
sb.append(uuid);
sb.append(", praticaAttenzionataId=");
sb.append(praticaAttenzionataId); sb.append(praticaAttenzionataId);
sb.append(", companyId="); sb.append(", companyId=");
sb.append(companyId); sb.append(companyId);
@ -77,6 +79,13 @@ public class PraticaAttenzionataCacheModel implements CacheModel<PraticaAttenzio
public PraticaAttenzionata toEntityModel() { public PraticaAttenzionata toEntityModel() {
PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl(); PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl();
if (uuid == null) {
praticaAttenzionataImpl.setUuid(StringPool.BLANK);
}
else {
praticaAttenzionataImpl.setUuid(uuid);
}
praticaAttenzionataImpl.setPraticaAttenzionataId(praticaAttenzionataId); praticaAttenzionataImpl.setPraticaAttenzionataId(praticaAttenzionataId);
praticaAttenzionataImpl.setCompanyId(companyId); praticaAttenzionataImpl.setCompanyId(companyId);
praticaAttenzionataImpl.setUserId(userId); praticaAttenzionataImpl.setUserId(userId);
@ -145,6 +154,7 @@ public class PraticaAttenzionataCacheModel implements CacheModel<PraticaAttenzio
@Override @Override
public void readExternal(ObjectInput objectInput) throws IOException { public void readExternal(ObjectInput objectInput) throws IOException {
uuid = objectInput.readUTF();
praticaAttenzionataId = objectInput.readLong(); praticaAttenzionataId = objectInput.readLong();
companyId = objectInput.readLong(); companyId = objectInput.readLong();
userId = objectInput.readLong(); userId = objectInput.readLong();
@ -164,6 +174,13 @@ public class PraticaAttenzionataCacheModel implements CacheModel<PraticaAttenzio
@Override @Override
public void writeExternal(ObjectOutput objectOutput) public void writeExternal(ObjectOutput objectOutput)
throws IOException { throws IOException {
if (uuid == null) {
objectOutput.writeUTF(StringPool.BLANK);
}
else {
objectOutput.writeUTF(uuid);
}
objectOutput.writeLong(praticaAttenzionataId); objectOutput.writeLong(praticaAttenzionataId);
objectOutput.writeLong(companyId); objectOutput.writeLong(companyId);
objectOutput.writeLong(userId); objectOutput.writeLong(userId);
@ -194,6 +211,7 @@ public class PraticaAttenzionataCacheModel implements CacheModel<PraticaAttenzio
objectOutput.writeLong(dataVerifica); objectOutput.writeLong(dataVerifica);
} }
public String uuid;
public long praticaAttenzionataId; public long praticaAttenzionataId;
public long companyId; public long companyId;
public long userId; public long userId;

110
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataModelImpl.java

@ -17,6 +17,7 @@ package it.tref.liferay.portos.bo.model.impl;
import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler; import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler;
import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.json.JSON; import com.liferay.portal.kernel.json.JSON;
import com.liferay.portal.kernel.lar.StagedModelType;
import com.liferay.portal.kernel.util.GetterUtil; import com.liferay.portal.kernel.util.GetterUtil;
import com.liferay.portal.kernel.util.ProxyUtil; import com.liferay.portal.kernel.util.ProxyUtil;
import com.liferay.portal.kernel.util.StringBundler; import com.liferay.portal.kernel.util.StringBundler;
@ -66,6 +67,7 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
*/ */
public static final String TABLE_NAME = "portos_bo_PraticaAttenzionata"; public static final String TABLE_NAME = "portos_bo_PraticaAttenzionata";
public static final Object[][] TABLE_COLUMNS = { public static final Object[][] TABLE_COLUMNS = {
{ "uuid_", Types.VARCHAR },
{ "praticaAttenzionataId", Types.BIGINT }, { "praticaAttenzionataId", Types.BIGINT },
{ "companyId", Types.BIGINT }, { "companyId", Types.BIGINT },
{ "userId", Types.BIGINT }, { "userId", Types.BIGINT },
@ -81,7 +83,7 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
{ "verificata", Types.BOOLEAN }, { "verificata", Types.BOOLEAN },
{ "dataVerifica", Types.TIMESTAMP } { "dataVerifica", Types.TIMESTAMP }
}; };
public static final String TABLE_SQL_CREATE = "create table portos_bo_PraticaAttenzionata (praticaAttenzionataId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,fineLavoriId LONG,numeroProgetto VARCHAR(75) null,dataFineLavoriTotale DATE null,dataRelazioneFineLavoriTotale DATE null,verificata BOOLEAN,dataVerifica DATE null)"; public static final String TABLE_SQL_CREATE = "create table portos_bo_PraticaAttenzionata (uuid_ VARCHAR(75) null,praticaAttenzionataId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,fineLavoriId LONG,numeroProgetto VARCHAR(75) null,dataFineLavoriTotale DATE null,dataRelazioneFineLavoriTotale DATE null,verificata BOOLEAN,dataVerifica DATE null)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_PraticaAttenzionata"; public static final String TABLE_SQL_DROP = "drop table portos_bo_PraticaAttenzionata";
public static final String ORDER_BY_JPQL = " ORDER BY praticaAttenzionata.praticaAttenzionataId ASC"; public static final String ORDER_BY_JPQL = " ORDER BY praticaAttenzionata.praticaAttenzionataId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_PraticaAttenzionata.praticaAttenzionataId ASC"; public static final String ORDER_BY_SQL = " ORDER BY portos_bo_PraticaAttenzionata.praticaAttenzionataId ASC";
@ -97,8 +99,11 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
public static final boolean COLUMN_BITMASK_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get( public static final boolean COLUMN_BITMASK_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
"value.object.column.bitmask.enabled.it.tref.liferay.portos.bo.model.PraticaAttenzionata"), "value.object.column.bitmask.enabled.it.tref.liferay.portos.bo.model.PraticaAttenzionata"),
true); true);
public static long VERIFICATA_COLUMN_BITMASK = 1L; public static long COMPANYID_COLUMN_BITMASK = 1L;
public static long PRATICAATTENZIONATAID_COLUMN_BITMASK = 2L; public static long GROUPID_COLUMN_BITMASK = 2L;
public static long UUID_COLUMN_BITMASK = 4L;
public static long VERIFICATA_COLUMN_BITMASK = 8L;
public static long PRATICAATTENZIONATAID_COLUMN_BITMASK = 16L;
/** /**
* Converts the soap model instance into a normal model instance. * Converts the soap model instance into a normal model instance.
@ -113,6 +118,7 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
PraticaAttenzionata model = new PraticaAttenzionataImpl(); PraticaAttenzionata model = new PraticaAttenzionataImpl();
model.setUuid(soapModel.getUuid());
model.setPraticaAttenzionataId(soapModel.getPraticaAttenzionataId()); model.setPraticaAttenzionataId(soapModel.getPraticaAttenzionataId());
model.setCompanyId(soapModel.getCompanyId()); model.setCompanyId(soapModel.getCompanyId());
model.setUserId(soapModel.getUserId()); model.setUserId(soapModel.getUserId());
@ -192,6 +198,7 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
public Map<String, Object> getModelAttributes() { public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>(); Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("uuid", getUuid());
attributes.put("praticaAttenzionataId", getPraticaAttenzionataId()); attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
attributes.put("companyId", getCompanyId()); attributes.put("companyId", getCompanyId());
attributes.put("userId", getUserId()); attributes.put("userId", getUserId());
@ -213,6 +220,12 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
@Override @Override
public void setModelAttributes(Map<String, Object> attributes) { public void setModelAttributes(Map<String, Object> attributes) {
String uuid = (String)attributes.get("uuid");
if (uuid != null) {
setUuid(uuid);
}
Long praticaAttenzionataId = (Long)attributes.get( Long praticaAttenzionataId = (Long)attributes.get(
"praticaAttenzionataId"); "praticaAttenzionataId");
@ -300,6 +313,30 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
} }
} }
@JSON
@Override
public String getUuid() {
if (_uuid == null) {
return StringPool.BLANK;
}
else {
return _uuid;
}
}
@Override
public void setUuid(String uuid) {
if (_originalUuid == null) {
_originalUuid = _uuid;
}
_uuid = uuid;
}
public String getOriginalUuid() {
return GetterUtil.getString(_originalUuid);
}
@JSON @JSON
@Override @Override
public long getPraticaAttenzionataId() { public long getPraticaAttenzionataId() {
@ -319,9 +356,21 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
@Override @Override
public void setCompanyId(long companyId) { public void setCompanyId(long companyId) {
_columnBitmask |= COMPANYID_COLUMN_BITMASK;
if (!_setOriginalCompanyId) {
_setOriginalCompanyId = true;
_originalCompanyId = _companyId;
}
_companyId = companyId; _companyId = companyId;
} }
public long getOriginalCompanyId() {
return _originalCompanyId;
}
@JSON @JSON
@Override @Override
public long getUserId() { public long getUserId() {
@ -389,9 +438,21 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
@Override @Override
public void setGroupId(long groupId) { public void setGroupId(long groupId) {
_columnBitmask |= GROUPID_COLUMN_BITMASK;
if (!_setOriginalGroupId) {
_setOriginalGroupId = true;
_originalGroupId = _groupId;
}
_groupId = groupId; _groupId = groupId;
} }
public long getOriginalGroupId() {
return _originalGroupId;
}
@JSON @JSON
@Override @Override
public long getIntPraticaId() { public long getIntPraticaId() {
@ -492,6 +553,12 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
_dataVerifica = dataVerifica; _dataVerifica = dataVerifica;
} }
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
PraticaAttenzionata.class.getName()));
}
public long getColumnBitmask() { public long getColumnBitmask() {
return _columnBitmask; return _columnBitmask;
} }
@ -523,6 +590,7 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
public Object clone() { public Object clone() {
PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl(); PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl();
praticaAttenzionataImpl.setUuid(getUuid());
praticaAttenzionataImpl.setPraticaAttenzionataId(getPraticaAttenzionataId()); praticaAttenzionataImpl.setPraticaAttenzionataId(getPraticaAttenzionataId());
praticaAttenzionataImpl.setCompanyId(getCompanyId()); praticaAttenzionataImpl.setCompanyId(getCompanyId());
praticaAttenzionataImpl.setUserId(getUserId()); praticaAttenzionataImpl.setUserId(getUserId());
@ -589,6 +657,16 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
public void resetOriginalValues() { public void resetOriginalValues() {
PraticaAttenzionataModelImpl praticaAttenzionataModelImpl = this; PraticaAttenzionataModelImpl praticaAttenzionataModelImpl = this;
praticaAttenzionataModelImpl._originalUuid = praticaAttenzionataModelImpl._uuid;
praticaAttenzionataModelImpl._originalCompanyId = praticaAttenzionataModelImpl._companyId;
praticaAttenzionataModelImpl._setOriginalCompanyId = false;
praticaAttenzionataModelImpl._originalGroupId = praticaAttenzionataModelImpl._groupId;
praticaAttenzionataModelImpl._setOriginalGroupId = false;
praticaAttenzionataModelImpl._originalVerificata = praticaAttenzionataModelImpl._verificata; praticaAttenzionataModelImpl._originalVerificata = praticaAttenzionataModelImpl._verificata;
praticaAttenzionataModelImpl._setOriginalVerificata = false; praticaAttenzionataModelImpl._setOriginalVerificata = false;
@ -600,6 +678,14 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
public CacheModel<PraticaAttenzionata> toCacheModel() { public CacheModel<PraticaAttenzionata> toCacheModel() {
PraticaAttenzionataCacheModel praticaAttenzionataCacheModel = new PraticaAttenzionataCacheModel(); PraticaAttenzionataCacheModel praticaAttenzionataCacheModel = new PraticaAttenzionataCacheModel();
praticaAttenzionataCacheModel.uuid = getUuid();
String uuid = praticaAttenzionataCacheModel.uuid;
if ((uuid != null) && (uuid.length() == 0)) {
praticaAttenzionataCacheModel.uuid = null;
}
praticaAttenzionataCacheModel.praticaAttenzionataId = getPraticaAttenzionataId(); praticaAttenzionataCacheModel.praticaAttenzionataId = getPraticaAttenzionataId();
praticaAttenzionataCacheModel.companyId = getCompanyId(); praticaAttenzionataCacheModel.companyId = getCompanyId();
@ -680,9 +766,11 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
@Override @Override
public String toString() { public String toString() {
StringBundler sb = new StringBundler(29); StringBundler sb = new StringBundler(31);
sb.append("{praticaAttenzionataId="); sb.append("{uuid=");
sb.append(getUuid());
sb.append(", praticaAttenzionataId=");
sb.append(getPraticaAttenzionataId()); sb.append(getPraticaAttenzionataId());
sb.append(", companyId="); sb.append(", companyId=");
sb.append(getCompanyId()); sb.append(getCompanyId());
@ -717,12 +805,16 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
@Override @Override
public String toXmlString() { public String toXmlString() {
StringBundler sb = new StringBundler(46); StringBundler sb = new StringBundler(49);
sb.append("<model><model-name>"); sb.append("<model><model-name>");
sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata"); sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata");
sb.append("</model-name>"); sb.append("</model-name>");
sb.append(
"<column><column-name>uuid</column-name><column-value><![CDATA[");
sb.append(getUuid());
sb.append("]]></column-value></column>");
sb.append( sb.append(
"<column><column-name>praticaAttenzionataId</column-name><column-value><![CDATA["); "<column><column-name>praticaAttenzionataId</column-name><column-value><![CDATA[");
sb.append(getPraticaAttenzionataId()); sb.append(getPraticaAttenzionataId());
@ -789,14 +881,20 @@ public class PraticaAttenzionataModelImpl extends BaseModelImpl<PraticaAttenzion
private static Class<?>[] _escapedModelInterfaces = new Class[] { private static Class<?>[] _escapedModelInterfaces = new Class[] {
PraticaAttenzionata.class PraticaAttenzionata.class
}; };
private String _uuid;
private String _originalUuid;
private long _praticaAttenzionataId; private long _praticaAttenzionataId;
private long _companyId; private long _companyId;
private long _originalCompanyId;
private boolean _setOriginalCompanyId;
private long _userId; private long _userId;
private String _userUuid; private String _userUuid;
private String _userName; private String _userName;
private Date _createDate; private Date _createDate;
private Date _modifiedDate; private Date _modifiedDate;
private long _groupId; private long _groupId;
private long _originalGroupId;
private boolean _setOriginalGroupId;
private long _intPraticaId; private long _intPraticaId;
private long _fineLavoriId; private long _fineLavoriId;
private String _numeroProgetto; private String _numeroProgetto;

60
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceBaseImpl.java

@ -244,6 +244,35 @@ public abstract class PraticaAttenzionataLocalServiceBaseImpl
return praticaAttenzionataPersistence.fetchByPrimaryKey(praticaAttenzionataId); return praticaAttenzionataPersistence.fetchByPrimaryKey(praticaAttenzionataId);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
String uuid, long companyId) throws SystemException {
return praticaAttenzionataPersistence.fetchByUuid_C_First(uuid,
companyId, null);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata, or <code>null</code> if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
String uuid, long groupId) throws SystemException {
return praticaAttenzionataPersistence.fetchByUUID_G(uuid, groupId);
}
/** /**
* Returns the pratica attenzionata with the primary key. * Returns the pratica attenzionata with the primary key.
* *
@ -264,6 +293,37 @@ public abstract class PraticaAttenzionataLocalServiceBaseImpl
return praticaAttenzionataPersistence.findByPrimaryKey(primaryKeyObj); return praticaAttenzionataPersistence.findByPrimaryKey(primaryKeyObj);
} }
/**
* Returns the pratica attenzionata with the matching UUID and company.
*
* @param uuid the pratica attenzionata's UUID
* @param companyId the primary key of the company
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
String uuid, long companyId) throws PortalException, SystemException {
return praticaAttenzionataPersistence.findByUuid_C_First(uuid,
companyId, null);
}
/**
* Returns the pratica attenzionata matching the UUID and group.
*
* @param uuid the pratica attenzionata's UUID
* @param groupId the primary key of the group
* @return the matching pratica attenzionata
* @throws PortalException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
String uuid, long groupId) throws PortalException, SystemException {
return praticaAttenzionataPersistence.findByUUID_G(uuid, groupId);
}
/** /**
* Returns a range of all the pratica attenzionatas. * Returns a range of all the pratica attenzionatas.
* *

166
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceClpInvoker.java

@ -84,64 +84,80 @@ public class PraticaAttenzionataLocalServiceClpInvoker {
_methodParameterTypes10 = new String[] { "long" }; _methodParameterTypes10 = new String[] { "long" };
_methodName11 = "getPraticaAttenzionata"; _methodName11 = "fetchPraticaAttenzionataByUuidAndCompanyId";
_methodParameterTypes11 = new String[] { "long" }; _methodParameterTypes11 = new String[] { "java.lang.String", "long" };
_methodName12 = "getPersistedModel"; _methodName12 = "fetchPraticaAttenzionataByUuidAndGroupId";
_methodParameterTypes12 = new String[] { "java.io.Serializable" }; _methodParameterTypes12 = new String[] { "java.lang.String", "long" };
_methodName13 = "getPraticaAttenzionatas"; _methodName13 = "getPraticaAttenzionata";
_methodParameterTypes13 = new String[] { "int", "int" }; _methodParameterTypes13 = new String[] { "long" };
_methodName14 = "getPraticaAttenzionatasCount"; _methodName14 = "getPersistedModel";
_methodParameterTypes14 = new String[] { }; _methodParameterTypes14 = new String[] { "java.io.Serializable" };
_methodName15 = "updatePraticaAttenzionata"; _methodName15 = "getPraticaAttenzionataByUuidAndCompanyId";
_methodParameterTypes15 = new String[] { _methodParameterTypes15 = new String[] { "java.lang.String", "long" };
_methodName16 = "getPraticaAttenzionataByUuidAndGroupId";
_methodParameterTypes16 = new String[] { "java.lang.String", "long" };
_methodName17 = "getPraticaAttenzionatas";
_methodParameterTypes17 = new String[] { "int", "int" };
_methodName18 = "getPraticaAttenzionatasCount";
_methodParameterTypes18 = new String[] { };
_methodName19 = "updatePraticaAttenzionata";
_methodParameterTypes19 = new String[] {
"it.tref.liferay.portos.bo.model.PraticaAttenzionata" "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
}; };
_methodName178 = "getBeanIdentifier"; _methodName182 = "getBeanIdentifier";
_methodParameterTypes178 = new String[] { }; _methodParameterTypes182 = new String[] { };
_methodName179 = "setBeanIdentifier"; _methodName183 = "setBeanIdentifier";
_methodParameterTypes179 = new String[] { "java.lang.String" }; _methodParameterTypes183 = new String[] { "java.lang.String" };
_methodName184 = "evalAndEventuallyAddPraticaAttenzionata"; _methodName188 = "evalAndEventuallyAddPraticaAttenzionata";
_methodParameterTypes184 = new String[] { _methodParameterTypes188 = new String[] {
"long", "long", "java.lang.String", "java.util.Date", "long", "long", "java.lang.String", "java.util.Date",
"java.util.Date", "com.liferay.portal.service.ServiceContext" "java.util.Date", "com.liferay.portal.service.ServiceContext"
}; };
_methodName185 = "getPraticheDaVerificare"; _methodName189 = "getPraticheDaVerificare";
_methodParameterTypes185 = new String[] { }; _methodParameterTypes189 = new String[] { };
_methodName186 = "countPraticheDaVerificare"; _methodName190 = "countPraticheDaVerificare";
_methodParameterTypes186 = new String[] { }; _methodParameterTypes190 = new String[] { };
_methodName187 = "getPraticheVerificate"; _methodName191 = "getPraticheVerificate";
_methodParameterTypes187 = new String[] { }; _methodParameterTypes191 = new String[] { };
_methodName188 = "verificaPraticaAttenzionata"; _methodName192 = "verificaPraticaAttenzionata";
_methodParameterTypes188 = new String[] { _methodParameterTypes192 = new String[] {
"long", "com.liferay.portal.service.ServiceContext" "long", "com.liferay.portal.service.ServiceContext"
}; };
_methodName189 = "verificaPraticaAttenzionata"; _methodName193 = "verificaPraticaAttenzionata";
_methodParameterTypes189 = new String[] { _methodParameterTypes193 = new String[] {
"it.tref.liferay.portos.bo.model.PraticaAttenzionata", "it.tref.liferay.portos.bo.model.PraticaAttenzionata",
"com.liferay.portal.service.ServiceContext" "com.liferay.portal.service.ServiceContext"
}; };
@ -212,44 +228,68 @@ public class PraticaAttenzionataLocalServiceClpInvoker {
if (_methodName11.equals(name) && if (_methodName11.equals(name) &&
Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionata(((Long)arguments[0]).longValue()); return PraticaAttenzionataLocalServiceUtil.fetchPraticaAttenzionataByUuidAndCompanyId((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
} }
if (_methodName12.equals(name) && if (_methodName12.equals(name) &&
Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]); return PraticaAttenzionataLocalServiceUtil.fetchPraticaAttenzionataByUuidAndGroupId((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
} }
if (_methodName13.equals(name) && if (_methodName13.equals(name) &&
Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatas(((Integer)arguments[0]).intValue(), return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionata(((Long)arguments[0]).longValue());
((Integer)arguments[1]).intValue());
} }
if (_methodName14.equals(name) && if (_methodName14.equals(name) &&
Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatasCount(); return PraticaAttenzionataLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]);
} }
if (_methodName15.equals(name) && if (_methodName15.equals(name) &&
Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionataByUuidAndCompanyId((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
}
if (_methodName16.equals(name) &&
Arrays.deepEquals(_methodParameterTypes16, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionataByUuidAndGroupId((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
}
if (_methodName17.equals(name) &&
Arrays.deepEquals(_methodParameterTypes17, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatas(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
if (_methodName18.equals(name) &&
Arrays.deepEquals(_methodParameterTypes18, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatasCount();
}
if (_methodName19.equals(name) &&
Arrays.deepEquals(_methodParameterTypes19, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.updatePraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0]); return PraticaAttenzionataLocalServiceUtil.updatePraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0]);
} }
if (_methodName178.equals(name) && if (_methodName182.equals(name) &&
Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getBeanIdentifier(); return PraticaAttenzionataLocalServiceUtil.getBeanIdentifier();
} }
if (_methodName179.equals(name) && if (_methodName183.equals(name) &&
Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
PraticaAttenzionataLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); PraticaAttenzionataLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null; return null;
} }
if (_methodName184.equals(name) && if (_methodName188.equals(name) &&
Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.evalAndEventuallyAddPraticaAttenzionata(((Long)arguments[0]).longValue(), return PraticaAttenzionataLocalServiceUtil.evalAndEventuallyAddPraticaAttenzionata(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), ((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.util.Date)arguments[3], (java.lang.String)arguments[2], (java.util.Date)arguments[3],
@ -257,29 +297,29 @@ public class PraticaAttenzionataLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[5]); (com.liferay.portal.service.ServiceContext)arguments[5]);
} }
if (_methodName185.equals(name) && if (_methodName189.equals(name) &&
Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticheDaVerificare(); return PraticaAttenzionataLocalServiceUtil.getPraticheDaVerificare();
} }
if (_methodName186.equals(name) && if (_methodName190.equals(name) &&
Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.countPraticheDaVerificare(); return PraticaAttenzionataLocalServiceUtil.countPraticheDaVerificare();
} }
if (_methodName187.equals(name) && if (_methodName191.equals(name) &&
Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.getPraticheVerificate(); return PraticaAttenzionataLocalServiceUtil.getPraticheVerificate();
} }
if (_methodName188.equals(name) && if (_methodName192.equals(name) &&
Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata(((Long)arguments[0]).longValue(), return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]); (com.liferay.portal.service.ServiceContext)arguments[1]);
} }
if (_methodName189.equals(name) && if (_methodName193.equals(name) &&
Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0], return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]); (com.liferay.portal.service.ServiceContext)arguments[1]);
} }
@ -319,20 +359,28 @@ public class PraticaAttenzionataLocalServiceClpInvoker {
private String[] _methodParameterTypes14; private String[] _methodParameterTypes14;
private String _methodName15; private String _methodName15;
private String[] _methodParameterTypes15; private String[] _methodParameterTypes15;
private String _methodName178; private String _methodName16;
private String[] _methodParameterTypes178; private String[] _methodParameterTypes16;
private String _methodName179; private String _methodName17;
private String[] _methodParameterTypes179; private String[] _methodParameterTypes17;
private String _methodName184; private String _methodName18;
private String[] _methodParameterTypes184; private String[] _methodParameterTypes18;
private String _methodName185; private String _methodName19;
private String[] _methodParameterTypes185; private String[] _methodParameterTypes19;
private String _methodName186; private String _methodName182;
private String[] _methodParameterTypes186; private String[] _methodParameterTypes182;
private String _methodName187; private String _methodName183;
private String[] _methodParameterTypes187; private String[] _methodParameterTypes183;
private String _methodName188; private String _methodName188;
private String[] _methodParameterTypes188; private String[] _methodParameterTypes188;
private String _methodName189; private String _methodName189;
private String[] _methodParameterTypes189; private String[] _methodParameterTypes189;
private String _methodName190;
private String[] _methodParameterTypes190;
private String _methodName191;
private String[] _methodParameterTypes191;
private String _methodName192;
private String[] _methodParameterTypes192;
private String _methodName193;
private String[] _methodParameterTypes193;
} }

1503
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistenceImpl.java

File diff soppresso perché troppo grande Load Diff

4
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties

@ -13,8 +13,8 @@
## ##
build.namespace=portos_bo build.namespace=portos_bo
build.number=2909 build.number=2919
build.date=1685017430153 build.date=1694609122933
build.auto.upgrade=true build.auto.upgrade=true
## ##

Caricamento…
Annulla
Salva