|
|
@ -684,426 +684,6 @@ public class ParereGeologoUtil { |
|
|
|
return getPersistence().countByIntPraticaId(intPraticaId); |
|
|
|
return getPersistence().countByIntPraticaId(intPraticaId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns all the parere geologos where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @return the matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByIntPraticaId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns a range of all the parere geologos where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* <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.ParereGeologoModelImpl}. 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 intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
|
|
|
|
* @param end the upper bound of the range of parere geologos (not inclusive) |
|
|
|
|
|
|
|
* @return the range of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByIntPraticaId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, int start, int end) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, start, end); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns an ordered range of all the parere geologos where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* <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.ParereGeologoModelImpl}. 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 intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
|
|
|
|
* @param end the upper bound of the range of parere geologos (not inclusive) |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByIntPraticaId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, int start, int end, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, start, end, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the first parere geologo in the ordered set where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the first matching parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByIntPraticaId_DtCompilazione_DtAnnullamento_First( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento_First(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the first parere geologo in the ordered set where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the first matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByIntPraticaId_DtCompilazione_DtAnnullamento_First( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.fetchByIntPraticaId_DtCompilazione_DtAnnullamento_First(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the last parere geologo in the ordered set where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the last matching parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByIntPraticaId_DtCompilazione_DtAnnullamento_Last( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento_Last(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the last parere geologo in the ordered set where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the last matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByIntPraticaId_DtCompilazione_DtAnnullamento_Last( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.fetchByIntPraticaId_DtCompilazione_DtAnnullamento_Last(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the previous, current, and next parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a parere geologo with the primary key could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo[] findByIntPraticaId_DtCompilazione_DtAnnullamento_PrevAndNext( |
|
|
|
|
|
|
|
long parereGeologoId, long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByIntPraticaId_DtCompilazione_DtAnnullamento_PrevAndNext(parereGeologoId, |
|
|
|
|
|
|
|
intPraticaId, dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Removes all the parere geologos where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ? from the database. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static void removeByIntPraticaId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
getPersistence() |
|
|
|
|
|
|
|
.removeByIntPraticaId_DtCompilazione_DtAnnullamento(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the number of parere geologos where intPraticaId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param intPraticaId the int pratica ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static int countByIntPraticaId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long intPraticaId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.countByIntPraticaId_DtCompilazione_DtAnnullamento(intPraticaId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns all the parere geologos where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @return the matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGeologoUserId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns a range of all the parere geologos where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* <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.ParereGeologoModelImpl}. 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 geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
|
|
|
|
* @param end the upper bound of the range of parere geologos (not inclusive) |
|
|
|
|
|
|
|
* @return the range of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGeologoUserId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, int start, int end) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, start, end); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns an ordered range of all the parere geologos where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* <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.ParereGeologoModelImpl}. 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 geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
|
|
|
|
* @param end the upper bound of the range of parere geologos (not inclusive) |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGeologoUserId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, int start, int end, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, start, end, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the first parere geologo in the ordered set where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the first matching parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGeologoUserId_DtCompilazione_DtAnnullamento_First( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento_First(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the first parere geologo in the ordered set where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the first matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGeologoUserId_DtCompilazione_DtAnnullamento_First( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.fetchByGeologoUserId_DtCompilazione_DtAnnullamento_First(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the last parere geologo in the ordered set where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the last matching parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGeologoUserId_DtCompilazione_DtAnnullamento_Last( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento_Last(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the last parere geologo in the ordered set where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the last matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGeologoUserId_DtCompilazione_DtAnnullamento_Last( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.fetchByGeologoUserId_DtCompilazione_DtAnnullamento_Last(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
|
|
|
|
* @return the previous, current, and next parere geologo |
|
|
|
|
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a parere geologo with the primary key could not be found |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo[] findByGeologoUserId_DtCompilazione_DtAnnullamento_PrevAndNext( |
|
|
|
|
|
|
|
long parereGeologoId, long geologoUserId, |
|
|
|
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.findByGeologoUserId_DtCompilazione_DtAnnullamento_PrevAndNext(parereGeologoId, |
|
|
|
|
|
|
|
geologoUserId, dtCompilazione, dtAnnullamento, orderByComparator); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Removes all the parere geologos where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ? from the database. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static void removeByGeologoUserId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
getPersistence() |
|
|
|
|
|
|
|
.removeByGeologoUserId_DtCompilazione_DtAnnullamento(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Returns the number of parere geologos where geologoUserId = ? and dtCompilazione = ? and dtAnnullamento = ?. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
public static int countByGeologoUserId_DtCompilazione_DtAnnullamento( |
|
|
|
|
|
|
|
long geologoUserId, java.util.Date dtCompilazione, |
|
|
|
|
|
|
|
java.util.Date dtAnnullamento) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
return getPersistence() |
|
|
|
|
|
|
|
.countByGeologoUserId_DtCompilazione_DtAnnullamento(geologoUserId, |
|
|
|
|
|
|
|
dtCompilazione, dtAnnullamento); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns all the parere geologos where companyId = ? and groupId = ?. |
|
|
|
* Returns all the parere geologos where companyId = ? and groupId = ?. |
|
|
|
* |
|
|
|
* |
|
|
@ -1651,30 +1231,31 @@ public class ParereGeologoUtil { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @return the matching parere geologos |
|
|
|
* @return the matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione); |
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns a range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns a range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <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.ParereGeologoModelImpl}. 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. |
|
|
|
* 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.ParereGeologoModelImpl}. 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. |
|
|
@ -1684,6 +1265,7 @@ public class ParereGeologoUtil { |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
@ -1691,19 +1273,20 @@ public class ParereGeologoUtil { |
|
|
|
* @return the range of matching parere geologos |
|
|
|
* @return the range of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, int start, int end) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
|
|
|
int start, int end) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, start, end); |
|
|
|
dtAnnullamento, dtApprovazione, start, end); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns an ordered range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns an ordered range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <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.ParereGeologoModelImpl}. 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. |
|
|
|
* 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.ParereGeologoModelImpl}. 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. |
|
|
@ -1713,6 +1296,7 @@ public class ParereGeologoUtil { |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
@ -1721,25 +1305,27 @@ public class ParereGeologoUtil { |
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, int start, int end, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
|
|
|
int start, int end, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, start, end, orderByComparator); |
|
|
|
dtAnnullamento, dtApprovazione, start, end, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
@ -1747,51 +1333,53 @@ public class ParereGeologoUtil { |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_First( |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_First( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_First(groupId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_First(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, orderByComparator); |
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @return the first matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
* @return the first matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_First( |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_First( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_First(groupId, |
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_First(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, orderByComparator); |
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
@ -1799,52 +1387,54 @@ public class ParereGeologoUtil { |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a matching parere geologo could not be found |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_Last( |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_Last( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_Last(groupId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_Last(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, orderByComparator); |
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @return the last matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
* @return the last matching parere geologo, or <code>null</code> if a matching parere geologo could not be found |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_Last( |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_Last( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_Last(groupId, |
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_Last(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione, orderByComparator); |
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
|
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
|
@ -1852,21 +1442,22 @@ public class ParereGeologoUtil { |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a parere geologo with the primary key could not be found |
|
|
|
* @throws it.tref.liferay.portos.bo.NoSuchParereGeologoException if a parere geologo with the primary key could not be found |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo[] findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_PrevAndNext( |
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo[] findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_PrevAndNext( |
|
|
|
long parereGeologoId, long groupId, int unitaOperativa, |
|
|
|
long parereGeologoId, long groupId, int unitaOperativa, |
|
|
|
long assegnatoreUserId, java.util.Date dtCompilazione, |
|
|
|
long assegnatoreUserId, java.util.Date dtCompilazione, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
java.util.Date dtAssegnazione, java.util.Date dtAnnullamento, |
|
|
|
|
|
|
|
java.util.Date dtApprovazione, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione_PrevAndNext(parereGeologoId, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione_PrevAndNext(parereGeologoId, |
|
|
|
groupId, unitaOperativa, assegnatoreUserId, dtCompilazione, |
|
|
|
groupId, unitaOperativa, assegnatoreUserId, dtCompilazione, |
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <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.ParereGeologoModelImpl}. 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. |
|
|
|
* 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.ParereGeologoModelImpl}. 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. |
|
|
@ -1876,24 +1467,25 @@ public class ParereGeologoUtil { |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @return the matching parere geologos |
|
|
|
* @return the matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupIds, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupIds, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns a range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns a range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <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.ParereGeologoModelImpl}. 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. |
|
|
|
* 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.ParereGeologoModelImpl}. 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. |
|
|
@ -1903,6 +1495,7 @@ public class ParereGeologoUtil { |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
@ -1910,19 +1503,20 @@ public class ParereGeologoUtil { |
|
|
|
* @return the range of matching parere geologos |
|
|
|
* @return the range of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, int start, int end) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
|
|
|
int start, int end) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupIds, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupIds, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
dtAnnullamento, dtApprovazione, start, end); |
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione, start, end); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns an ordered range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns an ordered range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <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.ParereGeologoModelImpl}. 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. |
|
|
|
* 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.ParereGeologoModelImpl}. 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. |
|
|
@ -1932,6 +1526,7 @@ public class ParereGeologoUtil { |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
|
* @param start the lower bound of the range of parere geologos |
|
|
@ -1940,84 +1535,89 @@ public class ParereGeologoUtil { |
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
* @return the ordered range of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione, int start, int end, |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
|
|
|
int start, int end, |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupIds, |
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupIds, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
dtAnnullamento, dtApprovazione, start, end, orderByComparator); |
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione, start, end, |
|
|
|
|
|
|
|
orderByComparator); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Removes all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ? from the database. |
|
|
|
* Removes all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ? from the database. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static void removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static void removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
getPersistence() |
|
|
|
getPersistence() |
|
|
|
.removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupId, |
|
|
|
.removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione); |
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the number of parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the number of parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupId the group ID |
|
|
|
* @param groupId the group ID |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @return the number of matching parere geologos |
|
|
|
* @return the number of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupId, |
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupId, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAnnullamento, |
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
dtApprovazione); |
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Returns the number of parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAnnullamento ≠ ? and dtApprovazione = ?. |
|
|
|
* Returns the number of parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param groupIds the group IDs |
|
|
|
* @param groupIds the group IDs |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
* @return the number of matching parere geologos |
|
|
|
* @return the number of matching parere geologos |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione( |
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione( |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAnnullamento, |
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
java.util.Date dtApprovazione) |
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence() |
|
|
|
return getPersistence() |
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAnnullamento_DtApprovazione(groupIds, |
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_DtApprovazione(groupIds, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|