Interface FragmentEntryLinkPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntryLink>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
countAll()
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
countByRendererKey
(String rendererKey) Returns the number of fragment entry links where rendererKey = ?.int
countByUuid
(String uuid) 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 returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or returnsnull
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 returnsnull
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 returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the fragment entry link where uuid = ? and groupId = ? or returnsnull
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 = ?.findAll()
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.Returns all the fragment entry links where companyId = ? and rendererKey = ?.Returns all the fragment entry links where companyId = ? and rendererKey = any ?.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.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 aNoSuchEntryLinkException
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 aNoSuchEntryLinkException
if it could not be found.findByRendererKey
(String rendererKey) 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 = ?.findByUuid
(String uuid) 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 aNoSuchEntryLinkException
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
removeByRendererKey
(String rendererKey) Removes all the fragment entry links where rendererKey = ? from the database.void
removeByUuid
(String uuid) 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
Returns all the fragment entry links where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching fragment entry links
-
findByUuid
Returns a range of all the fragment entry links where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entry links where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of fragment entry links where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching fragment entry links
-
findByUUID_G
Returns the fragment entry link where uuid = ? and groupId = ? or throws aNoSuchEntryLinkException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching fragment entry link
- Throws:
NoSuchEntryLinkException
- if a matching fragment entry link could not be found
-
fetchByUUID_G
Returns the fragment entry link where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching fragment entry link, or
null
if a matching fragment entry link could not be found
-
fetchByUUID_G
Returns the fragment entry link where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment entry link, or
null
if a matching fragment entry link could not be found
-
removeByUUID_G
Removes the fragment entry link where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the fragment entry link that was removed
- Throws:
NoSuchEntryLinkException
-
countByUUID_G
Returns the number of fragment entry links where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching fragment entry links
-
findByUuid_C
Returns all the fragment entry links where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching fragment entry links
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entry links where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of fragment entry links where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching fragment entry links
-
findByGroupId
Returns all the fragment entry links where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching fragment entry links
-
findByGroupId
Returns a range of all the fragment entry links where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entry links where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry ID- Returns:
- the matching fragment entry links
-
findByFragmentEntryId
Returns a range of all the fragment entry links where fragmentEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entry links where fragmentEntryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDs- Returns:
- the matching fragment entry links
-
findByFragmentEntryId
Returns a range of all the fragment entry links where fragmentEntryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
Returns all the fragment entry links where rendererKey = ?.- Parameters:
rendererKey
- the renderer key- Returns:
- the matching fragment entry links
-
findByRendererKey
Returns a range of all the fragment entry links where rendererKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
rendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
rendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
rendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entry links where rendererKey = ? from the database.- Parameters:
rendererKey
- the renderer key
-
countByRendererKey
Returns the number of fragment entry links where rendererKey = ?.- Parameters:
rendererKey
- the renderer key- Returns:
- the number of matching fragment entry links
-
findByG_F
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ?.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry ID- Returns:
- the matching fragment entry links
-
findByG_F
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- 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 IDfragmentEntryId
- the fragment entry ID- Returns:
- the number of matching fragment entry links
-
findByG_P
Returns all the fragment entry links where groupId = ? and plid = ?.- Parameters:
groupId
- the group IDplid
- the plid- Returns:
- the matching fragment entry links
-
findByG_P
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- 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 IDplid
- the plid- Returns:
- the number of matching fragment entry links
-
findByC_R
Returns all the fragment entry links where companyId = ? and rendererKey = ?.- Parameters:
companyId
- the company IDrendererKey
- the renderer key- Returns:
- the matching fragment entry links
-
findByC_R
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkcompanyId
- the company IDrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entry links where companyId = ? and rendererKey = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKeys
- the renderer keys- Returns:
- the matching fragment entry links
-
findByC_R
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKeys
- the renderer keysstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKeys
- the renderer keysstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
companyId
- the company IDrendererKeys
- the renderer keysstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment entry links
-
removeByC_R
Removes all the fragment entry links where companyId = ? and rendererKey = ? from the database.- Parameters:
companyId
- the company IDrendererKey
- the renderer key
-
countByC_R
Returns the number of fragment entry links where companyId = ? and rendererKey = ?.- Parameters:
companyId
- the company IDrendererKey
- the renderer key- Returns:
- the number of matching fragment entry links
-
countByC_R
Returns the number of fragment entry links where companyId = ? and rendererKey = any ?.- Parameters:
companyId
- the company IDrendererKeys
- the renderer keys- Returns:
- the number of matching fragment entry links
-
findByF_D
Returns all the fragment entry links where fragmentEntryId = ? and deleted = ?.- Parameters:
fragmentEntryId
- the fragment entry IDdeleted
- the deleted- Returns:
- the matching fragment entry links
-
findByF_D
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDdeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDdeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDdeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDdeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkfragmentEntryId
- the fragment entry IDdeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entry links where fragmentEntryId = any ? and deleted = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsdeleted
- the deleted- Returns:
- the matching fragment entry links
-
findByF_D
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
fragmentEntryIds
- the fragment entry IDsdeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDdeleted
- 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 IDdeleted
- 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 IDsdeleted
- the deleted- Returns:
- the number of matching fragment entry links
-
findByG_OFELI_P
Returns all the fragment entry links where groupId = ? and originalFragmentEntryLinkId = ? and plid = ?.- Parameters:
groupId
- the group IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- 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 IDoriginalFragmentEntryLinkId
- the original fragment entry link IDplid
- the plid- Returns:
- the number of matching fragment entry links
-
findByG_F_C
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name ID- Returns:
- the number of matching fragment entry links
-
findByG_F_P
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and plid = ?.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDplid
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDfragmentEntryId
- the fragment entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDfragmentEntryId
- the fragment entry IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDplid
- 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 IDfragmentEntryId
- the fragment entry IDplid
- the plid- Returns:
- the number of matching fragment entry links
-
findByG_S_P
Returns all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ?.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the plidstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDplid
- 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 IDsegmentsExperienceId
- the segments experience IDplid
- 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 IDsegmentsExperienceIds
- the segments experience IDsplid
- the plid- Returns:
- the number of matching fragment entry links
-
findByG_C_C
Returns all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDclassNameId
- the class name IDclassPK
- 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 IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching fragment entry links
-
findByG_P_D
Returns all the fragment entry links where groupId = ? and plid = ? and deleted = ?.- Parameters:
groupId
- the group IDplid
- the pliddeleted
- the deleted- Returns:
- the matching fragment entry links
-
findByG_P_D
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDplid
- the pliddeleted
- 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 IDplid
- the pliddeleted
- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- 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 IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- 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 IDsegmentsExperienceId
- the segments experience IDclassNameId
- the class name IDclassPK
- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- the deletedorderByComparator
- the comparator to order the set by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the pliddeleted
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceIds
- the segments experience IDsplid
- the pliddeleted
- the deletedstart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the pliddeleted
- 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 IDsegmentsExperienceIds
- the segments experience IDsplid
- the pliddeleted
- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keystart
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 linkgroupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ? from the database.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- the renderer key
-
countByG_S_P_R
Returns the number of fragment entry links where groupId = ? and segmentsExperienceId = ? and plid = ? and rendererKey = ?.- Parameters:
groupId
- the group IDsegmentsExperienceId
- the segments experience IDplid
- the plidrendererKey
- 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 aNoSuchEntryLinkException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching fragment entry link
- Throws:
NoSuchEntryLinkException
- if a matching fragment entry link could not be found
-
fetchByERC_G
Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching fragment entry link, or
null
if a matching fragment entry link could not be found
-
fetchByERC_G
Returns the fragment entry link where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching 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 codegroupId
- the group ID- Returns:
- the fragment entry link that was removed
- Throws:
NoSuchEntryLinkException
-
countByERC_G
Returns the number of fragment entry links where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching fragment entry links
-
cacheResult
Caches the fragment entry link in the entity cache if it is enabled.- Parameters:
fragmentEntryLink
- the fragment entry link
-
cacheResult
Caches the fragment entry links in the entity cache if it is enabled.- Parameters:
fragmentEntryLinks
- the fragment entry links
-
create
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
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
-
findByPrimaryKey
Returns the fragment entry link with the primary key or throws aNoSuchEntryLinkException
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
Returns the fragment entry link with the primary key or returnsnull
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
List<FragmentEntryLink> findAll()Returns all the fragment entry links.- Returns:
- the fragment entry links
-
findAll
Returns a range of all the fragment entry links.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry linksend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryLinkModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-