null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the collaudo where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the collaudo that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException;
-
- /**
- * Returns the number of collaudos where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching collaudos
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the collaudo in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
index 5a1e40dd..12303223 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
@@ -1592,75 +1592,6 @@ public class CollaudoUtil {
.countByIntPraticaId_Parziale(intPraticaId, parziale);
}
- /**
- * Returns the collaudo where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchCollaudoException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo
- * @throws it.tref.liferay.portos.bo.NoSuchCollaudoException if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the collaudo where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the collaudo that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of collaudos where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching collaudos
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the collaudo in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
index 79d089ac..e7c32a55 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
@@ -652,64 +652,6 @@ public interface DettPraticaPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPratica(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the dett praticas where intPraticaId = ? and tipoIntegrazione = ? and completa = ?.
*
@@ -1025,64 +967,6 @@ public interface DettPraticaPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the dett pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
index 1073369b..6fcc52c6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
@@ -838,75 +838,6 @@ public class DettPraticaUtil {
.countByC_G_Protocollo(companyId, groupId, protocollo);
}
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica findByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().findByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPratica(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().removeByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPratica(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPratica(oldDettPraticaId);
- }
-
/**
* Returns all the dett praticas where intPraticaId = ? and tipoIntegrazione = ? and completa = ?.
*
@@ -1302,75 +1233,6 @@ public class DettPraticaUtil {
tipoIntegrazione);
}
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the dett pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistence.java
index 46c7ddab..6a7ea34f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistence.java
@@ -444,64 +444,6 @@ public interface DocPraticaPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the matching doc pratica, or null
if a matching doc pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DocPratica fetchByOldDocPratica(
- long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the doc pratica where oldDocPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching doc pratica, or null
if a matching doc pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DocPratica fetchByOldDocPratica(
- long oldDocPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the doc pratica where oldDocPraticaId = ? from the database.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the doc pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DocPratica removeByOldDocPratica(
- long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDocPraticaException;
-
- /**
- * Returns the number of doc praticas where oldDocPraticaId = ?.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the number of matching doc praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDocPratica(long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the doc praticas where intPraticaId = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaUtil.java
index d33bd3b5..09c9d79a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DocPraticaUtil.java
@@ -586,75 +586,6 @@ public class DocPraticaUtil {
return getPersistence().countByDlFileEntry(dlFileEntryId);
}
- /**
- * Returns the doc pratica where oldDocPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDocPraticaException} if it could not be found.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the matching doc pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDocPraticaException if a matching doc pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DocPratica findByOldDocPratica(
- long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDocPraticaException {
- return getPersistence().findByOldDocPratica(oldDocPraticaId);
- }
-
- /**
- * Returns the doc pratica where oldDocPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the matching doc pratica, or null
if a matching doc pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DocPratica fetchByOldDocPratica(
- long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDocPratica(oldDocPraticaId);
- }
-
- /**
- * Returns the doc pratica where oldDocPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching doc pratica, or null
if a matching doc pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DocPratica fetchByOldDocPratica(
- long oldDocPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDocPratica(oldDocPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the doc pratica where oldDocPraticaId = ? from the database.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the doc pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DocPratica removeByOldDocPratica(
- long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDocPraticaException {
- return getPersistence().removeByOldDocPratica(oldDocPraticaId);
- }
-
- /**
- * Returns the number of doc praticas where oldDocPraticaId = ?.
- *
- * @param oldDocPraticaId the old doc pratica ID
- * @return the number of matching doc praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDocPratica(long oldDocPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDocPratica(oldDocPraticaId);
- }
-
/**
* Returns all the doc praticas where intPraticaId = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
index d52509a0..0a8cffd9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
@@ -1417,64 +1417,6 @@ public interface FineLavoriPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the fine lavori where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the fine lavori that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException;
-
- /**
- * Returns the number of fine lavoris where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching fine lavoris
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the fine lavori in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
index 5c6c8855..5d4dffb1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
@@ -1795,75 +1795,6 @@ public class FineLavoriUtil {
parziale, completata);
}
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchFineLavoriException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori
- * @throws it.tref.liferay.portos.bo.NoSuchFineLavoriException if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the fine lavori where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the fine lavori that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of fine lavoris where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching fine lavoris
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the fine lavori in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistence.java
index 622b24de..c1ca83e5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistence.java
@@ -386,64 +386,6 @@ public interface SorteggioPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the matching sorteggio, or null
if a matching sorteggio could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Sorteggio fetchByOldSorteggioId(
- long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the sorteggio where oldSorteggioId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching sorteggio, or null
if a matching sorteggio could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Sorteggio fetchByOldSorteggioId(
- long oldSorteggioId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the sorteggio where oldSorteggioId = ? from the database.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the sorteggio that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Sorteggio removeByOldSorteggioId(
- long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchSorteggioException;
-
- /**
- * Returns the number of sorteggios where oldSorteggioId = ?.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the number of matching sorteggios
- * @throws SystemException if a system exception occurred
- */
- public int countByOldSorteggioId(long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the sorteggios where companyId = ? and groupId = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioUtil.java
index 5f78851f..77ae8a7d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/SorteggioUtil.java
@@ -517,75 +517,6 @@ public class SorteggioUtil {
return getPersistence().countByUuid_C(uuid, companyId);
}
- /**
- * Returns the sorteggio where oldSorteggioId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchSorteggioException} if it could not be found.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the matching sorteggio
- * @throws it.tref.liferay.portos.bo.NoSuchSorteggioException if a matching sorteggio could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Sorteggio findByOldSorteggioId(
- long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchSorteggioException {
- return getPersistence().findByOldSorteggioId(oldSorteggioId);
- }
-
- /**
- * Returns the sorteggio where oldSorteggioId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the matching sorteggio, or null
if a matching sorteggio could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Sorteggio fetchByOldSorteggioId(
- long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldSorteggioId(oldSorteggioId);
- }
-
- /**
- * Returns the sorteggio where oldSorteggioId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching sorteggio, or null
if a matching sorteggio could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Sorteggio fetchByOldSorteggioId(
- long oldSorteggioId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldSorteggioId(oldSorteggioId, retrieveFromCache);
- }
-
- /**
- * Removes the sorteggio where oldSorteggioId = ? from the database.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the sorteggio that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Sorteggio removeByOldSorteggioId(
- long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchSorteggioException {
- return getPersistence().removeByOldSorteggioId(oldSorteggioId);
- }
-
- /**
- * Returns the number of sorteggios where oldSorteggioId = ?.
- *
- * @param oldSorteggioId the old sorteggio ID
- * @return the number of matching sorteggios
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldSorteggioId(long oldSorteggioId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldSorteggioId(oldSorteggioId);
- }
-
/**
* Returns all the sorteggios where companyId = ? and groupId = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistence.java
index 98860d7a..c1ac7f6d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistence.java
@@ -185,65 +185,6 @@ public interface StoricoSoggettoPraticaPersistence extends BasePersistencenull
if a matching storico soggetto pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.StoricoSoggettoPratica fetchByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching storico soggetto pratica, or null
if a matching storico soggetto pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.StoricoSoggettoPratica fetchByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? from the database.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the storico soggetto pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.StoricoSoggettoPratica removeByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException;
-
- /**
- * Returns the number of storico soggetto praticas where oldStoricoSoggettoPraticaId = ?.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the number of matching storico soggetto praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the storico soggetto pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaUtil.java
index a2aa7b02..b28783d9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaUtil.java
@@ -293,81 +293,6 @@ public class StoricoSoggettoPraticaUtil {
return getPersistence().countByC_IntPratica(companyId, intPraticaId);
}
- /**
- * Returns the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException} if it could not be found.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the matching storico soggetto pratica
- * @throws it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException if a matching storico soggetto pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.StoricoSoggettoPratica findByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException {
- return getPersistence()
- .findByOldStoricoSoggettoPraticaId(oldStoricoSoggettoPraticaId);
- }
-
- /**
- * Returns the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the matching storico soggetto pratica, or null
if a matching storico soggetto pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.StoricoSoggettoPratica fetchByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldStoricoSoggettoPraticaId(oldStoricoSoggettoPraticaId);
- }
-
- /**
- * Returns the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching storico soggetto pratica, or null
if a matching storico soggetto pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.StoricoSoggettoPratica fetchByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldStoricoSoggettoPraticaId(oldStoricoSoggettoPraticaId,
- retrieveFromCache);
- }
-
- /**
- * Removes the storico soggetto pratica where oldStoricoSoggettoPraticaId = ? from the database.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the storico soggetto pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.StoricoSoggettoPratica removeByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException {
- return getPersistence()
- .removeByOldStoricoSoggettoPraticaId(oldStoricoSoggettoPraticaId);
- }
-
- /**
- * Returns the number of storico soggetto praticas where oldStoricoSoggettoPraticaId = ?.
- *
- * @param oldStoricoSoggettoPraticaId the old storico soggetto pratica ID
- * @return the number of matching storico soggetto praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldStoricoSoggettoPraticaId(
- long oldStoricoSoggettoPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .countByOldStoricoSoggettoPraticaId(oldStoricoSoggettoPraticaId);
- }
-
/**
* Caches the storico soggetto pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistence.java
index 094932ee..5da074e1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistence.java
@@ -672,64 +672,6 @@ public interface TempisticaPersistence extends BasePersistencenull
if it could not be found. Uses the finder cache.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the matching tempistica, or null
if a matching tempistica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Tempistica fetchByOldTempisticaId(
- long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the tempistica where oldTempisticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldTempisticaId the old tempistica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching tempistica, or null
if a matching tempistica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Tempistica fetchByOldTempisticaId(
- long oldTempisticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the tempistica where oldTempisticaId = ? from the database.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the tempistica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Tempistica removeByOldTempisticaId(
- long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchTempisticaException;
-
- /**
- * Returns the number of tempisticas where oldTempisticaId = ?.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the number of matching tempisticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldTempisticaId(long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the tempisticas where companyId = ? and intPraticaId = ? and tipo = ? and completo = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaUtil.java
index cb7c04ba..5fde7b77 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/TempisticaUtil.java
@@ -865,75 +865,6 @@ public class TempisticaUtil {
return getPersistence().countByIntPratica_Tipo(intPraticaId, tipo);
}
- /**
- * Returns the tempistica where oldTempisticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchTempisticaException} if it could not be found.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the matching tempistica
- * @throws it.tref.liferay.portos.bo.NoSuchTempisticaException if a matching tempistica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Tempistica findByOldTempisticaId(
- long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchTempisticaException {
- return getPersistence().findByOldTempisticaId(oldTempisticaId);
- }
-
- /**
- * Returns the tempistica where oldTempisticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the matching tempistica, or null
if a matching tempistica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Tempistica fetchByOldTempisticaId(
- long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldTempisticaId(oldTempisticaId);
- }
-
- /**
- * Returns the tempistica where oldTempisticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldTempisticaId the old tempistica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching tempistica, or null
if a matching tempistica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Tempistica fetchByOldTempisticaId(
- long oldTempisticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldTempisticaId(oldTempisticaId, retrieveFromCache);
- }
-
- /**
- * Removes the tempistica where oldTempisticaId = ? from the database.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the tempistica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Tempistica removeByOldTempisticaId(
- long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchTempisticaException {
- return getPersistence().removeByOldTempisticaId(oldTempisticaId);
- }
-
- /**
- * Returns the number of tempisticas where oldTempisticaId = ?.
- *
- * @param oldTempisticaId the old tempistica ID
- * @return the number of matching tempisticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldTempisticaId(long oldTempisticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldTempisticaId(oldTempisticaId);
- }
-
/**
* Returns all the tempisticas where companyId = ? and intPraticaId = ? and tipo = ? and completo = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
index a1405ea2..477033e4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
@@ -77,7 +77,6 @@ public class PraticaUtil {
hiddens.add("workflowForzato");
hiddens.add("soggettoSostituitoId");
hiddens.add("dtInvioSignal");
- hiddens.add("oldDettPraticaId");
hiddens.add("tipoIntegrazione");
hiddens.add("varianteSostanziale");
hiddens.add("varianteNumero");
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
index 2ab809e1..ed8cf3dc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
@@ -22,7 +22,6 @@ import it.tref.liferay.portos.bo.shared.util.SezioniUtil;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil;
import it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil;
-import it.tref.liferay.portos.bo.util.AsseverazioniUtil;
import java.io.IOException;
import java.util.ArrayList;
@@ -90,15 +89,14 @@ public class ValidazionePraticaUtil {
return (intPratica.getStatus() == WorkflowConstants.STATUS_ANY || intPratica.getStatus() == WorkflowConstants.STATUS_INCOMPLETE);
}
- public static boolean canDeletePratica(long intPraticaId, long userId) throws PortalException,
- SystemException {
+ public static boolean canDeletePratica(long intPraticaId, long userId) throws PortalException, SystemException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
DettPratica dettPratica = DettPraticaServiceUtil.getLastEditableByIntPratica(intPraticaId);
return (intPratica.getStatus() == WorkflowConstants.STATUS_ANY || (dettPratica != null && dettPratica
- .getStatus() == WorkflowConstants.STATUS_DRAFT)
- && Validator.isNull(dettPratica.getTipoIntegrazione())) && intPratica.getUserId() == userId;
+ .getStatus() == WorkflowConstants.STATUS_DRAFT) && Validator.isNull(dettPratica.getTipoIntegrazione()))
+ && intPratica.getUserId() == userId;
}
public static boolean canEditUsers(long intPraticaId) throws PortalException, SystemException {
@@ -106,10 +104,8 @@ public class ValidazionePraticaUtil {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
return !intPratica.isSospesa() && !intPratica.isAnnullata() && !canEditPratica(intPraticaId)
- && !praticaHasVarianteInProgress(intPraticaId)
- && !praticaHasRichiestaIntegrazioneAttiva(intPraticaId)
- && !praticaHasIntegrazioneInProgress(intPraticaId)
- && !praticaHasFineLavoriInProgress(intPraticaId)
+ && !praticaHasVarianteInProgress(intPraticaId) && !praticaHasRichiestaIntegrazioneAttiva(intPraticaId)
+ && !praticaHasIntegrazioneInProgress(intPraticaId) && !praticaHasFineLavoriInProgress(intPraticaId)
&& !praticaHasCollaudoInProgress(intPraticaId);
}
@@ -124,8 +120,7 @@ public class ValidazionePraticaUtil {
&& TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO.equals(dettPratica.getTipoIntegrazione());
}
- public static boolean canAddPagamento(long intPraticaId, long userId) throws SystemException,
- PortalException {
+ public static boolean canAddPagamento(long intPraticaId, long userId) throws SystemException, PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastEditableByIntPratica(intPraticaId);
if (Validator.isNull(dettPratica)) {
@@ -139,10 +134,9 @@ public class ValidazionePraticaUtil {
public static boolean praticaInProgress(long intPraticaId) throws SystemException, PortalException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
- DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(
- intPraticaId, Arrays
- .asList(TipoIntegrazioneUtil.VARIANTE, TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE,
- TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO));
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(intPraticaId,
+ Arrays.asList(TipoIntegrazioneUtil.VARIANTE, TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE,
+ TipoIntegrazioneUtil.VARIAZIONE_SOGGETTO));
return Validator.isNotNull(dettPratica) || intPratica.getStatus() == WorkflowConstants.STATUS_ANY
|| intPratica.getStatus() == WorkflowConstants.STATUS_INCOMPLETE;
@@ -151,8 +145,8 @@ public class ValidazionePraticaUtil {
public static boolean praticaCanAddVariante(long intPraticaId) throws SystemException, PortalException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
- DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(
- intPraticaId, Arrays.asList(TipoIntegrazioneUtil.VARIANTE));
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(intPraticaId,
+ Arrays.asList(TipoIntegrazioneUtil.VARIANTE));
if (Validator.isNotNull(dettPratica)) {
return false;
}
@@ -173,23 +167,21 @@ public class ValidazionePraticaUtil {
return praticaHasVarianteInProgress(intPraticaId);
}
- public static boolean praticaHasVarianteInProgress(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasVarianteInProgress(long intPraticaId) throws SystemException, PortalException {
- DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(
- intPraticaId, Arrays.asList(TipoIntegrazioneUtil.VARIANTE));
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(intPraticaId,
+ Arrays.asList(TipoIntegrazioneUtil.VARIANTE));
if (Validator.isNotNull(dettPratica)) {
return true;
}
return false;
}
- public static boolean praticaCanAddIntegrazione(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaCanAddIntegrazione(long intPraticaId) throws SystemException, PortalException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
- DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(
- intPraticaId, Arrays.asList(TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE));
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(intPraticaId,
+ Arrays.asList(TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE));
if (Validator.isNotNull(dettPratica)) {
return false;
}
@@ -199,14 +191,12 @@ public class ValidazionePraticaUtil {
.getStatoPratica().equals(StatoPraticaConstants.PREAVVISO_CONTRARIO));
}
- public static boolean praticaCanEditIntegrazione(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaCanEditIntegrazione(long intPraticaId) throws SystemException, PortalException {
return praticaHasIntegrazioneInProgress(intPraticaId);
}
- public static boolean praticaCanDeleteIntegrazione(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaCanDeleteIntegrazione(long intPraticaId) throws SystemException, PortalException {
return praticaHasIntegrazioneInProgress(intPraticaId);
}
@@ -219,11 +209,10 @@ public class ValidazionePraticaUtil {
|| intPratica.getStatoPratica().equals(StatoPraticaConstants.PREAVVISO_CONTRARIO);
}
- public static boolean praticaHasIntegrazioneInProgress(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasIntegrazioneInProgress(long intPraticaId) throws SystemException, PortalException {
- DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(
- intPraticaId, Arrays.asList(TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE));
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(intPraticaId,
+ Arrays.asList(TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE));
return Validator.isNotNull(dettPratica);
}
@@ -233,21 +222,20 @@ public class ValidazionePraticaUtil {
return Validator.isNotNull(intPratica) && intPratica.isAnnullata();
}
- public static boolean praticaCanAddFineLavori(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanAddFineLavori(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
&& userScreenName.equalsIgnoreCase(dettPratica.getCodiceFiscaleDelegatoFineLavori())
- && FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_Completata(intPraticaId, false,
- true) == 0 && !praticaHasFineLavoriInProgress(intPraticaId)
- && !praticaHasVarianteInProgress(intPraticaId)
+ && FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_Completata(intPraticaId, false, true) == 0
+ && !praticaHasFineLavoriInProgress(intPraticaId) && !praticaHasVarianteInProgress(intPraticaId)
&& !praticaHasIntegrazioneInProgress(intPraticaId);
}
- public static boolean praticaCanEditFineLavori(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanEditFineLavori(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -255,8 +243,8 @@ public class ValidazionePraticaUtil {
&& praticaHasFineLavoriInProgress(intPraticaId);
}
- public static boolean praticaCanDeleteFineLavori(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanDeleteFineLavori(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -264,20 +252,13 @@ public class ValidazionePraticaUtil {
&& praticaHasFineLavoriPaymentPending(intPraticaId);
}
- public static boolean praticaHasFineLavoriInProgress(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasFineLavoriInProgress(long intPraticaId) throws SystemException, PortalException {
FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
return Validator.isNotNull(fineLavori);
- // if (Validator.isNotNull(fineLavori) &&
- // Validator.isNull(fineLavori.getPagamentoId())) {
- // return true;
- // }
- // return false;
}
- public static boolean praticaHasFineLavoriPaymentPending(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasFineLavoriPaymentPending(long intPraticaId) throws SystemException, PortalException {
FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
if (Validator.isNotNull(fineLavori) && Validator.isNull(fineLavori.getPagamentoId())) {
@@ -286,8 +267,8 @@ public class ValidazionePraticaUtil {
return false;
}
- public static boolean praticaCanAddCollaudo(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanAddCollaudo(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
@@ -299,8 +280,8 @@ public class ValidazionePraticaUtil {
&& !praticaHasIntegrazioneInProgress(intPraticaId);
}
- public static boolean praticaCanEditCollaudo(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanEditCollaudo(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -308,8 +289,8 @@ public class ValidazionePraticaUtil {
&& praticaHasCollaudoInProgress(intPraticaId);
}
- public static boolean praticaCanDeleteCollaudo(long intPraticaId, String userScreenName)
- throws SystemException, PortalException {
+ public static boolean praticaCanDeleteCollaudo(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -317,20 +298,13 @@ public class ValidazionePraticaUtil {
&& praticaHasCollaudoPaymentPending(intPraticaId);
}
- public static boolean praticaHasCollaudoInProgress(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasCollaudoInProgress(long intPraticaId) throws SystemException, PortalException {
Collaudo collaudo = CollaudoServiceUtil.getLastEditable(intPraticaId);
return Validator.isNotNull(collaudo);
- // if (Validator.isNotNull(collaudo) &&
- // Validator.isNull(collaudo.getPagamentoId())) {
- // return true;
- // }
- // return false;
}
- public static boolean praticaHasCollaudoPaymentPending(long intPraticaId) throws SystemException,
- PortalException {
+ public static boolean praticaHasCollaudoPaymentPending(long intPraticaId) throws SystemException, PortalException {
Collaudo collaudo = CollaudoServiceUtil.getLastEditable(intPraticaId);
if (Validator.isNotNull(collaudo) && Validator.isNull(collaudo.getPagamentoId())) {
@@ -345,16 +319,13 @@ public class ValidazionePraticaUtil {
return AsseverazioniUtil.hasAsseverazioniAttive(dettPraticaId)
|| (dettPratica.getStatus() == WorkflowConstants.STATUS_DRAFT
&& SoggettoLocalServiceUtil.countValidTmpByIntPratica(dettPratica.getIntPraticaId()) > 0
- && praticaIsCompleta(dettPraticaId) && !DelegheUtil
- .hasDelegheCompilazioneAttive(dettPraticaId));
+ && praticaIsCompleta(dettPraticaId) && !DelegheUtil.hasDelegheCompilazioneAttive(dettPraticaId));
}
public static boolean pagamentoIsEnable(long dettPraticaId) throws SystemException, PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
-
- // && asseverazioniIsCompleted(dettPraticaId);
return praticaIsCompleta(dettPraticaId) && !DelegheUtil.hasDelegheCompilazioneAttive(dettPraticaId)
&& AsseverazioniUtil.allAsseverazioniCompleted(dettPraticaId)
// se è un'integrazione non si paga
@@ -362,8 +333,7 @@ public class ValidazionePraticaUtil {
&& !intPratica.getStatoPratica().equals(StatoPraticaConstants.PREAVVISO_CONTRARIO);
}
- public static boolean canCompleteDettPraticaEsente(long dettPraticaId) throws SystemException,
- PortalException {
+ public static boolean canCompleteDettPraticaEsente(long dettPraticaId) throws SystemException, PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
@@ -388,8 +358,7 @@ public class ValidazionePraticaUtil {
&& dettPratica.getStatus() != WorkflowConstants.STATUS_APPROVED;
}
- public static boolean praticaCanAbort(long intPraticaId, long userId) throws SystemException,
- PortalException {
+ public static boolean praticaCanAbort(long intPraticaId, long userId) throws SystemException, PortalException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
@@ -400,14 +369,12 @@ public class ValidazionePraticaUtil {
&& !praticaHasIntegrazioneInProgress(intPraticaId) && !praticaHasAnnullamento(intPraticaId);
}
- public static boolean pagamentoFineLavoriIsEnable(long fineLavoriId) throws SystemException,
- PortalException {
+ public static boolean pagamentoFineLavoriIsEnable(long fineLavoriId) throws SystemException, PortalException {
return isFineLavoriDatiCompleted(fineLavoriId) && isFineLavoriAllegatiCompleted(fineLavoriId);
}
- public static boolean canCompleteFineLavoriEsente(long fineLavoriId) throws SystemException,
- PortalException {
+ public static boolean canCompleteFineLavoriEsente(long fineLavoriId) throws SystemException, PortalException {
FineLavori fineLavori = FineLavoriServiceUtil.getFineLavori(fineLavoriId);
return pagamentoFineLavoriIsEnable(fineLavoriId) && fineLavori.getNormEsenteBollo();
@@ -424,8 +391,7 @@ public class ValidazionePraticaUtil {
return pagamentoCollaudoIsEnable(collaudoId) && collaudo.getNormEsenteBollo();
}
- public static boolean delegheCompilazioneIsEnable(long dettPraticaId) throws SystemException,
- PortalException {
+ public static boolean delegheCompilazioneIsEnable(long dettPraticaId) throws SystemException, PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
return SoggettoLocalServiceUtil.countValidTmpByIntPratica(dettPratica.getIntPraticaId()) > 0
@@ -433,8 +399,8 @@ public class ValidazionePraticaUtil {
// && asseverazioniIsCompleted(dettPraticaId);
}
- public static List- * Helper methods and all application logic should be put in this class. - * Whenever methods are added, rerun ServiceBuilder to copy their definitions - * into the {@link it.tref.liferay.portos.bo.model.Asseverazione} interface. + * Helper methods and all application logic should be put in this class. Whenever methods are added, rerun + * ServiceBuilder to copy their definitions into the {@link it.tref.liferay.portos.bo.model.Asseverazione} interface. *
* * @author Davide Barbagallo, 3F Consulting @@ -43,14 +40,14 @@ import com.liferay.portal.kernel.util.Validator; public class AsseverazioneImpl extends AsseverazioneBaseImpl { /* * NOTE FOR DEVELOPERS: - * - * Never reference this class directly. All methods that expect a - * asseverazione model instance should use the {@link + * + * Never reference this class directly. All methods that expect a asseverazione model instance should use the {@link * it.tref.liferay.portos.bo.model.Asseverazione} interface instead. */ public AsseverazioneImpl() { } + @Override public Map