@ProviderType
public class FragmentEntryLinkUtil
extends java.lang.Object
com.liferay.fragment.service.persistence.impl.FragmentEntryLinkPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
FragmentEntryLinkPersistence
,
com.liferay.fragment.service.persistence.impl.FragmentEntryLinkPersistenceImpl
Constructor and Description |
---|
FragmentEntryLinkUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(FragmentEntryLink fragmentEntryLink)
Caches the fragment entry link in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<FragmentEntryLink> fragmentEntryLinks)
Caches the fragment entry links in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(FragmentEntryLink fragmentEntryLink) |
static int |
countAll()
Returns the number of fragment entry links.
|
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of fragment entry links where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
countByG_F_C_C(long groupId,
long fragmentEntryId,
long classNameId,
long classPK)
Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
|
static int |
countByG_F_C(long groupId,
long fragmentEntryId,
long classNameId)
Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
static int |
countByG_F(long groupId,
long fragmentEntryId)
Returns the number of fragment entry links where groupId = ? and fragmentEntryId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of fragment entry links where groupId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of fragment entry links where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of fragment entry links where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of fragment entry links where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static FragmentEntryLink |
create(long fragmentEntryLinkId)
Creates a new fragment entry link with the primary key.
|
static FragmentEntryLink |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static FragmentEntryLink |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static FragmentEntryLink |
fetchByG_F_C_C_First(long groupId,
long fragmentEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
|
static FragmentEntryLink |
fetchByG_F_C_C_Last(long groupId,
long fragmentEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ?.
|
static FragmentEntryLink |
fetchByG_F_C_First(long groupId,
long fragmentEntryId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
static FragmentEntryLink |
fetchByG_F_C_Last(long groupId,
long fragmentEntryId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ? and classNameId = ?.
|
static FragmentEntryLink |
fetchByG_F_First(long groupId,
long fragmentEntryId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
|
static FragmentEntryLink |
fetchByG_F_Last(long groupId,
long fragmentEntryId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ? and fragmentEntryId = ?.
|
static FragmentEntryLink |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the first fragment entry link in the ordered set where groupId = ?.
|
static FragmentEntryLink |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns the last fragment entry link in the ordered set where groupId = ?.
|
static FragmentEntryLink |
fetchByPrimaryKey(long fragmentEntryLinkId)
Returns the fragment entry link with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,FragmentEntryLink> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findAll()
Returns all the fragment entry links.
|
static java.util.List<FragmentEntryLink> |
findAll(int start,
int end)
Returns a range of all the fragment entry links.
|
static 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.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static FragmentEntryLink[] |
findByG_F_C_C_PrevAndNext(long fragmentEntryLinkId,
long groupId,
long fragmentEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findByG_F(long groupId,
long fragmentEntryId)
Returns all the fragment entry links where groupId = ? and fragmentEntryId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findByGroupId(long groupId)
Returns all the fragment entry links where groupId = ?.
|
static java.util.List<FragmentEntryLink> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the fragment entry links where groupId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static FragmentEntryLink |
findByPrimaryKey(long fragmentEntryLinkId)
Returns the fragment entry link with the primary key or throws a
NoSuchEntryLinkException if it could not be found. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the fragment entry links where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findByUuid(java.lang.String uuid)
Returns all the fragment entry links where uuid = ?.
|
static java.util.List<FragmentEntryLink> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the fragment entry links where uuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<FragmentEntryLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<FragmentEntryLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<FragmentEntryLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static FragmentEntryLinkPersistence |
getPersistence() |
static FragmentEntryLink |
remove(long fragmentEntryLinkId)
Removes the fragment entry link with the primary key from the database.
|
static void |
removeAll()
Removes all the fragment entry links from the database.
|
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the fragment entry links where groupId = ? and classNameId = ? and classPK = ? from the database.
|
static void |
removeByG_F_C_C(long groupId,
long fragmentEntryId,
long classNameId,
long classPK)
Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? and classPK = ? from the database.
|
static void |
removeByG_F_C(long groupId,
long fragmentEntryId,
long classNameId)
Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? and classNameId = ? from the database.
|
static void |
removeByG_F(long groupId,
long fragmentEntryId)
Removes all the fragment entry links where groupId = ? and fragmentEntryId = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the fragment entry links where groupId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the fragment entry links where uuid = ? and companyId = ? from the database.
|
static FragmentEntryLink |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the fragment entry link where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the fragment entry links where uuid = ? from the database.
|
static FragmentEntryLink |
update(FragmentEntryLink fragmentEntryLink) |
static FragmentEntryLink |
update(FragmentEntryLink fragmentEntryLink,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntryLink |
updateImpl(FragmentEntryLink fragmentEntryLink) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(FragmentEntryLink fragmentEntryLink)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.List<FragmentEntryLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<FragmentEntryLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<FragmentEntryLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static FragmentEntryLink update(FragmentEntryLink fragmentEntryLink)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static FragmentEntryLink update(FragmentEntryLink fragmentEntryLink, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<FragmentEntryLink> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchEntryLinkException
uuid
- the uuidgroupId
- the group IDNoSuchEntryLinkException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<FragmentEntryLink> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<FragmentEntryLink> findByGroupId(long groupId)
groupId
- the group IDpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<FragmentEntryLink> findByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDpublic static int countByG_F(long groupId, long fragmentEntryId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDpublic static java.util.List<FragmentEntryLink> findByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDpublic static int countByG_F_C(long groupId, long fragmentEntryId, long classNameId)
groupId
- the group IDfragmentEntryId
- the fragment entry IDclassNameId
- the class name IDpublic static java.util.List<FragmentEntryLink> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] 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 foundpublic static void removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.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 pkpublic static java.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)public static 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
)public static 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 cachepublic static FragmentEntryLink findByG_F_C_C_First(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink findByG_F_C_C_Last(long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
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 foundpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink[] findByG_F_C_C_PrevAndNext(long fragmentEntryLinkId, long groupId, long fragmentEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) throws NoSuchEntryLinkException
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 foundpublic static void 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 pkpublic static int 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 pkpublic static void cacheResult(FragmentEntryLink fragmentEntryLink)
fragmentEntryLink
- the fragment entry linkpublic static void cacheResult(java.util.List<FragmentEntryLink> fragmentEntryLinks)
fragmentEntryLinks
- the fragment entry linkspublic static FragmentEntryLink create(long fragmentEntryLinkId)
fragmentEntryLinkId
- the primary key for the new fragment entry linkpublic static FragmentEntryLink 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 foundpublic static FragmentEntryLink updateImpl(FragmentEntryLink fragmentEntryLink)
public static 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 foundpublic static FragmentEntryLink 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 foundpublic static java.util.Map<java.io.Serializable,FragmentEntryLink> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<FragmentEntryLink> findAll()
public static 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)public static 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
)public static 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 cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static FragmentEntryLinkPersistence getPersistence()