Interface SegmentsExperiencePersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsExperience>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsExperience>

@ProviderType public interface SegmentsExperiencePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsExperience>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsExperience>
The persistence interface for the segments experience service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(SegmentsExperience segmentsExperience)
    Caches the segments experience in the entity cache if it is enabled.
    void
    cacheResult(List<SegmentsExperience> segmentsExperiences)
    Caches the segments experiences in the entity cache if it is enabled.
    int
    Returns the number of segments experiences.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.
    int
    countByG_P(long groupId, long plid)
    Returns the number of segments experiences where groupId = ? and plid = ?.
    int
    countByG_P_A(long groupId, long plid, boolean active)
    Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.
    int
    countByG_P_GtP(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.
    int
    countByG_P_LtP(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.
    int
    countByG_P_P(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.
    int
    countByG_S_P(long groupId, long segmentsEntryId, long plid)
    Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
    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 = ?.
    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 = ?.
    int
    countByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.
    int
    countByGroupId(long groupId)
    Returns the number of segments experiences where groupId = ?.
    int
    countBySegmentsEntryId(long segmentsEntryId)
    Returns the number of segments experiences where segmentsEntryId = ?.
    int
    Returns the number of segments experiences where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of segments experiences where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of segments experiences where uuid = ? and groupId = ?.
    create(long segmentsExperienceId)
    Creates a new segments experience with the primary key.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    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 = ?.
    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 = ?.
    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 = ?.
    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 > ?.
    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 > ?.
    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 = ?.
    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 < ?.
    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 < ?.
    fetchByG_P_P(long groupId, long plid, int priority)
    Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns null if it could not be found.
    fetchByG_P_P(long groupId, long plid, int priority, boolean useFinderCache)
    Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns null if it could not be found, optionally using the finder cache.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns null if it could not be found.
    fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid, boolean useFinderCache)
    Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where groupId = ?.
    fetchByPrimaryKey(long segmentsExperienceId)
    Returns the segments experience with the primary key or returns null if it could not be found.
    fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where segmentsEntryId = ?.
    fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where segmentsEntryId = ?.
    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 = ?.
    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 = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the segments experience where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the segments experience where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where uuid = ?.
    int
    filterCountByG_P(long groupId, long plid)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.
    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 = ?.
    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 > ?.
    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 < ?.
    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 = ?.
    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 = ?.
    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 = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of segments experiences that the user has permission to view where groupId = ?.
    filterFindByG_P(long groupId, long plid)
    Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 < ?.
    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 < ?.
    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 < ?.
    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 < ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    filterFindByGroupId(long groupId)
    Returns all the segments experiences that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the segments experiences that the user has permission to view where groupId = ?.
    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 = ?.
    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 = ?.
    Returns all the segments experiences.
    findAll(int start, int end)
    Returns a range of all the segments experiences.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns an ordered range of all the segments experiences.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments experiences.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns the segments experience where externalReferenceCode = ? and groupId = ? or throws a NoSuchExperienceException if it could not be found.
    findByG_P(long groupId, long plid)
    Returns all the segments experiences where groupId = ? and plid = ?.
    findByG_P(long groupId, long plid, int start, int end)
    Returns a range of all the segments experiences where groupId = ? and plid = ?.
    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 = ?.
    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 = ?.
    findByG_P_A(long groupId, long plid, boolean active)
    Returns all the segments experiences where groupId = ? and plid = ? and active = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByG_P_GtP(long groupId, long plid, int priority)
    Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 > ?.
    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 = ?.
    findByG_P_LtP(long groupId, long plid, int priority)
    Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.
    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 < ?.
    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 < ?.
    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 < ?.
    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 < ?.
    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 < ?.
    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 < ?.
    findByG_P_P(long groupId, long plid, int priority)
    Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws a NoSuchExperienceException if it could not be found.
    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 = ?.
    findByG_S_P(long groupId, long segmentsEntryId, long plid)
    Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws a NoSuchExperienceException if it could not be found.
    findByGroupId(long groupId)
    Returns all the segments experiences where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the segments experiences where groupId = ?.
    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 = ?.
    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 = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where groupId = ?.
    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 = ?.
    findByPrimaryKey(long segmentsExperienceId)
    Returns the segments experience with the primary key or throws a NoSuchExperienceException if it could not be found.
    findBySegmentsEntryId(long segmentsEntryId)
    Returns all the segments experiences where segmentsEntryId = ?.
    findBySegmentsEntryId(long segmentsEntryId, int start, int end)
    Returns a range of all the segments experiences where segmentsEntryId = ?.
    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 = ?.
    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 = ?.
    findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where segmentsEntryId = ?.
    findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where segmentsEntryId = ?.
    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 = ?.
    Returns all the segments experiences where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the segments experiences where uuid = ?.
    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 = ?.
    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 = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the segments experiences where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the segments experiences where uuid = ? and companyId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the first segments experience in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the segments experience where uuid = ? and groupId = ? or throws a NoSuchExperienceException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
    Returns the last segments experience in the ordered set where uuid = ?.
    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 = ?.
    remove(long segmentsExperienceId)
    Removes the segments experience with the primary key from the database.
    void
    Removes all the segments experiences from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.
    void
    removeByG_P(long groupId, long plid)
    Removes all the segments experiences where groupId = ? and plid = ? from the database.
    void
    removeByG_P_A(long groupId, long plid, boolean active)
    Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.
    void
    removeByG_P_GtP(long groupId, long plid, int priority)
    Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.
    void
    removeByG_P_LtP(long groupId, long plid, int priority)
    Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.
    removeByG_P_P(long groupId, long plid, int priority)
    Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.
    void
    removeByG_S_P(long groupId, long segmentsEntryId, long plid)
    Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.
    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.
    removeByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the segments experiences where groupId = ? from the database.
    void
    removeBySegmentsEntryId(long segmentsEntryId)
    Removes all the segments experiences where segmentsEntryId = ? from the database.
    void
    Removes all the segments experiences where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the segments experiences where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the segments experience where uuid = ? and groupId = ? from the database.
    updateImpl(SegmentsExperience segmentsExperience)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<SegmentsExperience> findByUuid(String uuid)
      Returns all the segments experiences where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching segments experiences
    • findByUuid

      List<SegmentsExperience> findByUuid(String uuid, int start, int end)
      Returns a range of all the segments experiences where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByUuid

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByUuid

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByUuid_First

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByUuid_First

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByUuid_Last

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByUuid_Last

      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByUuid_PrevAndNext

      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 experience
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the segments experiences where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of segments experiences where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching segments experiences
    • findByUUID_G

      SegmentsExperience findByUUID_G(String uuid, long groupId) throws NoSuchExperienceException
      Returns the segments experience where uuid = ? and groupId = ? or throws a NoSuchExperienceException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByUUID_G

      SegmentsExperience fetchByUUID_G(String uuid, long groupId)
      Returns the segments experience where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • fetchByUUID_G

      SegmentsExperience fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the segments experience where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • removeByUUID_G

      SegmentsExperience removeByUUID_G(String uuid, long groupId) throws NoSuchExperienceException
      Removes the segments experience where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of segments experiences where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching segments experiences
    • findByUuid_C

      List<SegmentsExperience> findByUuid_C(String uuid, long companyId)
      Returns all the segments experiences where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching segments experiences
    • findByUuid_C

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByUuid_C

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByUuid_C

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByUuid_C_First

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByUuid_C_First

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByUuid_C_Last

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByUuid_C_Last

      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByUuid_C_PrevAndNext

      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 experience
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the segments experiences where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of segments experiences where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching segments experiences
    • findByGroupId

      List<SegmentsExperience> findByGroupId(long groupId)
      Returns all the segments experiences where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching segments experiences
    • findByGroupId

      List<SegmentsExperience> findByGroupId(long groupId, int start, int end)
      Returns a range of all the segments experiences where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByGroupId

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByGroupId

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByGroupId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByGroupId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByGroupId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByGroupId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByGroupId_PrevAndNext

      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 experience
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByGroupId

      List<SegmentsExperience> filterFindByGroupId(long groupId)
      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

      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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByGroupId_PrevAndNext

      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 experience
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByGroupId

      void removeByGroupId(long groupId)
      Removes all the segments experiences where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      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

      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

      List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId)
      Returns all the segments experiences where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry ID
      Returns:
      the matching segments experiences
    • findBySegmentsEntryId

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findBySegmentsEntryId

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findBySegmentsEntryId

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      segmentsEntryId - the segments entry ID
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findBySegmentsEntryId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchBySegmentsEntryId_First

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findBySegmentsEntryId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchBySegmentsEntryId_Last

      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findBySegmentsEntryId_PrevAndNext

      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 experience
      segmentsEntryId - the segments entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeBySegmentsEntryId

      void removeBySegmentsEntryId(long segmentsEntryId)
      Removes all the segments experiences where segmentsEntryId = ? from the database.
      Parameters:
      segmentsEntryId - the segments entry ID
    • countBySegmentsEntryId

      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

      List<SegmentsExperience> findByG_P(long groupId, long plid)
      Returns all the segments experiences where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the matching segments experiences
    • findByG_P

      List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end)
      Returns a range of all the segments experiences where groupId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_First

      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 ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_First

      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 ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_Last

      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 ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_Last

      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 ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_P

      List<SegmentsExperience> filterFindByG_P(long groupId, long plid)
      Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_P

      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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_P_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByG_P

      void removeByG_P(long groupId, long plid)
      Removes all the segments experiences where groupId = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
    • countByG_P

      int countByG_P(long groupId, long plid)
      Returns the number of segments experiences where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the number of matching segments experiences
    • filterCountByG_P

      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 ID
      plid - the plid
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_S_P

      List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid)
      Returns all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      Returns:
      the matching segments experiences
    • findByG_S_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_S_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_S_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_S_P_First

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_S_P_First

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_S_P_Last

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_S_P_Last

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_S_P_PrevAndNext

      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 experience
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_S_P

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_S_P

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_S_P_PrevAndNext

      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 experience
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByG_S_P

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
    • countByG_S_P

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      Returns:
      the number of matching segments experiences
    • filterCountByG_S_P

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_SEK_P

      SegmentsExperience findByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) throws NoSuchExperienceException
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws a NoSuchExperienceException if it could not be found.
      Parameters:
      groupId - the group ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      Returns:
      the matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_SEK_P

      SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • fetchByG_SEK_P

      SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid, boolean useFinderCache)
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      useFinderCache - 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

      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 ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByG_SEK_P

      int countByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
      Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      Returns:
      the number of matching segments experiences
    • findByG_P_P

      SegmentsExperience findByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
      Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws a NoSuchExperienceException if it could not be found.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_P

      SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority)
      Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • fetchByG_P_P

      SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority, boolean useFinderCache)
      Returns the segments experience where groupId = ? and plid = ? and priority = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      useFinderCache - 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

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByG_P_P

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • findByG_P_GtP

      List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority)
      Returns all the segments experiences where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experiences
    • findByG_P_GtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_P_GtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_GtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_GtP_First

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_GtP_First

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_GtP_Last

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_GtP_Last

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_GtP_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_P_GtP

      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 > ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_P_GtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_P_GtP_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByG_P_GtP

      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 ID
      plid - the plid
      priority - the priority
    • countByG_P_GtP

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_GtP

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_P_LtP

      List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority)
      Returns all the segments experiences where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experiences
    • findByG_P_LtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_P_LtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_LtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_LtP_First

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_LtP_First

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_LtP_Last

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_LtP_Last

      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 ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_LtP_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_P_LtP

      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 < ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_P_LtP

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_P_LtP_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByG_P_LtP

      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 ID
      plid - the plid
      priority - the priority
    • countByG_P_LtP

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_LtP

      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 ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_P_A

      List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active)
      Returns all the segments experiences where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences
    • findByG_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_P_A_First

      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 ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_A_First

      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 ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_A_Last

      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 ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_P_A_Last

      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 ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_P_A_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_P_A

      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 = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_P_A_PrevAndNext

      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 experience
      groupId - the group ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • removeByG_P_A

      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 ID
      plid - the plid
      active - the active
    • countByG_P_A

      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 ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_A

      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 ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_S_P_A

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • findByG_S_P_A_First

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_S_P_A_First

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments experience, or null if a matching segments experience could not be found
    • findByG_S_P_A_Last

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByG_S_P_A_Last

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments experience, or null if a matching segments experience could not be found
    • findByG_S_P_A_PrevAndNext

      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 experience
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_S_P_A

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • filterFindByG_S_P_A_PrevAndNext

      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 experience
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments experience
      Throws:
      NoSuchExperienceException - if a segments experience with the primary key could not be found
    • filterFindByG_S_P_A

      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 ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences that the user has permission to view
    • filterFindByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - 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

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences that the user has permission to view
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      Returns:
      the matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments experiences
    • findByG_S_P_A

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments experiences
    • removeByG_S_P_A

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
    • countByG_S_P_A

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • countByG_S_P_A

      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 ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • filterCountByG_S_P_A

      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 ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences that the user has permission to view
    • filterCountByG_S_P_A

      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 ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByERC_G

      SegmentsExperience findByERC_G(String externalReferenceCode, long groupId) throws NoSuchExperienceException
      Returns the segments experience where externalReferenceCode = ? and groupId = ? or throws a NoSuchExperienceException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching segments experience
      Throws:
      NoSuchExperienceException - if a matching segments experience could not be found
    • fetchByERC_G

      SegmentsExperience fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • fetchByERC_G

      SegmentsExperience fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the segments experience where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching segments experience, or null if a matching segments experience could not be found
    • removeByERC_G

      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 code
      groupId - the group ID
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByERC_G

      int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching segments experiences
    • cacheResult

      void cacheResult(SegmentsExperience segmentsExperience)
      Caches the segments experience in the entity cache if it is enabled.
      Parameters:
      segmentsExperience - the segments experience
    • cacheResult

      void cacheResult(List<SegmentsExperience> segmentsExperiences)
      Caches the segments experiences in the entity cache if it is enabled.
      Parameters:
      segmentsExperiences - the segments experiences
    • create

      SegmentsExperience create(long segmentsExperienceId)
      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

      SegmentsExperience remove(long segmentsExperienceId) throws NoSuchExperienceException
      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 found
    • updateImpl

      SegmentsExperience updateImpl(SegmentsExperience segmentsExperience)
    • findByPrimaryKey

      SegmentsExperience findByPrimaryKey(long segmentsExperienceId) throws NoSuchExperienceException
      Returns the segments experience with the primary key or throws a NoSuchExperienceException 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 found
    • fetchByPrimaryKey

      SegmentsExperience fetchByPrimaryKey(long segmentsExperienceId)
      Returns the segments experience with the primary key or returns null 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

      List<SegmentsExperience> findAll(int start, int end)
      Returns a range of all the segments experiences.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      Returns:
      the range of segments experiences
    • findAll

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of segments experiences
    • findAll

      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SegmentsExperienceModelImpl.

      Parameters:
      start - the lower bound of the range of segments experiences
      end - the upper bound of the range of segments experiences (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of segments experiences
    • removeAll

      void removeAll()
      Removes all the segments experiences from the database.
    • countAll

      int countAll()
      Returns the number of segments experiences.
      Returns:
      the number of segments experiences