Class LayoutPageTemplateEntryUtil
com.liferay.layout.page.template.service.persistence.impl.LayoutPageTemplateEntryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(LayoutPageTemplateEntry layoutPageTemplateEntry) Caches the layout page template entry in the entity cache if it is enabled.static void
cacheResult
(List<LayoutPageTemplateEntry> layoutPageTemplateEntries) Caches the layout page template entries in the entity cache if it is enabled.static void
static void
clearCache
(LayoutPageTemplateEntry layoutPageTemplateEntry) static int
countAll()
Returns the number of layout page template entries.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of layout page template entries where externalReferenceCode = ? and groupId = ?.static int
countByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static int
countByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static int
countByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static int
countByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static int
countByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static int
countByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static int
countByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate) Returns the number of layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static int
countByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.static int
countByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static int
countByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static int
countByG_L_N_T
(long groupId, long layoutPageTemplateCollectionId, String name, int type) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ?.static int
countByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static int
countByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static int
countByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateEntryKey = ?.static int
countByG_N
(long groupId, String name) Returns the number of layout page template entries where groupId = ? and name = ?.static int
countByG_N_T
(long groupId, String name, int type) Returns the number of layout page template entries where groupId = ? and name = ? and type = ?.static int
countByG_S
(long groupId, int status) Returns the number of layout page template entries where groupId = ? and status = ?.static int
countByG_T
(long groupId, int type) Returns the number of layout page template entries where groupId = ? and type = ?.static int
countByG_T
(long groupId, int[] types) Returns the number of layout page template entries where groupId = ? and type = any ?.static int
countByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status) Returns the number of layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static int
countByG_T_LikeN
(long groupId, String name, int type) Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = ?.static int
countByG_T_LikeN
(long groupId, String name, int[] types) Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = any ?.static int
countByG_T_LikeN_S
(long groupId, String name, int[] types, int status) Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.static int
countByG_T_LikeN_S
(long groupId, String name, int type, int status) Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.static int
countByG_T_S
(long groupId, int[] types, int status) Returns the number of layout page template entries where groupId = ? and type = any ? and status = ?.static int
countByG_T_S
(long groupId, int type, int status) Returns the number of layout page template entries where groupId = ? and type = ? and status = ?.static int
countByGroupId
(long groupId) Returns the number of layout page template entries where groupId = ?.static int
countByLayoutPrototypeId
(long layoutPrototypeId) Returns the number of layout page template entries where layoutPrototypeId = ?.static int
countByPlid
(long plid) Returns the number of layout page template entries where plid = ?.static int
countByUuid
(String uuid) Returns the number of layout page template entries where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of layout page template entries where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of layout page template entries where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static LayoutPageTemplateEntry
create
(long layoutPageTemplateEntryId) Creates a new layout page template entry with the primary key.static LayoutPageTemplateEntry
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static LayoutPageTemplateEntry
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutPageTemplateEntry
fetchByG_C_C_D_First
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
fetchByG_C_C_D_Last
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
fetchByG_C_C_D_S_First
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_C_D_S_Last
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_C_LikeN_T_First
(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
fetchByG_C_C_LikeN_T_Last
(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
fetchByG_C_C_LikeN_T_S_First
(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_C_LikeN_T_S_Last
(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_C_T_First
(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_C_C_T_Last
(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_C_C_T_S_First
(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_C_T_S_Last
(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_C_T_D_First
(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
fetchByG_C_T_D_Last
(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
fetchByG_L_First
(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.static LayoutPageTemplateEntry
fetchByG_L_Last
(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.static LayoutPageTemplateEntry
fetchByG_L_LikeN_First
(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry
fetchByG_L_LikeN_Last
(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry
fetchByG_L_LikeN_S_First
(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry
fetchByG_L_LikeN_S_Last
(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry
fetchByG_L_N_T
(long groupId, long layoutPageTemplateCollectionId, String name, int type) Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found.static LayoutPageTemplateEntry
fetchByG_L_N_T
(long groupId, long layoutPageTemplateCollectionId, String name, int type, boolean useFinderCache) Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutPageTemplateEntry
fetchByG_L_S_First
(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_L_S_Last
(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_L_T_First
(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_L_T_Last
(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or returnsnull
if it could not be found.static LayoutPageTemplateEntry
fetchByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey, boolean useFinderCache) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutPageTemplateEntry
fetchByG_N_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ?.static LayoutPageTemplateEntry
fetchByG_N_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ?.static LayoutPageTemplateEntry
fetchByG_N_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_N_T_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_D_S_First
(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_D_S_Last
(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_T_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ?.static LayoutPageTemplateEntry
fetchByG_T_LikeN_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
fetchByG_T_LikeN_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
fetchByG_T_LikeN_S_First
(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_LikeN_S_Last
(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_S_First
(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByG_T_S_Last
(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ?.static LayoutPageTemplateEntry
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ?.static LayoutPageTemplateEntry
fetchByLayoutPrototypeId_First
(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where layoutPrototypeId = ?.static LayoutPageTemplateEntry
fetchByLayoutPrototypeId_Last
(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where layoutPrototypeId = ?.static LayoutPageTemplateEntry
fetchByPlid
(long plid) Returns the layout page template entry where plid = ? or returnsnull
if it could not be found.static LayoutPageTemplateEntry
fetchByPlid
(long plid, boolean useFinderCache) Returns the layout page template entry where plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutPageTemplateEntry
fetchByPrimaryKey
(long layoutPageTemplateEntryId) Returns the layout page template entry with the primary key or returnsnull
if it could not be found.static Map<Serializable,
LayoutPageTemplateEntry> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static LayoutPageTemplateEntry
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ? and companyId = ?.static LayoutPageTemplateEntry
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where uuid = ? and companyId = ?.static LayoutPageTemplateEntry
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ?.static LayoutPageTemplateEntry
fetchByUUID_G
(String uuid, long groupId) Returns the layout page template entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static LayoutPageTemplateEntry
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the layout page template entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutPageTemplateEntry
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where uuid = ?.static int
filterCountByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static int
filterCountByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static int
filterCountByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static int
filterCountByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static int
filterCountByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static int
filterCountByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static int
filterCountByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static int
filterCountByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.static int
filterCountByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static int
filterCountByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static int
filterCountByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static int
filterCountByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static int
filterCountByG_N
(long groupId, String name) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name = ?.static int
filterCountByG_N_T
(long groupId, String name, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.static int
filterCountByG_S
(long groupId, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and status = ?.static int
filterCountByG_T
(long groupId, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = ?.static int
filterCountByG_T
(long groupId, int[] types) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = any ?.static int
filterCountByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static int
filterCountByG_T_LikeN
(long groupId, String name, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static int
filterCountByG_T_LikeN
(long groupId, String name, int[] types) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static int
filterCountByG_T_LikeN_S
(long groupId, String name, int[] types, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.static int
filterCountByG_T_LikeN_S
(long groupId, String name, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.static int
filterCountByG_T_S
(long groupId, int[] types, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.static int
filterCountByG_T_S
(long groupId, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.static int
filterCountByGroupId
(long groupId) Returns the number of layout page template entries that the user has permission to view where groupId = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_D_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_D_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_LikeN_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_LikeN_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_C_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry[]
filterFindByG_C_T_D_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry[]
filterFindByG_L_LikeN_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_L_LikeN_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_L_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_L_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry[]
filterFindByG_L_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N
(long groupId, String name) Returns all the layout page template entries that the user has permission to view where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N
(long groupId, String name, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name = ?.static LayoutPageTemplateEntry[]
filterFindByG_N_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N_T
(long groupId, String name, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N_T
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_N_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry[]
filterFindByG_N_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_S
(long groupId, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_S
(long groupId, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int[] types) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int[] types, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_T_D_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int[] types) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int[] types, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry[]
filterFindByG_T_LikeN_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int[] types, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int[] types, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_LikeN_S
(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_T_LikeN_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int[] types, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int[] types, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByG_T_S
(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
filterFindByG_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
filterFindByGroupId
(long groupId) Returns all the layout page template entries that the user has permission to view where groupId = ?.static List<LayoutPageTemplateEntry>
filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ?.static List<LayoutPageTemplateEntry>
filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ?.static LayoutPageTemplateEntry[]
filterFindByGroupId_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ?.static List<LayoutPageTemplateEntry>
findAll()
Returns all the layout page template entries.static List<LayoutPageTemplateEntry>
findAll
(int start, int end) Returns a range of all the layout page template entries.static List<LayoutPageTemplateEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries.static List<LayoutPageTemplateEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries.static LayoutPageTemplateEntry
findByERC_G
(String externalReferenceCode, long groupId) Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.static List<LayoutPageTemplateEntry>
findByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
findByG_C_C_D_First
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
findByG_C_C_D_Last
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static LayoutPageTemplateEntry[]
findByG_C_C_D_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_D_S_First
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_D_S_Last
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_C_C_D_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
findByG_C_C_LikeN_T_First
(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
findByG_C_C_LikeN_T_Last
(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry[]
findByG_C_C_LikeN_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_LikeN_T_S_First
(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_LikeN_T_S_Last
(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_C_C_LikeN_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry
findByG_C_C_T_First
(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry
findByG_C_C_T_Last
(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static LayoutPageTemplateEntry[]
findByG_C_C_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_T_S_First
(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_C_C_T_S_Last
(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_C_C_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate) Returns all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
findByG_C_T_D_First
(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry
findByG_C_T_D_Last
(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static LayoutPageTemplateEntry[]
findByG_C_T_D_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.static List<LayoutPageTemplateEntry>
findByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
findByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
findByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
findByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.static LayoutPageTemplateEntry
findByG_L_First
(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.static LayoutPageTemplateEntry
findByG_L_Last
(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry
findByG_L_LikeN_First
(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry
findByG_L_LikeN_Last
(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static LayoutPageTemplateEntry[]
findByG_L_LikeN_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry
findByG_L_LikeN_S_First
(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry
findByG_L_LikeN_S_Last
(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry[]
findByG_L_LikeN_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.static LayoutPageTemplateEntry
findByG_L_N_T
(long groupId, long layoutPageTemplateCollectionId, String name, int type) Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.static LayoutPageTemplateEntry[]
findByG_L_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.static List<LayoutPageTemplateEntry>
findByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry
findByG_L_S_First
(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry
findByG_L_S_Last
(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_L_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry
findByG_L_T_First
(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry
findByG_L_T_Last
(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry[]
findByG_L_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.static LayoutPageTemplateEntry
findByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.static List<LayoutPageTemplateEntry>
Returns all the layout page template entries where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
Returns a range of all the layout page template entries where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
findByG_N
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
findByG_N
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name = ?.static LayoutPageTemplateEntry
findByG_N_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ?.static LayoutPageTemplateEntry
findByG_N_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ?.static LayoutPageTemplateEntry[]
findByG_N_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name = ?.static List<LayoutPageTemplateEntry>
findByG_N_T
(long groupId, String name, int type) Returns all the layout page template entries where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_N_T
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_N_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_N_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry
findByG_N_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry
findByG_N_T_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.static LayoutPageTemplateEntry[]
findByG_N_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_S
(long groupId, int status) Returns all the layout page template entries where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_S
(long groupId, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and status = ?.static LayoutPageTemplateEntry
findByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and status = ?.static LayoutPageTemplateEntry
findByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int type) Returns all the layout page template entries where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int[] types) Returns all the layout page template entries where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int[] types, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?, optionally using the finder cache.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status) Returns all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_D_S_First
(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_D_S_Last
(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_T_D_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ?.static LayoutPageTemplateEntry
findByG_T_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int type) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int[] types) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int[] types, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?, optionally using the finder cache.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
findByG_T_LikeN_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry
findByG_T_LikeN_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static LayoutPageTemplateEntry[]
findByG_T_LikeN_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int[] types, int status) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int[] types, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?, optionally using the finder cache.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int type, int status) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_LikeN_S
(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_LikeN_S_First
(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_LikeN_S_Last
(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_T_LikeN_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_T_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int[] types, int status) Returns all the layout page template entries where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int[] types, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = any ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?, optionally using the finder cache.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int type, int status) Returns all the layout page template entries where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByG_T_S
(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_S_First
(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry
findByG_T_S_Last
(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.static LayoutPageTemplateEntry[]
findByG_T_S_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.static List<LayoutPageTemplateEntry>
findByGroupId
(long groupId) Returns all the layout page template entries where groupId = ?.static List<LayoutPageTemplateEntry>
findByGroupId
(long groupId, int start, int end) Returns a range of all the layout page template entries where groupId = ?.static List<LayoutPageTemplateEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ?.static List<LayoutPageTemplateEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ?.static LayoutPageTemplateEntry
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ?.static LayoutPageTemplateEntry
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ?.static LayoutPageTemplateEntry[]
findByGroupId_PrevAndNext
(long layoutPageTemplateEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ?.static List<LayoutPageTemplateEntry>
findByLayoutPrototypeId
(long layoutPrototypeId) Returns all the layout page template entries where layoutPrototypeId = ?.static List<LayoutPageTemplateEntry>
findByLayoutPrototypeId
(long layoutPrototypeId, int start, int end) Returns a range of all the layout page template entries where layoutPrototypeId = ?.static List<LayoutPageTemplateEntry>
findByLayoutPrototypeId
(long layoutPrototypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where layoutPrototypeId = ?.static List<LayoutPageTemplateEntry>
findByLayoutPrototypeId
(long layoutPrototypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where layoutPrototypeId = ?.static LayoutPageTemplateEntry
findByLayoutPrototypeId_First
(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where layoutPrototypeId = ?.static LayoutPageTemplateEntry
findByLayoutPrototypeId_Last
(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where layoutPrototypeId = ?.static LayoutPageTemplateEntry[]
findByLayoutPrototypeId_PrevAndNext
(long layoutPageTemplateEntryId, long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where layoutPrototypeId = ?.static LayoutPageTemplateEntry
findByPlid
(long plid) Returns the layout page template entry where plid = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.static LayoutPageTemplateEntry
findByPrimaryKey
(long layoutPageTemplateEntryId) Returns the layout page template entry with the primary key or throws aNoSuchPageTemplateEntryException
if it could not be found.static List<LayoutPageTemplateEntry>
findByUuid
(String uuid) Returns all the layout page template entries where uuid = ?.static List<LayoutPageTemplateEntry>
findByUuid
(String uuid, int start, int end) Returns a range of all the layout page template entries where uuid = ?.static List<LayoutPageTemplateEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where uuid = ?.static List<LayoutPageTemplateEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where uuid = ?.static List<LayoutPageTemplateEntry>
findByUuid_C
(String uuid, long companyId) Returns all the layout page template entries where uuid = ? and companyId = ?.static List<LayoutPageTemplateEntry>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout page template entries where uuid = ? and companyId = ?.static List<LayoutPageTemplateEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where uuid = ? and companyId = ?.static List<LayoutPageTemplateEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where uuid = ? and companyId = ?.static LayoutPageTemplateEntry
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ? and companyId = ?.static LayoutPageTemplateEntry
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where uuid = ? and companyId = ?.static LayoutPageTemplateEntry[]
findByUuid_C_PrevAndNext
(long layoutPageTemplateEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where uuid = ? and companyId = ?.static LayoutPageTemplateEntry
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ?.static LayoutPageTemplateEntry
findByUUID_G
(String uuid, long groupId) Returns the layout page template entry where uuid = ? and groupId = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.static LayoutPageTemplateEntry
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where uuid = ?.static LayoutPageTemplateEntry[]
findByUuid_PrevAndNext
(long layoutPageTemplateEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the layout page template entries before and after the current layout page template entry in the ordered set where uuid = ?.static List<LayoutPageTemplateEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<LayoutPageTemplateEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<LayoutPageTemplateEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) static LayoutPageTemplateEntry
remove
(long layoutPageTemplateEntryId) Removes the layout page template entry with the primary key from the database.static void
Removes all the layout page template entries from the database.static LayoutPageTemplateEntry
removeByERC_G
(String externalReferenceCode, long groupId) Removes the layout page template entry where externalReferenceCode = ? and groupId = ? from the database.static void
removeByG_C_C_D
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? from the database.static void
removeByG_C_C_D_S
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ? from the database.static void
removeByG_C_C_LikeN_T
(long groupId, long classNameId, long classTypeId, String name, int type) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? from the database.static void
removeByG_C_C_LikeN_T_S
(long groupId, long classNameId, long classTypeId, String name, int type, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ? from the database.static void
removeByG_C_C_T
(long groupId, long classNameId, long classTypeId, int type) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? from the database.static void
removeByG_C_C_T_S
(long groupId, long classNameId, long classTypeId, int type, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ? from the database.static void
removeByG_C_T_D
(long groupId, long classNameId, int type, boolean defaultTemplate) Removes all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ? from the database.static void
removeByG_L
(long groupId, long layoutPageTemplateCollectionId) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? from the database.static void
removeByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? from the database.static void
removeByG_L_LikeN_S
(long groupId, long layoutPageTemplateCollectionId, String name, int status) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ? from the database.static LayoutPageTemplateEntry
removeByG_L_N_T
(long groupId, long layoutPageTemplateCollectionId, String name, int type) Removes the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? from the database.static void
removeByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ? from the database.static void
removeByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ? from the database.static LayoutPageTemplateEntry
removeByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Removes the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? from the database.static void
removeByG_N
(long groupId, String name) Removes all the layout page template entries where groupId = ? and name = ? from the database.static void
removeByG_N_T
(long groupId, String name, int type) Removes all the layout page template entries where groupId = ? and name = ? and type = ? from the database.static void
removeByG_S
(long groupId, int status) Removes all the layout page template entries where groupId = ? and status = ? from the database.static void
removeByG_T
(long groupId, int type) Removes all the layout page template entries where groupId = ? and type = ? from the database.static void
removeByG_T_D_S
(long groupId, int type, boolean defaultTemplate, int status) Removes all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ? from the database.static void
removeByG_T_LikeN
(long groupId, String name, int type) Removes all the layout page template entries where groupId = ? and name LIKE ? and type = ? from the database.static void
removeByG_T_LikeN_S
(long groupId, String name, int type, int status) Removes all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ? from the database.static void
removeByG_T_S
(long groupId, int type, int status) Removes all the layout page template entries where groupId = ? and type = ? and status = ? from the database.static void
removeByGroupId
(long groupId) Removes all the layout page template entries where groupId = ? from the database.static void
removeByLayoutPrototypeId
(long layoutPrototypeId) Removes all the layout page template entries where layoutPrototypeId = ? from the database.static LayoutPageTemplateEntry
removeByPlid
(long plid) Removes the layout page template entry where plid = ? from the database.static void
removeByUuid
(String uuid) Removes all the layout page template entries where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the layout page template entries where uuid = ? and companyId = ? from the database.static LayoutPageTemplateEntry
removeByUUID_G
(String uuid, long groupId) Removes the layout page template entry where uuid = ? and groupId = ? from the database.static void
setPersistence
(LayoutPageTemplateEntryPersistence persistence) static LayoutPageTemplateEntry
update
(LayoutPageTemplateEntry layoutPageTemplateEntry) static LayoutPageTemplateEntry
update
(LayoutPageTemplateEntry layoutPageTemplateEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutPageTemplateEntry
updateImpl
(LayoutPageTemplateEntry layoutPageTemplateEntry)
-
Constructor Details
-
LayoutPageTemplateEntryUtil
public LayoutPageTemplateEntryUtil()
-
-
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,LayoutPageTemplateEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<LayoutPageTemplateEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<LayoutPageTemplateEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<LayoutPageTemplateEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static LayoutPageTemplateEntry update(LayoutPageTemplateEntry layoutPageTemplateEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the layout page template entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout page template entries
-
findByUuid
Returns a range of all the layout page template entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByUuid
public static List<LayoutPageTemplateEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByUuid
public static List<LayoutPageTemplateEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByUuid_First
public static LayoutPageTemplateEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByUuid_First
public static LayoutPageTemplateEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByUuid_Last
public static LayoutPageTemplateEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByUuid_Last
public static LayoutPageTemplateEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByUuid_PrevAndNext
public static LayoutPageTemplateEntry[] findByUuid_PrevAndNext(long layoutPageTemplateEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where uuid = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByUuid
Removes all the layout page template entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout page template entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout page template entries
-
findByUUID_G
public static LayoutPageTemplateEntry findByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateEntryException Returns the layout page template entry where uuid = ? and groupId = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByUUID_G
Returns the layout page template entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
fetchByUUID_G
public static LayoutPageTemplateEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the layout page template entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
removeByUUID_G
public static LayoutPageTemplateEntry removeByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateEntryException Removes the layout page template entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
-
countByUUID_G
Returns the number of layout page template entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching layout page template entries
-
findByUuid_C
Returns all the layout page template entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout page template entries
-
findByUuid_C
public static List<LayoutPageTemplateEntry> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout page template entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByUuid_C
public static List<LayoutPageTemplateEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByUuid_C
public static List<LayoutPageTemplateEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByUuid_C_First
public static LayoutPageTemplateEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByUuid_C_First
public static LayoutPageTemplateEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByUuid_C_Last
public static LayoutPageTemplateEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByUuid_C_Last
public static LayoutPageTemplateEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByUuid_C_PrevAndNext
public static LayoutPageTemplateEntry[] findByUuid_C_PrevAndNext(long layoutPageTemplateEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByUuid_C
Removes all the layout page template entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout page template entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout page template entries
-
findByGroupId
Returns all the layout page template entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout page template entries
-
findByGroupId
Returns a range of all the layout page template entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByGroupId
public static List<LayoutPageTemplateEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByGroupId
public static List<LayoutPageTemplateEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByGroupId_First
public static LayoutPageTemplateEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByGroupId_First
public static LayoutPageTemplateEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByGroupId_Last
public static LayoutPageTemplateEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByGroupId_Last
public static LayoutPageTemplateEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByGroupId_PrevAndNext
public static LayoutPageTemplateEntry[] findByGroupId_PrevAndNext(long layoutPageTemplateEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByGroupId
Returns all the layout page template entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layout page template entries that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByGroupId
public static List<LayoutPageTemplateEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByGroupId_PrevAndNext(long layoutPageTemplateEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the layout page template entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of layout page template entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout page template entries
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of layout page template entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByLayoutPrototypeId
Returns all the layout page template entries where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype ID- Returns:
- the matching layout page template entries
-
findByLayoutPrototypeId
public static List<LayoutPageTemplateEntry> findByLayoutPrototypeId(long layoutPrototypeId, int start, int end) Returns a range of all the layout page template entries where layoutPrototypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
layoutPrototypeId
- the layout prototype IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByLayoutPrototypeId
public static List<LayoutPageTemplateEntry> findByLayoutPrototypeId(long layoutPrototypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where layoutPrototypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
layoutPrototypeId
- the layout prototype IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByLayoutPrototypeId
public static List<LayoutPageTemplateEntry> findByLayoutPrototypeId(long layoutPrototypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where layoutPrototypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
layoutPrototypeId
- the layout prototype IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByLayoutPrototypeId_First
public static LayoutPageTemplateEntry findByLayoutPrototypeId_First(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByLayoutPrototypeId_First
public static LayoutPageTemplateEntry fetchByLayoutPrototypeId_First(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByLayoutPrototypeId_Last
public static LayoutPageTemplateEntry findByLayoutPrototypeId_Last(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByLayoutPrototypeId_Last
public static LayoutPageTemplateEntry fetchByLayoutPrototypeId_Last(long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByLayoutPrototypeId_PrevAndNext
public static LayoutPageTemplateEntry[] findByLayoutPrototypeId_PrevAndNext(long layoutPageTemplateEntryId, long layoutPrototypeId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where layoutPrototypeId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrylayoutPrototypeId
- the layout prototype IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByLayoutPrototypeId
public static void removeByLayoutPrototypeId(long layoutPrototypeId) Removes all the layout page template entries where layoutPrototypeId = ? from the database.- Parameters:
layoutPrototypeId
- the layout prototype ID
-
countByLayoutPrototypeId
public static int countByLayoutPrototypeId(long layoutPrototypeId) Returns the number of layout page template entries where layoutPrototypeId = ?.- Parameters:
layoutPrototypeId
- the layout prototype ID- Returns:
- the number of matching layout page template entries
-
findByPlid
Returns the layout page template entry where plid = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
plid
- the plid- Returns:
- the matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByPlid
Returns the layout page template entry where plid = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
plid
- the plid- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
fetchByPlid
Returns the layout page template entry where plid = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
plid
- the pliduseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
removeByPlid
public static LayoutPageTemplateEntry removeByPlid(long plid) throws NoSuchPageTemplateEntryException Removes the layout page template entry where plid = ? from the database.- Parameters:
plid
- the plid- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
-
countByPlid
public static int countByPlid(long plid) Returns the number of layout page template entries where plid = ?.- Parameters:
plid
- the plid- Returns:
- the number of matching layout page template entries
-
findByG_L
public static List<LayoutPageTemplateEntry> findByG_L(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection ID- Returns:
- the matching layout page template entries
-
findByG_L
public static List<LayoutPageTemplateEntry> findByG_L(long groupId, long layoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_L
public static List<LayoutPageTemplateEntry> findByG_L(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_L
public static List<LayoutPageTemplateEntry> findByG_L(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_L_First
public static LayoutPageTemplateEntry findByG_L_First(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_First
public static LayoutPageTemplateEntry fetchByG_L_First(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_Last
public static LayoutPageTemplateEntry findByG_L_Last(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_Last
public static LayoutPageTemplateEntry fetchByG_L_Last(long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_L_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_L
public static List<LayoutPageTemplateEntry> filterFindByG_L(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection ID- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_L
public static List<LayoutPageTemplateEntry> filterFindByG_L(long groupId, long layoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_L
public static List<LayoutPageTemplateEntry> filterFindByG_L(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_L_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_L
public static void removeByG_L(long groupId, long layoutPageTemplateCollectionId) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection ID
-
countByG_L
public static int countByG_L(long groupId, long layoutPageTemplateCollectionId) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection ID- Returns:
- the number of matching layout page template entries
-
filterCountByG_L
public static int filterCountByG_L(long groupId, long layoutPageTemplateCollectionId) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection ID- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_LPTEK
public static LayoutPageTemplateEntry findByG_LPTEK(long groupId, String layoutPageTemplateEntryKey) throws NoSuchPageTemplateEntryException Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryKey
- the layout page template entry key- Returns:
- the matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_LPTEK
public static LayoutPageTemplateEntry fetchByG_LPTEK(long groupId, String layoutPageTemplateEntryKey) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryKey
- the layout page template entry key- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
fetchByG_LPTEK
public static LayoutPageTemplateEntry fetchByG_LPTEK(long groupId, String layoutPageTemplateEntryKey, boolean useFinderCache) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryKey
- the layout page template entry keyuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
removeByG_LPTEK
public static LayoutPageTemplateEntry removeByG_LPTEK(long groupId, String layoutPageTemplateEntryKey) throws NoSuchPageTemplateEntryException Removes the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryKey
- the layout page template entry key- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
-
countByG_LPTEK
Returns the number of layout page template entries where groupId = ? and layoutPageTemplateEntryKey = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryKey
- the layout page template entry key- Returns:
- the number of matching layout page template entries
-
findByG_N
Returns all the layout page template entries where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the matching layout page template entries
-
findByG_N
public static List<LayoutPageTemplateEntry> findByG_N(long groupId, String name, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_N
public static List<LayoutPageTemplateEntry> findByG_N(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_N
public static List<LayoutPageTemplateEntry> findByG_N(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_N_First
public static LayoutPageTemplateEntry findByG_N_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_N_First
public static LayoutPageTemplateEntry fetchByG_N_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_N_Last
public static LayoutPageTemplateEntry findByG_N_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_N_Last
public static LayoutPageTemplateEntry fetchByG_N_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_N_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_N_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_N
Returns all the layout page template entries that the user has permission to view where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_N
public static List<LayoutPageTemplateEntry> filterFindByG_N(long groupId, String name, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_N
public static List<LayoutPageTemplateEntry> filterFindByG_N(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_N_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_N_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_N
Removes all the layout page template entries where groupId = ? and name = ? from the database.- Parameters:
groupId
- the group IDname
- the name
-
countByG_N
Returns the number of layout page template entries where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the number of matching layout page template entries
-
filterCountByG_N
Returns the number of layout page template entries that the user has permission to view where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_T
Returns all the layout page template entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout page template entries
-
findByG_T
Returns a range of all the layout page template entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T
public static List<LayoutPageTemplateEntry> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T
public static List<LayoutPageTemplateEntry> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_T_First
public static LayoutPageTemplateEntry findByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_First
public static LayoutPageTemplateEntry fetchByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_Last
public static LayoutPageTemplateEntry findByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_Last
public static LayoutPageTemplateEntry fetchByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T
Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutPageTemplateEntry> filterFindByG_T(long groupId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutPageTemplateEntry> filterFindByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T
Returns all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutPageTemplateEntry> filterFindByG_T(long groupId, int[] types, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T
public static List<LayoutPageTemplateEntry> filterFindByG_T(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
findByG_T
Returns all the layout page template entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the matching layout page template entries
-
findByG_T
public static List<LayoutPageTemplateEntry> findByG_T(long groupId, int[] types, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T
public static List<LayoutPageTemplateEntry> findByG_T(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T
public static List<LayoutPageTemplateEntry> findByG_T(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
removeByG_T
public static void removeByG_T(long groupId, int type) Removes all the layout page template entries where groupId = ? and type = ? from the database.- Parameters:
groupId
- the group IDtype
- the type
-
countByG_T
public static int countByG_T(long groupId, int type) Returns the number of layout page template entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching layout page template entries
-
countByG_T
public static int countByG_T(long groupId, int[] types) Returns the number of layout page template entries where groupId = ? and type = any ?.- Parameters:
groupId
- the group IDtypes
- the types- Returns:
- the number of matching layout page template entries
-
filterCountByG_T
public static int filterCountByG_T(long groupId, int type) Returns the number of layout page template 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 page template entries that the user has permission to view
-
filterCountByG_T
public static int filterCountByG_T(long groupId, int[] types) Returns the number of layout page template 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 page template entries that the user has permission to view
-
findByG_S
Returns all the layout page template entries where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching layout page template entries
-
findByG_S
Returns a range of all the layout page template entries where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_S
public static List<LayoutPageTemplateEntry> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_S
public static List<LayoutPageTemplateEntry> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_S_First
public static LayoutPageTemplateEntry findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_S_First
public static LayoutPageTemplateEntry fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_S_Last
public static LayoutPageTemplateEntry findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_S_Last
public static LayoutPageTemplateEntry fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_S
Returns all the layout page template entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_S
public static List<LayoutPageTemplateEntry> filterFindByG_S(long groupId, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_S
public static List<LayoutPageTemplateEntry> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_S
public static void removeByG_S(long groupId, int status) Removes all the layout page template entries where groupId = ? and status = ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_S
public static int countByG_S(long groupId, int status) Returns the number of layout page template entries where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_S
public static int filterCountByG_S(long groupId, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_L_LikeN
public static List<LayoutPageTemplateEntry> findByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the name- Returns:
- the matching layout page template entries
-
findByG_L_LikeN
public static List<LayoutPageTemplateEntry> findByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_L_LikeN
public static List<LayoutPageTemplateEntry> findByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_L_LikeN
public static List<LayoutPageTemplateEntry> findByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_L_LikeN_First
public static LayoutPageTemplateEntry findByG_L_LikeN_First(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_LikeN_First
public static LayoutPageTemplateEntry fetchByG_L_LikeN_First(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_LikeN_Last
public static LayoutPageTemplateEntry findByG_L_LikeN_Last(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_LikeN_Last
public static LayoutPageTemplateEntry fetchByG_L_LikeN_Last(long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_LikeN_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_L_LikeN_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_L_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the name- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_L_LikeN_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_L_LikeN
public static void removeByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the name
-
countByG_L_LikeN
Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the name- Returns:
- the number of matching layout page template entries
-
filterCountByG_L_LikeN
public static int filterCountByG_L_LikeN(long groupId, long layoutPageTemplateCollectionId, String name) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the name- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_L_T
public static List<LayoutPageTemplateEntry> findByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the type- Returns:
- the matching layout page template entries
-
findByG_L_T
public static List<LayoutPageTemplateEntry> findByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_L_T
public static List<LayoutPageTemplateEntry> findByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_L_T
public static List<LayoutPageTemplateEntry> findByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_L_T_First
public static LayoutPageTemplateEntry findByG_L_T_First(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_T_First
public static LayoutPageTemplateEntry fetchByG_L_T_First(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_T_Last
public static LayoutPageTemplateEntry findByG_L_T_Last(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_T_Last
public static LayoutPageTemplateEntry fetchByG_L_T_Last(long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_T_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_L_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_L_T
public static List<LayoutPageTemplateEntry> filterFindByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the type- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_L_T
public static List<LayoutPageTemplateEntry> filterFindByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_T
public static List<LayoutPageTemplateEntry> filterFindByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_T_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_L_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_L_T
public static void removeByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the type
-
countByG_L_T
public static int countByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the type- Returns:
- the number of matching layout page template entries
-
filterCountByG_L_T
public static int filterCountByG_L_T(long groupId, long layoutPageTemplateCollectionId, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDtype
- the type- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_L_S
public static List<LayoutPageTemplateEntry> findByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the status- Returns:
- the matching layout page template entries
-
findByG_L_S
public static List<LayoutPageTemplateEntry> findByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_L_S
public static List<LayoutPageTemplateEntry> findByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_L_S
public static List<LayoutPageTemplateEntry> findByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_L_S_First
public static LayoutPageTemplateEntry findByG_L_S_First(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_S_First
public static LayoutPageTemplateEntry fetchByG_L_S_First(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_S_Last
public static LayoutPageTemplateEntry findByG_L_S_Last(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_S_Last
public static LayoutPageTemplateEntry fetchByG_L_S_Last(long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_L_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_L_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_L_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_L_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_L_S
public static void removeByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the status
-
countByG_L_S
public static int countByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_L_S
public static int filterCountByG_L_S(long groupId, long layoutPageTemplateCollectionId, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDstatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_N_T
Returns all the layout page template entries where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout page template entries
-
findByG_N_T
public static List<LayoutPageTemplateEntry> findByG_N_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_N_T
public static List<LayoutPageTemplateEntry> findByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_N_T
public static List<LayoutPageTemplateEntry> findByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_N_T_First
public static LayoutPageTemplateEntry findByG_N_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_N_T_First
public static LayoutPageTemplateEntry fetchByG_N_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_N_T_Last
public static LayoutPageTemplateEntry findByG_N_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_N_T_Last
public static LayoutPageTemplateEntry fetchByG_N_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_N_T_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_N_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_N_T
Returns all the layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_N_T
public static List<LayoutPageTemplateEntry> filterFindByG_N_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_N_T
public static List<LayoutPageTemplateEntry> filterFindByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_N_T_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_N_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_N_T
Removes all the layout page template entries where groupId = ? and name = ? and type = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the type
-
countByG_N_T
Returns the number of layout page template entries where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries
-
filterCountByG_N_T
Returns the number of layout page template entries that the user has permission to view where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_T_LikeN
Returns all the layout page template entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_T_LikeN_First
public static LayoutPageTemplateEntry findByG_T_LikeN_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_LikeN_First
public static LayoutPageTemplateEntry fetchByG_T_LikeN_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_LikeN_Last
public static LayoutPageTemplateEntry findByG_T_LikeN_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template 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 page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_LikeN_Last
public static LayoutPageTemplateEntry fetchByG_T_LikeN_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template 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 page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_LikeN_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_T_LikeN_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int type) Returns all the layout page template 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 page template entries that the user has permission to view
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_T_LikeN_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int[] types) Returns all the layout page template 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 page template entries that the user has permission to view
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int[] types, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
findByG_T_LikeN
Returns all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int[] types, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_LikeN
public static List<LayoutPageTemplateEntry> findByG_T_LikeN(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
removeByG_T_LikeN
Removes all the layout page template entries where groupId = ? and name LIKE ? and type = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the type
-
countByG_T_LikeN
Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries
-
countByG_T_LikeN
Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = any ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the types- Returns:
- the number of matching layout page template entries
-
filterCountByG_T_LikeN
Returns the number of layout page template 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 page template entries that the user has permission to view
-
filterCountByG_T_LikeN
Returns the number of layout page template 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 page template entries that the user has permission to view
-
findByG_T_S
Returns all the layout page template entries where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_T_S_First
public static LayoutPageTemplateEntry findByG_T_S_First(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_S_First
public static LayoutPageTemplateEntry fetchByG_T_S_First(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_S_Last
public static LayoutPageTemplateEntry findByG_T_S_Last(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_S_Last
public static LayoutPageTemplateEntry fetchByG_T_S_Last(long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_S
Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_S(long groupId, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_S(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_S(long groupId, int[] types, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_S(long groupId, int[] types, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_S(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
findByG_T_S
Returns all the layout page template entries where groupId = ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the status- Returns:
- the matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int[] types, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_S
public static List<LayoutPageTemplateEntry> findByG_T_S(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
removeByG_T_S
public static void removeByG_T_S(long groupId, int type, int status) Removes all the layout page template entries where groupId = ? and type = ? and status = ? from the database.- Parameters:
groupId
- the group IDtype
- the typestatus
- the status
-
countByG_T_S
public static int countByG_T_S(long groupId, int type, int status) Returns the number of layout page template entries where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries
-
countByG_T_S
public static int countByG_T_S(long groupId, int[] types, int status) Returns the number of layout page template entries where groupId = ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_T_S
public static int filterCountByG_T_S(long groupId, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
filterCountByG_T_S
public static int filterCountByG_T_S(long groupId, int[] types, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDtypes
- the typesstatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_L_N_T
public static LayoutPageTemplateEntry findByG_L_N_T(long groupId, long layoutPageTemplateCollectionId, String name, int type) throws NoSuchPageTemplateEntryException Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nametype
- the type- Returns:
- the matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_N_T
public static LayoutPageTemplateEntry fetchByG_L_N_T(long groupId, long layoutPageTemplateCollectionId, String name, int type) Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nametype
- the type- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
fetchByG_L_N_T
public static LayoutPageTemplateEntry fetchByG_L_N_T(long groupId, long layoutPageTemplateCollectionId, String name, int type, boolean useFinderCache) Returns the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
removeByG_L_N_T
public static LayoutPageTemplateEntry removeByG_L_N_T(long groupId, long layoutPageTemplateCollectionId, String name, int type) throws NoSuchPageTemplateEntryException Removes the layout page template entry where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nametype
- the type- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
-
countByG_L_N_T
public static int countByG_L_N_T(long groupId, long layoutPageTemplateCollectionId, String name, int type) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries
-
findByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_L_LikeN_S_First
public static LayoutPageTemplateEntry findByG_L_LikeN_S_First(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_LikeN_S_First
public static LayoutPageTemplateEntry fetchByG_L_LikeN_S_First(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_LikeN_S_Last
public static LayoutPageTemplateEntry findByG_L_LikeN_S_Last(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_L_LikeN_S_Last
public static LayoutPageTemplateEntry fetchByG_L_LikeN_S_Last(long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_L_LikeN_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_L_LikeN_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_L_LikeN_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_L_LikeN_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long layoutPageTemplateCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_L_LikeN_S
public static void removeByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the status
-
countByG_L_LikeN_S
public static int countByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_L_LikeN_S
public static int filterCountByG_L_LikeN_S(long groupId, long layoutPageTemplateCollectionId, String name, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionId
- the layout page template collection IDname
- the namestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_T
public static List<LayoutPageTemplateEntry> findByG_C_C_T(long groupId, long classNameId, long classTypeId, int type) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the type- Returns:
- the matching layout page template entries
-
findByG_C_C_T
public static List<LayoutPageTemplateEntry> findByG_C_C_T(long groupId, long classNameId, long classTypeId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_T
public static List<LayoutPageTemplateEntry> findByG_C_C_T(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_T
public static List<LayoutPageTemplateEntry> findByG_C_C_T(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_T_First
public static LayoutPageTemplateEntry findByG_C_C_T_First(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_T_First
public static LayoutPageTemplateEntry fetchByG_C_C_T_First(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_T_Last
public static LayoutPageTemplateEntry findByG_C_C_T_Last(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_T_Last
public static LayoutPageTemplateEntry fetchByG_C_C_T_Last(long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_T_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T(long groupId, long classNameId, long classTypeId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the type- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T(long groupId, long classNameId, long classTypeId, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_T
public static void removeByG_C_C_T(long groupId, long classNameId, long classTypeId, int type) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the type
-
countByG_C_C_T
public static int countByG_C_C_T(long groupId, long classNameId, long classTypeId, int type) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the type- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_T
public static int filterCountByG_C_C_T(long groupId, long classNameId, long classTypeId, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the type- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_D
public static List<LayoutPageTemplateEntry> findByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default template- Returns:
- the matching layout page template entries
-
findByG_C_C_D
public static List<LayoutPageTemplateEntry> findByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_D
public static List<LayoutPageTemplateEntry> findByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_D
public static List<LayoutPageTemplateEntry> findByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_D_First
public static LayoutPageTemplateEntry findByG_C_C_D_First(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_D_First
public static LayoutPageTemplateEntry fetchByG_C_C_D_First(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_D_Last
public static LayoutPageTemplateEntry findByG_C_C_D_Last(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_D_Last
public static LayoutPageTemplateEntry fetchByG_C_C_D_Last(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_D_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_D_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default template- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_D_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_D
public static void removeByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default template
-
countByG_C_C_D
public static int countByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default template- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_D
public static int filterCountByG_C_C_D(long groupId, long classNameId, long classTypeId, boolean defaultTemplate) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default template- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_T_D
public static List<LayoutPageTemplateEntry> findByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate) Returns all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default template- Returns:
- the matching layout page template entries
-
findByG_C_T_D
public static List<LayoutPageTemplateEntry> findByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_T_D
public static List<LayoutPageTemplateEntry> findByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_T_D
public static List<LayoutPageTemplateEntry> findByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_T_D_First
public static LayoutPageTemplateEntry findByG_C_T_D_First(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_T_D_First
public static LayoutPageTemplateEntry fetchByG_C_T_D_First(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_T_D_Last
public static LayoutPageTemplateEntry findByG_C_T_D_Last(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_T_D_Last
public static LayoutPageTemplateEntry fetchByG_C_T_D_Last(long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_T_D_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_T_D_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_T_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default template- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_T_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_T_D
public static List<LayoutPageTemplateEntry> filterFindByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templatestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_T_D_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_T_D_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, int type, boolean defaultTemplate, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default templateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_T_D
public static void removeByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate) Removes all the layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default template
-
countByG_C_T_D
public static int countByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate) Returns the number of layout page template entries where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default template- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_T_D
public static int filterCountByG_C_T_D(long groupId, long classNameId, int type, boolean defaultTemplate) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and type = ? and defaultTemplate = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDtype
- the typedefaultTemplate
- the default template- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int type, int status) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_T_LikeN_S_First
public static LayoutPageTemplateEntry findByG_T_LikeN_S_First(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_LikeN_S_First
public static LayoutPageTemplateEntry fetchByG_T_LikeN_S_First(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_LikeN_S_Last
public static LayoutPageTemplateEntry findByG_T_LikeN_S_Last(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_LikeN_S_Last
public static LayoutPageTemplateEntry fetchByG_T_LikeN_S_Last(long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_LikeN_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_T_LikeN_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_T_LikeN_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int[] types, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int[] types, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_LikeN_S(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int[] types, int status) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the status- Returns:
- the matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int[] types, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_LikeN_S
public static List<LayoutPageTemplateEntry> findByG_T_LikeN_S(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
removeByG_T_LikeN_S
Removes all the layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the status
-
countByG_T_LikeN_S
Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries
-
countByG_T_LikeN_S
Returns the number of layout page template entries where groupId = ? and name LIKE ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_T_LikeN_S
Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
filterCountByG_T_LikeN_S
Returns the number of layout page template entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ? and status = ?.- Parameters:
groupId
- the group IDname
- the nametypes
- the typesstatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_T_D_S
public static List<LayoutPageTemplateEntry> findByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status) Returns all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_T_D_S
public static List<LayoutPageTemplateEntry> findByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_T_D_S
public static List<LayoutPageTemplateEntry> findByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_T_D_S
public static List<LayoutPageTemplateEntry> findByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_T_D_S_First
public static LayoutPageTemplateEntry findByG_T_D_S_First(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_D_S_First
public static LayoutPageTemplateEntry fetchByG_T_D_S_First(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_D_S_Last
public static LayoutPageTemplateEntry findByG_T_D_S_Last(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_T_D_S_Last
public static LayoutPageTemplateEntry fetchByG_T_D_S_Last(long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_T_D_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_T_D_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_T_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_T_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_T_D_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_T_D_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, int type, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_T_D_S
public static void removeByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status) Removes all the layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ? from the database.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the status
-
countByG_T_D_S
public static int countByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status) Returns the number of layout page template entries where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_T_D_S
public static int filterCountByG_T_D_S(long groupId, int type, boolean defaultTemplate, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and type = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typedefaultTemplate
- the default templatestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the type- Returns:
- the matching layout page template entries
-
findByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_LikeN_T_First
public static LayoutPageTemplateEntry findByG_C_C_LikeN_T_First(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_LikeN_T_First
public static LayoutPageTemplateEntry fetchByG_C_C_LikeN_T_First(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_LikeN_T_Last
public static LayoutPageTemplateEntry findByG_C_C_LikeN_T_Last(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_LikeN_T_Last
public static LayoutPageTemplateEntry fetchByG_C_C_LikeN_T_Last(long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_LikeN_T_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_LikeN_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the type- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_LikeN_T_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_LikeN_T
public static void removeByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the type
-
countByG_C_C_LikeN_T
public static int countByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_LikeN_T
public static int filterCountByG_C_C_LikeN_T(long groupId, long classNameId, long classTypeId, String name, int type) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the type- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_C_C_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_T_S_First
public static LayoutPageTemplateEntry findByG_C_C_T_S_First(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_T_S_First
public static LayoutPageTemplateEntry fetchByG_C_C_T_S_First(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_T_S_Last
public static LayoutPageTemplateEntry findByG_C_C_T_S_Last(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_T_S_Last
public static LayoutPageTemplateEntry fetchByG_C_C_T_S_Last(long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_T_S
public static void removeByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the status
-
countByG_C_C_T_S
public static int countByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_T_S
public static int filterCountByG_C_C_T_S(long groupId, long classNameId, long classTypeId, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDtype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_D_S
public static List<LayoutPageTemplateEntry> findByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_C_C_D_S
public static List<LayoutPageTemplateEntry> findByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_D_S
public static List<LayoutPageTemplateEntry> findByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_D_S
public static List<LayoutPageTemplateEntry> findByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_D_S_First
public static LayoutPageTemplateEntry findByG_C_C_D_S_First(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_D_S_First
public static LayoutPageTemplateEntry fetchByG_C_C_D_S_First(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_D_S_Last
public static LayoutPageTemplateEntry findByG_C_C_D_S_Last(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_D_S_Last
public static LayoutPageTemplateEntry fetchByG_C_C_D_S_Last(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_D_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_D_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_D_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_D_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_D_S
public static void removeByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the status
-
countByG_C_C_D_S
public static int countByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_D_S
public static int filterCountByG_C_C_D_S(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and defaultTemplate = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDdefaultTemplate
- the default templatestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the status- Returns:
- the matching layout page template entries
-
findByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries
-
findByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries
-
findByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> findByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
findByG_C_C_LikeN_T_S_First
public static LayoutPageTemplateEntry findByG_C_C_LikeN_T_S_First(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_LikeN_T_S_First
public static LayoutPageTemplateEntry fetchByG_C_C_LikeN_T_S_First(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_LikeN_T_S_Last
public static LayoutPageTemplateEntry findByG_C_C_LikeN_T_S_Last(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByG_C_C_LikeN_T_S_Last
public static LayoutPageTemplateEntry fetchByG_C_C_LikeN_T_S_Last(long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the last layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
findByG_C_C_LikeN_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] findByG_C_C_LikeN_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
filterFindByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the status- Returns:
- the matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end) Returns a range of all the layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T_S
public static List<LayoutPageTemplateEntry> filterFindByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries that the user has permissions to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusstart
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template entries that the user has permission to view
-
filterFindByG_C_C_LikeN_T_S_PrevAndNext
public static LayoutPageTemplateEntry[] filterFindByG_C_C_LikeN_T_S_PrevAndNext(long layoutPageTemplateEntryId, long groupId, long classNameId, long classTypeId, String name, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) throws NoSuchPageTemplateEntryException Returns the layout page template entries before and after the current layout page template entry in the ordered set of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
layoutPageTemplateEntryId
- the primary key of the current layout page template entrygroupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
removeByG_C_C_LikeN_T_S
public static void removeByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status) Removes all the layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the status
-
countByG_C_C_LikeN_T_S
public static int countByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns the number of layout page template entries where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries
-
filterCountByG_C_C_LikeN_T_S
public static int filterCountByG_C_C_LikeN_T_S(long groupId, long classNameId, long classTypeId, String name, int type, int status) Returns the number of layout page template entries that the user has permission to view where groupId = ? and classNameId = ? and classTypeId = ? and name LIKE ? and type = ? and status = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassTypeId
- the class type IDname
- the nametype
- the typestatus
- the status- Returns:
- the number of matching layout page template entries that the user has permission to view
-
findByERC_G
public static LayoutPageTemplateEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchPageTemplateEntryException Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a matching layout page template entry could not be foundNoSuchPageTemplateEntryException
-
fetchByERC_G
Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
fetchByERC_G
public static LayoutPageTemplateEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template entry, or
null
if a matching layout page template entry could not be found
-
removeByERC_G
public static LayoutPageTemplateEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchPageTemplateEntryException Removes the layout page template entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
-
countByERC_G
Returns the number of layout page template entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching layout page template entries
-
cacheResult
Caches the layout page template entry in the entity cache if it is enabled.- Parameters:
layoutPageTemplateEntry
- the layout page template entry
-
cacheResult
Caches the layout page template entries in the entity cache if it is enabled.- Parameters:
layoutPageTemplateEntries
- the layout page template entries
-
create
Creates a new layout page template entry with the primary key. Does not add the layout page template entry to the database.- Parameters:
layoutPageTemplateEntryId
- the primary key for the new layout page template entry- Returns:
- the new layout page template entry
-
remove
public static LayoutPageTemplateEntry remove(long layoutPageTemplateEntryId) throws NoSuchPageTemplateEntryException Removes the layout page template entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
layoutPageTemplateEntryId
- the primary key of the layout page template entry- Returns:
- the layout page template entry that was removed
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
updateImpl
-
findByPrimaryKey
public static LayoutPageTemplateEntry findByPrimaryKey(long layoutPageTemplateEntryId) throws NoSuchPageTemplateEntryException Returns the layout page template entry with the primary key or throws aNoSuchPageTemplateEntryException
if it could not be found.- Parameters:
layoutPageTemplateEntryId
- the primary key of the layout page template entry- Returns:
- the layout page template entry
- Throws:
NoSuchPageTemplateEntryException
- if a layout page template entry with the primary key could not be foundNoSuchPageTemplateEntryException
-
fetchByPrimaryKey
Returns the layout page template entry with the primary key or returnsnull
if it could not be found.- Parameters:
layoutPageTemplateEntryId
- the primary key of the layout page template entry- Returns:
- the layout page template entry, or
null
if a layout page template entry with the primary key could not be found
-
findAll
Returns all the layout page template entries.- Returns:
- the layout page template entries
-
findAll
Returns a range of all the layout page template entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)- Returns:
- the range of layout page template entries
-
findAll
public static List<LayoutPageTemplateEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of layout page template entries
-
findAll
public static List<LayoutPageTemplateEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateEntryModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template entriesend
- the upper bound of the range of layout page template 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 page template entries
-
removeAll
public static void removeAll()Removes all the layout page template entries from the database. -
countAll
public static int countAll()Returns the number of layout page template entries.- Returns:
- the number of layout page template entries
-
getPersistence
-
setPersistence
-