|
|
|
@ -1231,11 +1231,10 @@ public class ParereGeologoUtil {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* Returns all the parere geologos where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1243,19 +1242,19 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns a range of all the parere geologos where groupId = ? and unitaOperativa = ? 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. |
|
|
|
@ -1263,7 +1262,6 @@ public class ParereGeologoUtil {
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
@ -1273,20 +1271,19 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns an ordered range of all the parere geologos where groupId = ? and unitaOperativa = ? 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. |
|
|
|
@ -1294,7 +1291,6 @@ public class ParereGeologoUtil {
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
@ -1305,25 +1301,23 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1333,25 +1327,24 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the first parere geologo in the ordered set where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1360,24 +1353,23 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_First(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1387,25 +1379,24 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the last parere geologo in the ordered set where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1414,25 +1405,24 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo fetchByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_Last(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the parere geologos before and after the current parere geologo in the ordered set where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1442,22 +1432,21 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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( |
|
|
|
|
public static it.tref.liferay.portos.bo.model.ParereGeologo[] findByGroup_UnitaOperativa_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, |
|
|
|
|
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); |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento_PrevAndNext(parereGeologoId, |
|
|
|
|
groupId, unitaOperativa, 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 = ?. |
|
|
|
|
* Returns all the parere geologos where groupId = any ? and unitaOperativa = any ? 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. |
|
|
|
@ -1465,7 +1454,6 @@ public class ParereGeologoUtil {
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
@ -1473,19 +1461,19 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, 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, |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, 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 = ?. |
|
|
|
|
* Returns a range of all the parere geologos where groupId = any ? and unitaOperativa = any ? 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. |
|
|
|
@ -1493,7 +1481,6 @@ public class ParereGeologoUtil {
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
@ -1503,20 +1490,19 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, 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, |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, 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 = ?. |
|
|
|
|
* Returns an ordered range of all the parere geologos where groupId = any ? and unitaOperativa = any ? 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. |
|
|
|
@ -1524,7 +1510,6 @@ public class ParereGeologoUtil {
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
@ -1535,48 +1520,45 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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, |
|
|
|
|
public static java.util.List<it.tref.liferay.portos.bo.model.ParereGeologo> findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, 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, |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, 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. |
|
|
|
|
* Removes all the parere geologos where groupId = ? and unitaOperativa = ? 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) |
|
|
|
|
public static void removeByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.removeByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtAssegnazione, dtApprovazione, |
|
|
|
|
dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns the number of parere geologos where groupId = ? and unitaOperativa = ? and geologoUserId = ? and assegnatoreUserId = ? and dtAssegnazione ≠ ? and dtApprovazione = ? and dtAnnullamento = ?. |
|
|
|
|
* Returns the number of parere geologos where groupId = ? and unitaOperativa = ? 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 |
|
|
|
@ -1584,23 +1566,22 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long groupId, int unitaOperativa, 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); |
|
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupId, |
|
|
|
|
unitaOperativa, 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 = ?. |
|
|
|
|
* Returns the number of parere geologos where groupId = any ? and unitaOperativa = any ? 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 |
|
|
|
@ -1608,14 +1589,14 @@ public class ParereGeologoUtil {
|
|
|
|
|
* @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) |
|
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, 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, |
|
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtAssegnazione_DtApprovazione_DtAnnullamento(groupIds, |
|
|
|
|
unitaOperativas, assegnatoreUserIds, dtAssegnazione, |
|
|
|
|
dtApprovazione, dtAnnullamento); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2009,6 +1990,396 @@ public class ParereGeologoUtil {
|
|
|
|
|
dtAssegnazione, dtAnnullamento, 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns a range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione ≠ ?. |
|
|
|
|
* |
|
|
|
|
* <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 assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
int start, int end) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione, start, end); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns an ordered range of all the parere geologos where groupId = ? and unitaOperativa = ? and assegnatoreUserId = ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione ≠ ?. |
|
|
|
|
* |
|
|
|
|
* <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 assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
int start, int end, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione, start, end, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_First( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_First(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_First( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_First(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_Last( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_Last(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_Last( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.fetchByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_Last(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
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 dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione ≠ ?. |
|
|
|
|
* |
|
|
|
|
* @param parereGeologoId the primary key of the current parere geologo |
|
|
|
|
* @param groupId the group ID |
|
|
|
|
* @param unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_PrevAndNext( |
|
|
|
|
long parereGeologoId, long groupId, int unitaOperativa, |
|
|
|
|
long assegnatoreUserId, java.util.Date dtCompilazione, |
|
|
|
|
java.util.Date dtAssegnazione, java.util.Date dtAnnullamento, |
|
|
|
|
java.util.Date dtApprovazione, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
it.tref.liferay.portos.bo.NoSuchParereGeologoException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione_PrevAndNext(parereGeologoId, |
|
|
|
|
groupId, unitaOperativa, assegnatoreUserId, dtCompilazione, |
|
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione, orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns all the parere geologos where groupId = any ? and unitaOperativa = any ? and assegnatoreUserId = any ? and dtCompilazione ≠ ? and dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione ≠ ?. |
|
|
|
|
* |
|
|
|
|
* <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 assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupIds, |
|
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
|
dtAssegnazione, dtAnnullamento, 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> |
|
|
|
|
* 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 assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
int start, int end) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupIds, |
|
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
|
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 dtAssegnazione ≠ ? and dtAnnullamento = ? and dtApprovazione ≠ ?. |
|
|
|
|
* |
|
|
|
|
* <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 assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @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_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione, |
|
|
|
|
int start, int end, |
|
|
|
|
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.findByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupIds, |
|
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione, start, end, |
|
|
|
|
orderByComparator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static void removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
getPersistence() |
|
|
|
|
.removeByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, 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 unitaOperativa the unita operativa |
|
|
|
|
* @param assegnatoreUserId the assegnatore user ID |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long groupId, int unitaOperativa, long assegnatoreUserId, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupId, |
|
|
|
|
unitaOperativa, assegnatoreUserId, dtCompilazione, dtAssegnazione, |
|
|
|
|
dtAnnullamento, 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 unitaOperativas the unita operativas |
|
|
|
|
* @param assegnatoreUserIds the assegnatore user IDs |
|
|
|
|
* @param dtCompilazione the dt compilazione |
|
|
|
|
* @param dtAssegnazione the dt assegnazione |
|
|
|
|
* @param dtAnnullamento the dt annullamento |
|
|
|
|
* @param dtApprovazione the dt approvazione |
|
|
|
|
* @return the number of matching parere geologos |
|
|
|
|
* @throws SystemException if a system exception occurred |
|
|
|
|
*/ |
|
|
|
|
public static int countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione( |
|
|
|
|
long[] groupIds, int[] unitaOperativas, long[] assegnatoreUserIds, |
|
|
|
|
java.util.Date dtCompilazione, java.util.Date dtAssegnazione, |
|
|
|
|
java.util.Date dtAnnullamento, java.util.Date dtApprovazione) |
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
return getPersistence() |
|
|
|
|
.countByGroup_UnitaOperativa_Assegnatore_NotDtCompilazione_NotDtAssegnazione_DtAnnullamento_NotDtApprovazione(groupIds, |
|
|
|
|
unitaOperativas, assegnatoreUserIds, dtCompilazione, |
|
|
|
|
dtAssegnazione, dtAnnullamento, dtApprovazione); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Caches the parere geologo in the entity cache if it is enabled. |
|
|
|
|
* |
|
|
|
|