public class SegmentsExperienceUtil
extends java.lang.Object
com.liferay.segments.service.persistence.impl.SegmentsExperiencePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SegmentsExperiencePersistence
Constructor and Description |
---|
SegmentsExperienceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
Caches the segments experiences in the entity cache if it is enabled.
|
static void |
cacheResult(SegmentsExperience segmentsExperience)
Caches the segments experience in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SegmentsExperience segmentsExperience) |
static int |
countAll()
Returns the number of segments experiences.
|
static int |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.
|
static int |
countByG_P_A(long groupId,
long plid,
boolean active)
Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.
|
static int |
countByG_P_GtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.
|
static int |
countByG_P_LtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.
|
static int |
countByG_P_P(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.
|
static int |
countByG_P(long groupId,
long plid)
Returns the number of segments experiences where groupId = ? and plid = ?.
|
static int |
countByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static int |
countByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static int |
countByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static int |
countByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid)
Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of segments experiences where groupId = ?.
|
static int |
countBySegmentsEntryId(long segmentsEntryId)
Returns the number of segments experiences where segmentsEntryId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of segments experiences where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of segments experiences where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of segments experiences where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static SegmentsExperience |
create(long segmentsExperienceId)
Creates a new segments experience with the primary key.
|
static SegmentsExperience |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
static SegmentsExperience |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperience |
fetchByG_P_A_First(long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
fetchByG_P_A_Last(long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
fetchByG_P_First(long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ?.
|
static SegmentsExperience |
fetchByG_P_GtP_First(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience |
fetchByG_P_GtP_Last(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience |
fetchByG_P_Last(long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ?.
|
static SegmentsExperience |
fetchByG_P_LtP_First(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience |
fetchByG_P_LtP_Last(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience |
fetchByG_P_P(long groupId,
long plid,
int priority)
Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns
null if it could not be found. |
static SegmentsExperience |
fetchByG_P_P(long groupId,
long plid,
int priority,
boolean useFinderCache)
Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperience |
fetchByG_S_P_A_First(long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
fetchByG_S_P_A_Last(long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
fetchByG_S_P_First(long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience |
fetchByG_S_P_Last(long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience |
fetchByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns
null if it could not be found. |
static SegmentsExperience |
fetchByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid,
boolean useFinderCache)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperience |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
fetchByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,SegmentsExperience> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static SegmentsExperience |
fetchBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
fetchBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experience where uuid = ? and groupId = ? or returns
null if it could not be found. |
static SegmentsExperience |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the segments experience where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperience |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ?.
|
static int |
filterCountByG_P_A(long groupId,
long plid,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
|
static int |
filterCountByG_P_GtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
|
static int |
filterCountByG_P_LtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
|
static int |
filterCountByG_P(long groupId,
long plid)
Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.
|
static int |
filterCountByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static int |
filterCountByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static int |
filterCountByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of segments experiences that the user has permission to view where groupId = ?.
|
static SegmentsExperience[] |
filterFindByG_P_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_A(long groupId,
long plid,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_A(long groupId,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_A(long groupId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience[] |
filterFindByG_P_GtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_GtP(long groupId,
long plid,
int priority)
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_GtP(long groupId,
long plid,
int priority,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_GtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience[] |
filterFindByG_P_LtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_LtP(long groupId,
long plid,
int priority)
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_LtP(long groupId,
long plid,
int priority,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P_LtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience[] |
filterFindByG_P_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P(long groupId,
long plid)
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P(long groupId,
long plid,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_P(long groupId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ?.
|
static SegmentsExperience[] |
filterFindByG_S_P_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience[] |
filterFindByG_S_P_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P(long groupId,
long segmentsEntryId,
long plid,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_S_P(long groupId,
long segmentsEntryId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience[] |
filterFindByGroupId_PrevAndNext(long segmentsExperienceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId)
Returns all the segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findAll()
Returns all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end)
Returns a range of all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences.
|
static SegmentsExperience |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the segments experience where externalReferenceCode = ? and groupId = ? or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findByG_P_A_First(long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
findByG_P_A_Last(long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience[] |
findByG_P_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_A(long groupId,
long plid,
boolean active)
Returns all the segments experiences where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_A(long groupId,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_A(long groupId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_A(long groupId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
findByG_P_First(long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ?.
|
static SegmentsExperience |
findByG_P_GtP_First(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience |
findByG_P_GtP_Last(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience[] |
findByG_P_GtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_GtP(long groupId,
long plid,
int priority)
Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_GtP(long groupId,
long plid,
int priority,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_GtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_GtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.
|
static SegmentsExperience |
findByG_P_Last(long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ?.
|
static SegmentsExperience |
findByG_P_LtP_First(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience |
findByG_P_LtP_Last(long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience[] |
findByG_P_LtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_LtP(long groupId,
long plid,
int priority)
Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_LtP(long groupId,
long plid,
int priority,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_LtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
findByG_P_LtP(long groupId,
long plid,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.
|
static SegmentsExperience |
findByG_P_P(long groupId,
long plid,
int priority)
Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience[] |
findByG_P_PrevAndNext(long segmentsExperienceId,
long groupId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P(long groupId,
long plid)
Returns all the segments experiences where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P(long groupId,
long plid,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P(long groupId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_P(long groupId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.
|
static SegmentsExperience |
findByG_S_P_A_First(long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
findByG_S_P_A_Last(long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience[] |
findByG_S_P_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long plid,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active)
Returns all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long[] segmentsEntryIds,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?, optionally using the finder cache.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active)
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
|
static SegmentsExperience |
findByG_S_P_First(long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience |
findByG_S_P_Last(long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience[] |
findByG_S_P_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P(long groupId,
long segmentsEntryId,
long plid,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P(long groupId,
long segmentsEntryId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static java.util.List<SegmentsExperience> |
findByG_S_P(long groupId,
long segmentsEntryId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
static SegmentsExperience |
findByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience[] |
findByGroupId_PrevAndNext(long segmentsExperienceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId)
Returns all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ?.
|
static SegmentsExperience |
findByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
findBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience[] |
findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId,
long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId)
Returns all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end)
Returns a range of all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where segmentsEntryId = ?.
|
static SegmentsExperience |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience[] |
findByUuid_C_PrevAndNext(long segmentsExperienceId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.
|
static SegmentsExperience |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experience where uuid = ? and groupId = ? or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience[] |
findByUuid_PrevAndNext(long segmentsExperienceId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid)
Returns all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) |
static SegmentsExperiencePersistence |
getPersistence() |
static SegmentsExperience |
remove(long segmentsExperienceId)
Removes the segments experience with the primary key from the database.
|
static void |
removeAll()
Removes all the segments experiences from the database.
|
static SegmentsExperience |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.
|
static void |
removeByG_P_A(long groupId,
long plid,
boolean active)
Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.
|
static void |
removeByG_P_GtP(long groupId,
long plid,
int priority)
Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.
|
static void |
removeByG_P_LtP(long groupId,
long plid,
int priority)
Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.
|
static SegmentsExperience |
removeByG_P_P(long groupId,
long plid,
int priority)
Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.
|
static void |
removeByG_P(long groupId,
long plid)
Removes all the segments experiences where groupId = ? and plid = ? from the database.
|
static void |
removeByG_S_P_A(long groupId,
long segmentsEntryId,
long plid,
boolean active)
Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ? from the database.
|
static void |
removeByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.
|
static SegmentsExperience |
removeByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid)
Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the segments experiences where groupId = ? from the database.
|
static void |
removeBySegmentsEntryId(long segmentsEntryId)
Removes all the segments experiences where segmentsEntryId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the segments experiences where uuid = ? and companyId = ? from the database.
|
static SegmentsExperience |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the segments experience where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the segments experiences where uuid = ? from the database.
|
static void |
setPersistence(SegmentsExperiencePersistence persistence) |
static SegmentsExperience |
update(SegmentsExperience segmentsExperience) |
static SegmentsExperience |
update(SegmentsExperience segmentsExperience,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static SegmentsExperience |
updateImpl(SegmentsExperience segmentsExperience) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SegmentsExperience segmentsExperience)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,SegmentsExperience> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SegmentsExperience update(SegmentsExperience segmentsExperience)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static SegmentsExperience update(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByUuid_PrevAndNext(long segmentsExperienceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static SegmentsExperience findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundpublic static SegmentsExperience removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperienceException
uuid
- the uuidgroupId
- the group IDNoSuchExperienceException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByUuid_C_PrevAndNext(long segmentsExperienceId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<SegmentsExperience> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencesegmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static int countBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static java.util.List<SegmentsExperience> findByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidpublic static java.util.List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidpublic static java.util.List<SegmentsExperience> filterFindByG_P(long groupId, long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidpublic static int countByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidpublic static int filterCountByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidpublic static java.util.List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidpublic static java.util.List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidpublic static java.util.List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidpublic static int countByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidpublic static int filterCountByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidpublic static SegmentsExperience findByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidNoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid)
null
if it could not be found. Uses the finder cache.groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidnull
if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the pliduseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundpublic static SegmentsExperience removeByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid) throws NoSuchExperienceException
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidNoSuchExperienceException
public static int countByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid)
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidpublic static SegmentsExperience findByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.groupId
- the group IDplid
- the plidpriority
- the priorityNoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority)
null
if it could not be found. Uses the finder cache.groupId
- the group IDplid
- the plidpriority
- the prioritynull
if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDplid
- the plidpriority
- the priorityuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundpublic static SegmentsExperience removeByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityNoSuchExperienceException
public static int countByG_P_P(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static int countByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static int filterCountByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static int countByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static int filterCountByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activepublic static int countByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activepublic static int filterCountByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activepublic static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activepublic static int countByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activepublic static int countByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activepublic static int filterCountByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activepublic static int filterCountByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activepublic static SegmentsExperience findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching segments experience could not be foundpublic static SegmentsExperience fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundpublic static SegmentsExperience removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchExperienceException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchExperienceException
public static int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDpublic static void cacheResult(SegmentsExperience segmentsExperience)
segmentsExperience
- the segments experiencepublic static void cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
segmentsExperiences
- the segments experiencespublic static SegmentsExperience create(long segmentsExperienceId)
segmentsExperienceId
- the primary key for the new segments experiencepublic static SegmentsExperience remove(long segmentsExperienceId) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the segments experienceNoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static SegmentsExperience updateImpl(SegmentsExperience segmentsExperience)
public static SegmentsExperience findByPrimaryKey(long segmentsExperienceId) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.segmentsExperienceId
- the primary key of the segments experienceNoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static SegmentsExperience fetchByPrimaryKey(long segmentsExperienceId)
null
if it could not be found.segmentsExperienceId
- the primary key of the segments experiencenull
if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> findAll()
public static java.util.List<SegmentsExperience> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static SegmentsExperiencePersistence getPersistence()
public static void setPersistence(SegmentsExperiencePersistence persistence)