Class FragmentEntryLinkUtil

java.lang.Object
com.liferay.fragment.service.persistence.FragmentEntryLinkUtil

public class FragmentEntryLinkUtil extends Object
The persistence utility for the fragment entry link service. This utility wraps com.liferay.fragment.service.persistence.impl.FragmentEntryLinkPersistenceImpl 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(FragmentEntryLink fragmentEntryLink)
    Caches the fragment entry link in the entity cache if it is enabled.
    static void
    cacheResult(List<FragmentEntryLink> fragmentEntryLinks)
    Caches the fragment entry links in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(FragmentEntryLink fragmentEntryLink)
     
    static int
    Returns the number of fragment entry links.
    static int
    countByC_R(long companyId, String rendererKey)
    Returns the number of fragment entry links where companyId = ? and rendererKey = ?.
    static int
    countByC_R(long companyId, String[] rendererKeys)
    Returns the number of fragment entry links where companyId = ? and rendererKey = any ?.
    static int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of fragment entry links where externalReferenceCode = ? and groupId = ?.
    static int
    countByF_D(long[] fragmentEntryIds, boolean deleted)
    Returns the number of fragment entry links where fragmentEntryId = any ? and deleted = ?.
    static int
    countByF_D(long fragmentEntryId, boolean deleted)
    Returns the number of fragment entry links where fragmentEntryId = ? and deleted = ?.
    static int
    countByFragmentEntryId(long fragmentEntryId)
    Returns the number of fragment entry links where fragmentEntryId = ?.
    static int
    countByFragmentEntryId(long[] fragmentEntryIds)
    Returns the number of fragment entry links where fragmentEntryId = any ?.
    static int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    static int
    countByG_F(long groupId, long fragmentEntryId)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ?.
    static int
    countByG_F_C(long groupId, long fragmentEntryId, long classNameId)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    static int
    countByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    static int
    countByG_F_P(long groupId, long fragmentEntryId, long plid)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    static int
    countByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
    Returns the number of fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    static int
    countByG_P(long groupId, long plid)
    Returns the number of fragment entry links where groupId = ? and plid = ?.
    static int
    countByG_P_D(long groupId, long plid, boolean deleted)
    Returns the number of fragment entry links where groupId = ? and plid = ? and deleted = ?.
    static int
    countByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    static int
    countByG_S_P(long groupId, long[] segmentsExperienceIds, long plid)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
    static int
    countByG_S_P(long groupId, long segmentsExperienceId, long plid)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    static int
    countByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.
    static int
    countByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    static int
    countByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of fragment entry links where groupId = ?.
    static int
    Returns the number of fragment entry links where rendererKey = ?.
    static int
    Returns the number of fragment entry links where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of fragment entry links where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of fragment entry links where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    create(long fragmentEntryLinkId)
    Creates a new fragment entry link with the primary key.
    fetchByC_R_First(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
    fetchByC_R_Last(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByF_D_First(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
    fetchByF_D_Last(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
    fetchByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where fragmentEntryId = ?.
    fetchByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where fragmentEntryId = ?.
    fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    fetchByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    fetchByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    fetchByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    fetchByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    fetchByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
    fetchByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
    fetchByG_F_P_First(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
    fetchByG_F_P_Last(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
    fetchByG_OFELI_P_First(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    fetchByG_OFELI_P_Last(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    fetchByG_P_D_First(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
    fetchByG_P_D_Last(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
    fetchByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and plid = ?.
    fetchByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and plid = ?.
    fetchByG_S_C_C_First(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    fetchByG_S_C_C_Last(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    fetchByG_S_P_D_First(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    fetchByG_S_P_D_Last(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    fetchByG_S_P_First(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
    fetchByG_S_P_Last(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
    fetchByG_S_P_R_First(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    fetchByG_S_P_R_Last(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ?.
    fetchByPrimaryKey(long fragmentEntryLinkId)
    Returns the fragment entry link with the primary key or returns null if it could not be found.
     
    fetchByRendererKey_First(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where rendererKey = ?.
    fetchByRendererKey_Last(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where rendererKey = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the fragment entry link where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the fragment entry link 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<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where uuid = ?.
    Returns all the fragment entry links.
    findAll(int start, int end)
    Returns a range of all the fragment entry links.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links.
    findByC_R(long companyId, String rendererKey)
    Returns all the fragment entry links where companyId = ? and rendererKey = ?.
    findByC_R(long companyId, String[] rendererKeys)
    Returns all the fragment entry links where companyId = ? and rendererKey = any ?.
    findByC_R(long companyId, String[] rendererKeys, int start, int end)
    Returns a range of all the fragment entry links where companyId = ? and rendererKey = any ?.
    findByC_R(long companyId, String[] rendererKeys, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = any ?.
    findByC_R(long companyId, String[] rendererKeys, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?, optionally using the finder cache.
    findByC_R(long companyId, String rendererKey, int start, int end)
    Returns a range of all the fragment entry links where companyId = ? and rendererKey = ?.
    findByC_R(long companyId, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?.
    findByC_R(long companyId, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?.
    findByC_R_First(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
    findByC_R_Last(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
    findByC_R_PrevAndNext(long fragmentEntryLinkId, long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or throws a NoSuchEntryLinkException if it could not be found.
    findByF_D(long[] fragmentEntryIds, boolean deleted)
    Returns all the fragment entry links where fragmentEntryId = any ? and deleted = ?.
    findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end)
    Returns a range of all the fragment entry links where fragmentEntryId = any ? and deleted = ?.
    findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = any ? and deleted = ?.
    findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?, optionally using the finder cache.
    findByF_D(long fragmentEntryId, boolean deleted)
    Returns all the fragment entry links where fragmentEntryId = ? and deleted = ?.
    findByF_D(long fragmentEntryId, boolean deleted, int start, int end)
    Returns a range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.
    findByF_D(long fragmentEntryId, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.
    findByF_D(long fragmentEntryId, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.
    findByF_D_First(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
    findByF_D_Last(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
    findByF_D_PrevAndNext(long fragmentEntryLinkId, long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
    findByFragmentEntryId(long fragmentEntryId)
    Returns all the fragment entry links where fragmentEntryId = ?.
    findByFragmentEntryId(long[] fragmentEntryIds)
    Returns all the fragment entry links where fragmentEntryId = any ?.
    findByFragmentEntryId(long[] fragmentEntryIds, int start, int end)
    Returns a range of all the fragment entry links where fragmentEntryId = any ?.
    findByFragmentEntryId(long[] fragmentEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = any ?.
    findByFragmentEntryId(long[] fragmentEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ?, optionally using the finder cache.
    findByFragmentEntryId(long fragmentEntryId, int start, int end)
    Returns a range of all the fragment entry links where fragmentEntryId = ?.
    findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ?.
    findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where fragmentEntryId = ?.
    findByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where fragmentEntryId = ?.
    findByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where fragmentEntryId = ?.
    findByFragmentEntryId_PrevAndNext(long fragmentEntryLinkId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where fragmentEntryId = ?.
    findByG_C_C(long groupId, long classNameId, long classPK)
    Returns all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_F(long groupId, long fragmentEntryId)
    Returns all the fragment entry links where groupId = ? and fragmentEntryId = ?.
    findByG_F(long groupId, long fragmentEntryId, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.
    findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.
    findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.
    findByG_F_C(long groupId, long fragmentEntryId, long classNameId)
    Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
    Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
    findByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    findByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
    findByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
    findByG_F_P(long groupId, long fragmentEntryId, long plid)
    Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P_First(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P_Last(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
    findByG_F_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
    findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
    Returns all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P_First(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P_Last(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_OFELI_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    findByG_P(long groupId, long plid)
    Returns all the fragment entry links where groupId = ? and plid = ?.
    findByG_P(long groupId, long plid, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and plid = ?.
    findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and plid = ?.
    findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and plid = ?.
    findByG_P_D(long groupId, long plid, boolean deleted)
    Returns all the fragment entry links where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D(long groupId, long plid, boolean deleted, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D(long groupId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D(long groupId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D_First(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D_Last(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
    findByG_P_D_PrevAndNext(long fragmentEntryLinkId, long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
    findByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and plid = ?.
    findByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and plid = ?.
    findByG_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and plid = ?.
    findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C_First(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C_Last(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
    findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
    findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
    findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
    findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?, optionally using the finder cache.
    findByG_S_P(long groupId, long segmentsExperienceId, long plid)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?, optionally using the finder cache.
    findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D_First(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D_Last(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_D_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
    findByG_S_P_First(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P_Last(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
    findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
    Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end)
    Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R_First(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R_Last(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByG_S_P_R_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
    findByGroupId(long groupId)
    Returns all the fragment entry links where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the fragment entry links where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long fragmentEntryLinkId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ?.
    findByPrimaryKey(long fragmentEntryLinkId)
    Returns the fragment entry link with the primary key or throws a NoSuchEntryLinkException if it could not be found.
    Returns all the fragment entry links where rendererKey = ?.
    findByRendererKey(String rendererKey, int start, int end)
    Returns a range of all the fragment entry links where rendererKey = ?.
    findByRendererKey(String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where rendererKey = ?.
    findByRendererKey(String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where rendererKey = ?.
    findByRendererKey_First(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where rendererKey = ?.
    findByRendererKey_Last(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where rendererKey = ?.
    findByRendererKey_PrevAndNext(long fragmentEntryLinkId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where rendererKey = ?.
    Returns all the fragment entry links where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the fragment entry links where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the fragment entry links where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the fragment entry links where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns an ordered range of all the fragment entry links where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entry links where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long fragmentEntryLinkId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the first fragment entry link in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the fragment entry link where uuid = ? and groupId = ? or throws a NoSuchEntryLinkException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the last fragment entry link in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long fragmentEntryLinkId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
    Returns the fragment entry links before and after the current fragment entry link 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<FragmentEntryLink> orderByComparator)
     
     
    remove(long fragmentEntryLinkId)
    Removes the fragment entry link with the primary key from the database.
    static void
    Removes all the fragment entry links from the database.
    static void
    removeByC_R(long companyId, String rendererKey)
    Removes all the fragment entry links where companyId = ? and rendererKey = ? from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the fragment entry link where externalReferenceCode = ? and groupId = ? from the database.
    static void
    removeByF_D(long fragmentEntryId, boolean deleted)
    Removes all the fragment entry links where fragmentEntryId = ? and deleted = ? from the database.
    static void
    removeByFragmentEntryId(long fragmentEntryId)
    Removes all the fragment entry links where fragmentEntryId = ? from the database.
    static void
    removeByG_C_C(long groupId, long classNameId, long classPK)
    Removes all the fragment entry links where groupId = ? and classNameId = ? and classPK = ? from the database.
    static void
    removeByG_F(long groupId, long fragmentEntryId)
    Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? from the database.
    static void
    removeByG_F_C(long groupId, long fragmentEntryId, long classNameId)
    Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? from the database.
    static void
    removeByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
    Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ? from the database.
    static void
    removeByG_F_P(long groupId, long fragmentEntryId, long plid)
    Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ? from the database.
    static void
    removeByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
    Removes all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ? from the database.
    static void
    removeByG_P(long groupId, long plid)
    Removes all the fragment entry links where groupId = ? and plid = ? from the database.
    static void
    removeByG_P_D(long groupId, long plid, boolean deleted)
    Removes all the fragment entry links where groupId = ? and plid = ? and deleted = ? from the database.
    static void
    removeByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
    Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ? from the database.
    static void
    removeByG_S_P(long groupId, long segmentsExperienceId, long plid)
    Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? from the database.
    static void
    removeByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
    Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ? from the database.
    static void
    removeByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
    Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ? from the database.
    static void
    removeByGroupId(long groupId)
    Removes all the fragment entry links where groupId = ? from the database.
    static void
    Removes all the fragment entry links where rendererKey = ? from the database.
    static void
    Removes all the fragment entry links where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the fragment entry links where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the fragment entry link where uuid = ? and groupId = ? from the database.
    static void
     
    update(FragmentEntryLink fragmentEntryLink)
     
    update(FragmentEntryLink fragmentEntryLink, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(FragmentEntryLink fragmentEntryLink)
     

    Methods inherited from class java.lang.Object

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

    • FragmentEntryLinkUtil

      public FragmentEntryLinkUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(FragmentEntryLink fragmentEntryLink)
      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,FragmentEntryLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

      public static List<FragmentEntryLink> findByUuid(String uuid)
      Returns all the fragment entry links where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching fragment entry links
    • findByUuid

      public static List<FragmentEntryLink> findByUuid(String uuid, int start, int end)
      Returns a range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByUuid_First

      public static FragmentEntryLink findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByUuid_First

      public static FragmentEntryLink fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByUuid_Last

      public static FragmentEntryLink findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByUuid_Last

      public static FragmentEntryLink fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByUuid_PrevAndNext

      public static FragmentEntryLink[] findByUuid_PrevAndNext(long fragmentEntryLinkId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where uuid = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByUuid

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

      public static int countByUuid(String uuid)
      Returns the number of fragment entry links where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching fragment entry links
    • findByUUID_G

      public static FragmentEntryLink findByUUID_G(String uuid, long groupId) throws NoSuchEntryLinkException
      Returns the fragment entry link where uuid = ? and groupId = ? or throws a NoSuchEntryLinkException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByUUID_G

      public static FragmentEntryLink fetchByUUID_G(String uuid, long groupId)
      Returns the fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • fetchByUUID_G

      public static FragmentEntryLink fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • removeByUUID_G

      public static FragmentEntryLink removeByUUID_G(String uuid, long groupId) throws NoSuchEntryLinkException
      Removes the fragment entry link where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the fragment entry link that was removed
      Throws:
      NoSuchEntryLinkException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of fragment entry links where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching fragment entry links
    • findByUuid_C

      public static List<FragmentEntryLink> findByUuid_C(String uuid, long companyId)
      Returns all the fragment entry links where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching fragment entry links
    • findByUuid_C

      public static List<FragmentEntryLink> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByUuid_C_First

      public static FragmentEntryLink findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByUuid_C_First

      public static FragmentEntryLink fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByUuid_C_Last

      public static FragmentEntryLink findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByUuid_C_Last

      public static FragmentEntryLink fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByUuid_C_PrevAndNext

      public static FragmentEntryLink[] findByUuid_C_PrevAndNext(long fragmentEntryLinkId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the fragment entry links 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 fragment entry links where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching fragment entry links
    • findByGroupId

      public static List<FragmentEntryLink> findByGroupId(long groupId)
      Returns all the fragment entry links where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching fragment entry links
    • findByGroupId

      public static List<FragmentEntryLink> findByGroupId(long groupId, int start, int end)
      Returns a range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByGroupId_First

      public static FragmentEntryLink findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByGroupId_First

      public static FragmentEntryLink fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByGroupId_Last

      public static FragmentEntryLink findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByGroupId_Last

      public static FragmentEntryLink fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByGroupId_PrevAndNext

      public static FragmentEntryLink[] findByGroupId_PrevAndNext(long fragmentEntryLinkId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByGroupId

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

      public static int countByGroupId(long groupId)
      Returns the number of fragment entry links where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long fragmentEntryId)
      Returns all the fragment entry links where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      Returns:
      the matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long fragmentEntryId, int start, int end)
      Returns a range of all the fragment entry links where fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByFragmentEntryId_First

      public static FragmentEntryLink findByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByFragmentEntryId_First

      public static FragmentEntryLink fetchByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByFragmentEntryId_Last

      public static FragmentEntryLink findByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByFragmentEntryId_Last

      public static FragmentEntryLink fetchByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByFragmentEntryId_PrevAndNext

      public static FragmentEntryLink[] findByFragmentEntryId_PrevAndNext(long fragmentEntryLinkId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where fragmentEntryId = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long[] fragmentEntryIds)
      Returns all the fragment entry links where fragmentEntryId = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      Returns:
      the matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long[] fragmentEntryIds, int start, int end)
      Returns a range of all the fragment entry links where fragmentEntryId = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long[] fragmentEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByFragmentEntryId

      public static List<FragmentEntryLink> findByFragmentEntryId(long[] fragmentEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ?, 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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • removeByFragmentEntryId

      public static void removeByFragmentEntryId(long fragmentEntryId)
      Removes all the fragment entry links where fragmentEntryId = ? from the database.
      Parameters:
      fragmentEntryId - the fragment entry ID
    • countByFragmentEntryId

      public static int countByFragmentEntryId(long fragmentEntryId)
      Returns the number of fragment entry links where fragmentEntryId = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      Returns:
      the number of matching fragment entry links
    • countByFragmentEntryId

      public static int countByFragmentEntryId(long[] fragmentEntryIds)
      Returns the number of fragment entry links where fragmentEntryId = any ?.
      Parameters:
      fragmentEntryIds - the fragment entry IDs
      Returns:
      the number of matching fragment entry links
    • findByRendererKey

      public static List<FragmentEntryLink> findByRendererKey(String rendererKey)
      Returns all the fragment entry links where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      Returns:
      the matching fragment entry links
    • findByRendererKey

      public static List<FragmentEntryLink> findByRendererKey(String rendererKey, int start, int end)
      Returns a range of all the fragment entry links where rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByRendererKey

      public static List<FragmentEntryLink> findByRendererKey(String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByRendererKey

      public static List<FragmentEntryLink> findByRendererKey(String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByRendererKey_First

      public static FragmentEntryLink findByRendererKey_First(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByRendererKey_First

      public static FragmentEntryLink fetchByRendererKey_First(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByRendererKey_Last

      public static FragmentEntryLink findByRendererKey_Last(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByRendererKey_Last

      public static FragmentEntryLink fetchByRendererKey_Last(String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByRendererKey_PrevAndNext

      public static FragmentEntryLink[] findByRendererKey_PrevAndNext(long fragmentEntryLinkId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where rendererKey = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByRendererKey

      public static void removeByRendererKey(String rendererKey)
      Removes all the fragment entry links where rendererKey = ? from the database.
      Parameters:
      rendererKey - the renderer key
    • countByRendererKey

      public static int countByRendererKey(String rendererKey)
      Returns the number of fragment entry links where rendererKey = ?.
      Parameters:
      rendererKey - the renderer key
      Returns:
      the number of matching fragment entry links
    • findByG_F

      public static List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId)
      Returns all the fragment entry links where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      Returns:
      the matching fragment entry links
    • findByG_F

      public static List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_F

      public static List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_F

      public static List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_F_First

      public static FragmentEntryLink findByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_First

      public static FragmentEntryLink fetchByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_Last

      public static FragmentEntryLink findByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_Last

      public static FragmentEntryLink fetchByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_PrevAndNext

      public static FragmentEntryLink[] findByG_F_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_F

      public static void removeByG_F(long groupId, long fragmentEntryId)
      Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
    • countByG_F

      public static int countByG_F(long groupId, long fragmentEntryId)
      Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      Returns:
      the number of matching fragment entry links
    • findByG_P

      public static List<FragmentEntryLink> findByG_P(long groupId, long plid)
      Returns all the fragment entry links where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the matching fragment entry links
    • findByG_P

      public static List<FragmentEntryLink> findByG_P(long groupId, long plid, int start, int end)
      Returns a range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_P(long groupId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_P_First

      public static FragmentEntryLink findByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_P_First

      public static FragmentEntryLink fetchByG_P_First(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_P_Last

      public static FragmentEntryLink findByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link 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 fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_P_Last

      public static FragmentEntryLink fetchByG_P_Last(long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_P_PrevAndNext

      public static FragmentEntryLink[] findByG_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and plid = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_P

      public static void removeByG_P(long groupId, long plid)
      Removes all the fragment entry links 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 fragment entry links where groupId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      Returns:
      the number of matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String rendererKey)
      Returns all the fragment entry links where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      Returns:
      the matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String rendererKey, int start, int end)
      Returns a range of all the fragment entry links where companyId = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByC_R_First

      public static FragmentEntryLink findByC_R_First(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByC_R_First

      public static FragmentEntryLink fetchByC_R_First(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByC_R_Last

      public static FragmentEntryLink findByC_R_Last(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByC_R_Last

      public static FragmentEntryLink fetchByC_R_Last(long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByC_R_PrevAndNext

      public static FragmentEntryLink[] findByC_R_PrevAndNext(long fragmentEntryLinkId, long companyId, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where companyId = ? and rendererKey = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      companyId - the company ID
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String[] rendererKeys)
      Returns all the fragment entry links where companyId = ? and rendererKey = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKeys - the renderer keys
      Returns:
      the matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String[] rendererKeys, int start, int end)
      Returns a range of all the fragment entry links where companyId = ? and rendererKey = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKeys - the renderer keys
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String[] rendererKeys, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = any ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKeys - the renderer keys
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByC_R

      public static List<FragmentEntryLink> findByC_R(long companyId, String[] rendererKeys, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where companyId = ? and rendererKey = ?, 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 FragmentEntryLinkModelImpl.

      Parameters:
      companyId - the company ID
      rendererKeys - the renderer keys
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • removeByC_R

      public static void removeByC_R(long companyId, String rendererKey)
      Removes all the fragment entry links where companyId = ? and rendererKey = ? from the database.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
    • countByC_R

      public static int countByC_R(long companyId, String rendererKey)
      Returns the number of fragment entry links where companyId = ? and rendererKey = ?.
      Parameters:
      companyId - the company ID
      rendererKey - the renderer key
      Returns:
      the number of matching fragment entry links
    • countByC_R

      public static int countByC_R(long companyId, String[] rendererKeys)
      Returns the number of fragment entry links where companyId = ? and rendererKey = any ?.
      Parameters:
      companyId - the company ID
      rendererKeys - the renderer keys
      Returns:
      the number of matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long fragmentEntryId, boolean deleted)
      Returns all the fragment entry links where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      Returns:
      the matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long fragmentEntryId, boolean deleted, int start, int end)
      Returns a range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long fragmentEntryId, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long fragmentEntryId, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByF_D_First

      public static FragmentEntryLink findByF_D_First(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByF_D_First

      public static FragmentEntryLink fetchByF_D_First(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByF_D_Last

      public static FragmentEntryLink findByF_D_Last(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByF_D_Last

      public static FragmentEntryLink fetchByF_D_Last(long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByF_D_PrevAndNext

      public static FragmentEntryLink[] findByF_D_PrevAndNext(long fragmentEntryLinkId, long fragmentEntryId, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long[] fragmentEntryIds, boolean deleted)
      Returns all the fragment entry links where fragmentEntryId = any ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      deleted - the deleted
      Returns:
      the matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end)
      Returns a range of all the fragment entry links where fragmentEntryId = any ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = any ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByF_D

      public static List<FragmentEntryLink> findByF_D(long[] fragmentEntryIds, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where fragmentEntryId = ? and deleted = ?, 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 FragmentEntryLinkModelImpl.

      Parameters:
      fragmentEntryIds - the fragment entry IDs
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • removeByF_D

      public static void removeByF_D(long fragmentEntryId, boolean deleted)
      Removes all the fragment entry links where fragmentEntryId = ? and deleted = ? from the database.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
    • countByF_D

      public static int countByF_D(long fragmentEntryId, boolean deleted)
      Returns the number of fragment entry links where fragmentEntryId = ? and deleted = ?.
      Parameters:
      fragmentEntryId - the fragment entry ID
      deleted - the deleted
      Returns:
      the number of matching fragment entry links
    • countByF_D

      public static int countByF_D(long[] fragmentEntryIds, boolean deleted)
      Returns the number of fragment entry links where fragmentEntryId = any ? and deleted = ?.
      Parameters:
      fragmentEntryIds - the fragment entry IDs
      deleted - the deleted
      Returns:
      the number of matching fragment entry links
    • findByG_OFELI_P

      public static List<FragmentEntryLink> findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
      Returns all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      Returns:
      the matching fragment entry links
    • findByG_OFELI_P

      public static List<FragmentEntryLink> findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_OFELI_P

      public static List<FragmentEntryLink> findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_OFELI_P

      public static List<FragmentEntryLink> findByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_OFELI_P_First

      public static FragmentEntryLink findByG_OFELI_P_First(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_OFELI_P_First

      public static FragmentEntryLink fetchByG_OFELI_P_First(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_OFELI_P_Last

      public static FragmentEntryLink findByG_OFELI_P_Last(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_OFELI_P_Last

      public static FragmentEntryLink fetchByG_OFELI_P_Last(long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_OFELI_P_PrevAndNext

      public static FragmentEntryLink[] findByG_OFELI_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long originalFragmentEntryLinkId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_OFELI_P

      public static void removeByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
      Removes all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
    • countByG_OFELI_P

      public static int countByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
      Returns the number of fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      originalFragmentEntryLinkId - the original fragment entry link ID
      plid - the plid
      Returns:
      the number of matching fragment entry links
    • findByG_F_C

      public static List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId)
      Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      Returns:
      the matching fragment entry links
    • findByG_F_C

      public static List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_F_C

      public static List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_F_C

      public static List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_F_C_First

      public static FragmentEntryLink findByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_C_First

      public static FragmentEntryLink fetchByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_C_Last

      public static FragmentEntryLink findByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_C_Last

      public static FragmentEntryLink fetchByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_C_PrevAndNext

      public static FragmentEntryLink[] findByG_F_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_F_C

      public static void removeByG_F_C(long groupId, long fragmentEntryId, long classNameId)
      Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
    • countByG_F_C

      public static int countByG_F_C(long groupId, long fragmentEntryId, long classNameId)
      Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      Returns:
      the number of matching fragment entry links
    • findByG_F_P

      public static List<FragmentEntryLink> findByG_F_P(long groupId, long fragmentEntryId, long plid)
      Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      Returns:
      the matching fragment entry links
    • findByG_F_P

      public static List<FragmentEntryLink> findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_F_P

      public static List<FragmentEntryLink> findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_F_P(long groupId, long fragmentEntryId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_F_P_First

      public static FragmentEntryLink findByG_F_P_First(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_P_First

      public static FragmentEntryLink fetchByG_F_P_First(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_P_Last

      public static FragmentEntryLink findByG_F_P_Last(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_P_Last

      public static FragmentEntryLink fetchByG_F_P_Last(long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_P_PrevAndNext

      public static FragmentEntryLink[] findByG_F_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_F_P

      public static void removeByG_F_P(long groupId, long fragmentEntryId, long plid)
      Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
    • countByG_F_P

      public static int countByG_F_P(long groupId, long fragmentEntryId, long plid)
      Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      plid - the plid
      Returns:
      the number of matching fragment entry links
    • findByG_S_P

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long segmentsExperienceId, long plid)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      Returns:
      the matching fragment entry links
    • findByG_S_P

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long segmentsExperienceId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_S_P_First

      public static FragmentEntryLink findByG_S_P_First(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_First

      public static FragmentEntryLink fetchByG_S_P_First(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_Last

      public static FragmentEntryLink findByG_S_P_Last(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_Last

      public static FragmentEntryLink fetchByG_S_P_Last(long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_PrevAndNext

      public static FragmentEntryLink[] findByG_S_P_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • findByG_S_P

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = any ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      Returns:
      the matching fragment entry links
    • findByG_S_P

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_S_P

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? 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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_S_P(long groupId, long[] segmentsExperienceIds, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?, 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • removeByG_S_P

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

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

      public static int countByG_S_P(long groupId, long[] segmentsExperienceIds, long plid)
      Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      Returns:
      the number of matching fragment entry links
    • findByG_C_C

      public static List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK)
      Returns all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching fragment entry links
    • findByG_C_C

      public static List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_C_C

      public static List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_C_C

      public static List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_C_C_First

      public static FragmentEntryLink findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_C_C_First

      public static FragmentEntryLink fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_C_C_Last

      public static FragmentEntryLink findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_C_C_Last

      public static FragmentEntryLink fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_C_C_PrevAndNext

      public static FragmentEntryLink[] findByG_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_C_C

      public static void removeByG_C_C(long groupId, long classNameId, long classPK)
      Removes all the fragment entry links where groupId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
    • countByG_C_C

      public static int countByG_C_C(long groupId, long classNameId, long classPK)
      Returns the number of fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching fragment entry links
    • findByG_P_D

      public static List<FragmentEntryLink> findByG_P_D(long groupId, long plid, boolean deleted)
      Returns all the fragment entry links where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      Returns:
      the matching fragment entry links
    • findByG_P_D

      public static List<FragmentEntryLink> findByG_P_D(long groupId, long plid, boolean deleted, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_P_D

      public static List<FragmentEntryLink> findByG_P_D(long groupId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

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

      public static List<FragmentEntryLink> findByG_P_D(long groupId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_P_D_First

      public static FragmentEntryLink findByG_P_D_First(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_P_D_First

      public static FragmentEntryLink fetchByG_P_D_First(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_P_D_Last

      public static FragmentEntryLink findByG_P_D_Last(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_P_D_Last

      public static FragmentEntryLink fetchByG_P_D_Last(long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_P_D_PrevAndNext

      public static FragmentEntryLink[] findByG_P_D_PrevAndNext(long fragmentEntryLinkId, long groupId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_P_D

      public static void removeByG_P_D(long groupId, long plid, boolean deleted)
      Removes all the fragment entry links where groupId = ? and plid = ? and deleted = ? from the database.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
    • countByG_P_D

      public static int countByG_P_D(long groupId, long plid, boolean deleted)
      Returns the number of fragment entry links where groupId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      plid - the plid
      deleted - the deleted
      Returns:
      the number of matching fragment entry links
    • findByG_F_C_C

      public static List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
      Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching fragment entry links
    • findByG_F_C_C

      public static List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_F_C_C

      public static List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_F_C_C

      public static List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_F_C_C_First

      public static FragmentEntryLink findByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_C_C_First

      public static FragmentEntryLink fetchByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_C_C_Last

      public static FragmentEntryLink findByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_F_C_C_Last

      public static FragmentEntryLink fetchByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_F_C_C_PrevAndNext

      public static FragmentEntryLink[] findByG_F_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_F_C_C

      public static void removeByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
      Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
    • countByG_F_C_C

      public static int countByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
      Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryId - the fragment entry ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching fragment entry links
    • findByG_S_C_C

      public static List<FragmentEntryLink> findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching fragment entry links
    • findByG_S_C_C

      public static List<FragmentEntryLink> findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_S_C_C

      public static List<FragmentEntryLink> findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_S_C_C

      public static List<FragmentEntryLink> findByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_S_C_C_First

      public static FragmentEntryLink findByG_S_C_C_First(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_C_C_First

      public static FragmentEntryLink fetchByG_S_C_C_First(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_C_C_Last

      public static FragmentEntryLink findByG_S_C_C_Last(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_C_C_Last

      public static FragmentEntryLink fetchByG_S_C_C_Last(long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_C_C_PrevAndNext

      public static FragmentEntryLink[] findByG_S_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_S_C_C

      public static void removeByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
      Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
    • countByG_S_C_C

      public static int countByG_S_C_C(long groupId, long segmentsExperienceId, long classNameId, long classPK)
      Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      Returns:
      the matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_S_P_D_First

      public static FragmentEntryLink findByG_S_P_D_First(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_D_First

      public static FragmentEntryLink fetchByG_S_P_D_First(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_D_Last

      public static FragmentEntryLink findByG_S_P_D_Last(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_D_Last

      public static FragmentEntryLink fetchByG_S_P_D_Last(long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_D_PrevAndNext

      public static FragmentEntryLink[] findByG_S_P_D_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, boolean deleted, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      deleted - the deleted
      Returns:
      the matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_S_P_D

      public static List<FragmentEntryLink> findByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?, 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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      deleted - the deleted
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • removeByG_S_P_D

      public static void removeByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
      Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
    • countByG_S_P_D

      public static int countByG_S_P_D(long groupId, long segmentsExperienceId, long plid, boolean deleted)
      Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      deleted - the deleted
      Returns:
      the number of matching fragment entry links
    • countByG_S_P_D

      public static int countByG_S_P_D(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted)
      Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ? and deleted = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceIds - the segments experience IDs
      plid - the plid
      deleted - the deleted
      Returns:
      the number of matching fragment entry links
    • findByG_S_P_R

      public static List<FragmentEntryLink> findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
      Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      Returns:
      the matching fragment entry links
    • findByG_S_P_R

      public static List<FragmentEntryLink> findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end)
      Returns a range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of matching fragment entry links
    • findByG_S_P_R

      public static List<FragmentEntryLink> findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entry links
    • findByG_S_P_R

      public static List<FragmentEntryLink> findByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (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 fragment entry links
    • findByG_S_P_R_First

      public static FragmentEntryLink findByG_S_P_R_First(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_R_First

      public static FragmentEntryLink fetchByG_S_P_R_First(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the first fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_R_Last

      public static FragmentEntryLink findByG_S_P_R_Last(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByG_S_P_R_Last

      public static FragmentEntryLink fetchByG_S_P_R_Last(long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns the last fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry link, or null if a matching fragment entry link could not be found
    • findByG_S_P_R_PrevAndNext

      public static FragmentEntryLink[] findByG_S_P_R_PrevAndNext(long fragmentEntryLinkId, long groupId, long segmentsExperienceId, long plid, String rendererKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
      Returns the fragment entry links before and after the current fragment entry link in the ordered set where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      fragmentEntryLinkId - the primary key of the current fragment entry link
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • removeByG_S_P_R

      public static void removeByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
      Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
    • countByG_S_P_R

      public static int countByG_S_P_R(long groupId, long segmentsExperienceId, long plid, String rendererKey)
      Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.
      Parameters:
      groupId - the group ID
      segmentsExperienceId - the segments experience ID
      plid - the plid
      rendererKey - the renderer key
      Returns:
      the number of matching fragment entry links
    • findByERC_G

      public static FragmentEntryLink findByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryLinkException
      Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or throws a NoSuchEntryLinkException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching fragment entry link
      Throws:
      NoSuchEntryLinkException - if a matching fragment entry link could not be found
      NoSuchEntryLinkException
    • fetchByERC_G

      public static FragmentEntryLink fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • fetchByERC_G

      public static FragmentEntryLink fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the fragment entry link 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 fragment entry link, or null if a matching fragment entry link could not be found
    • removeByERC_G

      public static FragmentEntryLink removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryLinkException
      Removes the fragment entry link where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the fragment entry link that was removed
      Throws:
      NoSuchEntryLinkException
    • countByERC_G

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

      public static void cacheResult(FragmentEntryLink fragmentEntryLink)
      Caches the fragment entry link in the entity cache if it is enabled.
      Parameters:
      fragmentEntryLink - the fragment entry link
    • cacheResult

      public static void cacheResult(List<FragmentEntryLink> fragmentEntryLinks)
      Caches the fragment entry links in the entity cache if it is enabled.
      Parameters:
      fragmentEntryLinks - the fragment entry links
    • create

      public static FragmentEntryLink create(long fragmentEntryLinkId)
      Creates a new fragment entry link with the primary key. Does not add the fragment entry link to the database.
      Parameters:
      fragmentEntryLinkId - the primary key for the new fragment entry link
      Returns:
      the new fragment entry link
    • remove

      public static FragmentEntryLink remove(long fragmentEntryLinkId) throws NoSuchEntryLinkException
      Removes the fragment entry link with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      fragmentEntryLinkId - the primary key of the fragment entry link
      Returns:
      the fragment entry link that was removed
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • updateImpl

      public static FragmentEntryLink updateImpl(FragmentEntryLink fragmentEntryLink)
    • findByPrimaryKey

      public static FragmentEntryLink findByPrimaryKey(long fragmentEntryLinkId) throws NoSuchEntryLinkException
      Returns the fragment entry link with the primary key or throws a NoSuchEntryLinkException if it could not be found.
      Parameters:
      fragmentEntryLinkId - the primary key of the fragment entry link
      Returns:
      the fragment entry link
      Throws:
      NoSuchEntryLinkException - if a fragment entry link with the primary key could not be found
      NoSuchEntryLinkException
    • fetchByPrimaryKey

      public static FragmentEntryLink fetchByPrimaryKey(long fragmentEntryLinkId)
      Returns the fragment entry link with the primary key or returns null if it could not be found.
      Parameters:
      fragmentEntryLinkId - the primary key of the fragment entry link
      Returns:
      the fragment entry link, or null if a fragment entry link with the primary key could not be found
    • findAll

      public static List<FragmentEntryLink> findAll()
      Returns all the fragment entry links.
      Returns:
      the fragment entry links
    • findAll

      public static List<FragmentEntryLink> findAll(int start, int end)
      Returns a range of all the fragment entry links.

      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 FragmentEntryLinkModelImpl.

      Parameters:
      start - the lower bound of the range of fragment entry links
      end - the upper bound of the range of fragment entry links (not inclusive)
      Returns:
      the range of fragment entry links
    • findAll

      public static List<FragmentEntryLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
      Returns an ordered range of all the fragment entry links.

      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 FragmentEntryLinkModelImpl.

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

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

      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 FragmentEntryLinkModelImpl.

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

      public static void removeAll()
      Removes all the fragment entry links from the database.
    • countAll

      public static int countAll()
      Returns the number of fragment entry links.
      Returns:
      the number of fragment entry links
    • getPersistence

      public static FragmentEntryLinkPersistence getPersistence()
    • setPersistence

      public static void setPersistence(FragmentEntryLinkPersistence persistence)