Interface LayoutUtilityPageEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LayoutUtilityPageEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(LayoutUtilityPageEntry layoutUtilityPageEntry) Caches the layout utility page entry in the entity cache if it is enabled.void
cacheResult
(List<LayoutUtilityPageEntry> layoutUtilityPageEntries) Caches the layout utility page entries in the entity cache if it is enabled.int
countAll()
Returns the number of layout utility page entries.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.int
countByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.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 = ?.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 ?.int
countByG_N_T
(long groupId, String name, String type) Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.int
countByG_T
(long groupId, String type) Returns the number of layout utility page entries where groupId = ? and type = ?.int
countByG_T
(long groupId, String[] types) Returns the number of layout utility page entries where groupId = ? and type = any ?.int
countByGroupId
(long groupId) Returns the number of layout utility page entries where groupId = ?.int
countByPlid
(long plid) Returns the number of layout utility page entries where plid = ?.int
countByUuid
(String uuid) Returns the number of layout utility page entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of layout utility page entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of layout utility page entries where uuid = ? and groupId = ?.create
(long LayoutUtilityPageEntryId) Creates a new layout utility page entry with the primary key.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.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.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 = ?.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 = ?.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 = ?.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 = ?.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.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.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 = ?.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 = ?.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 = ?.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 = ?.fetchByPlid
(long plid) Returns the layout utility page entry where plid = ? or returnsnull
if it could not be found.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.fetchByPrimaryKey
(long LayoutUtilityPageEntryId) Returns the layout utility page entry with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.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 = ?.fetchByUUID_G
(String uuid, long groupId) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.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.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 = ?.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 = ?.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 = ?.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 ?.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 = ?.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 ?.int
filterCountByGroupId
(long groupId) Returns the number of layout utility page entries that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.filterFindByG_T
(long groupId, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.filterFindByGroupId
(long groupId) Returns all the layout utility page entries that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the layout utility page entries.findAll
(int start, int end) Returns a range of all the layout utility page entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries.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.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.findByG_D_T
(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_LikeN_T
(long groupId, String name, String type) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T
(long groupId, String name, String[] types) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.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 ?.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 ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.Returns all the layout utility page entries where groupId = ? and type = ?.Returns all the layout utility page entries where groupId = ? and type = any ?.Returns a range of all the layout utility page entries where groupId = ? and type = any ?.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 ?.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.Returns a range of all the layout utility page entries where groupId = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByGroupId
(long groupId) Returns all the layout utility page entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout utility page entries where groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByPlid
(long plid) Returns the layout utility page entry where plid = ? or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.findByPrimaryKey
(long LayoutUtilityPageEntryId) Returns the layout utility page entry with the primary key or throws aNoSuchLayoutUtilityPageEntryException
if it could not be found.findByUuid
(String uuid) Returns all the layout utility page entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout utility page entries where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout utility page entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.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 = ?.remove
(long LayoutUtilityPageEntryId) Removes the layout utility page entry with the primary key from the database.void
Removes all the layout utility page entries from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.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.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.removeByG_N_T
(long groupId, String name, String type) Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.void
removeByG_T
(long groupId, String type) Removes all the layout utility page entries where groupId = ? and type = ? from the database.void
removeByGroupId
(long groupId) Removes all the layout utility page entries where groupId = ? from the database.removeByPlid
(long plid) Removes the layout utility page entry where plid = ? from the database.void
removeByUuid
(String uuid) Removes all the layout utility page entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the layout utility page entry where uuid = ? and groupId = ? from the database.updateImpl
(LayoutUtilityPageEntry layoutUtilityPageEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
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
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
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
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 found
-
fetchByUuid_First
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
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 found
-
fetchByUuid_Last
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
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 found
-
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
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 found
-
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
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
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
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
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
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
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 found
-
fetchByUuid_C_First
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
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 found
-
fetchByUuid_C_Last
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
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 found
-
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
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
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
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 found
-
fetchByGroupId_First
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
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 found
-
fetchByGroupId_Last
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
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 found
-
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
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
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 found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the layout utility page entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
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
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
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 found
-
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
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
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
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
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
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 found
-
fetchByG_T_First
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
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 found
-
fetchByG_T_Last
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
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 found
-
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
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
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
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 found
-
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
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
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
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
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
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
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
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
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
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
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 found
-
fetchByG_D_T_First
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
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 found
-
fetchByG_D_T_Last
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
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 found
-
filterFindByG_D_T
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
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
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
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 found
-
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
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
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 found
-
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
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
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
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
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
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
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 found
-
fetchByG_LikeN_T_First
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
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 found
-
fetchByG_LikeN_T_Last
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
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 found
-
filterFindByG_LikeN_T
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
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
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
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 found
-
filterFindByG_LikeN_T
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
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
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
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
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
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
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
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 found
-
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
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
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
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 found
-
updateImpl
-
findByPrimaryKey
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 found
-
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
List<LayoutUtilityPageEntry> 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
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
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
void removeAll()Removes all the layout utility page entries from the database. -
countAll
int countAll()Returns the number of layout utility page entries.- Returns:
- the number of layout utility page entries
-