@ProviderType public interface SegmentsExperimentPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsExperiment>
Caching information and settings can be found in portal.properties
SegmentsExperimentUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SegmentsExperiment> segmentsExperiments)
Caches the segments experiments in the entity cache if it is enabled.
|
void |
cacheResult(SegmentsExperiment segmentsExperiment)
Caches the segments experiment in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of segments experiments.
|
int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
int |
countByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Returns the number of segments experiments where groupId = ? and segmentsExperimentKey = ?.
|
int |
countByGroupId(long groupId)
Returns the number of segments experiments where groupId = ?.
|
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 ?.
|
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 = ?.
|
int |
countByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Returns the number of segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
int |
countBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Returns the number of segments experiments where segmentsExperimentKey = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of segments experiments where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of segments experiments where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of segments experiments where uuid = ?.
|
SegmentsExperiment |
create(long segmentsExperimentId)
Creates a new segments experiment with the primary key.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
SegmentsExperiment |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ?.
|
SegmentsExperiment |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ?.
|
SegmentsExperiment |
fetchByPrimaryKey(long segmentsExperimentId)
Returns the segments experiment with the primary key or returns
null if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of segments experiments that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
filterFindByGroupId(long groupId)
Returns all the segments experiments that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findAll()
Returns all the segments experiments.
|
java.util.List<SegmentsExperiment> |
findAll(int start,
int end)
Returns a range of all the segments experiments.
|
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.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the segments experiments where groupId = ? and classNameId = ? and classPK = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
SegmentsExperiment |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the first segments experiment in the ordered set where groupId = ?.
|
SegmentsExperiment |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperiment> orderByComparator)
Returns the last segments experiment in the ordered set where groupId = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findByGroupId(long groupId)
Returns all the segments experiments where groupId = ?.
|
java.util.List<SegmentsExperiment> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the segments experiments where groupId = ?.
|
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 = ?.
|
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 = ?.
|
SegmentsExperiment |
findByPrimaryKey(long segmentsExperimentId)
Returns the segments experiment with the primary key or throws a
NoSuchExperimentException if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Returns all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Returns all the segments experiments where segmentsExperimentKey = ?.
|
java.util.List<SegmentsExperiment> |
findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey,
int start,
int end)
Returns a range of all the segments experiments where segmentsExperimentKey = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the segments experiments where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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 = ?.
|
java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid)
Returns all the segments experiments where uuid = ?.
|
java.util.List<SegmentsExperiment> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the segments experiments where uuid = ?.
|
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 = ?.
|
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 = ?.
|
SegmentsExperiment |
remove(long segmentsExperimentId)
Removes the segments experiment with the primary key from the database.
|
void |
removeAll()
Removes all the segments experiments from the database.
|
void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the segments experiments where groupId = ? and classNameId = ? and classPK = ? from the database.
|
SegmentsExperiment |
removeByG_S(long groupId,
java.lang.String segmentsExperimentKey)
Removes the segments experiment where groupId = ? and segmentsExperimentKey = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the segments experiments where groupId = ? from the database.
|
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.
|
void |
removeByS_C_C(long segmentsExperienceId,
long classNameId,
long classPK)
Removes all the segments experiments where segmentsExperienceId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
Removes all the segments experiments where segmentsExperimentKey = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the segments experiments where uuid = ? and companyId = ? from the database.
|
SegmentsExperiment |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the segments experiment where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the segments experiments where uuid = ? from the database.
|
SegmentsExperiment |
updateImpl(SegmentsExperiment segmentsExperiment) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SegmentsExperiment> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchExperimentException
uuid
- the uuidgroupId
- the group IDNoSuchExperimentException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<SegmentsExperiment> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SegmentsExperiment> findByGroupId(long groupId)
groupId
- the group IDjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundjava.util.List<SegmentsExperiment> filterFindByGroupId(long groupId)
groupId
- the group IDjava.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)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
)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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDjava.util.List<SegmentsExperiment> findBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keyjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundvoid removeBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keyint countBySegmentsExperimentKey(java.lang.String segmentsExperimentKey)
segmentsExperimentKey
- the segments experiment keySegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment removeByG_S(long groupId, java.lang.String segmentsExperimentKey) throws NoSuchExperimentException
groupId
- the group IDsegmentsExperimentKey
- the segments experiment keyNoSuchExperimentException
int countByG_S(long groupId, java.lang.String segmentsExperimentKey)
groupId
- the group IDsegmentsExperimentKey
- the segments experiment keyjava.util.List<SegmentsExperiment> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundjava.util.List<SegmentsExperiment> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.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)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
)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 foundvoid removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SegmentsExperiment> findByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundvoid removeByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkint countByS_C_C(long segmentsExperienceId, long classNameId, long classPK)
segmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkjava.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 statusjava.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)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
)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 cacheSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment 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 foundSegmentsExperiment[] 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 foundjava.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 statusesjava.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)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
)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 cachevoid 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 statusint 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 statusint 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 statusesvoid cacheResult(SegmentsExperiment segmentsExperiment)
segmentsExperiment
- the segments experimentvoid cacheResult(java.util.List<SegmentsExperiment> segmentsExperiments)
segmentsExperiments
- the segments experimentsSegmentsExperiment create(long segmentsExperimentId)
segmentsExperimentId
- the primary key for the new segments experimentSegmentsExperiment remove(long segmentsExperimentId) throws NoSuchExperimentException
segmentsExperimentId
- the primary key of the segments experimentNoSuchExperimentException
- if a segments experiment with the primary key could not be foundSegmentsExperiment updateImpl(SegmentsExperiment segmentsExperiment)
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 foundSegmentsExperiment 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 foundjava.util.List<SegmentsExperiment> findAll()
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)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
)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 cachevoid removeAll()
int countAll()