@ProviderType public interface SegmentsExperimentPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsExperiment>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<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_S_P(long groupId,
long segmentsExperienceId,
long plid)
Returns the number of segments experiments where groupId = ? and segmentsExperienceId = ? and plid = ?.
|
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 |
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_S_P(long groupId,
long segmentsExperienceId,
long plid)
Returns the segments experiment where groupId = ? and segmentsExperienceId = ? and plid = ? or returns
null if it could not be found. |
SegmentsExperiment |
fetchByG_S_P(long groupId,
long segmentsExperienceId,
long plid,
boolean useFinderCache)
Returns the segments experiment where groupId = ? and segmentsExperienceId = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
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 |
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 |
filterCountByGroupId(long groupId)
Returns the number of segments experiments that the user has permission to view where groupId = ?.
|
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_S_P(long groupId,
long segmentsExperienceId,
long plid)
Returns the segments experiment where groupId = ? and segmentsExperienceId = ? and plid = ? or throws a
NoSuchExperimentException if it could not be found. |
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 |
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.
|
SegmentsExperiment |
removeByG_S_P(long groupId,
long segmentsExperienceId,
long plid)
Removes the segments experiment where groupId = ? and segmentsExperienceId = ? and plid = ? 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 |
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) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<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 keySegmentsExperiment findByG_S_P(long groupId, long segmentsExperienceId, long plid) throws NoSuchExperimentException
NoSuchExperimentException
if it could not be found.groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidNoSuchExperimentException
- if a matching segments experiment could not be foundSegmentsExperiment fetchByG_S_P(long groupId, long segmentsExperienceId, long plid)
null
if it could not be found. Uses the finder cache.groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidnull
if a matching segments experiment could not be foundSegmentsExperiment fetchByG_S_P(long groupId, long segmentsExperienceId, long plid, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the pliduseFinderCache
- whether to use the finder cachenull
if a matching segments experiment could not be foundSegmentsExperiment removeByG_S_P(long groupId, long segmentsExperienceId, long plid) throws NoSuchExperimentException
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidNoSuchExperimentException
int countByG_S_P(long groupId, long segmentsExperienceId, long plid)
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidvoid 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()