@ProviderType public interface SegmentsExperiencePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsExperience>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsExperience>
Caching information and settings can be found in portal.properties
SegmentsExperienceUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
Caches the segments experiences in the entity cache if it is enabled.
|
void |
cacheResult(SegmentsExperience segmentsExperience)
Caches the segments experience in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of segments experiences.
|
int |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.
|
int |
countByG_P_A(long groupId,
long plid,
boolean active)
Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.
|
int |
countByG_P_GtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.
|
int |
countByG_P_LtP(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.
|
int |
countByG_P_P(long groupId,
long plid,
int priority)
Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.
|
int |
countByG_P(long groupId,
long plid)
Returns the number of segments experiences where groupId = ? and plid = ?.
|
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 = ?.
|
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 = ?.
|
int |
countByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
int |
countByG_SEK_P(long groupId,
java.lang.String segmentsExperienceKey,
long plid)
Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.
|
int |
countByGroupId(long groupId)
Returns the number of segments experiences where groupId = ?.
|
int |
countBySegmentsEntryId(long segmentsEntryId)
Returns the number of segments experiences where segmentsEntryId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of segments experiences where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of segments experiences where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of segments experiences where uuid = ?.
|
SegmentsExperience |
create(long segmentsExperienceId)
Creates a new segments experience with the primary key.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 > ?.
|
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 > ?.
|
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 = ?.
|
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 < ?.
|
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 < ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
SegmentsExperience |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
SegmentsExperience |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
SegmentsExperience |
fetchByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or returns
null if it could not be found. |
SegmentsExperience |
fetchBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
SegmentsExperience |
fetchBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
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 > ?.
|
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 < ?.
|
int |
filterCountByG_P(long groupId,
long plid)
Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of segments experiences that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 > ?.
|
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 > ?.
|
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 > ?.
|
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 > ?.
|
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 < ?.
|
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 < ?.
|
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 < ?.
|
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 < ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId)
Returns all the segments experiences that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findAll()
Returns all the segments experiences.
|
java.util.List<SegmentsExperience> |
findAll(int start,
int end)
Returns a range of all the segments experiences.
|
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.
|
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.
|
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findByG_P_A(long groupId,
long plid,
boolean active)
Returns all the segments experiences where groupId = ? and plid = ? and active = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 > ?.
|
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 > ?.
|
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 > ?.
|
java.util.List<SegmentsExperience> |
findByG_P_GtP(long groupId,
long plid,
int priority)
Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.
|
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 > ?.
|
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 > ?.
|
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 > ?.
|
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 = ?.
|
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 < ?.
|
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 < ?.
|
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 < ?.
|
java.util.List<SegmentsExperience> |
findByG_P_LtP(long groupId,
long plid,
int priority)
Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.
|
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 < ?.
|
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 < ?.
|
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 < ?.
|
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. |
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 = ?.
|
java.util.List<SegmentsExperience> |
findByG_P(long groupId,
long plid)
Returns all the segments experiences where groupId = ? and plid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
SegmentsExperience |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
SegmentsExperience |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findByGroupId(long groupId)
Returns all the segments experiences where groupId = ?.
|
java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiences where groupId = ?.
|
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 = ?.
|
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 = ?.
|
SegmentsExperience |
findByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or throws a
NoSuchExperienceException if it could not be found. |
SegmentsExperience |
findBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
SegmentsExperience |
findBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId)
Returns all the segments experiences where segmentsEntryId = ?.
|
java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end)
Returns a range of all the segments experiences where segmentsEntryId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the segments experiences where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid)
Returns all the segments experiences where uuid = ?.
|
java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the segments experiences where uuid = ?.
|
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 = ?.
|
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 = ?.
|
SegmentsExperience |
remove(long segmentsExperienceId)
Removes the segments experience with the primary key from the database.
|
void |
removeAll()
Removes all the segments experiences from the database.
|
SegmentsExperience |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.
|
void |
removeByG_P_A(long groupId,
long plid,
boolean active)
Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.
|
void |
removeByG_P_GtP(long groupId,
long plid,
int priority)
Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.
|
void |
removeByG_P_LtP(long groupId,
long plid,
int priority)
Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.
|
SegmentsExperience |
removeByG_P_P(long groupId,
long plid,
int priority)
Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.
|
void |
removeByG_P(long groupId,
long plid)
Removes all the segments experiences where groupId = ? and plid = ? from the database.
|
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.
|
void |
removeByG_S_P(long groupId,
long segmentsEntryId,
long plid)
Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.
|
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.
|
void |
removeByGroupId(long groupId)
Removes all the segments experiences where groupId = ? from the database.
|
void |
removeBySegmentsEntryId(long segmentsEntryId)
Removes all the segments experiences where segmentsEntryId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the segments experiences where uuid = ? and companyId = ? from the database.
|
SegmentsExperience |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the segments experience where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the segments experiences where uuid = ? from the database.
|
SegmentsExperience |
updateImpl(SegmentsExperience segmentsExperience) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperienceException
uuid
- the uuidgroupId
- the group IDNoSuchExperienceException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SegmentsExperience> findByGroupId(long groupId)
groupId
- the group IDjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByGroupId(long groupId)
groupId
- the group IDjava.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)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
)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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDjava.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundvoid removeBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDint countBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDjava.util.List<SegmentsExperience> findByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidjava.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)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
)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 foundvoid removeByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidint countByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidint filterCountByG_P(long groupId, long plid)
groupId
- the group IDplid
- the plidjava.util.List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidjava.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)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
)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 foundvoid removeByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidint countByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidint filterCountByG_S_P(long groupId, long segmentsEntryId, long plid)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience removeByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid) throws NoSuchExperienceException
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidNoSuchExperienceException
int countByG_SEK_P(long groupId, java.lang.String segmentsExperienceKey, long plid)
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plidSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience removeByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
groupId
- the group IDplid
- the plidpriority
- the priorityNoSuchExperienceException
int countByG_P_P(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.util.List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.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)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
)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 foundvoid removeByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityint countByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityint filterCountByG_P_GtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.util.List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.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)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
)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 foundvoid removeByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityint countByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityint filterCountByG_P_LtP(long groupId, long plid, int priority)
groupId
- the group IDplid
- the plidpriority
- the priorityjava.util.List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activejava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.util.List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activejava.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)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
)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 foundvoid removeByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activeint countByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activeint filterCountByG_P_A(long groupId, long plid, boolean active)
groupId
- the group IDplid
- the plidactive
- the activejava.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 activejava.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)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
)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 cacheSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience[] 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 foundjava.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 activejava.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)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
)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 foundjava.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 activejava.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)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
)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 activejava.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)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
)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 cachevoid removeByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeint countByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeint countByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activeint filterCountByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeint filterCountByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activeSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience 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 foundSegmentsExperience removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchExperienceException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchExperienceException
int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDvoid cacheResult(SegmentsExperience segmentsExperience)
segmentsExperience
- the segments experiencevoid cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
segmentsExperiences
- the segments experiencesSegmentsExperience create(long segmentsExperienceId)
segmentsExperienceId
- the primary key for the new segments experienceSegmentsExperience remove(long segmentsExperienceId) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the segments experienceNoSuchExperienceException
- if a segments experience with the primary key could not be foundSegmentsExperience updateImpl(SegmentsExperience segmentsExperience)
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 foundSegmentsExperience 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 foundjava.util.List<SegmentsExperience> findAll()
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)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
)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 cachevoid removeAll()
int countAll()