Interface FragmentEntryLinkPersistence

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

@ProviderType public interface FragmentEntryLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntryLink>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink>
The persistence interface for the fragment entry link service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(FragmentEntryLink fragmentEntryLink)
    Caches the fragment entry link in the entity cache if it is enabled.
    void
    cacheResult(List<FragmentEntryLink> fragmentEntryLinks)
    Caches the fragment entry links in the entity cache if it is enabled.
    int
    Returns the number of fragment entry links.
    int
    countByC_R(long companyId, String rendererKey)
    Returns the number of fragment entry links where companyId = ? and rendererKey = ?.
    int
    countByC_R(long companyId, String[] rendererKeys)
    Returns the number of fragment entry links where companyId = ? and rendererKey = any ?.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of fragment entry links where externalReferenceCode = ? and groupId = ?.
    int
    countByF_D(long[] fragmentEntryIds, boolean deleted)
    Returns the number of fragment entry links where fragmentEntryId = any ? and deleted = ?.
    int
    countByF_D(long fragmentEntryId, boolean deleted)
    Returns the number of fragment entry links where fragmentEntryId = ? and deleted = ?.
    int
    countByFragmentEntryId(long fragmentEntryId)
    Returns the number of fragment entry links where fragmentEntryId = ?.
    int
    countByFragmentEntryId(long[] fragmentEntryIds)
    Returns the number of fragment entry links where fragmentEntryId = any ?.
    int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
    int
    countByG_F(long groupId, long fragmentEntryId)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ?.
    int
    countByG_F_C(long groupId, long fragmentEntryId, long classNameId)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
    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 = ?.
    int
    countByG_F_P(long groupId, long fragmentEntryId, long plid)
    Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.
    int
    countByG_OFELI_P(long groupId, long originalFragmentEntryLinkId, long plid)
    Returns the number of fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.
    int
    countByG_P(long groupId, long plid)
    Returns the number of fragment entry links where groupId = ? and plid = ?.
    int
    countByG_P_D(long groupId, long plid, boolean deleted)
    Returns the number of fragment entry links where groupId = ? and plid = ? and deleted = ?.
    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 = ?.
    int
    countByG_S_P(long groupId, long[] segmentsExperienceIds, long plid)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = any ? and plid = ?.
    int
    countByG_S_P(long groupId, long segmentsExperienceId, long plid)
    Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    int
    countByGroupId(long groupId)
    Returns the number of fragment entry links where groupId = ?.
    int
    Returns the number of fragment entry links where rendererKey = ?.
    int
    Returns the number of fragment entry links where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of fragment entry links where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of fragment entry links where uuid = ? and groupId = ?.
    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 = ?.
    remove(long fragmentEntryLinkId)
    Removes the fragment entry link with the primary key from the database.
    void
    Removes all the fragment entry links from the database.
    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.
    void
    removeByF_D(long fragmentEntryId, boolean deleted)
    Removes all the fragment entry links where fragmentEntryId = ? and deleted = ? from the database.
    void
    removeByFragmentEntryId(long fragmentEntryId)
    Removes all the fragment entry links where fragmentEntryId = ? from the database.
    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.
    void
    removeByG_F(long groupId, long fragmentEntryId)
    Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? from the database.
    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.
    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.
    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.
    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.
    void
    removeByG_P(long groupId, long plid)
    Removes all the fragment entry links where groupId = ? and plid = ? from the database.
    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.
    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.
    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.
    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.
    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.
    void
    removeByGroupId(long groupId)
    Removes all the fragment entry links where groupId = ? from the database.
    void
    Removes all the fragment entry links where rendererKey = ? from the database.
    void
    Removes all the fragment entry links where uuid = ? from the database.
    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.
    updateImpl(FragmentEntryLink fragmentEntryLink)
     

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

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

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

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

    • findByUuid

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

      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

      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

      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

      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
    • fetchByUuid_First

      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

      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
    • fetchByUuid_Last

      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

      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
    • removeByUuid

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

      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

      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
    • fetchByUUID_G

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByUuid_C_First

      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

      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
    • fetchByUuid_C_Last

      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

      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
    • removeByUuid_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByGroupId_First

      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

      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
    • fetchByGroupId_Last

      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

      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
    • removeByGroupId

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

      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

      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

      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

      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

      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

      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
    • fetchByFragmentEntryId_First

      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

      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
    • fetchByFragmentEntryId_Last

      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

      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
    • findByFragmentEntryId

      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

      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

      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

      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

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

      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

      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

      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

      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

      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

      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

      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
    • fetchByRendererKey_First

      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

      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
    • fetchByRendererKey_Last

      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

      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
    • removeByRendererKey

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

      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

      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

      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

      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

      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

      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
    • fetchByG_F_First

      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

      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
    • fetchByG_F_Last

      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

      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
    • removeByG_F

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_P_First

      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

      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
    • fetchByG_P_Last

      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

      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
    • removeByG_P

      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

      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

      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

      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

      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

      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

      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
    • fetchByC_R_First

      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

      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
    • fetchByC_R_Last

      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

      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
    • findByC_R

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByF_D_First

      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

      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
    • fetchByF_D_Last

      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

      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
    • findByF_D

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_OFELI_P_First

      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

      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
    • fetchByG_OFELI_P_Last

      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

      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
    • removeByG_OFELI_P

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_F_C_First

      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

      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
    • fetchByG_F_C_Last

      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

      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
    • removeByG_F_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_F_P_First

      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

      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
    • fetchByG_F_P_Last

      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

      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
    • removeByG_F_P

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_S_P_First

      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

      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
    • fetchByG_S_P_Last

      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

      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
    • findByG_S_P

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_C_C_First

      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

      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
    • fetchByG_C_C_Last

      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

      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
    • removeByG_C_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_P_D_First

      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

      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
    • fetchByG_P_D_Last

      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

      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
    • removeByG_P_D

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_F_C_C_First

      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

      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
    • fetchByG_F_C_C_Last

      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

      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
    • removeByG_F_C_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_S_C_C_First

      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

      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
    • fetchByG_S_C_C_Last

      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

      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
    • removeByG_S_C_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_S_P_D_First

      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

      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
    • fetchByG_S_P_D_Last

      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

      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
    • findByG_S_P_D

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_S_P_R_First

      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

      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
    • fetchByG_S_P_R_Last

      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

      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
    • removeByG_S_P_R

      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

      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

      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
    • fetchByERC_G

      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

      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

      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

      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

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

      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

      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

      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
    • updateImpl

      FragmentEntryLink updateImpl(FragmentEntryLink fragmentEntryLink)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

      Returns all the fragment entry links.
      Returns:
      the fragment entry links
    • findAll

      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

      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

      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

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

      int countAll()
      Returns the number of fragment entry links.
      Returns:
      the number of fragment entry links