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 |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.
|
static int |
countByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
static int |
countByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.
|
static int |
countByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types)
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = any ?.
|
static int |
countByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.
|
static int |
countByG_T(long groupId,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and type = ?.
|
static int |
countByG_T(long groupId,
java.lang.String[] types)
Returns the number of layout utility page entries where groupId = ? and type = any ?.
|
static int |
countByGroupId(long groupId)
Returns the number of layout utility page entries where groupId = ?.
|
static int |
countByPlid(long plid)
Returns the number of layout utility page entries where plid = ?.
|
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 |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
static LayoutUtilityPageEntry |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutUtilityPageEntry |
fetchByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String 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,
java.lang.String 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_LikeN_T_First(long groupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByG_LikeN_T_Last(long groupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry |
fetchByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns
null if it could not be found. |
static LayoutUtilityPageEntry |
fetchByG_N_T(long groupId,
java.lang.String name,
java.lang.String type,
boolean useFinderCache)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutUtilityPageEntry |
fetchByG_T_First(long groupId,
java.lang.String 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,
java.lang.String 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 |
fetchByPlid(long plid)
Returns the layout utility page entry where plid = ? or returns
null if it could not be found. |
static LayoutUtilityPageEntry |
fetchByPlid(long plid,
boolean useFinderCache)
Returns the layout utility page entry where plid = ? or returns
null if it could not be found, optionally using the finder cache. |
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,
java.lang.String 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_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.
|
static int |
filterCountByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.
|
static int |
filterCountByG_T(long groupId,
java.lang.String type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
static int |
filterCountByG_T(long groupId,
java.lang.String[] types)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = any ?.
|
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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types,
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 permission to view where groupId = ? and name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry[] |
filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
java.lang.String 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,
java.lang.String 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,
java.lang.String[] types)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String[] types,
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 = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String[] types,
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 permission to view where groupId = ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String 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,
java.lang.String 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 |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
static LayoutUtilityPageEntry |
findByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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_LikeN_T_First(long groupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry |
findByG_LikeN_T_Last(long groupId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry[] |
findByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types)
Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types,
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 name LIKE ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String[] types,
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 name LIKE ? and type = ?, optionally using the finder cache.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String 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 name LIKE ? and type = ?.
|
static LayoutUtilityPageEntry |
findByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
static LayoutUtilityPageEntry |
findByG_T_First(long groupId,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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,
java.lang.String type)
Returns all the layout utility page entries where groupId = ? and type = ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String[] types)
Returns all the layout utility page entries where groupId = ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String[] types,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and type = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String[] types,
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 = any ?.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String[] types,
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 = ?, optionally using the finder cache.
|
static java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String 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,
java.lang.String 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,
java.lang.String 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 |
findByPlid(long plid)
Returns the layout utility page entry where plid = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
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 LayoutUtilityPageEntry |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.
|
static void |
removeByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.
|
static void |
removeByG_LikeN_T(long groupId,
java.lang.String name,
java.lang.String type)
Removes all the layout utility page entries where groupId = ? and name LIKE ? and type = ? from the database.
|
static LayoutUtilityPageEntry |
removeByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.
|
static void |
removeByG_T(long groupId,
java.lang.String 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 LayoutUtilityPageEntry |
removeByPlid(long plid)
Removes the layout utility page entry where plid = ? 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 void |
setPersistence(LayoutUtilityPageEntryPersistence persistence) |
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 IDNoSuchLayoutUtilityPageEntryException
public 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 LayoutUtilityPageEntry findByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.plid
- the plidNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByPlid(long plid)
null
if it could not be found. Uses the finder cache.plid
- the plidnull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByPlid(long plid, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.plid
- the pliduseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry removeByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
plid
- the plidNoSuchLayoutUtilityPageEntryException
public static int countByPlid(long plid)
plid
- the plidpublic static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String type)
groupId
- the group IDtype
- the typepublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String[] types)
groupId
- the group IDtypes
- the typespublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, java.lang.String[] types, 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 IDtypes
- the typesstart
- 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, java.lang.String[] types, 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 IDtypes
- the typesstart
- 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, java.lang.String[] types)
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 IDtypes
- the typespublic static java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String[] types, 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 IDtypes
- the typesstart
- 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, java.lang.String[] types, 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 IDtypes
- the typesstart
- 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, java.lang.String[] types, 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 IDtypes
- the typesstart
- 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 removeByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typepublic static int countByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typepublic static int countByG_T(long groupId, java.lang.String[] types)
groupId
- the group IDtypes
- the typespublic static int filterCountByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typepublic static int filterCountByG_T(long groupId, java.lang.String[] types)
groupId
- the group IDtypes
- the typespublic static java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String 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, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typepublic static int countByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typepublic static int filterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typepublic static LayoutUtilityPageEntry findByG_N_T(long groupId, java.lang.String name, java.lang.String type) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.groupId
- the group IDname
- the nametype
- the typeNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_N_T(long groupId, java.lang.String name, java.lang.String type)
null
if it could not be found. Uses the finder cache.groupId
- the group IDname
- the nametype
- the typenull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByG_N_T(long groupId, java.lang.String name, java.lang.String type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry removeByG_N_T(long groupId, java.lang.String name, java.lang.String type) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDname
- the nametype
- the typeNoSuchLayoutUtilityPageEntryException
public static int countByG_N_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static java.util.List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, java.lang.String name, java.lang.String 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 IDname
- the nametype
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String 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 IDname
- the nametype
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String 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 IDname
- the nametype
- 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_LikeN_T_First(long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDname
- the nametype
- 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_LikeN_T_First(long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDname
- the nametype
- 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_LikeN_T_Last(long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDname
- the nametype
- 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_LikeN_T_Last(long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDname
- the nametype
- 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_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDname
- the nametype
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, java.lang.String name, java.lang.String 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 IDname
- the nametype
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String 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 IDname
- the nametype
- 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_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDname
- the nametype
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types)
groupId
- the group IDname
- the nametypes
- the typespublic static java.util.List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types, 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 IDname
- the nametypes
- the typesstart
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types, 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 IDname
- the nametypes
- the typesstart
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types)
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 IDname
- the nametypes
- the typespublic static java.util.List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types, 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 IDname
- the nametypes
- the typesstart
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types, 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 IDname
- the nametypes
- the typesstart
- 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_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types, 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 IDname
- the nametypes
- the typesstart
- 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 removeByG_LikeN_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static int countByG_LikeN_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static int countByG_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types)
groupId
- the group IDname
- the nametypes
- the typespublic static int filterCountByG_LikeN_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typepublic static int filterCountByG_LikeN_T(long groupId, java.lang.String name, java.lang.String[] types)
groupId
- the group IDname
- the nametypes
- the typespublic static LayoutUtilityPageEntry findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundpublic static LayoutUtilityPageEntry removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchLayoutUtilityPageEntryException
public static int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDpublic 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()
public static void setPersistence(LayoutUtilityPageEntryPersistence persistence)