@ProviderType public interface FragmentEntryLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntryLink>
Caching information and settings can be found in portal.properties
com.liferay.fragment.service.persistence.impl.FragmentEntryLinkPersistenceImpl
,
FragmentEntryLinkUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(FragmentEntryLink fragmentEntryLink)
Caches the fragment entry link in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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 |
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_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_C(long groupId,
long fragmentEntryId,
long classNameId)
Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
int |
countByG_F(long groupId,
long fragmentEntryId)
Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of fragment entry links where groupId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of fragment entry links where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of fragment entry links where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of fragment entry links where uuid = ?.
|
FragmentEntryLink |
create(long fragmentEntryLinkId)
Creates a new fragment entry link with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
FragmentEntryLink |
fetchByPrimaryKey(long fragmentEntryLinkId)
Returns the fragment entry link with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,FragmentEntryLink> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
FragmentEntryLink |
fetchByUuid_C_First(java.lang.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 = ?.
|
FragmentEntryLink |
fetchByUuid_C_Last(java.lang.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 = ?.
|
FragmentEntryLink |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where uuid = ?.
|
FragmentEntryLink |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment entry link where uuid = ? and groupId = ? or returns
null if it could not be found. |
FragmentEntryLink |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the fragment entry link where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
FragmentEntryLink |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where uuid = ?.
|
java.util.List<FragmentEntryLink> |
findAll()
Returns all the fragment entry links.
|
java.util.List<FragmentEntryLink> |
findAll(int start,
int end)
Returns a range of all the fragment entry links.
|
java.util.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.
|
java.util.List<FragmentEntryLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink[] |
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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 retrieveFromCache)
Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink[] |
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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_F_C(long groupId,
long fragmentEntryId,
long classNameId)
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_F_C(long groupId,
long fragmentEntryId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink |
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 = ?.
|
FragmentEntryLink[] |
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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_F(long groupId,
long fragmentEntryId)
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ?.
|
java.util.List<FragmentEntryLink> |
findByG_F(long groupId,
long fragmentEntryId,
int start,
int end)
Returns a range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.
|
java.util.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByG_F(long groupId,
long fragmentEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where groupId = ? and fragmentEntryId = ?.
|
FragmentEntryLink |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ?.
|
FragmentEntryLink |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ?.
|
FragmentEntryLink[] |
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 = ?.
|
java.util.List<FragmentEntryLink> |
findByGroupId(long groupId)
Returns all the fragment entry links where groupId = ?.
|
java.util.List<FragmentEntryLink> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the fragment entry links where groupId = ?.
|
java.util.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where groupId = ?.
|
FragmentEntryLink |
findByPrimaryKey(long fragmentEntryLinkId)
Returns the fragment entry link with the primary key or throws a
NoSuchEntryLinkException if it could not be found. |
FragmentEntryLink |
findByUuid_C_First(java.lang.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 = ?.
|
FragmentEntryLink |
findByUuid_C_Last(java.lang.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 = ?.
|
FragmentEntryLink[] |
findByUuid_C_PrevAndNext(long fragmentEntryLinkId,
java.lang.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the fragment entry links where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the fragment entry links where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where uuid = ? and companyId = ?.
|
FragmentEntryLink |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where uuid = ?.
|
FragmentEntryLink |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment entry link where uuid = ? and groupId = ? or throws a
NoSuchEntryLinkException if it could not be found. |
FragmentEntryLink |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where uuid = ?.
|
FragmentEntryLink[] |
findByUuid_PrevAndNext(long fragmentEntryLinkId,
java.lang.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid(java.lang.String uuid)
Returns all the fragment entry links where uuid = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the fragment entry links where uuid = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid(java.lang.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 = ?.
|
java.util.List<FragmentEntryLink> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entry links where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
FragmentEntryLink |
remove(long fragmentEntryLinkId)
Removes the fragment entry link with the primary key from the database.
|
void |
removeAll()
Removes all the fragment entry links 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_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_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(long groupId,
long fragmentEntryId)
Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the fragment entry links where groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the fragment entry links where uuid = ? and companyId = ? from the database.
|
FragmentEntryLink |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the fragment entry link where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the fragment entry links where uuid = ? from the database.
|
FragmentEntryLink |
updateImpl(FragmentEntryLink fragmentEntryLink) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<FragmentEntryLink> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<FragmentEntryLink> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByUuid_PrevAndNext(long fragmentEntryLinkId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
fragmentEntryLinkId
- the primary key of the current fragment entry linkuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidFragmentEntryLink findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchEntryLinkException
NoSuchEntryLinkException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching fragment entry link could not be foundFragmentEntryLink fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching fragment entry link could not be foundFragmentEntryLink removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchEntryLinkException
uuid
- the uuidgroupId
- the group IDNoSuchEntryLinkException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<FragmentEntryLink> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentEntryLink> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByUuid_C_PrevAndNext(long fragmentEntryLinkId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
fragmentEntryLinkId
- the primary key of the current fragment entry linkuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentEntryLink> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentEntryLink> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByGroupId_PrevAndNext(long fragmentEntryLinkId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
fragmentEntryLinkId
- the primary key of the current fragment entry linkgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDjava.util.List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_First(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_Last(long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByG_F_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
fragmentEntryLinkId
- the primary key of the current fragment entry linkgroupId
- the group IDfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDint countByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDjava.util.List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDjava.util.List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_C_First(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_C_Last(long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByG_F_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
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 (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDint countByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDjava.util.List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] findByG_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
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 (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<FragmentEntryLink> findByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.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 retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntryLink findByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink findByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryLinkException
- if a matching fragment entry link could not be foundFragmentEntryLink fetchByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry link could not be foundFragmentEntryLink[] 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
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 (optionally null
)NoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundvoid removeByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkint countByG_F_C_C(long groupId, long fragmentEntryId, long classNameId, long classPK)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDclassPK
- the class pkvoid cacheResult(FragmentEntryLink fragmentEntryLink)
fragmentEntryLink
- the fragment entry linkvoid cacheResult(java.util.List<FragmentEntryLink> fragmentEntryLinks)
fragmentEntryLinks
- the fragment entry linksFragmentEntryLink create(long fragmentEntryLinkId)
fragmentEntryLinkId
- the primary key for the new fragment entry linkFragmentEntryLink remove(long fragmentEntryLinkId) throws NoSuchEntryLinkException
fragmentEntryLinkId
- the primary key of the fragment entry linkNoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundFragmentEntryLink updateImpl(FragmentEntryLink fragmentEntryLink)
FragmentEntryLink findByPrimaryKey(long fragmentEntryLinkId) throws NoSuchEntryLinkException
NoSuchEntryLinkException
if it could not be found.fragmentEntryLinkId
- the primary key of the fragment entry linkNoSuchEntryLinkException
- if a fragment entry link with the primary key could not be foundFragmentEntryLink fetchByPrimaryKey(long fragmentEntryLinkId)
null
if it could not be found.fragmentEntryLinkId
- the primary key of the fragment entry linknull
if a fragment entry link with the primary key could not be foundjava.util.Map<java.io.Serializable,FragmentEntryLink> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntryLink>
java.util.List<FragmentEntryLink> findAll()
java.util.List<FragmentEntryLink> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of fragment entry linksend
- the upper bound of the range of fragment entry links (not inclusive)java.util.List<FragmentEntryLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)java.util.List<FragmentEntryLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntryLink>