@ProviderType public interface SegmentsExperiencePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<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 |
countByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
int |
countByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
int |
countByG_C_C_P(long groupId,
long classNameId,
long classPK,
int priority)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority = ?.
|
int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
int |
countByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and classNameId = ? and classPK = ? and active = ?.
|
int |
countByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
int |
countByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK)
Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
int |
countByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ?.
|
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 |
fetchByG_C_C_A_First(long groupId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
fetchByG_C_C_A_Last(long groupId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
fetchByG_C_C_GtP_First(long groupId,
long classNameId,
long classPK,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience |
fetchByG_C_C_GtP_Last(long groupId,
long classNameId,
long classPK,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
fetchByG_C_C_P(long groupId,
long classNameId,
long classPK,
int priority)
Returns the segments experience where groupId = ? and classNameId = ? and classPK = ? and priority = ? or returns
null if it could not be found. |
SegmentsExperience |
fetchByG_C_C_P(long groupId,
long classNameId,
long classPK,
int priority,
boolean useFinderCache)
Returns the segments experience where groupId = ? and classNameId = ? and classPK = ? and priority = ? or returns
null if it could not be found, optionally using the finder cache. |
SegmentsExperience |
fetchByG_S_C_C_A_First(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
fetchByG_S_C_C_A_Last(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
fetchByG_S_C_C_First(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
fetchByG_S_C_C_Last(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
fetchByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? or returns
null if it could not be found. |
SegmentsExperience |
fetchByG_S(long groupId,
java.lang.String segmentsExperienceKey,
boolean useFinderCache)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? 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_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
int |
filterCountByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns the number of segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
int |
filterCountByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and classNameId = ? and classPK = ? and active = ?.
|
int |
filterCountByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
int |
filterCountByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK)
Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of segments experiences that the user has permission to view where groupId = ?.
|
SegmentsExperience[] |
filterFindByG_C_C_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_A(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience[] |
filterFindByG_C_C_GtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience[] |
filterFindByG_C_C_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
SegmentsExperience[] |
filterFindByG_S_C_C_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience[] |
filterFindByG_S_C_C_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK)
Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
filterFindByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
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 |
findByG_C_C_A_First(long groupId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
findByG_C_C_A_Last(long groupId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience[] |
findByG_C_C_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_A(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_A(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
findByG_C_C_GtP_First(long groupId,
long classNameId,
long classPK,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience |
findByG_C_C_GtP_Last(long groupId,
long classNameId,
long classPK,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience[] |
findByG_C_C_GtP_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and priority > ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and priority > ?.
|
SegmentsExperience |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
findByG_C_C_P(long groupId,
long classNameId,
long classPK,
int priority)
Returns the segments experience where groupId = ? and classNameId = ? and classPK = ? and priority = ? or throws a
NoSuchExperienceException if it could not be found. |
SegmentsExperience[] |
findByG_C_C_PrevAndNext(long segmentsExperienceId,
long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
SegmentsExperience |
findByG_S_C_C_A_First(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
findByG_S_C_C_A_Last(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience[] |
findByG_S_C_C_A_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences where groupId = ? and segmentsEntryId = any ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long[] segmentsEntryIds,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?, optionally using the finder cache.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active)
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ? and active = ?.
|
SegmentsExperience |
findByG_S_C_C_First(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience |
findByG_S_C_C_Last(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
SegmentsExperience[] |
findByG_S_C_C_PrevAndNext(long segmentsExperienceId,
long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK)
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
java.util.List<SegmentsExperience> |
findByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
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 classNameId = ? and classPK = ?.
|
SegmentsExperience |
findByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Returns the segments experience where groupId = ? and segmentsExperienceKey = ? 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.
|
void |
removeByG_C_C_A(long groupId,
long classNameId,
long classPK,
boolean active)
Removes all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and active = ? from the database.
|
void |
removeByG_C_C_GtP(long groupId,
long classNameId,
long classPK,
int priority)
Removes all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority > ? from the database.
|
SegmentsExperience |
removeByG_C_C_P(long groupId,
long classNameId,
long classPK,
int priority)
Removes the segments experience where groupId = ? and classNameId = ? and classPK = ? and priority = ? from the database.
|
void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the segments experiences where groupId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeByG_S_C_C_A(long groupId,
long segmentsEntryId,
long classNameId,
long classPK,
boolean active)
Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? and active = ? from the database.
|
void |
removeByG_S_C_C(long groupId,
long segmentsEntryId,
long classNameId,
long classPK)
Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and classNameId = ? and classPK = ? from the database.
|
SegmentsExperience |
removeByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Removes the segments experience where groupId = ? and segmentsExperienceKey = ? 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) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 IDSegmentsExperience findByG_S(long groupId, java.lang.String segmentsExperienceKey) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.groupId
- the group IDsegmentsExperienceKey
- the segments experience keyNoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_S(long groupId, java.lang.String segmentsExperienceKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDsegmentsExperienceKey
- the segments experience keynull
if a matching segments experience could not be foundSegmentsExperience fetchByG_S(long groupId, java.lang.String segmentsExperienceKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDsegmentsExperienceKey
- the segments experience keyuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundSegmentsExperience removeByG_S(long groupId, java.lang.String segmentsExperienceKey) throws NoSuchExperienceException
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyNoSuchExperienceException
int countByG_S(long groupId, java.lang.String segmentsExperienceKey)
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyjava.util.List<SegmentsExperience> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperience> findByG_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience[] findByG_C_C_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- 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_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperience> filterFindByG_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundvoid removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperience> findByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperience> findByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C_First(long groupId, long segmentsEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_S_C_C_First(long groupId, long segmentsEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience findByG_S_C_C_Last(long groupId, long segmentsEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_S_C_C_Last(long groupId, long segmentsEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience[] findByG_S_C_C_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long classNameId, long classPK, 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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- 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_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperience> filterFindByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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_C_C_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long classNameId, long classPK, 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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundvoid removeByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkint countByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkint filterCountByG_S_C_C(long groupId, long segmentsEntryId, long classNameId, long classPK)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkSegmentsExperience findByG_C_C_P(long groupId, long classNameId, long classPK, int priority) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityNoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_P(long groupId, long classNameId, long classPK, int priority)
null
if it could not be found. Uses the finder cache.groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritynull
if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_P(long groupId, long classNameId, long classPK, int priority, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundSegmentsExperience removeByG_C_C_P(long groupId, long classNameId, long classPK, int priority) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityNoSuchExperienceException
int countByG_C_C_P(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityjava.util.List<SegmentsExperience> findByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityjava.util.List<SegmentsExperience> findByG_C_C_GtP(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP_First(long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_GtP_First(long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience findByG_C_C_GtP_Last(long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_GtP_Last(long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience[] findByG_C_C_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityjava.util.List<SegmentsExperience> filterFindByG_C_C_GtP(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- 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_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityint countByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityint filterCountByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the priorityjava.util.List<SegmentsExperience> findByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> findByG_C_C_A(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A_First(long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_A_First(long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience findByG_C_C_A_Last(long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_C_C_A_Last(long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience[] findByG_C_C_A_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> filterFindByG_C_C_A(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A_PrevAndNext(long segmentsExperienceId, long groupId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint countByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint filterCountByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> findByG_S_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> findByG_S_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A_First(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_S_C_C_A_First(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience findByG_S_C_C_A_Last(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundSegmentsExperience fetchByG_S_C_C_A_Last(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundSegmentsExperience[] findByG_S_C_C_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long classNameId, long classPK, 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 IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> filterFindByG_S_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long classNameId, long classPK, 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 IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> filterFindByG_S_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- the activejava.util.List<SegmentsExperience> findByG_S_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- 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_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint countByG_S_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint countByG_S_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint filterCountByG_S_C_C_A(long groupId, long segmentsEntryId, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryId
- the segments entry IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activeint filterCountByG_S_C_C_A(long groupId, long[] segmentsEntryIds, long classNameId, long classPK, boolean active)
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- the activevoid 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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()