Class LayoutUtilityPageEntryUtil
com.liferay.layout.utility.page.service.persistence.impl.LayoutUtilityPageEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry) Caches the layout utility page entry in the entity cache if it is enabled.static voidcacheResult(List<LayoutUtilityPageEntry> layoutUtilityPageEntries) Caches the layout utility page entries in the entity cache if it is enabled.static voidstatic voidclearCache(LayoutUtilityPageEntry layoutUtilityPageEntry) static intcountAll()Returns the number of layout utility page entries.static intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.static intcountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static intcountByG_LikeN_T(long groupId, String name, String type) Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.static intcountByG_LikeN_T(long groupId, String name, String[] types) Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = any ?.static intcountByG_N_T(long groupId, String name, String type) Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.static intcountByG_T(long groupId, String type) Returns the number of layout utility page entries where groupId = ? and type = ?.static intcountByG_T(long groupId, String[] types) Returns the number of layout utility page entries where groupId = ? and type = any ?.static intcountByGroupId(long groupId) Returns the number of layout utility page entries where groupId = ?.static intcountByPlid(long plid) Returns the number of layout utility page entries where plid = ?.static intcountByUuid(String uuid) Returns the number of layout utility page entries where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of layout utility page entries where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of layout utility page entries where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static LayoutUtilityPageEntrycreate(long LayoutUtilityPageEntryId) Creates a new layout utility page entry with the primary key.static LayoutUtilityPageEntryfetchByERC_G(String externalReferenceCode, long groupId) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static LayoutUtilityPageEntryfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutUtilityPageEntryfetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntryfetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntryfetchByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntryfetchByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntryfetchByG_N_T(long groupId, String name, String type) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnullif it could not be found.static LayoutUtilityPageEntryfetchByG_N_T(long groupId, String name, String type, boolean useFinderCache) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutUtilityPageEntryfetchByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.static LayoutUtilityPageEntryfetchByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.static LayoutUtilityPageEntryfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ?.static LayoutUtilityPageEntryfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ?.static LayoutUtilityPageEntryfetchByPlid(long plid) Returns the layout utility page entry where plid = ? or returnsnullif it could not be found.static LayoutUtilityPageEntryfetchByPlid(long plid, boolean useFinderCache) Returns the layout utility page entry where plid = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutUtilityPageEntryfetchByPrimaryKey(long LayoutUtilityPageEntryId) Returns the layout utility page entry with the primary key or returnsnullif it could not be found.static Map<Serializable,LayoutUtilityPageEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static LayoutUtilityPageEntryfetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.static LayoutUtilityPageEntryfetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.static LayoutUtilityPageEntryfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ?.static LayoutUtilityPageEntryfetchByUUID_G(String uuid, long groupId) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnullif it could not be found.static LayoutUtilityPageEntryfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutUtilityPageEntryfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ?.static intfilterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static intfilterCountByG_LikeN_T(long groupId, String name, String type) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static intfilterCountByG_LikeN_T(long groupId, String name, String[] types) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static intfilterCountByG_T(long groupId, String type) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.static intfilterCountByG_T(long groupId, String[] types) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = any ?.static intfilterCountByGroupId(long groupId) Returns the number of layout utility page entries that the user has permission to view where groupId = ?.static List<LayoutUtilityPageEntry>filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntry[]filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntry[]filterFindByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String[] types) Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String[] types, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and type = ?.static LayoutUtilityPageEntry[]filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>filterFindByGroupId(long groupId) Returns all the layout utility page entries that the user has permission to view where groupId = ?.static List<LayoutUtilityPageEntry>filterFindByGroupId(long groupId, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ?.static List<LayoutUtilityPageEntry>filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ?.static LayoutUtilityPageEntry[]filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ?.static List<LayoutUtilityPageEntry>findAll()Returns all the layout utility page entries.static List<LayoutUtilityPageEntry>findAll(int start, int end) Returns a range of all the layout utility page entries.static List<LayoutUtilityPageEntry>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries.static List<LayoutUtilityPageEntry>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries.static LayoutUtilityPageEntryfindByERC_G(String externalReferenceCode, long groupId) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.static List<LayoutUtilityPageEntry>findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntryfindByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntryfindByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static LayoutUtilityPageEntry[]findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String type) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String[] types, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?, optionally using the finder cache.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutUtilityPageEntry>findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntryfindByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntryfindByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntry[]findByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutUtilityPageEntryfindByG_N_T(long groupId, String name, String type) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.static List<LayoutUtilityPageEntry>Returns all the layout utility page entries where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>Returns all the layout utility page entries where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>Returns a range of all the layout utility page entries where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and type = any ?.static List<LayoutUtilityPageEntry>findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?, optionally using the finder cache.static List<LayoutUtilityPageEntry>Returns a range of all the layout utility page entries where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.static LayoutUtilityPageEntryfindByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.static LayoutUtilityPageEntryfindByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.static LayoutUtilityPageEntry[]findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.static List<LayoutUtilityPageEntry>findByGroupId(long groupId) Returns all the layout utility page entries where groupId = ?.static List<LayoutUtilityPageEntry>findByGroupId(long groupId, int start, int end) Returns a range of all the layout utility page entries where groupId = ?.static List<LayoutUtilityPageEntry>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ?.static List<LayoutUtilityPageEntry>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ?.static LayoutUtilityPageEntryfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ?.static LayoutUtilityPageEntryfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ?.static LayoutUtilityPageEntry[]findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.static LayoutUtilityPageEntryfindByPlid(long plid) Returns the layout utility page entry where plid = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.static LayoutUtilityPageEntryfindByPrimaryKey(long LayoutUtilityPageEntryId) Returns the layout utility page entry with the primary key or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.static List<LayoutUtilityPageEntry>findByUuid(String uuid) Returns all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>findByUuid(String uuid, int start, int end) Returns a range of all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where uuid = ?.static List<LayoutUtilityPageEntry>findByUuid_C(String uuid, long companyId) Returns all the layout utility page entries where uuid = ? and companyId = ?.static List<LayoutUtilityPageEntry>findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.static List<LayoutUtilityPageEntry>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.static List<LayoutUtilityPageEntry>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.static LayoutUtilityPageEntryfindByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.static LayoutUtilityPageEntryfindByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.static LayoutUtilityPageEntry[]findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ? and companyId = ?.static LayoutUtilityPageEntryfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ?.static LayoutUtilityPageEntryfindByUUID_G(String uuid, long groupId) Returns the layout utility page entry where uuid = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.static LayoutUtilityPageEntryfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ?.static LayoutUtilityPageEntry[]findByUuid_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ?.static List<LayoutUtilityPageEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<LayoutUtilityPageEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<LayoutUtilityPageEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static LayoutUtilityPageEntryremove(long LayoutUtilityPageEntryId) Removes the layout utility page entry with the primary key from the database.static voidRemoves all the layout utility page entries from the database.static LayoutUtilityPageEntryremoveByERC_G(String externalReferenceCode, long groupId) Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.static voidremoveByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.static voidremoveByG_LikeN_T(long groupId, String name, String type) Removes all the layout utility page entries where groupId = ? and name LIKE ? and type = ? from the database.static LayoutUtilityPageEntryremoveByG_N_T(long groupId, String name, String type) Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.static voidremoveByG_T(long groupId, String type) Removes all the layout utility page entries where groupId = ? and type = ? from the database.static voidremoveByGroupId(long groupId) Removes all the layout utility page entries where groupId = ? from the database.static LayoutUtilityPageEntryremoveByPlid(long plid) Removes the layout utility page entry where plid = ? from the database.static voidremoveByUuid(String uuid) Removes all the layout utility page entries where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.static LayoutUtilityPageEntryremoveByUUID_G(String uuid, long groupId) Removes the layout utility page entry where uuid = ? and groupId = ? from the database.static voidsetPersistence(LayoutUtilityPageEntryPersistence persistence) static LayoutUtilityPageEntryupdate(LayoutUtilityPageEntry layoutUtilityPageEntry) static LayoutUtilityPageEntryupdate(LayoutUtilityPageEntry layoutUtilityPageEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutUtilityPageEntryupdateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry)
-
Constructor Details
-
LayoutUtilityPageEntryUtil
public LayoutUtilityPageEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,LayoutUtilityPageEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<LayoutUtilityPageEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static LayoutUtilityPageEntry update(LayoutUtilityPageEntry layoutUtilityPageEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the layout utility page entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching layout utility page entries
-
findByUuid
Returns a range of all the layout utility page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByUuid
public static List<LayoutUtilityPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid
public static List<LayoutUtilityPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_First
public static LayoutUtilityPageEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_First
public static LayoutUtilityPageEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByUuid_Last
public static LayoutUtilityPageEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_Last
public static LayoutUtilityPageEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByUuid_PrevAndNext
public static LayoutUtilityPageEntry[] findByUuid_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entryuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByUuid
Removes all the layout utility page entries where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of layout utility page entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching layout utility page entries
-
findByUUID_G
public static LayoutUtilityPageEntry findByUUID_G(String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where uuid = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUUID_G
Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
fetchByUUID_G
public static LayoutUtilityPageEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the layout utility page entry where uuid = ? and groupId = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
removeByUUID_G
public static LayoutUtilityPageEntry removeByUUID_G(String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByUUID_G
Returns the number of layout utility page entries where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching layout utility page entries
-
findByUuid_C
Returns all the layout utility page entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_C
public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByUuid_C_First
public static LayoutUtilityPageEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_C_First
public static LayoutUtilityPageEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByUuid_C_Last
public static LayoutUtilityPageEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByUuid_C_Last
public static LayoutUtilityPageEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByUuid_C_PrevAndNext
public static LayoutUtilityPageEntry[] findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entryuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByUuid_C
Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of layout utility page entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching layout utility page entries
-
findByGroupId
Returns all the layout utility page entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching layout utility page entries
-
findByGroupId
Returns a range of all the layout utility page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByGroupId
public static List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByGroupId
public static List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByGroupId_First
public static LayoutUtilityPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByGroupId_First
public static LayoutUtilityPageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByGroupId_Last
public static LayoutUtilityPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByGroupId_Last
public static LayoutUtilityPageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByGroupId_PrevAndNext
public static LayoutUtilityPageEntry[] findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByGroupId
Returns all the layout utility page entries that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByGroupId
public static List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the layout utility page entries where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of layout utility page entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching layout utility page entries
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of layout utility page entries that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByPlid
public static LayoutUtilityPageEntry findByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where plid = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.- Parameters:
plid- the plid- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByPlid
Returns the layout utility page entry where plid = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
plid- the plid- Returns:
- the matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
fetchByPlid
Returns the layout utility page entry where plid = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
removeByPlid
public static LayoutUtilityPageEntry removeByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where plid = ? from the database.- Parameters:
plid- the plid- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByPlid
public static int countByPlid(long plid) Returns the number of layout utility page entries where plid = ?.- Parameters:
plid- the plid- Returns:
- the number of matching layout utility page entries
-
findByG_T
Returns all the layout utility page entries where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the matching layout utility page entries
-
findByG_T
Returns a range of all the layout utility page entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T_First
public static LayoutUtilityPageEntry findByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_T_First
public static LayoutUtilityPageEntry fetchByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_T_Last
public static LayoutUtilityPageEntry findByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_T_Last
public static LayoutUtilityPageEntry fetchByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_T
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_T
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.- Parameters:
groupId- the group IDtypes- the types- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String[] types, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtypes- the types- Returns:
- the matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_T
public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDtypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
removeByG_T
Removes all the layout utility page entries where groupId = ? and type = ? from the database.- Parameters:
groupId- the group IDtype- the type
-
countByG_T
Returns the number of layout utility page entries where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the number of matching layout utility page entries
-
countByG_T
Returns the number of layout utility page entries where groupId = ? and type = any ?.- Parameters:
groupId- the group IDtypes- the types- Returns:
- the number of matching layout utility page entries
-
filterCountByG_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
filterCountByG_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = any ?.- Parameters:
groupId- the group IDtypes- the types- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the type- Returns:
- the matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_D_T
public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_D_T_First
public static LayoutUtilityPageEntry findByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_D_T_First
public static LayoutUtilityPageEntry fetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_D_T_Last
public static LayoutUtilityPageEntry findByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_D_T_Last
public static LayoutUtilityPageEntry fetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_D_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T
public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_D_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
removeByG_D_T
Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the type
-
countByG_D_T
Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the type- Returns:
- the number of matching layout utility page entries
-
filterCountByG_D_T
public static int filterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type) Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.- Parameters:
groupId- the group IDdefaultLayoutUtilityPageEntry- the default layout utility page entrytype- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByG_N_T
public static LayoutUtilityPageEntry findByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_N_T
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
fetchByG_N_T
public static LayoutUtilityPageEntry fetchByG_N_T(long groupId, String name, String type, boolean useFinderCache) Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
removeByG_N_T
public static LayoutUtilityPageEntry removeByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByG_N_T
Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the number of matching layout utility page entries
-
findByG_LikeN_T
Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T_First
public static LayoutUtilityPageEntry findByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_LikeN_T_First
public static LayoutUtilityPageEntry fetchByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_LikeN_T_Last
public static LayoutUtilityPageEntry findByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByG_LikeN_T_Last
public static LayoutUtilityPageEntry fetchByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout utility page entry, or
nullif a matching layout utility page entry could not be found
-
findByG_LikeN_T_PrevAndNext
public static LayoutUtilityPageEntry[] findByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametype- the typestart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T_PrevAndNext
public static LayoutUtilityPageEntry[] filterFindByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
LayoutUtilityPageEntryId- the primary key of the current layout utility page entrygroupId- the group IDname- the nametype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId- the group IDname- the nametypes- the types- Returns:
- the matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end) Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries that the user has permission to view
-
filterFindByG_LikeN_T
public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries that the user has permission to view
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types) Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the types- Returns:
- the matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end) Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layout utility page entries
-
findByG_LikeN_T
public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
groupId- the group IDname- the nametypes- the typesstart- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layout utility page entries
-
removeByG_LikeN_T
Removes all the layout utility page entries where groupId = ? and name LIKE ? and type = ? from the database.- Parameters:
groupId- the group IDname- the nametype- the type
-
countByG_LikeN_T
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the number of matching layout utility page entries
-
countByG_LikeN_T
Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId- the group IDname- the nametypes- the types- Returns:
- the number of matching layout utility page entries
-
filterCountByG_LikeN_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId- the group IDname- the nametype- the type- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
filterCountByG_LikeN_T
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId- the group IDname- the nametypes- the types- Returns:
- the number of matching layout utility page entries that the user has permission to view
-
findByERC_G
public static LayoutUtilityPageEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a matching layout utility page entry could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByERC_G
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
fetchByERC_G
public static LayoutUtilityPageEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching layout utility page entry could not be found
-
removeByERC_G
public static LayoutUtilityPageEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException
-
countByERC_G
Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the number of matching layout utility page entries
-
cacheResult
Caches the layout utility page entry in the entity cache if it is enabled.- Parameters:
layoutUtilityPageEntry- the layout utility page entry
-
cacheResult
Caches the layout utility page entries in the entity cache if it is enabled.- Parameters:
layoutUtilityPageEntries- the layout utility page entries
-
create
Creates a new layout utility page entry with the primary key. Does not add the layout utility page entry to the database.- Parameters:
LayoutUtilityPageEntryId- the primary key for the new layout utility page entry- Returns:
- the new layout utility page entry
-
remove
public static LayoutUtilityPageEntry remove(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException Removes the layout utility page entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
LayoutUtilityPageEntryId- the primary key of the layout utility page entry- Returns:
- the layout utility page entry that was removed
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
updateImpl
-
findByPrimaryKey
public static LayoutUtilityPageEntry findByPrimaryKey(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException Returns the layout utility page entry with the primary key or throws aNoSuchLayoutUtilityPageEntryExceptionif it could not be found.- Parameters:
LayoutUtilityPageEntryId- the primary key of the layout utility page entry- Returns:
- the layout utility page entry
- Throws:
NoSuchLayoutUtilityPageEntryException- if a layout utility page entry with the primary key could not be foundNoSuchLayoutUtilityPageEntryException
-
fetchByPrimaryKey
Returns the layout utility page entry with the primary key or returnsnullif it could not be found.- Parameters:
LayoutUtilityPageEntryId- the primary key of the layout utility page entry- Returns:
- the layout utility page entry, or
nullif a layout utility page entry with the primary key could not be found
-
findAll
Returns all the layout utility page entries.- Returns:
- the layout utility page entries
-
findAll
Returns a range of all the layout utility page entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
start- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)- Returns:
- the range of layout utility page entries
-
findAll
public static List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) Returns an ordered range of all the layout utility page entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
start- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of layout utility page entries
-
findAll
public static List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout utility page entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutUtilityPageEntryModelImpl.- Parameters:
start- the lower bound of the range of layout utility page entriesend- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of layout utility page entries
-
removeAll
public static void removeAll()Removes all the layout utility page entries from the database. -
countAll
public static int countAll()Returns the number of layout utility page entries.- Returns:
- the number of layout utility page entries
-
getPersistence
-
setPersistence
-