|
|
|
@ -1230,6 +1230,395 @@ public class ParereGeologoUtil {
|
|
|
|
|
dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns a range of all the parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? 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 groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
int start, int end) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, start, end); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns an ordered range of all the parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? 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 groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
int start, int end, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, start, end, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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 findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, 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() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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 fetchByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.fetchByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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 findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, 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() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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 fetchByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.fetchByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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[] findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_PrevAndNext( |
|
|
|
|
long parereGeologoId, long groupId, int unitaOperativa, |
|
|
|
|
long geologoUserId, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtAssegnazione, java.util.Date dtApprovazione, |
|
|
|
|
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() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_PrevAndNext(parereGeologoId, |
|
|
|
|
groupId, unitaOperativa, geologoUserId, assegnatoreUserId, |
|
|
|
|
dtAssegnazione, dtApprovazione, dtAnnullamento, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns all the parere geologos where groupId = any ? and unitaOperativa = any ? and geologoUserId = ? and assegnatoreUserId = any ? and dtAssegnazione ≠ ? and dtApprovazione = ? 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 groupIds the group IDs |
|
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long geologoUserId, |
|
|
|
|
long[] assegnatoreUserIds, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, geologoUserId, assegnatoreUserIds, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns a range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and geologoUserId = ? and assegnatoreUserId = any ? and dtAssegnazione ≠ ? and dtApprovazione = ? 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 groupIds the group IDs |
|
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long geologoUserId, |
|
|
|
|
long[] assegnatoreUserIds, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
int start, int end) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, geologoUserId, assegnatoreUserIds, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, start, end); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns an ordered range of all the parere geologos where groupId = any ? and unitaOperativa = any ? and geologoUserId = ? and assegnatoreUserId = any ? and dtAssegnazione ≠ ? and dtApprovazione = ? 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 groupIds the group IDs |
|
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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> findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long geologoUserId, |
|
|
|
|
long[] assegnatoreUserIds, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento, |
|
|
|
|
int start, int end, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, geologoUserId, assegnatoreUserIds, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento, start, end, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Removes all the parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ? from the database. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static void removeByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
getPersistence() |
|
|
|
|
.removeByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the number of parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static int countByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, long geologoUserId, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.countByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, geologoUserId, assegnatoreUserId, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the number of parere geologos where groupId = any ? and unitaOperativa = any ? and geologoUserId = ? and assegnatoreUserId = any ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* |
|
|
|
|
* @param groupIds the group IDs |
|
|
|
|
* @param unitaOperativas the unita operativas |
|
|
|
|
* @param geologoUserId the geologo user ID |
|
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static int countByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long geologoUserId, |
|
|
|
|
long[] assegnatoreUserIds, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtApprovazione, java.util.Date dtAnnullamento) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.countByGroup_UnitaOperativa_Geologo_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, geologoUserId, assegnatoreUserIds, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione = ?. |
|
|
|
|
* |
|
|
|
|