Interface LayoutPageTemplateEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LayoutPageTemplateEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutPageTemplateEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(LayoutPageTemplateEntry layoutPageTemplateEntry) Caches the layout page template entry in the entity cache if it is enabled.void
cacheResult
(List<LayoutPageTemplateEntry> layoutPageTemplateEntries) Caches the layout page template entries in the entity cache if it is enabled.int
countAll()
Returns the number of layout page template entries.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of layout page template entries where externalReferenceCode = ? and groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.int
countByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.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 ?.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 = ?.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 = ?.int
countByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.int
countByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.int
countByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Returns the number of layout page template entries where groupId = ? and layoutPageTemplateEntryKey = ?.int
countByG_N
(long groupId, String name) Returns the number of layout page template entries where groupId = ? and name = ?.int
countByG_N_T
(long groupId, String name, int type) Returns the number of layout page template entries where groupId = ? and name = ? and type = ?.int
countByG_S
(long groupId, int status) Returns the number of layout page template entries where groupId = ? and status = ?.int
countByG_T
(long groupId, int type) Returns the number of layout page template entries where groupId = ? and type = ?.int
countByG_T
(long groupId, int[] types) Returns the number of layout page template entries where groupId = ? and type = any ?.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 = ?.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 = ?.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 ?.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 = ?.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 = ?.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 = ?.int
countByG_T_S
(long groupId, int type, int status) Returns the number of layout page template entries where groupId = ? and type = ? and status = ?.int
countByGroupId
(long groupId) Returns the number of layout page template entries where groupId = ?.int
countByLayoutPrototypeId
(long layoutPrototypeId) Returns the number of layout page template entries where layoutPrototypeId = ?.int
countByPlid
(long plid) Returns the number of layout page template entries where plid = ?.int
countByUuid
(String uuid) Returns the number of layout page template entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of layout page template entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of layout page template entries where uuid = ? and groupId = ?.create
(long layoutPageTemplateEntryId) Creates a new layout page template entry with the primary key.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the layout page template entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ?.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 ?.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 = ?.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 = ?.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.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.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 = ?.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 = ?.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 = ?.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 = ?.fetchByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Returns the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? or returnsnull
if it could not be found.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByPlid
(long plid) Returns the layout page template entry where plid = ? or returnsnull
if it could not be found.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.fetchByPrimaryKey
(long layoutPageTemplateEntryId) Returns the layout page template entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns the first layout page template entry in the ordered set where uuid = ? and companyId = ?.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 = ?.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 = ?.fetchByUUID_G
(String uuid, long groupId) Returns the layout page template entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ?.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 = ?.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 = ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.int
filterCountByGroupId
(long groupId) Returns the number of layout page template entries that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries that the user has permission to view where groupId = ? and layoutPageTemplateCollectionId = ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_N
(long groupId, String name) Returns all the layout page template entries that the user has permission to view where groupId = ? and name = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_S
(long groupId, int status) Returns all the layout page template entries that the user has permission to view where groupId = ? and status = ?.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 = ?.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 = ?.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 = ?.filterFindByG_T
(long groupId, int type) Returns all the layout page template entries that the user has permission to view where groupId = ? and type = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByGroupId
(long groupId) Returns all the layout page template entries that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the layout page template entries.findAll
(int start, int end) Returns a range of all the layout page template entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator) Returns an ordered range of all the layout page template entries.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.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_L
(long groupId, long layoutPageTemplateCollectionId) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.findByG_L
(long groupId, long layoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_L_LikeN
(long groupId, long layoutPageTemplateCollectionId, String name) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and name LIKE ?.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 ?.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 ?.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 ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.findByG_L_S
(long groupId, long layoutPageTemplateCollectionId, int status) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_L_T
(long groupId, long layoutPageTemplateCollectionId, int type) Returns all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.Returns all the layout page template entries where groupId = ? and name = ?.Returns a range of all the layout page template entries where groupId = ? and name = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_N_T
(long groupId, String name, int type) Returns all the layout page template entries where groupId = ? and name = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_S
(long groupId, int status) Returns all the layout page template entries where groupId = ? and status = ?.findByG_S
(long groupId, int status, int start, int end) Returns a range of all the layout page template entries where groupId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_T
(long groupId, int type) Returns all the layout page template entries where groupId = ? and type = ?.findByG_T
(long groupId, int[] types) Returns all the layout page template entries where groupId = ? and type = any ?.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 ?.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 ?.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.findByG_T
(long groupId, int type, int start, int end) Returns a range of all the layout page template entries where groupId = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_T_LikeN
(long groupId, String name, int type) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = ?.findByG_T_LikeN
(long groupId, String name, int[] types) Returns all the layout page template entries where groupId = ? and name LIKE ? and type = any ?.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 ?.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 ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_T_S
(long groupId, int[] types, int status) Returns all the layout page template entries where groupId = ? and type = any ? and status = ?.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 = ?.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 = ?.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.findByG_T_S
(long groupId, int type, int status) Returns all the layout page template entries where groupId = ? and type = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByGroupId
(long groupId) Returns all the layout page template entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout page template entries where groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByLayoutPrototypeId
(long layoutPrototypeId) Returns all the layout page template entries where layoutPrototypeId = ?.findByLayoutPrototypeId
(long layoutPrototypeId, int start, int end) Returns a range of all the layout page template entries where layoutPrototypeId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByPlid
(long plid) Returns the layout page template entry where plid = ? or throws aNoSuchPageTemplateEntryException
if it could not be found.findByPrimaryKey
(long layoutPageTemplateEntryId) Returns the layout page template entry with the primary key or throws aNoSuchPageTemplateEntryException
if it could not be found.findByUuid
(String uuid) Returns all the layout page template entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout page template entries where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout page template entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout page template entries where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.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 = ?.remove
(long layoutPageTemplateEntryId) Removes the layout page template entry with the primary key from the database.void
Removes all the layout page template entries from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the layout page template entry where externalReferenceCode = ? and groupId = ? from the database.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.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.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.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.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.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.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.void
removeByG_L
(long groupId, long layoutPageTemplateCollectionId) Removes all the layout page template entries where groupId = ? and layoutPageTemplateCollectionId = ? from the database.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.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.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.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.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.removeByG_LPTEK
(long groupId, String layoutPageTemplateEntryKey) Removes the layout page template entry where groupId = ? and layoutPageTemplateEntryKey = ? from the database.void
removeByG_N
(long groupId, String name) Removes all the layout page template entries where groupId = ? and name = ? from the database.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.void
removeByG_S
(long groupId, int status) Removes all the layout page template entries where groupId = ? and status = ? from the database.void
removeByG_T
(long groupId, int type) Removes all the layout page template entries where groupId = ? and type = ? from the database.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.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.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.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.void
removeByGroupId
(long groupId) Removes all the layout page template entries where groupId = ? from the database.void
removeByLayoutPrototypeId
(long layoutPrototypeId) Removes all the layout page template entries where layoutPrototypeId = ? from the database.removeByPlid
(long plid) Removes the layout page template entry where plid = ? from the database.void
removeByUuid
(String uuid) Removes all the layout page template entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the layout page template entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the layout page template entry where uuid = ? and groupId = ? from the database.updateImpl
(LayoutPageTemplateEntry layoutPageTemplateEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the layout 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
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
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
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 found
-
fetchByUuid_First
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
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 found
-
fetchByUuid_Last
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
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 found
-
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
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 found
-
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
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
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
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
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
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
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 found
-
fetchByUuid_C_First
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
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 found
-
fetchByUuid_C_Last
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
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 found
-
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
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
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
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 found
-
fetchByGroupId_First
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
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 found
-
fetchByGroupId_Last
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
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 found
-
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
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
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 found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the layout page template entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
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
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
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
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
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
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 found
-
fetchByLayoutPrototypeId_First
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
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 found
-
fetchByLayoutPrototypeId_Last
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
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 found
-
removeByLayoutPrototypeId
void removeByLayoutPrototypeId(long layoutPrototypeId) Removes all the layout page template entries where layoutPrototypeId = ? from the database.- Parameters:
layoutPrototypeId
- the layout prototype ID
-
countByLayoutPrototypeId
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 found
-
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
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
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
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
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
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
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
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 found
-
fetchByG_L_First
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
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 found
-
fetchByG_L_Last
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
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 found
-
filterFindByG_L
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
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
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
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 found
-
removeByG_L
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
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
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
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 found
-
fetchByG_LPTEK
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
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
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
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
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
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
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 found
-
fetchByG_N_First
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
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 found
-
fetchByG_N_Last
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
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 found
-
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
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
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
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 found
-
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
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
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
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 found
-
fetchByG_T_First
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
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 found
-
fetchByG_T_Last
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
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 found
-
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
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
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
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 found
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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 found
-
fetchByG_S_First
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
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 found
-
fetchByG_S_Last
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
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 found
-
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
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
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
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 found
-
removeByG_S
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
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
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
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
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
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
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
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 found
-
fetchByG_L_LikeN_First
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
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 found
-
fetchByG_L_LikeN_Last
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
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 found
-
filterFindByG_L_LikeN
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
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
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
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 found
-
removeByG_L_LikeN
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
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
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
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
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
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
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 found
-
fetchByG_L_T_First
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
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 found
-
fetchByG_L_T_Last
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
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 found
-
filterFindByG_L_T
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
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
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
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 found
-
removeByG_L_T
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
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
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
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
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
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
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
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 found
-
fetchByG_L_S_First
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
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 found
-
fetchByG_L_S_Last
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
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 found
-
filterFindByG_L_S
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
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
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
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 found
-
removeByG_L_S
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
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
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
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
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
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
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 found
-
fetchByG_N_T_First
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
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 found
-
fetchByG_N_T_Last
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
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 found
-
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
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
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
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 found
-
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
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
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
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
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 found
-
fetchByG_T_LikeN_First
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
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 found
-
fetchByG_T_LikeN_Last
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
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 found
-
filterFindByG_T_LikeN
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
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
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
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 found
-
filterFindByG_T_LikeN
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
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
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
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
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
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
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
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
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
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 found
-
fetchByG_T_S_First
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
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 found
-
fetchByG_T_S_Last
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
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 found
-
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
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
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
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 found
-
filterFindByG_T_S
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
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
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
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
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
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
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
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
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
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
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
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 found
-
fetchByG_L_N_T
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
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
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
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
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
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
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
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
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 found
-
fetchByG_L_LikeN_S_First
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
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 found
-
fetchByG_L_LikeN_S_Last
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
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 found
-
filterFindByG_L_LikeN_S
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
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
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
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 found
-
removeByG_L_LikeN_S
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_T_First
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
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 found
-
fetchByG_C_C_T_Last
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
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 found
-
filterFindByG_C_C_T
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
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
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
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 found
-
removeByG_C_C_T
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_D_First
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
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 found
-
fetchByG_C_C_D_Last
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
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 found
-
filterFindByG_C_C_D
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
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
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
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 found
-
removeByG_C_C_D
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
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
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
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
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
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
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
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 found
-
fetchByG_C_T_D_First
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
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 found
-
fetchByG_C_T_D_Last
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
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 found
-
filterFindByG_C_T_D
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
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
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
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 found
-
removeByG_C_T_D
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
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
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
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
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
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
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
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 found
-
fetchByG_T_LikeN_S_First
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
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 found
-
fetchByG_T_LikeN_S_Last
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
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 found
-
filterFindByG_T_LikeN_S
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
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
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
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 found
-
filterFindByG_T_LikeN_S
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
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
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
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
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
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
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
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
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
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
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
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 found
-
fetchByG_T_D_S_First
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
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 found
-
fetchByG_T_D_S_Last
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
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 found
-
filterFindByG_T_D_S
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
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
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
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 found
-
removeByG_T_D_S
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_LikeN_T_First
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
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 found
-
fetchByG_C_C_LikeN_T_Last
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
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 found
-
filterFindByG_C_C_LikeN_T
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
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
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
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 found
-
removeByG_C_C_LikeN_T
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_T_S_First
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
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 found
-
fetchByG_C_C_T_S_Last
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
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 found
-
filterFindByG_C_C_T_S
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
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
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
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 found
-
removeByG_C_C_T_S
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_D_S_First
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
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 found
-
fetchByG_C_C_D_S_Last
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
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 found
-
filterFindByG_C_C_D_S
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
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
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
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 found
-
removeByG_C_C_D_S
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
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
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
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
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
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
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
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 found
-
fetchByG_C_C_LikeN_T_S_First
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
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 found
-
fetchByG_C_C_LikeN_T_S_Last
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
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 found
-
filterFindByG_C_C_LikeN_T_S
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
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
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
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 found
-
removeByG_C_C_LikeN_T_S
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
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
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
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 found
-
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
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
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
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 found
-
updateImpl
-
findByPrimaryKey
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 found
-
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
List<LayoutPageTemplateEntry> 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
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
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
void removeAll()Removes all the layout page template entries from the database. -
countAll
int countAll()Returns the number of layout page template entries.- Returns:
- the number of layout page template entries
-