Class SegmentsExperienceUtil
com.liferay.segments.service.persistence.impl.SegmentsExperiencePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(SegmentsExperience segmentsExperience) Caches the segments experience in the entity cache if it is enabled.static void
cacheResult
(List<SegmentsExperience> segmentsExperiences) Caches the segments experiences in the entity cache if it is enabled.static void
static void
clearCache
(SegmentsExperience segmentsExperience) static int
countAll()
Returns the number of segments experiences.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.static int
countByG_P
(long groupId, long plid) Returns the number of segments experiences where groupId = ? and plid = ?.static int
countByG_P_A
(long groupId, long plid, boolean active) Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.static int
countByG_P_GtP
(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.static int
countByG_P_LtP
(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.static int
countByG_P_P
(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.static int
countByG_S_P
(long groupId, long segmentsEntryId, long plid) Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.static int
countByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static int
countByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active) Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static int
countByG_SEK_P
(long groupId, String segmentsExperienceKey, long plid) Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.static int
countByGroupId
(long groupId) Returns the number of segments experiences where groupId = ?.static int
countBySegmentsEntryId
(long segmentsEntryId) Returns the number of segments experiences where segmentsEntryId = ?.static int
countByUuid
(String uuid) Returns the number of segments experiences where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of segments experiences where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of segments experiences where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static SegmentsExperience
create
(long segmentsExperienceId) Creates a new segments experience with the primary key.static SegmentsExperience
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the segments experience where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static SegmentsExperience
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the segments experience where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static SegmentsExperience
fetchByG_P_A_First
(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.static SegmentsExperience
fetchByG_P_A_Last
(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.static SegmentsExperience
fetchByG_P_First
(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ?.static SegmentsExperience
fetchByG_P_GtP_First
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.static SegmentsExperience
fetchByG_P_GtP_Last
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.static SegmentsExperience
fetchByG_P_Last
(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ?.static SegmentsExperience
fetchByG_P_LtP_First
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.static SegmentsExperience
fetchByG_P_LtP_Last
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.static SegmentsExperience
fetchByG_P_P
(long groupId, long plid, int priority) Returns the segments experience where groupId = ? and plid = ? and priority = ? or returnsnull
if it could not be found.static SegmentsExperience
fetchByG_P_P
(long groupId, long plid, int priority, boolean useFinderCache) Returns the segments experience where groupId = ? and plid = ? and priority = ? or returnsnull
if it could not be found, optionally using the finder cache.static SegmentsExperience
fetchByG_S_P_A_First
(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience
fetchByG_S_P_A_Last
(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience
fetchByG_S_P_First
(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.static SegmentsExperience
fetchByG_S_P_Last
(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.static SegmentsExperience
fetchByG_SEK_P
(long groupId, String segmentsExperienceKey, long plid) Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returnsnull
if it could not be found.static SegmentsExperience
fetchByG_SEK_P
(long groupId, String segmentsExperienceKey, long plid, boolean useFinderCache) Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static SegmentsExperience
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ?.static SegmentsExperience
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ?.static SegmentsExperience
fetchByPrimaryKey
(long segmentsExperienceId) Returns the segments experience with the primary key or returnsnull
if it could not be found.static Map<Serializable,
SegmentsExperience> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static SegmentsExperience
fetchBySegmentsEntryId_First
(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where segmentsEntryId = ?.static SegmentsExperience
fetchBySegmentsEntryId_Last
(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where segmentsEntryId = ?.static SegmentsExperience
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.static SegmentsExperience
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.static SegmentsExperience
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ?.static SegmentsExperience
fetchByUUID_G
(String uuid, long groupId) Returns the segments experience where uuid = ? and groupId = ? or returnsnull
if it could not be found.static SegmentsExperience
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the segments experience where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static SegmentsExperience
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ?.static int
filterCountByG_P
(long groupId, long plid) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.static int
filterCountByG_P_A
(long groupId, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.static int
filterCountByG_P_GtP
(long groupId, long plid, int priority) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.static int
filterCountByG_P_LtP
(long groupId, long plid, int priority) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.static int
filterCountByG_S_P
(long groupId, long segmentsEntryId, long plid) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.static int
filterCountByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static int
filterCountByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static int
filterCountByGroupId
(long groupId) Returns the number of segments experiences that the user has permission to view where groupId = ?.static List<SegmentsExperience>
filterFindByG_P
(long groupId, long plid) Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_P
(long groupId, long plid, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_P
(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_P_A
(long groupId, long plid, boolean active) Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_P_A
(long groupId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_P_A
(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and active = ?.static SegmentsExperience[]
filterFindByG_P_A_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_P_GtP
(long groupId, long plid, int priority) Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
filterFindByG_P_GtP
(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
filterFindByG_P_GtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority > ?.static SegmentsExperience[]
filterFindByG_P_GtP_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
filterFindByG_P_LtP
(long groupId, long plid, int priority) Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.static List<SegmentsExperience>
filterFindByG_P_LtP
(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.static List<SegmentsExperience>
filterFindByG_P_LtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority < ?.static SegmentsExperience[]
filterFindByG_P_LtP_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.static SegmentsExperience[]
filterFindByG_P_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_S_P
(long groupId, long segmentsEntryId, long plid) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_S_P
(long groupId, long segmentsEntryId, long plid, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_S_P
(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static List<SegmentsExperience>
filterFindByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience[]
filterFindByG_S_P_A_PrevAndNext
(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience[]
filterFindByG_S_P_PrevAndNext
(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
filterFindByGroupId
(long groupId) Returns all the segments experiences that the user has permission to view where groupId = ?.static List<SegmentsExperience>
filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ?.static List<SegmentsExperience>
filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ?.static SegmentsExperience[]
filterFindByGroupId_PrevAndNext
(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ?.static List<SegmentsExperience>
findAll()
Returns all the segments experiences.static List<SegmentsExperience>
findAll
(int start, int end) Returns a range of all the segments experiences.static List<SegmentsExperience>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences.static List<SegmentsExperience>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences.static SegmentsExperience
findByERC_G
(String externalReferenceCode, long groupId) Returns the segments experience where externalReferenceCode = ? and groupId = ? or throws aNoSuchExperienceException
if it could not be found.static List<SegmentsExperience>
findByG_P
(long groupId, long plid) Returns all the segments experiences where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P
(long groupId, long plid, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P
(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P
(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P_A
(long groupId, long plid, boolean active) Returns all the segments experiences where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_P_A
(long groupId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_P_A
(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_P_A
(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_P_A_First
(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_P_A_Last
(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.static SegmentsExperience[]
findByG_P_A_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_P_First
(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P_GtP
(long groupId, long plid, int priority) Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
findByG_P_GtP
(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
findByG_P_GtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.static List<SegmentsExperience>
findByG_P_GtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.static SegmentsExperience
findByG_P_GtP_First
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.static SegmentsExperience
findByG_P_GtP_Last
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.static SegmentsExperience[]
findByG_P_GtP_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.static SegmentsExperience
findByG_P_Last
(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_P_LtP
(long groupId, long plid, int priority) Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.static List<SegmentsExperience>
findByG_P_LtP
(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and priority < ?.static List<SegmentsExperience>
findByG_P_LtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.static List<SegmentsExperience>
findByG_P_LtP
(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.static SegmentsExperience
findByG_P_LtP_First
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.static SegmentsExperience
findByG_P_LtP_Last
(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.static SegmentsExperience[]
findByG_P_LtP_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.static SegmentsExperience
findByG_P_P
(long groupId, long plid, int priority) Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws aNoSuchExperienceException
if it could not be found.static SegmentsExperience[]
findByG_P_PrevAndNext
(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ?.static List<SegmentsExperience>
findByG_S_P
(long groupId, long segmentsEntryId, long plid) Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
findByG_S_P
(long groupId, long segmentsEntryId, long plid, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
findByG_S_P
(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
findByG_S_P
(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?, optionally using the finder cache.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active) Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static List<SegmentsExperience>
findByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_S_P_A_First
(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_S_P_A_Last
(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience[]
findByG_S_P_A_PrevAndNext
(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.static SegmentsExperience
findByG_S_P_First
(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.static SegmentsExperience
findByG_S_P_Last
(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.static SegmentsExperience[]
findByG_S_P_PrevAndNext
(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.static SegmentsExperience
findByG_SEK_P
(long groupId, String segmentsExperienceKey, long plid) Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws aNoSuchExperienceException
if it could not be found.static List<SegmentsExperience>
findByGroupId
(long groupId) Returns all the segments experiences where groupId = ?.static List<SegmentsExperience>
findByGroupId
(long groupId, int start, int end) Returns a range of all the segments experiences where groupId = ?.static List<SegmentsExperience>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ?.static List<SegmentsExperience>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ?.static SegmentsExperience
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ?.static SegmentsExperience
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ?.static SegmentsExperience[]
findByGroupId_PrevAndNext
(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ?.static SegmentsExperience
findByPrimaryKey
(long segmentsExperienceId) Returns the segments experience with the primary key or throws aNoSuchExperienceException
if it could not be found.static List<SegmentsExperience>
findBySegmentsEntryId
(long segmentsEntryId) Returns all the segments experiences where segmentsEntryId = ?.static List<SegmentsExperience>
findBySegmentsEntryId
(long segmentsEntryId, int start, int end) Returns a range of all the segments experiences where segmentsEntryId = ?.static List<SegmentsExperience>
findBySegmentsEntryId
(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where segmentsEntryId = ?.static List<SegmentsExperience>
findBySegmentsEntryId
(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where segmentsEntryId = ?.static SegmentsExperience
findBySegmentsEntryId_First
(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where segmentsEntryId = ?.static SegmentsExperience
findBySegmentsEntryId_Last
(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where segmentsEntryId = ?.static SegmentsExperience[]
findBySegmentsEntryId_PrevAndNext
(long segmentsExperienceId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where segmentsEntryId = ?.static List<SegmentsExperience>
findByUuid
(String uuid) Returns all the segments experiences where uuid = ?.static List<SegmentsExperience>
findByUuid
(String uuid, int start, int end) Returns a range of all the segments experiences where uuid = ?.static List<SegmentsExperience>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where uuid = ?.static List<SegmentsExperience>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where uuid = ?.static List<SegmentsExperience>
findByUuid_C
(String uuid, long companyId) Returns all the segments experiences where uuid = ? and companyId = ?.static List<SegmentsExperience>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the segments experiences where uuid = ? and companyId = ?.static List<SegmentsExperience>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.static List<SegmentsExperience>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.static SegmentsExperience
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.static SegmentsExperience
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.static SegmentsExperience[]
findByUuid_C_PrevAndNext
(long segmentsExperienceId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ? and companyId = ?.static SegmentsExperience
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ?.static SegmentsExperience
findByUUID_G
(String uuid, long groupId) Returns the segments experience where uuid = ? and groupId = ? or throws aNoSuchExperienceException
if it could not be found.static SegmentsExperience
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ?.static SegmentsExperience[]
findByUuid_PrevAndNext
(long segmentsExperienceId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ?.static List<SegmentsExperience>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<SegmentsExperience>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<SegmentsExperience>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) static SegmentsExperience
remove
(long segmentsExperienceId) Removes the segments experience with the primary key from the database.static void
Removes all the segments experiences from the database.static SegmentsExperience
removeByERC_G
(String externalReferenceCode, long groupId) Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.static void
removeByG_P
(long groupId, long plid) Removes all the segments experiences where groupId = ? and plid = ? from the database.static void
removeByG_P_A
(long groupId, long plid, boolean active) Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.static void
removeByG_P_GtP
(long groupId, long plid, int priority) Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.static void
removeByG_P_LtP
(long groupId, long plid, int priority) Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.static SegmentsExperience
removeByG_P_P
(long groupId, long plid, int priority) Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.static void
removeByG_S_P
(long groupId, long segmentsEntryId, long plid) Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.static void
removeByG_S_P_A
(long groupId, long segmentsEntryId, long plid, boolean active) Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ? from the database.static SegmentsExperience
removeByG_SEK_P
(long groupId, String segmentsExperienceKey, long plid) Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.static void
removeByGroupId
(long groupId) Removes all the segments experiences where groupId = ? from the database.static void
removeBySegmentsEntryId
(long segmentsEntryId) Removes all the segments experiences where segmentsEntryId = ? from the database.static void
removeByUuid
(String uuid) Removes all the segments experiences where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the segments experiences where uuid = ? and companyId = ? from the database.static SegmentsExperience
removeByUUID_G
(String uuid, long groupId) Removes the segments experience where uuid = ? and groupId = ? from the database.static void
setPersistence
(SegmentsExperiencePersistence persistence) static SegmentsExperience
update
(SegmentsExperience segmentsExperience) static SegmentsExperience
update
(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext) static SegmentsExperience
updateImpl
(SegmentsExperience segmentsExperience)
-
Constructor Details
-
SegmentsExperienceUtil
public SegmentsExperienceUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,SegmentsExperience> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static SegmentsExperience update(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the segments experiences where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching segments experiences
-
findByUuid
Returns a range of all the segments experiences where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByUuid
public static List<SegmentsExperience> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByUuid
public static List<SegmentsExperience> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByUuid_First
public static SegmentsExperience findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByUuid_First
public static SegmentsExperience fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByUuid_Last
public static SegmentsExperience findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByUuid_Last
public static SegmentsExperience fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByUuid_PrevAndNext
public static SegmentsExperience[] findByUuid_PrevAndNext(long segmentsExperienceId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByUuid
Removes all the segments experiences where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of segments experiences where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching segments experiences
-
findByUUID_G
public static SegmentsExperience findByUUID_G(String uuid, long groupId) throws NoSuchExperienceException Returns the segments experience where uuid = ? and groupId = ? or throws aNoSuchExperienceException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByUUID_G
Returns the segments experience where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
fetchByUUID_G
Returns the segments experience where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
removeByUUID_G
public static SegmentsExperience removeByUUID_G(String uuid, long groupId) throws NoSuchExperienceException Removes the segments experience where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the segments experience that was removed
- Throws:
NoSuchExperienceException
-
countByUUID_G
Returns the number of segments experiences where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching segments experiences
-
findByUuid_C
Returns all the segments experiences where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching segments experiences
-
findByUuid_C
public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the segments experiences where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByUuid_C
public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByUuid_C
public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByUuid_C_First
public static SegmentsExperience findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByUuid_C_First
public static SegmentsExperience fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByUuid_C_Last
public static SegmentsExperience findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByUuid_C_Last
public static SegmentsExperience fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByUuid_C_PrevAndNext
public static SegmentsExperience[] findByUuid_C_PrevAndNext(long segmentsExperienceId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ? and companyId = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experienceuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByUuid_C
Removes all the segments experiences where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of segments experiences where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching segments experiences
-
findByGroupId
Returns all the segments experiences where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching segments experiences
-
findByGroupId
Returns a range of all the segments experiences where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByGroupId
public static List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByGroupId
public static List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByGroupId_First
public static SegmentsExperience findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByGroupId_First
public static SegmentsExperience fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByGroupId_Last
public static SegmentsExperience findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByGroupId_Last
public static SegmentsExperience fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByGroupId_PrevAndNext
public static SegmentsExperience[] findByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByGroupId
Returns all the segments experiences that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByGroupId
Returns a range of all the segments experiences that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByGroupId
public static List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static SegmentsExperience[] filterFindByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the segments experiences where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of segments experiences where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching segments experiences
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of segments experiences that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching segments experiences that the user has permission to view
-
findBySegmentsEntryId
Returns all the segments experiences where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry ID- Returns:
- the matching segments experiences
-
findBySegmentsEntryId
public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end) Returns a range of all the segments experiences where segmentsEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findBySegmentsEntryId
public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where segmentsEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findBySegmentsEntryId
public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where segmentsEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
segmentsEntryId
- the segments entry IDstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findBySegmentsEntryId_First
public static SegmentsExperience findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchBySegmentsEntryId_First
public static SegmentsExperience fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findBySegmentsEntryId_Last
public static SegmentsExperience findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchBySegmentsEntryId_Last
public static SegmentsExperience fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findBySegmentsEntryId_PrevAndNext
public static SegmentsExperience[] findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencesegmentsEntryId
- the segments entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeBySegmentsEntryId
public static void removeBySegmentsEntryId(long segmentsEntryId) Removes all the segments experiences where segmentsEntryId = ? from the database.- Parameters:
segmentsEntryId
- the segments entry ID
-
countBySegmentsEntryId
public static int countBySegmentsEntryId(long segmentsEntryId) Returns the number of segments experiences where segmentsEntryId = ?.- Parameters:
segmentsEntryId
- the segments entry ID- Returns:
- the number of matching segments experiences
-
findByG_P
Returns all the segments experiences where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plid- Returns:
- the matching segments experiences
-
findByG_P
Returns a range of all the segments experiences where groupId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_P
public static List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_P
public static List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_P_First
public static SegmentsExperience findByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_First
public static SegmentsExperience fetchByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_Last
public static SegmentsExperience findByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_Last
public static SegmentsExperience fetchByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_PrevAndNext
public static SegmentsExperience[] findByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_P
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plid- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_P
Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_P
public static List<SegmentsExperience> filterFindByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_P_PrevAndNext
public static SegmentsExperience[] filterFindByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByG_P
public static void removeByG_P(long groupId, long plid) Removes all the segments experiences where groupId = ? and plid = ? from the database.- Parameters:
groupId
- the group IDplid
- the plid
-
countByG_P
public static int countByG_P(long groupId, long plid) Returns the number of segments experiences where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plid- Returns:
- the number of matching segments experiences
-
filterCountByG_P
public static int filterCountByG_P(long groupId, long plid) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plid- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByG_S_P
Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plid- Returns:
- the matching segments experiences
-
findByG_S_P
public static List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_S_P
public static List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_S_P
public static List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_S_P_First
public static SegmentsExperience findByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_S_P_First
public static SegmentsExperience fetchByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_S_P_Last
public static SegmentsExperience findByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_S_P_Last
public static SegmentsExperience fetchByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_S_P_PrevAndNext
public static SegmentsExperience[] findByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_S_P
public static List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plid- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_S_P
public static List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_S_P
public static List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidstart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_S_P_PrevAndNext
public static SegmentsExperience[] filterFindByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByG_S_P
public static void removeByG_S_P(long groupId, long segmentsEntryId, long plid) Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plid
-
countByG_S_P
public static int countByG_S_P(long groupId, long segmentsEntryId, long plid) Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plid- Returns:
- the number of matching segments experiences
-
filterCountByG_S_P
public static int filterCountByG_S_P(long groupId, long segmentsEntryId, long plid) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plid- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByG_SEK_P
public static SegmentsExperience findByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) throws NoSuchExperienceException Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws aNoSuchExperienceException
if it could not be found.- Parameters:
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plid- Returns:
- the matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_SEK_P
public static SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plid- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
fetchByG_SEK_P
public static SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid, boolean useFinderCache) Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the pliduseFinderCache
- whether to use the finder cache- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
removeByG_SEK_P
public static SegmentsExperience removeByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) throws NoSuchExperienceException Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.- Parameters:
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plid- Returns:
- the segments experience that was removed
- Throws:
NoSuchExperienceException
-
countByG_SEK_P
Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsExperienceKey
- the segments experience keyplid
- the plid- Returns:
- the number of matching segments experiences
-
findByG_P_P
public static SegmentsExperience findByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws aNoSuchExperienceException
if it could not be found.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_P
Returns the segments experience where groupId = ? and plid = ? and priority = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
fetchByG_P_P
public static SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority, boolean useFinderCache) Returns the segments experience where groupId = ? and plid = ? and priority = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityuseFinderCache
- whether to use the finder cache- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
removeByG_P_P
public static SegmentsExperience removeByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the segments experience that was removed
- Throws:
NoSuchExperienceException
-
countByG_P_P
public static int countByG_P_P(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the number of matching segments experiences
-
findByG_P_GtP
Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experiences
-
findByG_P_GtP
public static List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and priority > ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_P_GtP
public static List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_P_GtP
public static List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_P_GtP_First
public static SegmentsExperience findByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_GtP_First
public static SegmentsExperience fetchByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_GtP_Last
public static SegmentsExperience findByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_GtP_Last
public static SegmentsExperience fetchByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_GtP_PrevAndNext
public static SegmentsExperience[] findByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_P_GtP
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_P_GtP
public static List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_P_GtP
public static List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority > ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_P_GtP_PrevAndNext
public static SegmentsExperience[] filterFindByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByG_P_GtP
public static void removeByG_P_GtP(long groupId, long plid, int priority) Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority
-
countByG_P_GtP
public static int countByG_P_GtP(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the number of matching segments experiences
-
filterCountByG_P_GtP
public static int filterCountByG_P_GtP(long groupId, long plid, int priority) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByG_P_LtP
Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experiences
-
findByG_P_LtP
public static List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and priority < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_P_LtP
public static List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_P_LtP
public static List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_P_LtP_First
public static SegmentsExperience findByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_LtP_First
public static SegmentsExperience fetchByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_LtP_Last
public static SegmentsExperience findByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_LtP_Last
public static SegmentsExperience fetchByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_LtP_PrevAndNext
public static SegmentsExperience[] findByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_P_LtP
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_P_LtP
public static List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_P_LtP
public static List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the prioritystart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_P_LtP_PrevAndNext
public static SegmentsExperience[] filterFindByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidpriority
- the priorityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByG_P_LtP
public static void removeByG_P_LtP(long groupId, long plid, int priority) Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority
-
countByG_P_LtP
public static int countByG_P_LtP(long groupId, long plid, int priority) Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the number of matching segments experiences
-
filterCountByG_P_LtP
public static int filterCountByG_P_LtP(long groupId, long plid, int priority) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.- Parameters:
groupId
- the group IDplid
- the plidpriority
- the priority- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByG_P_A
Returns all the segments experiences where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the active- Returns:
- the matching segments experiences
-
findByG_P_A
public static List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_P_A
public static List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_P_A
public static List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_P_A_First
public static SegmentsExperience findByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_A_First
public static SegmentsExperience fetchByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_A_Last
public static SegmentsExperience findByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_P_A_Last
public static SegmentsExperience fetchByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_P_A_PrevAndNext
public static SegmentsExperience[] findByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and active = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_P_A
Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the active- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_P_A
public static List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_P_A
public static List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_P_A_PrevAndNext
public static SegmentsExperience[] filterFindByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
removeByG_P_A
public static void removeByG_P_A(long groupId, long plid, boolean active) Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.- Parameters:
groupId
- the group IDplid
- the plidactive
- the active
-
countByG_P_A
public static int countByG_P_A(long groupId, long plid, boolean active) Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences
-
filterCountByG_P_A
public static int filterCountByG_P_A(long groupId, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active) Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the active- Returns:
- the matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
findByG_S_P_A_First
public static SegmentsExperience findByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_S_P_A_First
public static SegmentsExperience fetchByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_S_P_A_Last
public static SegmentsExperience findByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByG_S_P_A_Last
public static SegmentsExperience fetchByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching segments experience, or
null
if a matching segments experience could not be found
-
findByG_S_P_A_PrevAndNext
public static SegmentsExperience[] findByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the active- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
filterFindByG_S_P_A_PrevAndNext
public static SegmentsExperience[] filterFindByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
segmentsExperienceId
- the primary key of the current segments experiencegroupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the active- Returns:
- the matching segments experiences that the user has permission to view
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end) Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences that the user has permission to view
-
filterFindByG_S_P_A
public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences that the user has permission to view
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the active- Returns:
- the matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end) Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching segments experiences
-
findByG_S_P_A
public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the activestart
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching segments experiences
-
removeByG_S_P_A
public static void removeByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active) Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ? from the database.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the active
-
countByG_S_P_A
public static int countByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active) Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences
-
countByG_S_P_A
public static int countByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences
-
filterCountByG_S_P_A
public static int filterCountByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryId
- the segments entry IDplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences that the user has permission to view
-
filterCountByG_S_P_A
public static int filterCountByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active) Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.- Parameters:
groupId
- the group IDsegmentsEntryIds
- the segments entry IDsplid
- the plidactive
- the active- Returns:
- the number of matching segments experiences that the user has permission to view
-
findByERC_G
public static SegmentsExperience findByERC_G(String externalReferenceCode, long groupId) throws NoSuchExperienceException Returns the segments experience where externalReferenceCode = ? and groupId = ? or throws aNoSuchExperienceException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching segments experience
- Throws:
NoSuchExperienceException
- if a matching segments experience could not be foundNoSuchExperienceException
-
fetchByERC_G
Returns the segments experience where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
fetchByERC_G
public static SegmentsExperience fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the segments experience where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching segments experience, or
null
if a matching segments experience could not be found
-
removeByERC_G
public static SegmentsExperience removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchExperienceException Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the segments experience that was removed
- Throws:
NoSuchExperienceException
-
countByERC_G
Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching segments experiences
-
cacheResult
Caches the segments experience in the entity cache if it is enabled.- Parameters:
segmentsExperience
- the segments experience
-
cacheResult
Caches the segments experiences in the entity cache if it is enabled.- Parameters:
segmentsExperiences
- the segments experiences
-
create
Creates a new segments experience with the primary key. Does not add the segments experience to the database.- Parameters:
segmentsExperienceId
- the primary key for the new segments experience- Returns:
- the new segments experience
-
remove
Removes the segments experience with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
segmentsExperienceId
- the primary key of the segments experience- Returns:
- the segments experience that was removed
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
updateImpl
-
findByPrimaryKey
public static SegmentsExperience findByPrimaryKey(long segmentsExperienceId) throws NoSuchExperienceException Returns the segments experience with the primary key or throws aNoSuchExperienceException
if it could not be found.- Parameters:
segmentsExperienceId
- the primary key of the segments experience- Returns:
- the segments experience
- Throws:
NoSuchExperienceException
- if a segments experience with the primary key could not be foundNoSuchExperienceException
-
fetchByPrimaryKey
Returns the segments experience with the primary key or returnsnull
if it could not be found.- Parameters:
segmentsExperienceId
- the primary key of the segments experience- Returns:
- the segments experience, or
null
if a segments experience with the primary key could not be found
-
findAll
Returns all the segments experiences.- Returns:
- the segments experiences
-
findAll
Returns a range of all the segments experiences.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)- Returns:
- the range of segments experiences
-
findAll
public static List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) Returns an ordered range of all the segments experiences.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of segments experiences
-
findAll
public static List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache) Returns an ordered range of all the segments experiences.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSegmentsExperienceModelImpl
.- Parameters:
start
- the lower bound of the range of segments experiencesend
- the upper bound of the range of segments experiences (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of segments experiences
-
removeAll
public static void removeAll()Removes all the segments experiences from the database. -
countAll
public static int countAll()Returns the number of segments experiences.- Returns:
- the number of segments experiences
-
getPersistence
-
setPersistence
-