public class SegmentsExperimentUtil
extends java.lang.Object
com.liferay.segments.service.persistence.impl.SegmentsExperimentPersistenceImpl
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
SegmentsExperimentPersistence
Constructor and Description |
---|
SegmentsExperimentUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<SegmentsExperiment> segmentsExperiments)
Caches the segments experiments in the entity cache if it is enabled.
|
static void |
cacheResult(SegmentsExperiment segmentsExperiment)
Caches the segments experiment in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SegmentsExperiment segmentsExperiment) |
static int |
countAll()
Returns the number of segments experiments.
|
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
countByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Returns the number of segments experiments where groupId = ? and segmentsExperimentKey = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of segments experiments where groupId = ?.
|
static int |
countByS_C_C_S(long[] segmentsExperienceIds,
long classNameId,
long classPK,
int[] statuses)
Returns the number of segments experiments where segmentsExperienceId = any ? and classNameId = ? and classPK = ? and status = any ?.
|
static int |
countByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status)
Returns the number of segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static int |
countByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Returns the number of segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static int |
countBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Returns the number of segments experiments where segmentsExperimentKey = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of segments experiments where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of segments experiments where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of segments experiments where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static SegmentsExperiment |
create(long segmentsExperimentId)
Creates a new segments experiment with the primary key.
|
static SegmentsExperiment |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
fetchByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Returns the segments experiment where groupId = ? and segmentsExperimentKey = ? or returns
null if it could not be found. |
static SegmentsExperiment |
fetchByG_S(long groupId,
java.lang.String segmentsExperimentKey,
boolean useFinderCache)
Returns the segments experiment where groupId = ? and segmentsExperimentKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperiment |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ?.
|
static SegmentsExperiment |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ?.
|
static SegmentsExperiment |
fetchByPrimaryKey(long segmentsExperimentId)
Returns the segments experiment with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,SegmentsExperiment> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static SegmentsExperiment |
fetchByS_C_C_First(long segmentsExperienceId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
fetchByS_C_C_Last(long segmentsExperienceId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
fetchByS_C_C_S_First(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static SegmentsExperiment |
fetchByS_C_C_S_Last(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static SegmentsExperiment |
fetchBySegmentsExperimentKey_First(java.lang.String segmentsExperimentKey,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperimentKey = ?.
|
static SegmentsExperiment |
fetchBySegmentsExperimentKey_Last(java.lang.String segmentsExperimentKey,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperimentKey = ?.
|
static SegmentsExperiment |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperiment |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperiment |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where uuid = ?.
|
static SegmentsExperiment |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experiment where uuid = ? and groupId = ? or returns
null if it could not be found. |
static SegmentsExperiment |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the segments experiment where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SegmentsExperiment |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where uuid = ?.
|
static int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiments that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of segments experiments that the user has permission to view where groupId = ?.
|
static SegmentsExperiment[] |
filterFindByG_C_C_PrevAndNext(long segmentsExperimentId,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set of segments experiments that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiments that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiments that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment[] |
filterFindByGroupId_PrevAndNext(long segmentsExperimentId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set of segments experiments that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByGroupId(long groupId)
Returns all the segments experiments that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiments that the user has permission to view where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments that the user has permissions to view where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
findAll()
Returns all the segments experiments.
|
static java.util.List<SegmentsExperiment> |
findAll(int start,
int end)
Returns a range of all the segments experiments.
|
static java.util.List<SegmentsExperiment> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments.
|
static java.util.List<SegmentsExperiment> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments.
|
static SegmentsExperiment |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment[] |
findByG_C_C_PrevAndNext(long segmentsExperimentId,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
findByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Returns the segments experiment where groupId = ? and segmentsExperimentKey = ? or throws a
NoSuchExperimentException if it could not be found. |
static SegmentsExperiment |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ?.
|
static SegmentsExperiment |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ?.
|
static SegmentsExperiment[] |
findByGroupId_PrevAndNext(long segmentsExperimentId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
findByGroupId(long groupId)
Returns all the segments experiments where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiments where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where groupId = ?.
|
static java.util.List<SegmentsExperiment> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where groupId = ?.
|
static SegmentsExperiment |
findByPrimaryKey(long segmentsExperimentId)
Returns the segments experiment with the primary key or throws a
NoSuchExperimentException if it could not be found. |
static SegmentsExperiment |
findByS_C_C_First(long segmentsExperienceId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
findByS_C_C_Last(long segmentsExperienceId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment[] |
findByS_C_C_PrevAndNext(long segmentsExperimentId,
long segmentsExperienceId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
findByS_C_C_S_First(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static SegmentsExperiment |
findByS_C_C_S_Last(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static SegmentsExperiment[] |
findByS_C_C_S_PrevAndNext(long segmentsExperimentId,
long segmentsExperienceId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long[] segmentsExperienceIds,
long classNameId,
long classPK,
int[] statuses)
Returns all the segments experiments where segmentsExperienceId = any ? and classNameId = ? and classPK = ? and status = any ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long[] segmentsExperienceIds,
long classNameId,
long classPK,
int[] statuses,
int start,
int end)
Returns a range of all the segments experiments where segmentsExperienceId = any ? and classNameId = ? and classPK = ? and status = any ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long[] segmentsExperienceIds,
long classNameId,
long classPK,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where segmentsExperienceId = any ? and classNameId = ? and classPK = ? and status = any ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long[] segmentsExperienceIds,
long classNameId,
long classPK,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?, optionally using the finder cache.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status)
Returns all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Returns all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<SegmentsExperiment> |
findByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
static SegmentsExperiment |
findBySegmentsExperimentKey_First(java.lang.String segmentsExperimentKey,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where segmentsExperimentKey = ?.
|
static SegmentsExperiment |
findBySegmentsExperimentKey_Last(java.lang.String segmentsExperimentKey,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where segmentsExperimentKey = ?.
|
static SegmentsExperiment[] |
findBySegmentsExperimentKey_PrevAndNext(long segmentsExperimentId,
java.lang.String segmentsExperimentKey,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where segmentsExperimentKey = ?.
|
static java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Returns all the segments experiments where segmentsExperimentKey = ?.
|
static java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey,
int start,
int end)
Returns a range of all the segments experiments where segmentsExperimentKey = ?.
|
static java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where segmentsExperimentKey = ?.
|
static java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where segmentsExperimentKey = ?.
|
static SegmentsExperiment |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperiment |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where uuid = ? and companyId = ?.
|
static SegmentsExperiment[] |
findByUuid_C_PrevAndNext(long segmentsExperimentId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the segments experiments where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the segments experiments where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where uuid = ? and companyId = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where uuid = ? and companyId = ?.
|
static SegmentsExperiment |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where uuid = ?.
|
static SegmentsExperiment |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the segments experiment where uuid = ? and groupId = ? or throws a
NoSuchExperimentException if it could not be found. |
static SegmentsExperiment |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where uuid = ?.
|
static SegmentsExperiment[] |
findByUuid_PrevAndNext(long segmentsExperimentId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the segments experiments before and after the current segments experiment in the ordered set where uuid = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid)
Returns all the segments experiments where uuid = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the segments experiments where uuid = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns an ordered range of all the segments experiments where uuid = ?.
|
static java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the segments experiments where uuid = ?.
|
static java.util.List<SegmentsExperiment> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<SegmentsExperiment> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<SegmentsExperiment> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) |
static SegmentsExperimentPersistence |
getPersistence() |
static SegmentsExperiment |
remove(long segmentsExperimentId)
Removes the segments experiment with the primary key from the database.
|
static void |
removeAll()
Removes all the segments experiments from the database.
|
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the segments experiments where groupId = ? and classNameId = ? and classPK = ? from the database.
|
static SegmentsExperiment |
removeByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Removes the segments experiment where groupId = ? and segmentsExperimentKey = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the segments experiments where groupId = ? from the database.
|
static void |
removeByS_C_C_S(long segmentsExperienceId,
long classNameId,
long classPK,
int status)
Removes all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? and status = ? from the database.
|
static void |
removeByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Removes all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? from the database.
|
static void |
removeBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Removes all the segments experiments where segmentsExperimentKey = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the segments experiments where uuid = ? and companyId = ? from the database.
|
static SegmentsExperiment |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the segments experiment where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the segments experiments where uuid = ? from the database.
|
static SegmentsExperiment |
update(SegmentsExperiment segmentsExperiment) |
static SegmentsExperiment |
update(SegmentsExperiment segmentsExperiment,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static SegmentsExperiment |
updateImpl(SegmentsExperiment segmentsExperiment) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SegmentsExperiment segmentsExperiment)
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,SegmentsExperiment> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<SegmentsExperiment> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<SegmentsExperiment> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<SegmentsExperiment> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SegmentsExperiment update(SegmentsExperiment segmentsExperiment)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static SegmentsExperiment update(SegmentsExperiment segmentsExperiment, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<SegmentsExperiment> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findByUuid_PrevAndNext(long segmentsExperimentId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment 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 SegmentsExperiment findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperimentException
NoSuchExperimentException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment 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 experiment could not be foundpublic static SegmentsExperiment 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 experiment could not be foundpublic static SegmentsExperiment removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperimentException
uuid
- the uuidgroupId
- the group IDNoSuchExperimentException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<SegmentsExperiment> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findByUuid_C_PrevAndNext(long segmentsExperimentId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment 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<SegmentsExperiment> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findByGroupId_PrevAndNext(long segmentsExperimentId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static java.util.List<SegmentsExperiment> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperiment[] filterFindByGroupId_PrevAndNext(long segmentsExperimentId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment 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<SegmentsExperiment> findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keypublic static java.util.List<SegmentsExperiment> findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey, 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 SegmentsExperimentModelImpl
.
segmentsExperimentKey
- the segments experiment keystart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperimentKey
- the segments experiment keystart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperimentKey
- the segments experiment keystart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findBySegmentsExperimentKey_First(java.lang.String segmentsExperimentKey, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentKey
- the segments experiment keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchBySegmentsExperimentKey_First(java.lang.String segmentsExperimentKey, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperimentKey
- the segments experiment keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findBySegmentsExperimentKey_Last(java.lang.String segmentsExperimentKey, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentKey
- the segments experiment keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchBySegmentsExperimentKey_Last(java.lang.String segmentsExperimentKey, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperimentKey
- the segments experiment keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findBySegmentsExperimentKey_PrevAndNext(long segmentsExperimentId, java.lang.String segmentsExperimentKey, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentsegmentsExperimentKey
- the segments experiment keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static void removeBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keypublic static int countBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keypublic static SegmentsExperiment findByG_S(long groupId, java.lang.String segmentsExperimentKey) throws NoSuchExperimentException
NoSuchExperimentException
if it could not be found.groupId
- the group IDsegmentsExperimentKey
- the segments experiment keyNoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByG_S(long groupId, java.lang.String segmentsExperimentKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDsegmentsExperimentKey
- the segments experiment keynull
if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByG_S(long groupId, java.lang.String segmentsExperimentKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDsegmentsExperimentKey
- the segments experiment keyuseFinderCache
- whether to use the finder cachenull
if a matching segments experiment could not be foundpublic static SegmentsExperiment removeByG_S(long groupId, java.lang.String segmentsExperimentKey) throws NoSuchExperimentException
groupId
- the group IDsegmentsExperimentKey
- the segments experiment keyNoSuchExperimentException
public static int countByG_S(long groupId, java.lang.String segmentsExperimentKey)
groupId
- the group IDsegmentsExperimentKey
- the segments experiment keypublic static java.util.List<SegmentsExperiment> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 experiment could not be foundpublic static SegmentsExperiment findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 experiment could not be foundpublic static SegmentsExperiment[] findByG_C_C_PrevAndNext(long segmentsExperimentId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentgroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static java.util.List<SegmentsExperiment> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static SegmentsExperiment[] filterFindByG_C_C_PrevAndNext(long segmentsExperimentId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentgroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment 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<SegmentsExperiment> findByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<SegmentsExperiment> findByS_C_C(long segmentsExperienceId, 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByS_C_C(long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByS_C_C(long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByS_C_C_First(long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByS_C_C_First(long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findByS_C_C_Last(long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByS_C_C_Last(long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findByS_C_C_PrevAndNext(long segmentsExperimentId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static void removeByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<SegmentsExperiment> findByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statuspublic static java.util.List<SegmentsExperiment> findByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status, 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SegmentsExperiment findByS_C_C_S_First(long segmentsExperienceId, long classNameId, long classPK, int status, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByS_C_C_S_First(long segmentsExperienceId, long classNameId, long classPK, int status, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment findByS_C_C_S_Last(long segmentsExperienceId, long classNameId, long classPK, int status, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a matching segments experiment could not be foundpublic static SegmentsExperiment fetchByS_C_C_S_Last(long segmentsExperienceId, long classNameId, long classPK, int status, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching segments experiment could not be foundpublic static SegmentsExperiment[] findByS_C_C_S_PrevAndNext(long segmentsExperimentId, long segmentsExperienceId, long classNameId, long classPK, int status, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the current segments experimentsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static java.util.List<SegmentsExperiment> findByS_C_C_S(long[] segmentsExperienceIds, long classNameId, long classPK, int[] statuses)
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 SegmentsExperimentModelImpl
.
segmentsExperienceIds
- the segments experience IDsclassNameId
- the class name IDclassPK
- the class pkstatuses
- the statusespublic static java.util.List<SegmentsExperiment> findByS_C_C_S(long[] segmentsExperienceIds, long classNameId, long classPK, int[] statuses, 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 SegmentsExperimentModelImpl
.
segmentsExperienceIds
- the segments experience IDsclassNameId
- the class name IDclassPK
- the class pkstatuses
- the statusesstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findByS_C_C_S(long[] segmentsExperienceIds, long classNameId, long classPK, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceIds
- the segments experience IDsclassNameId
- the class name IDclassPK
- the class pkstatuses
- the statusesstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findByS_C_C_S(long[] segmentsExperienceIds, long classNameId, long classPK, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusstart
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statuspublic static int countByS_C_C_S(long segmentsExperienceId, long classNameId, long classPK, int status)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statuspublic static int countByS_C_C_S(long[] segmentsExperienceIds, long classNameId, long classPK, int[] statuses)
segmentsExperienceIds
- the segments experience IDsclassNameId
- the class name IDclassPK
- the class pkstatuses
- the statusespublic static void cacheResult(SegmentsExperiment segmentsExperiment)
segmentsExperiment
- the segments experimentpublic static void cacheResult(java.util.List<SegmentsExperiment> segmentsExperiments)
segmentsExperiments
- the segments experimentspublic static SegmentsExperiment create(long segmentsExperimentId)
segmentsExperimentId
- the primary key for the new segments experimentpublic static SegmentsExperiment remove(long segmentsExperimentId) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the segments experimentNoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static SegmentsExperiment updateImpl(SegmentsExperiment segmentsExperiment)
public static SegmentsExperiment findByPrimaryKey(long segmentsExperimentId) throws NoSuchExperimentException
NoSuchExperimentException
if it could not be found.segmentsExperimentId
- the primary key of the segments experimentNoSuchExperimentException
- if a segments experiment with the primary key could not be foundpublic static SegmentsExperiment fetchByPrimaryKey(long segmentsExperimentId)
null
if it could not be found.segmentsExperimentId
- the primary key of the segments experimentnull
if a segments experiment with the primary key could not be foundpublic static java.util.List<SegmentsExperiment> findAll()
public static java.util.List<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
start
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)public static java.util.List<SegmentsExperiment> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
start
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SegmentsExperiment> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> 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 SegmentsExperimentModelImpl
.
start
- the lower bound of the range of segments experimentsend
- the upper bound of the range of segments experiments (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 SegmentsExperimentPersistence getPersistence()