public class LayoutUtilityPageEntryUtil
extends java.lang.Object
com.liferay.layout.utility.page.service.persistence.impl.LayoutUtilityPageEntryPersistenceImpl 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
LayoutUtilityPageEntryPersistence| Constructor and Description |
|---|
LayoutUtilityPageEntryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry)
Caches the layout utility page entry in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<LayoutUtilityPageEntry> layoutUtilityPageEntries)
Caches the layout utility page entries in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(LayoutUtilityPageEntry layoutUtilityPageEntry) |
static int |
countAll()
Returns the number of layout utility page entries.
|
static int |
countByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static int |
countByG_ERC(long groupId,
java.lang.String externalReferenceCode)
Returns the number of layout utility page entries where groupId = ? and externalReferenceCode = ?.
|
static int |
countByG_T(long groupId,
int type)
Returns the number of layout utility page entries where groupId = ? and type = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of layout utility page entries where groupId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout utility page entries where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of layout utility page entries where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of layout utility page entries where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static LayoutUtilityPageEntry |
create(long LayoutUtilityPageEntryId)
Creates a new layout utility page entry with the primary key.
|
static LayoutUtilityPageEntry |
fetchByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByG_D_T_Last(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByG_ERC(long groupId,
java.lang.String externalReferenceCode)
Returns the layout utility page entry where groupId = ? and externalReferenceCode = ? or returns
null if it could not be found. |
static LayoutUtilityPageEntry |
fetchByG_ERC(long groupId,
java.lang.String externalReferenceCode,
boolean useFinderCache)
Returns the layout utility page entry where groupId = ? and externalReferenceCode = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutUtilityPageEntry |
fetchByG_T_First(long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByG_T_Last(long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ?.
|
static LayoutUtilityPageEntry |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ?.
|
static LayoutUtilityPageEntry |
fetchByPrimaryKey(long LayoutUtilityPageEntryId)
Returns the layout utility page entry with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,LayoutUtilityPageEntry> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static LayoutUtilityPageEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
static LayoutUtilityPageEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
static LayoutUtilityPageEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ?.
|
static LayoutUtilityPageEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout utility page entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
static LayoutUtilityPageEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the layout utility page entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutUtilityPageEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ?.
|
static int |
filterCountByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static int |
filterCountByG_T(long groupId,
int type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of layout utility page entries that the user has permission to view where groupId = ?.
|
static LayoutUtilityPageEntry[] |
filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry[] |
filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
int type)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
int type,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry[] |
filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId)
Returns all the layout utility page entries that the user has permission to view where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findAll()
Returns all the layout utility page entries.
|
static java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end)
Returns a range of all the layout utility page entries.
|
static java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries.
|
static java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries.
|
static LayoutUtilityPageEntry |
findByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry |
findByG_D_T_Last(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry[] |
findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static LayoutUtilityPageEntry |
findByG_ERC(long groupId,
java.lang.String externalReferenceCode)
Returns the layout utility page entry where groupId = ? and externalReferenceCode = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
static LayoutUtilityPageEntry |
findByG_T_First(long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry |
findByG_T_Last(long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry[] |
findByG_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
int type)
Returns all the layout utility page entries where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
int type,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.
|
static LayoutUtilityPageEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ?.
|
static LayoutUtilityPageEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ?.
|
static LayoutUtilityPageEntry[] |
findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId)
Returns all the layout utility page entries where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ?.
|
static LayoutUtilityPageEntry |
findByPrimaryKey(long LayoutUtilityPageEntryId)
Returns the layout utility page entry with the primary key or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
static LayoutUtilityPageEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
static LayoutUtilityPageEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
static LayoutUtilityPageEntry[] |
findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout utility page entries where uuid = ? and companyId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.
|
static LayoutUtilityPageEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ?.
|
static LayoutUtilityPageEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout utility page entry where uuid = ? and groupId = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
static LayoutUtilityPageEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ?.
|
static LayoutUtilityPageEntry[] |
findByUuid_PrevAndNext(long LayoutUtilityPageEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid)
Returns all the layout utility page entries where uuid = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout utility page entries where uuid = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where uuid = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where uuid = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<LayoutUtilityPageEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<LayoutUtilityPageEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
static LayoutUtilityPageEntryPersistence |
getPersistence() |
static LayoutUtilityPageEntry |
remove(long LayoutUtilityPageEntryId)
Removes the layout utility page entry with the primary key from the database.
|
static void |
removeAll()
Removes all the layout utility page entries from the database.
|
static void |
removeByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.
|
static LayoutUtilityPageEntry |
removeByG_ERC(long groupId,
java.lang.String externalReferenceCode)
Removes the layout utility page entry where groupId = ? and externalReferenceCode = ? from the database.
|
static void |
removeByG_T(long groupId,
int type)
Removes all the layout utility page entries where groupId = ? and type = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the layout utility page entries where groupId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.
|
static LayoutUtilityPageEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the layout utility page entry where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the layout utility page entries where uuid = ? from the database.
|
static LayoutUtilityPageEntry |
update(LayoutUtilityPageEntry layoutUtilityPageEntry) |
static LayoutUtilityPageEntry |
update(LayoutUtilityPageEntry layoutUtilityPageEntry,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static LayoutUtilityPageEntry |
updateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry) |
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(LayoutUtilityPageEntry layoutUtilityPageEntry)
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.Map<java.io.Serializable,LayoutUtilityPageEntry> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)public static java.util.List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)public static java.util.List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static LayoutUtilityPageEntry update(LayoutUtilityPageEntry layoutUtilityPageEntry)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)public static LayoutUtilityPageEntry update(LayoutUtilityPageEntry layoutUtilityPageEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)public static java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid)
uuid - the uuidpublic static java.util.List<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static LayoutUtilityPageEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry[] findByUuid_PrevAndNext(long LayoutUtilityPageEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entryuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry 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 LayoutUtilityPageEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException if it could not be found.uuid - the uuidgroupId - the group IDNoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry 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 layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDuseFinderCache - whether to use the finder cachenull if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException
uuid - the uuidgroupId - the group IDNoSuchLayoutUtilityPageEntryExceptionpublic static int countByUUID_G(java.lang.String uuid,
long groupId)
uuid - the uuidgroupId - the group IDpublic static java.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDpublic static java.util.List<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static LayoutUtilityPageEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry[] findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entryuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry 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<LayoutUtilityPageEntry> findByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static LayoutUtilityPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry[] findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static java.util.List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<LayoutUtilityPageEntry> filterFindByGroupId(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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static LayoutUtilityPageEntry[] filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry 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 int filterCountByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, int type)
groupId - the group IDtype - the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, int type, 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDtype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDtype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDtype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static LayoutUtilityPageEntry findByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry findByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry[] findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, int type)
groupId - the group IDtype - the typepublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, int type, 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDtype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDtype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static LayoutUtilityPageEntry[] filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static void removeByG_T(long groupId,
int type)
groupId - the group IDtype - the typepublic static int countByG_T(long groupId,
int type)
groupId - the group IDtype - the typepublic static int filterCountByG_T(long groupId,
int type)
groupId - the group IDtype - the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type, 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static LayoutUtilityPageEntry findByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry findByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry[] findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typepublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type, 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static LayoutUtilityPageEntry[] filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the current layout utility page entrygroupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static void removeByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typepublic static int countByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typepublic static int filterCountByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
int type)
groupId - the group IDdefaultLayoutUtilityPageEntry - the default layout utility page entrytype - the typepublic static LayoutUtilityPageEntry findByG_ERC(long groupId, java.lang.String externalReferenceCode) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException if it could not be found.groupId - the group IDexternalReferenceCode - the external reference codeNoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_ERC(long groupId, java.lang.String externalReferenceCode)
null if it could not be found. Uses the finder cache.groupId - the group IDexternalReferenceCode - the external reference codenull if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_ERC(long groupId, java.lang.String externalReferenceCode, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.groupId - the group IDexternalReferenceCode - the external reference codeuseFinderCache - whether to use the finder cachenull if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry removeByG_ERC(long groupId, java.lang.String externalReferenceCode) throws NoSuchLayoutUtilityPageEntryException
groupId - the group IDexternalReferenceCode - the external reference codeNoSuchLayoutUtilityPageEntryExceptionpublic static int countByG_ERC(long groupId,
java.lang.String externalReferenceCode)
groupId - the group IDexternalReferenceCode - the external reference codepublic static void cacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry)
layoutUtilityPageEntry - the layout utility page entrypublic static void cacheResult(java.util.List<LayoutUtilityPageEntry> layoutUtilityPageEntries)
layoutUtilityPageEntries - the layout utility page entriespublic static LayoutUtilityPageEntry create(long LayoutUtilityPageEntryId)
LayoutUtilityPageEntryId - the primary key for the new layout utility page entrypublic static LayoutUtilityPageEntry remove(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId - the primary key of the layout utility page entryNoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static LayoutUtilityPageEntry updateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry)
public static LayoutUtilityPageEntry findByPrimaryKey(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException if it could not be found.LayoutUtilityPageEntryId - the primary key of the layout utility page entryNoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be foundpublic static LayoutUtilityPageEntry fetchByPrimaryKey(long LayoutUtilityPageEntryId)
null if it could not be found.LayoutUtilityPageEntryId - the primary key of the layout utility page entrynull if a layout utility page entry with the primary key could not be foundpublic static java.util.List<LayoutUtilityPageEntry> findAll()
public static java.util.List<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
start - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public static java.util.List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> 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, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
start - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl.
start - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static LayoutUtilityPageEntryPersistence getPersistence()