public class SegmentsExperienceUtil
extends java.lang.Object
com.liferay.segments.service.persistence.impl.SegmentsExperiencePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SegmentsExperiencePersistence
Constructor and Description |
---|
SegmentsExperienceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
Caches the segments experiences in the entity cache if it is enabled.
|
static void |
cacheResult(SegmentsExperience segmentsExperience)
Caches the segments experience in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SegmentsExperience segmentsExperience) |
static int |
countAll()
Returns the number of segments experiences.
|
static int |
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 = ?.
|
static 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 > ?.
|
static int |
countByG_C_C_LtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority < ?.
|
static 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 = ?.
|
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static int |
countByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of segments experiences where groupId = ?.
|
static int |
countBySegmentsEntryId(long segmentsEntryId)
Returns the number of segments experiences where segmentsEntryId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of segments experiences where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of segments experiences where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of segments experiences where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static SegmentsExperience |
create(long segmentsExperienceId)
Creates a new segments experience with the primary key.
|
static SegmentsExperience |
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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 = ?.
|
static SegmentsExperience |
fetchByG_C_C_LtP_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 < ?.
|
static SegmentsExperience |
fetchByG_C_C_LtP_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 < ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static SegmentsExperience |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
fetchByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,SegmentsExperience> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static SegmentsExperience |
fetchBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
fetchBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experience where uuid = ? and groupId = ? or returns
null if it could not be found. |
static SegmentsExperience |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the segments experience where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperience |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ?.
|
static int |
filterCountByG_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 = ?.
|
static 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 > ?.
|
static int |
filterCountByG_C_C_LtP(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 < ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of segments experiences that the user has permission to view where groupId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static SegmentsExperience[] |
filterFindByG_C_C_LtP_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 < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_C_C_LtP(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 < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_C_C_LtP(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 < ?.
|
static java.util.List<SegmentsExperience> |
filterFindByG_C_C_LtP(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 < ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static SegmentsExperience[] |
filterFindByGroupId_PrevAndNext(long segmentsExperienceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId)
Returns all the segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiences that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findAll()
Returns all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end)
Returns a range of all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences.
|
static java.util.List<SegmentsExperience> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences.
|
static SegmentsExperience |
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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 > ?.
|
static 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 = ?.
|
static SegmentsExperience |
findByG_C_C_LtP_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 < ?.
|
static SegmentsExperience |
findByG_C_C_LtP_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 < ?.
|
static SegmentsExperience[] |
findByG_C_C_LtP_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 < ?.
|
static java.util.List<SegmentsExperience> |
findByG_C_C_LtP(long groupId,
long classNameId,
long classPK,
int priority)
Returns all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority < ?.
|
static java.util.List<SegmentsExperience> |
findByG_C_C_LtP(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 < ?.
|
static java.util.List<SegmentsExperience> |
findByG_C_C_LtP(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 < ?.
|
static java.util.List<SegmentsExperience> |
findByG_C_C_LtP(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 < ?.
|
static 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. |
static 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 = ?.
|
static java.util.List<SegmentsExperience> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiences where groupId = ? and classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static SegmentsExperience |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where groupId = ?.
|
static SegmentsExperience[] |
findByGroupId_PrevAndNext(long segmentsExperienceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId)
Returns all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where groupId = ?.
|
static java.util.List<SegmentsExperience> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where groupId = ?.
|
static SegmentsExperience |
findByPrimaryKey(long segmentsExperienceId)
Returns the segments experience with the primary key or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findBySegmentsEntryId_First(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience |
findBySegmentsEntryId_Last(long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where segmentsEntryId = ?.
|
static SegmentsExperience[] |
findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId,
long segmentsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId)
Returns all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end)
Returns a range of all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where segmentsEntryId = ?.
|
static java.util.List<SegmentsExperience> |
findBySegmentsEntryId(long segmentsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where segmentsEntryId = ?.
|
static SegmentsExperience |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperience[] |
findByUuid_C_PrevAndNext(long segmentsExperienceId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.
|
static SegmentsExperience |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the first segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experience where uuid = ? and groupId = ? or throws a
NoSuchExperienceException if it could not be found. |
static SegmentsExperience |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the last segments experience in the ordered set where uuid = ?.
|
static SegmentsExperience[] |
findByUuid_PrevAndNext(long segmentsExperienceId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid)
Returns all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Returns an ordered range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiences where uuid = ?.
|
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<SegmentsExperience> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) |
static SegmentsExperiencePersistence |
getPersistence() |
static SegmentsExperience |
remove(long segmentsExperienceId)
Removes the segments experience with the primary key from the database.
|
static void |
removeAll()
Removes all the segments experiences from the database.
|
static 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.
|
static 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.
|
static void |
removeByG_C_C_LtP(long groupId,
long classNameId,
long classPK,
int priority)
Removes all the segments experiences where groupId = ? and classNameId = ? and classPK = ? and priority < ? from the database.
|
static 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.
|
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the segments experiences where groupId = ? and classNameId = ? and classPK = ? from the database.
|
static 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.
|
static 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.
|
static SegmentsExperience |
removeByG_S(long groupId,
java.lang.String segmentsExperienceKey)
Removes the segments experience where groupId = ? and segmentsExperienceKey = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the segments experiences where groupId = ? from the database.
|
static void |
removeBySegmentsEntryId(long segmentsEntryId)
Removes all the segments experiences where segmentsEntryId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the segments experiences where uuid = ? and companyId = ? from the database.
|
static SegmentsExperience |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the segments experience where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the segments experiences where uuid = ? from the database.
|
static SegmentsExperience |
update(SegmentsExperience segmentsExperience) |
static SegmentsExperience |
update(SegmentsExperience segmentsExperience,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static SegmentsExperience |
updateImpl(SegmentsExperience segmentsExperience) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SegmentsExperience segmentsExperience)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,SegmentsExperience> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SegmentsExperience update(SegmentsExperience segmentsExperience)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static SegmentsExperience update(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByUuid_PrevAndNext(long segmentsExperienceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static SegmentsExperience findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching segments experience could not be foundpublic static SegmentsExperience removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperienceException
uuid
- the uuidgroupId
- the group IDNoSuchExperienceException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByUuid_C_PrevAndNext(long segmentsExperienceId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<SegmentsExperience> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperience[] filterFindByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperience findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a matching segments experience could not be foundpublic static SegmentsExperience fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experience could not be foundpublic static SegmentsExperience[] findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the current segments experiencesegmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static void removeBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static int countBySegmentsEntryId(long segmentsEntryId)
segmentsEntryId
- the segments entry IDpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience removeByG_S(long groupId, java.lang.String segmentsExperienceKey) throws NoSuchExperienceException
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyNoSuchExperienceException
public static int countByG_S(long groupId, java.lang.String segmentsExperienceKey)
groupId
- the group IDsegmentsExperienceKey
- the segments experience keypublic static java.util.List<SegmentsExperience> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience[] 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 foundpublic static java.util.List<SegmentsExperience> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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 foundpublic static void removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.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 pkpublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience[] 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 foundpublic static java.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 pkpublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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 foundpublic static void 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 pkpublic static int 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 pkpublic static int 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 pkpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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
public static 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 prioritypublic static java.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 prioritypublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience[] 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 foundpublic static java.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 prioritypublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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 foundpublic static void removeByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static int countByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static int filterCountByG_C_C_GtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_C_C_LtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static java.util.List<SegmentsExperience> findByG_C_C_LtP(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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static java.util.List<SegmentsExperience> findByG_C_C_LtP(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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static java.util.List<SegmentsExperience> findByG_C_C_LtP(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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static SegmentsExperience findByG_C_C_LtP_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 foundpublic static SegmentsExperience fetchByG_C_C_LtP_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 foundpublic static SegmentsExperience findByG_C_C_LtP_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 foundpublic static SegmentsExperience fetchByG_C_C_LtP_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 foundpublic static SegmentsExperience[] findByG_C_C_LtP_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 foundpublic static java.util.List<SegmentsExperience> filterFindByG_C_C_LtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static java.util.List<SegmentsExperience> filterFindByG_C_C_LtP(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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static java.util.List<SegmentsExperience> filterFindByG_C_C_LtP(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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static SegmentsExperience[] filterFindByG_C_C_LtP_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 foundpublic static void removeByG_C_C_LtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static int countByG_C_C_LtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static int filterCountByG_C_C_LtP(long groupId, long classNameId, long classPK, int priority)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpriority
- the prioritypublic static java.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 activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience 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 foundpublic static SegmentsExperience[] 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 foundpublic static java.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 activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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 foundpublic static void removeByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activepublic static int countByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activepublic static int filterCountByG_C_C_A(long groupId, long classNameId, long classPK, boolean active)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkactive
- the activepublic static java.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 activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static 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) 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 foundpublic static 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)
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 foundpublic static 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) 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 foundpublic static 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)
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 foundpublic static 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) 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 foundpublic static java.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 activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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 foundpublic static java.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 activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsclassNameId
- the class name IDclassPK
- the class pkactive
- the activepublic static java.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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
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 cachepublic static void 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 activepublic static int 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 activepublic static int 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 activepublic static int 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 activepublic static int 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 activepublic static void cacheResult(SegmentsExperience segmentsExperience)
segmentsExperience
- the segments experiencepublic static void cacheResult(java.util.List<SegmentsExperience> segmentsExperiences)
segmentsExperiences
- the segments experiencespublic static SegmentsExperience create(long segmentsExperienceId)
segmentsExperienceId
- the primary key for the new segments experiencepublic static SegmentsExperience remove(long segmentsExperienceId) throws NoSuchExperienceException
segmentsExperienceId
- the primary key of the segments experienceNoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static SegmentsExperience updateImpl(SegmentsExperience segmentsExperience)
public static SegmentsExperience findByPrimaryKey(long segmentsExperienceId) throws NoSuchExperienceException
NoSuchExperienceException
if it could not be found.segmentsExperienceId
- the primary key of the segments experienceNoSuchExperienceException
- if a segments experience with the primary key could not be foundpublic static SegmentsExperience fetchByPrimaryKey(long segmentsExperienceId)
null
if it could not be found.segmentsExperienceId
- the primary key of the segments experiencenull
if a segments experience with the primary key could not be foundpublic static java.util.List<SegmentsExperience> findAll()
public static java.util.List<SegmentsExperience> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)public static java.util.List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl
.
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static SegmentsExperiencePersistence getPersistence()