Class LayoutUtilityPageEntryUtil
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
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(LayoutUtilityPageEntry layoutUtilityPageEntry) Caches the layout utility page entry in the entity cache if it is enabled.static void
cacheResult
(List<LayoutUtilityPageEntry> layoutUtilityPageEntries) Caches the layout utility page entries in the entity cache if it is enabled.static void
static void
clearCache
(LayoutUtilityPageEntry layoutUtilityPageEntry) static int
countAll()
Returns the number of layout utility page entries.static int
countByERC_G
(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, String type) Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static int
countByG_LikeN_T
(long groupId, String name, String type) Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.static int
countByG_LikeN_T
(long groupId, String name, 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, String name, String type) Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.static int
countByG_T
(long groupId, String type) Returns the number of layout utility page entries where groupId = ? and type = ?.static int
countByG_T
(long groupId, 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
(String uuid) Returns the number of layout utility page entries where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of layout utility page entries where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of layout utility page entries where uuid = ? and groupId = ?.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
(String externalReferenceCode, long groupId) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static LayoutUtilityPageEntry
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutUtilityPageEntry
fetchByG_D_T_First
(long groupId, boolean defaultLayoutUtilityPageEntry, 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, 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, String name, 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, String name, 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, String name, String type) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnull
if it could not be found.static LayoutUtilityPageEntry
fetchByG_N_T
(long groupId, String name, String type, boolean useFinderCache) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutUtilityPageEntry
fetchByG_T_First
(long groupId, 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, 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 returnsnull
if it could not be found.static LayoutUtilityPageEntry
fetchByPlid
(long plid, boolean useFinderCache) Returns the layout utility page entry where plid = ? or returnsnull
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 returnsnull
if it could not be found.static Map<Serializable,
LayoutUtilityPageEntry> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static LayoutUtilityPageEntry
fetchByUuid_C_First
(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
(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
(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
(String uuid, long groupId) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static LayoutUtilityPageEntry
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutUtilityPageEntry
fetchByUuid_Last
(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, 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, String name, 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, String name, 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, 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, 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 List<LayoutUtilityPageEntry>
filterFindByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>
filterFindByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, 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 List<LayoutUtilityPageEntry>
filterFindByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, 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_D_T_PrevAndNext
(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, 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 List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
filterFindByG_LikeN_T
(long groupId, String name, 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_LikeN_T_PrevAndNext
(long LayoutUtilityPageEntryId, long groupId, String name, 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 List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, String[] types) Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
filterFindByG_T
(long groupId, 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[]
filterFindByG_T_PrevAndNext
(long LayoutUtilityPageEntryId, long groupId, 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 List<LayoutUtilityPageEntry>
filterFindByGroupId
(long groupId) Returns all the layout utility page entries that the user has permission to view where groupId = ?.static 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 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 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 List<LayoutUtilityPageEntry>
findAll()
Returns all the layout utility page entries.static List<LayoutUtilityPageEntry>
findAll
(int start, int end) Returns a range of all the layout utility page entries.static 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 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
(String externalReferenceCode, long groupId) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.static List<LayoutUtilityPageEntry>
findByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>
findByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>
findByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, 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 List<LayoutUtilityPageEntry>
findByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, 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_D_T_First
(long groupId, boolean defaultLayoutUtilityPageEntry, 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, 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, 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 List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, String type) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, String[] types) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, 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 List<LayoutUtilityPageEntry>
findByG_LikeN_T
(long groupId, String name, 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_LikeN_T_First
(long groupId, String name, 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, String name, 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, String name, 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 LayoutUtilityPageEntry
findByG_N_T
(long groupId, String name, String type) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.static List<LayoutUtilityPageEntry>
Returns all the layout utility page entries where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>
Returns all the layout utility page entries where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>
Returns a range of all the layout utility page entries where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>
findByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
findByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
Returns a range of all the layout utility page entries where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>
findByG_T
(long groupId, 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 List<LayoutUtilityPageEntry>
findByG_T
(long groupId, 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
findByG_T_First
(long groupId, 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, 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, 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 List<LayoutUtilityPageEntry>
findByGroupId
(long groupId) Returns all the layout utility page entries where groupId = ?.static List<LayoutUtilityPageEntry>
findByGroupId
(long groupId, int start, int end) Returns a range of all the layout utility page entries where groupId = ?.static 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 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
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 LayoutUtilityPageEntry
findByPlid
(long plid) Returns the layout utility page entry where plid = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.static LayoutUtilityPageEntry
findByPrimaryKey
(long LayoutUtilityPageEntryId) Returns the layout utility page entry with the primary key or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.static List<LayoutUtilityPageEntry>
findByUuid
(String uuid) Returns all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>
findByUuid
(String uuid, int start, int end) Returns a range of all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>
findByUuid
(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 List<LayoutUtilityPageEntry>
findByUuid
(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 List<LayoutUtilityPageEntry>
findByUuid_C
(String uuid, long companyId) Returns all the layout utility page entries where uuid = ? and companyId = ?.static List<LayoutUtilityPageEntry>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.static List<LayoutUtilityPageEntry>
findByUuid_C
(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 List<LayoutUtilityPageEntry>
findByUuid_C
(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_C_First
(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
(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, 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 LayoutUtilityPageEntry
findByUuid_First
(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
(String uuid, long groupId) Returns the layout utility page entry where uuid = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.static LayoutUtilityPageEntry
findByUuid_Last
(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, 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 List<LayoutUtilityPageEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<LayoutUtilityPageEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<LayoutUtilityPageEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static LayoutUtilityPageEntry
remove
(long LayoutUtilityPageEntryId) Removes the layout utility page entry with the primary key from the database.static void
Removes all the layout utility page entries from the database.static LayoutUtilityPageEntry
removeByERC_G
(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, 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, String name, 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, String name, String type) Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.static void
removeByG_T
(long groupId, 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
(String uuid) Removes all the layout utility page entries where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.static LayoutUtilityPageEntry
removeByUUID_G
(String uuid, long groupId) Removes the layout utility page entry where uuid = ? and groupId = ? 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)
-
Constructor Details
-
LayoutUtilityPageEntryUtil
public LayoutUtilityPageEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,LayoutUtilityPageEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static LayoutUtilityPageEntry update(LayoutUtilityPageEntry layoutUtilityPageEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the layout utility page entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout utility page entries
-
findByUuid
Returns a range of all the layout utility page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByUuid
public static List<LayoutUtilityPageEntry> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid
public static List<LayoutUtilityPageEntry> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_First
public static LayoutUtilityPageEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_First
public static LayoutUtilityPageEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByUuid_Last
public static LayoutUtilityPageEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_Last
public static LayoutUtilityPageEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByUuid_PrevAndNext
public static LayoutUtilityPageEntry[] findByUuid_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByUuid
Removes all the layout utility page entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout utility page entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout utility page entries
-
findByUUID_G
public static LayoutUtilityPageEntry findByUUID_G(String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where uuid = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUUID_G
Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
fetchByUUID_G
public static LayoutUtilityPageEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
removeByUUID_G
public static LayoutUtilityPageEntry removeByUUID_G(String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByUUID_G
Returns the number of layout utility page entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching layout utility page entries
-
findByUuid_C
Returns all the layout utility page entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_C_First
public static LayoutUtilityPageEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_C_First
public static LayoutUtilityPageEntry fetchByUuid_C_First(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByUuid_C_Last
public static LayoutUtilityPageEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_C_Last
public static LayoutUtilityPageEntry fetchByUuid_C_Last(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByUuid_C_PrevAndNext
public static LayoutUtilityPageEntry[] findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByUuid_C
Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout utility page entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout utility page entries
-
findByGroupId
Returns all the layout utility page entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout utility page entries
-
findByGroupId
Returns a range of all the layout utility page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByGroupId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByGroupId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByGroupId_First
public static LayoutUtilityPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByGroupId_First
public 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 = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByGroupId_Last
public static LayoutUtilityPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByGroupId_Last
public 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 = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByGroupId_PrevAndNext
public static LayoutUtilityPageEntry[] findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByGroupId
Returns all the layout utility page entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByGroupId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the layout utility page entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of layout utility page entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout utility page entries
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of layout utility page entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByPlid
public static LayoutUtilityPageEntry findByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where plid = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.- Parameters:
plid
- the plid- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByPlid
Returns the layout utility page entry where plid = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
plid
- the plid- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
fetchByPlid
Returns the layout utility page entry where plid = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
plid
- the pliduseFinderCache
- whether to use the finder cache- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
removeByPlid
public static LayoutUtilityPageEntry removeByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where plid = ? from the database.- Parameters:
plid
- the plid- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByPlid
public static int countByPlid(long plid) Returns the number of layout utility page entries where plid = ?.- Parameters:
plid
- the plid- Returns:
- the number of matching layout utility page entries
-
findByG_T
Returns all the layout utility page entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout utility page entries
-
findByG_T
Returns a range of all the layout utility page entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T_First
public static LayoutUtilityPageEntry findByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_T_First
public static LayoutUtilityPageEntry fetchByG_T_First(long groupId, 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 = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_T_Last
public static LayoutUtilityPageEntry findByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_T_Last
public static LayoutUtilityPageEntry fetchByG_T_Last(long groupId, 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 = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_T
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_T
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
findByG_T
Returns all the layout utility page entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
removeByG_T
Removes all the layout utility page entries where groupId = ? and type = ? from the database.- Parameters:
groupId
- the group IDtype
- the type
-
countByG_T
Returns the number of layout utility page entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching layout utility page entries
-
countByG_T
Returns the number of layout utility page entries where groupId = ? and type = any ?.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the number of matching layout utility page entries
-
filterCountByG_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
filterCountByG_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = any ?.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the type- Returns:
- the matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_D_T_First
public static LayoutUtilityPageEntry findByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_D_T_First
public static LayoutUtilityPageEntry fetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_D_T_Last
public static LayoutUtilityPageEntry findByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_D_T_Last
public static LayoutUtilityPageEntry fetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_D_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByG_D_T
Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the type
-
countByG_D_T
Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the type- Returns:
- the number of matching layout utility page entries
-
filterCountByG_D_T
public static int filterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByG_N_T
public static LayoutUtilityPageEntry findByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_N_T
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
fetchByG_N_T
public static LayoutUtilityPageEntry fetchByG_N_T(long groupId, String name, String type, boolean useFinderCache) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
removeByG_N_T
public static LayoutUtilityPageEntry removeByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByG_N_T
Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout utility page entries
-
findByG_LikeN_T
Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T_First
public static LayoutUtilityPageEntry findByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_LikeN_T_First
public static LayoutUtilityPageEntry fetchByG_LikeN_T_First(long groupId, String name, 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 = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_LikeN_T_Last
public static LayoutUtilityPageEntry findByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_LikeN_T_Last
public static LayoutUtilityPageEntry fetchByG_LikeN_T_Last(long groupId, String name, 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 = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
findByG_LikeN_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
removeByG_LikeN_T
Removes all the layout utility page entries where groupId = ? and name LIKE ? and type = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the type
-
countByG_LikeN_T
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout utility page entries
-
countByG_LikeN_T
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the number of matching layout utility page entries
-
filterCountByG_LikeN_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
filterCountByG_LikeN_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByERC_G
public static LayoutUtilityPageEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByERC_G
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
fetchByERC_G
public static LayoutUtilityPageEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout utility page entry, or
null
if a matching layout utility page entry could not be found
-
removeByERC_G
public static LayoutUtilityPageEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByERC_G
Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching layout utility page entries
-
cacheResult
Caches the layout utility page entry in the entity cache if it is enabled.- Parameters:
layoutUtilityPageEntry
- the layout utility page entry
-
cacheResult
Caches the layout utility page entries in the entity cache if it is enabled.- Parameters:
layoutUtilityPageEntries
- the layout utility page entries
-
create
Creates a new layout utility page entry with the primary key. Does not add the layout utility page entry to the database.- Parameters:
LayoutUtilityPageEntryId
- the primary key for the new layout utility page entry- Returns:
- the new layout utility page entry
-
remove
public static LayoutUtilityPageEntry remove(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the layout utility page entry- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
updateImpl
-
findByPrimaryKey
public static LayoutUtilityPageEntry findByPrimaryKey(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry with the primary key or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the layout utility page entry- Returns:
- the layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByPrimaryKey
Returns the layout utility page entry with the primary key or returnsnull
if it could not be found.- Parameters:
LayoutUtilityPageEntryId
- the primary key of the layout utility page entry- Returns:
- the layout utility page entry, or
null
if a layout utility page entry with the primary key could not be found
-
findAll
Returns all the layout utility page entries.- Returns:
- the layout utility page entries
-
findAll
Returns a range of all the layout utility page entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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)- Returns:
- the range of layout utility page entries
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of layout utility page entries
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of layout utility page entries
-
removeAll
public static void removeAll()Removes all the layout utility page entries from the database. -
countAll
public static int countAll()Returns the number of layout utility page entries.- Returns:
- the number of layout utility page entries
-
getPersistence
-
setPersistence
-