Class SegmentsExperienceUtil

java.lang.Object
com.liferay.segments.service.persistence.SegmentsExperienceUtil

public class SegmentsExperienceUtil extends Object
The persistence utility for the segments experience service. This utility wraps com.liferay.segments.service.persistence.impl.SegmentsExperiencePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(SegmentsExperience segmentsExperience)
    Caches the segments experience in the entity cache if it is enabled.
    static void
    cacheResult(List<SegmentsExperience> segmentsExperiences)
    Caches the segments experiences in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(SegmentsExperience segmentsExperience)
     
    static int
    Returns the number of segments experiences.
    static int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of segments experiences where externalReferenceCode = ? and groupId = ?.
    static int
    countByG_P(long groupId, long plid)
    Returns the number of segments experiences where groupId = ? and plid = ?.
    static int
    countByG_P_A(long groupId, long plid, boolean active)
    Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.
    static int
    countByG_P_GtP(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.
    static int
    countByG_P_LtP(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.
    static int
    countByG_P_P(long groupId, long plid, int priority)
    Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.
    static int
    countByG_S_P(long groupId, long segmentsEntryId, long plid)
    Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
    static int
    countByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
    Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
    static int
    countByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
    Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
    static int
    countByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Returns the number of segments experiences where groupId = ? and segmentsExperienceKey = ? and plid = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of segments experiences where groupId = ?.
    static int
    countBySegmentsEntryId(long segmentsEntryId)
    Returns the number of segments experiences where segmentsEntryId = ?.
    static int
    Returns the number of segments experiences where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of segments experiences where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of segments experiences where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static int
    filterCountByG_P(long groupId, long plid)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.
    static int
    filterCountByG_P_A(long groupId, long plid, boolean active)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
    static int
    filterCountByG_P_GtP(long groupId, long plid, int priority)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
    static int
    filterCountByG_P_LtP(long groupId, long plid, int priority)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
    static int
    filterCountByG_S_P(long groupId, long segmentsEntryId, long plid)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
    static int
    filterCountByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
    static int
    filterCountByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
    Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
    static int
    filterCountByGroupId(long groupId)
    Returns the number of segments experiences that the user has permission to view where groupId = ?.
    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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
     
     
    remove(long segmentsExperienceId)
    Removes the segments experience with the primary key from the database.
    static 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.
    static void
    removeByG_P(long groupId, long plid)
    Removes all the segments experiences where groupId = ? and plid = ? from the database.
    static void
    removeByG_P_A(long groupId, long plid, boolean active)
    Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.
    static void
    removeByG_P_GtP(long groupId, long plid, int priority)
    Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.
    static void
    removeByG_P_LtP(long groupId, long plid, int priority)
    Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.
    removeByG_P_P(long groupId, long plid, int priority)
    Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.
    static void
    removeByG_S_P(long groupId, long segmentsEntryId, long plid)
    Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.
    static void
    removeByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
    Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ? from the database.
    removeByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
    Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.
    static void
    removeByGroupId(long groupId)
    Removes all the segments experiences where groupId = ? from the database.
    static void
    removeBySegmentsEntryId(long segmentsEntryId)
    Removes all the segments experiences where segmentsEntryId = ? from the database.
    static void
    Removes all the segments experiences where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the segments experiences where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the segments experience where uuid = ? and groupId = ? from the database.
    static void
     
    update(SegmentsExperience segmentsExperience)
     
    update(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(SegmentsExperience segmentsExperience)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SegmentsExperienceUtil

      public SegmentsExperienceUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(SegmentsExperience segmentsExperience)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,SegmentsExperience> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<SegmentsExperience> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static SegmentsExperience update(SegmentsExperience segmentsExperience)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static SegmentsExperience update(SegmentsExperience segmentsExperience, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

      public static 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

      public static List<SegmentsExperience> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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
      NoSuchExperienceException
    • fetchByUuid_First

      public static SegmentsExperience fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      public static SegmentsExperience findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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
      NoSuchExperienceException
    • fetchByUuid_Last

      public static SegmentsExperience fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      public static SegmentsExperience[] findByUuid_PrevAndNext(long segmentsExperienceId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByUuid

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

      public static 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

      public static 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
      NoSuchExperienceException
    • fetchByUUID_G

      public static 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

      public static 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

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

      public static 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

      public static 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

      public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the segments experiences where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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
      NoSuchExperienceException
    • fetchByUuid_C_First

      public static SegmentsExperience fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      public static SegmentsExperience findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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
      NoSuchExperienceException
    • fetchByUuid_C_Last

      public static SegmentsExperience fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      public static SegmentsExperience[] findByUuid_C_PrevAndNext(long segmentsExperienceId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByUuid_C

      public static 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

      public static 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

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

      public static 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

      public static List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByGroupId_First

      public static SegmentsExperience fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByGroupId_Last

      public static SegmentsExperience fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByGroupId

      public static 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

      public static List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ?.

      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

      public static List<SegmentsExperience> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByGroupId_PrevAndNext(long segmentsExperienceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByGroupId

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

      public static int countByGroupId(long groupId)
      Returns the number of segments experiences where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching segments experiences
    • filterCountByGroupId

      public static int filterCountByGroupId(long groupId)
      Returns the number of segments experiences that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findBySegmentsEntryId

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

      public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end)
      Returns a range of all the segments experiences where segmentsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where segmentsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where segmentsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry 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
      NoSuchExperienceException
    • fetchBySegmentsEntryId_First

      public static SegmentsExperience fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry 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

      public static SegmentsExperience findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry 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
      NoSuchExperienceException
    • fetchBySegmentsEntryId_Last

      public static SegmentsExperience fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry 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

      public static SegmentsExperience[] findBySegmentsEntryId_PrevAndNext(long segmentsExperienceId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where segmentsEntryId = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeBySegmentsEntryId

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

      public static int countBySegmentsEntryId(long segmentsEntryId)
      Returns the number of segments experiences where segmentsEntryId = ?.
      Parameters:
      segmentsEntryId - the segments entry ID
      Returns:
      the number of matching segments experiences
    • findByG_P

      public static 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

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

      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

      public static List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and plid = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_First

      public static SegmentsExperience fetchByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and plid = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and plid = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_Last

      public static SegmentsExperience fetchByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and plid = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_P

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

      public static List<SegmentsExperience> filterFindByG_P(long groupId, long plid, int start, int end)
      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

      public static List<SegmentsExperience> filterFindByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_P_PrevAndNext(long segmentsExperienceId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByG_P

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

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

      public static int filterCountByG_P(long groupId, long plid)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_S_P

      public static 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

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

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_S_P_First

      public static SegmentsExperience fetchByG_S_P_First(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_S_P_Last

      public static SegmentsExperience fetchByG_S_P_Last(long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_S_P

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

      public static List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_S_P(long groupId, long segmentsEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_S_P_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByG_S_P

      public static void removeByG_S_P(long groupId, long segmentsEntryId, long plid)
      Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
    • countByG_S_P

      public static int countByG_S_P(long groupId, long segmentsEntryId, long plid)
      Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      Returns:
      the number of matching segments experiences
    • filterCountByG_S_P

      public static int filterCountByG_S_P(long groupId, long segmentsEntryId, long plid)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) throws NoSuchExperienceException
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or throws 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
      NoSuchExperienceException
    • fetchByG_SEK_P

      public static SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid)
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or 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

      public static SegmentsExperience fetchByG_SEK_P(long groupId, String segmentsExperienceKey, long plid, boolean useFinderCache)
      Returns the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? or 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

      public static SegmentsExperience removeByG_SEK_P(long groupId, String segmentsExperienceKey, long plid) throws NoSuchExperienceException
      Removes the segments experience where groupId = ? and segmentsExperienceKey = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsExperienceKey - the segments experience key
      plid - the plid
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByG_SEK_P

      public static 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

      public static SegmentsExperience findByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
      Returns the segments experience where groupId = ? and plid = ? and priority = ? or throws 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
      NoSuchExperienceException
    • fetchByG_P_P

      public static 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

      public static SegmentsExperience fetchByG_P_P(long groupId, long plid, int priority, boolean useFinderCache)
      Returns the segments experience where groupId = ? and plid = ? and priority = ? or 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

      public static SegmentsExperience removeByG_P_P(long groupId, long plid, int priority) throws NoSuchExperienceException
      Removes the segments experience where groupId = ? and plid = ? and priority = ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByG_P_P

      public static int countByG_P_P(long groupId, long plid, int priority)
      Returns the number of segments experiences where groupId = ? and plid = ? and priority = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • findByG_P_GtP

      public static 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

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

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority > ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_GtP_First

      public static SegmentsExperience fetchByG_P_GtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_GtP_Last

      public static SegmentsExperience fetchByG_P_GtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority > ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_P_GtP

      public static List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority)
      Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
      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

      public static List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_P_GtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority > ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_P_GtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByG_P_GtP

      public static void removeByG_P_GtP(long groupId, long plid, int priority)
      Removes all the segments experiences where groupId = ? and plid = ? and priority > ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
    • countByG_P_GtP

      public static int countByG_P_GtP(long groupId, long plid, int priority)
      Returns the number of segments experiences where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_GtP

      public static int filterCountByG_P_GtP(long groupId, long plid, int priority)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority > ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_P_LtP

      public static 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

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

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and priority < ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_LtP_First

      public static SegmentsExperience fetchByG_P_LtP_First(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_LtP_Last

      public static SegmentsExperience fetchByG_P_LtP_Last(long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and priority < ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_P_LtP

      public static List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority)
      Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
      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

      public static List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_P_LtP(long groupId, long plid, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and priority < ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_P_LtP_PrevAndNext(long segmentsExperienceId, long groupId, long plid, int priority, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByG_P_LtP

      public static void removeByG_P_LtP(long groupId, long plid, int priority)
      Removes all the segments experiences where groupId = ? and plid = ? and priority < ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
    • countByG_P_LtP

      public static int countByG_P_LtP(long groupId, long plid, int priority)
      Returns the number of segments experiences where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_LtP

      public static int filterCountByG_P_LtP(long groupId, long plid, int priority)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and priority < ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      priority - the priority
      Returns:
      the number of matching segments experiences that the user has permission to view
    • findByG_P_A

      public static 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

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

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_A_First

      public static SegmentsExperience fetchByG_P_A_First(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_P_A_Last

      public static SegmentsExperience fetchByG_P_A_Last(long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and plid = ? and active = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_P_A

      public static List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active)
      Returns all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
      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

      public static List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_P_A(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • removeByG_P_A

      public static void removeByG_P_A(long groupId, long plid, boolean active)
      Removes all the segments experiences where groupId = ? and plid = ? and active = ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
    • countByG_P_A

      public static int countByG_P_A(long groupId, long plid, boolean active)
      Returns the number of segments experiences where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • filterCountByG_P_A

      public static int filterCountByG_P_A(long groupId, long plid, boolean active)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end)
      Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience findByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_S_P_A_First

      public static SegmentsExperience fetchByG_S_P_A_First(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the first segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience findByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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
      NoSuchExperienceException
    • fetchByG_S_P_A_Last

      public static SegmentsExperience fetchByG_S_P_A_Last(long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns the last segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static SegmentsExperience[] findByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_S_P_A

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
      Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permissions to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static SegmentsExperience[] filterFindByG_S_P_A_PrevAndNext(long segmentsExperienceId, long groupId, long segmentsEntryId, long plid, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws NoSuchExperienceException
      Returns the segments experiences before and after the current segments experience in the ordered set of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      segmentsExperienceId - the primary key of the current segments 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
      NoSuchExperienceException
    • filterFindByG_S_P_A

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
      Returns all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end)
      Returns a range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> filterFindByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
      Returns all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end)
      Returns a range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static void removeByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
      Removes all the segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
    • countByG_S_P_A

      public static int countByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
      Returns the number of segments experiences where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group ID
      segmentsEntryId - the segments entry ID
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • countByG_S_P_A

      public static int countByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
      Returns the number of segments experiences where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
      Parameters:
      groupId - the group ID
      segmentsEntryIds - the segments entry IDs
      plid - the plid
      active - the active
      Returns:
      the number of matching segments experiences
    • filterCountByG_S_P_A

      public static int filterCountByG_S_P_A(long groupId, long segmentsEntryId, long plid, boolean active)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static int filterCountByG_S_P_A(long groupId, long[] segmentsEntryIds, long plid, boolean active)
      Returns the number of segments experiences that the user has permission to view where groupId = ? and segmentsEntryId = any ? and plid = ? and active = ?.
      Parameters:
      groupId - the group 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

      public static 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
      NoSuchExperienceException
    • fetchByERC_G

      public static 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

      public static 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

      public static SegmentsExperience removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchExperienceException
      Removes the segments experience where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the segments experience that was removed
      Throws:
      NoSuchExperienceException
    • countByERC_G

      public static 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

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

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

      public static 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

      public static 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
      NoSuchExperienceException
    • updateImpl

      public static SegmentsExperience updateImpl(SegmentsExperience segmentsExperience)
    • findByPrimaryKey

      public static 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
      NoSuchExperienceException
    • fetchByPrimaryKey

      public static 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

      public static List<SegmentsExperience> findAll()
      Returns all the segments experiences.
      Returns:
      the segments experiences
    • findAll

      public static 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

      public static List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator)
      Returns an ordered range of all the segments experiences.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      public static List<SegmentsExperience> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments experiences.

      Useful when paginating results. Returns a maximum of end - start instances. start 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

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

      public static int countAll()
      Returns the number of segments experiences.
      Returns:
      the number of segments experiences
    • getPersistence

      public static SegmentsExperiencePersistence getPersistence()
    • setPersistence

      public static void setPersistence(SegmentsExperiencePersistence persistence)