Interface LayoutPageTemplateCollectionPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LayoutPageTemplateCollection>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutPageTemplateCollection>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(LayoutPageTemplateCollection layoutPageTemplateCollection) Caches the layout page template collection in the entity cache if it is enabled.void
cacheResult
(List<LayoutPageTemplateCollection> layoutPageTemplateCollections) Caches the layout page template collections in the entity cache if it is enabled.int
countAll()
Returns the number of layout page template collections.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of layout page template collections where externalReferenceCode = ? and groupId = ?.int
countByG_LikeN_T
(long groupId, String name, int type) Returns the number of layout page template collections where groupId = ? and name LIKE ? and type = ?.int
countByG_LPTCK_T
(long groupId, String layoutPageTemplateCollectionKey, int type) Returns the number of layout page template collections where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ?.int
countByG_N_T
(long groupId, String name, int type) Returns the number of layout page template collections where groupId = ? and name = ? and type = ?.int
countByG_P
(long groupId, long parentLayoutPageTemplateCollectionId) Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.int
countByG_P_N_T
(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ?.int
countByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.int
countByG_T
(long groupId, int type) Returns the number of layout page template collections where groupId = ? and type = ?.int
countByGroupId
(long groupId) Returns the number of layout page template collections where groupId = ?.int
countByUuid
(String uuid) Returns the number of layout page template collections where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of layout page template collections where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of layout page template collections where uuid = ? and groupId = ?.create
(long layoutPageTemplateCollectionId) Creates a new layout page template collection with the primary key.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the layout page template collection 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 collection where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_LikeN_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.fetchByG_LikeN_T_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.fetchByG_LPTCK_T
(long groupId, String layoutPageTemplateCollectionKey, int type) Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returnsnull
if it could not be found.fetchByG_LPTCK_T
(long groupId, String layoutPageTemplateCollectionKey, int type, boolean useFinderCache) Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_N_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and name = ? and type = ?.fetchByG_P_First
(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.fetchByG_P_Last
(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.fetchByG_P_N_T
(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found.fetchByG_P_N_T
(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type, boolean useFinderCache) Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_P_T_First
(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.fetchByG_P_T_Last
(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.fetchByG_T_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and type = ?.fetchByG_T_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and type = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ?.fetchByPrimaryKey
(long layoutPageTemplateCollectionId) Returns the layout page template collection 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<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the layout page template collection 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 collection 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<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where uuid = ?.int
filterCountByG_LikeN_T
(long groupId, String name, int type) Returns the number of layout page template collections that the user has permission to view where groupId = ? and name LIKE ? and type = ?.int
filterCountByG_N_T
(long groupId, String name, int type) Returns the number of layout page template collections that the user has permission to view where groupId = ? and name = ? and type = ?.int
filterCountByG_P
(long groupId, long parentLayoutPageTemplateCollectionId) Returns the number of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.int
filterCountByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns the number of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.int
filterCountByG_T
(long groupId, int type) Returns the number of layout page template collections that the user has permission to view where groupId = ? and type = ?.int
filterCountByGroupId
(long groupId) Returns the number of layout page template collections that the user has permission to view where groupId = ?.filterFindByG_LikeN_T
(long groupId, String name, int type) Returns all the layout page template collections that the user has permission to view where groupId = ? and name LIKE ? and type = ?.filterFindByG_LikeN_T
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections that the user has permission to view where groupId = ? and name LIKE ? and type = ?.filterFindByG_LikeN_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.filterFindByG_LikeN_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and name LIKE ? and type = ?.filterFindByG_N_T
(long groupId, String name, int type) Returns all the layout page template collections 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 collections 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<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and name = ? and type = ?.filterFindByG_N_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and name = ? and type = ?.filterFindByG_P
(long groupId, long parentLayoutPageTemplateCollectionId) Returns all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.filterFindByG_P
(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.filterFindByG_P
(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.filterFindByG_P_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.filterFindByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.filterFindByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.filterFindByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.filterFindByG_P_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.filterFindByG_T
(long groupId, int type) Returns all the layout page template collections that the user has permission to view where groupId = ? and type = ?.filterFindByG_T
(long groupId, int type, int start, int end) Returns a range of all the layout page template collections 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<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and type = ?.filterFindByG_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and type = ?.filterFindByGroupId
(long groupId) Returns all the layout page template collections 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 collections that the user has permission to view where groupId = ?.filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ?.filterFindByGroupId_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ?.findAll()
Returns all the layout page template collections.findAll
(int start, int end) Returns a range of all the layout page template collections.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections.findByERC_G
(String externalReferenceCode, long groupId) Returns the layout page template collection where externalReferenceCode = ? and groupId = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.findByG_LikeN_T
(long groupId, String name, int type) Returns all the layout page template collections where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T
(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T
(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T_Last
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.findByG_LikeN_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.findByG_LPTCK_T
(long groupId, String layoutPageTemplateCollectionKey, int type) Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.findByG_N_T
(long groupId, String name, int type) Returns all the layout page template collections 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 collections 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<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and name = ? and type = ?.findByG_N_T_First
(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and name = ? and type = ?.findByG_N_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and name = ? and type = ?.findByG_P
(long groupId, long parentLayoutPageTemplateCollectionId) Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P
(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P
(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P
(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P_First
(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P_Last
(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P_N_T
(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.findByG_P_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.findByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T_First
(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T_Last
(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_P_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.findByG_T
(long groupId, int type) Returns all the layout page template collections where groupId = ? and type = ?.findByG_T
(long groupId, int type, int start, int end) Returns a range of all the layout page template collections where groupId = ? and type = ?.findByG_T
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and type = ?.findByG_T
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and type = ?.findByG_T_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and type = ?.findByG_T_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and type = ?.findByG_T_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and type = ?.findByGroupId
(long groupId) Returns all the layout page template collections where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout page template collections where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ?.findByPrimaryKey
(long layoutPageTemplateCollectionId) Returns the layout page template collection with the primary key or throws aNoSuchPageTemplateCollectionException
if it could not be found.findByUuid
(String uuid) Returns all the layout page template collections where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout page template collections where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout page template collections where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout page template collections where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long layoutPageTemplateCollectionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the layout page template collection where uuid = ? and groupId = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long layoutPageTemplateCollectionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the layout page template collections before and after the current layout page template collection in the ordered set where uuid = ?.remove
(long layoutPageTemplateCollectionId) Removes the layout page template collection with the primary key from the database.void
Removes all the layout page template collections from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the layout page template collection where externalReferenceCode = ? and groupId = ? from the database.void
removeByG_LikeN_T
(long groupId, String name, int type) Removes all the layout page template collections where groupId = ? and name LIKE ? and type = ? from the database.removeByG_LPTCK_T
(long groupId, String layoutPageTemplateCollectionKey, int type) Removes the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? from the database.void
removeByG_N_T
(long groupId, String name, int type) Removes all the layout page template collections where groupId = ? and name = ? and type = ? from the database.void
removeByG_P
(long groupId, long parentLayoutPageTemplateCollectionId) Removes all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? from the database.removeByG_P_N_T
(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) Removes the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? from the database.void
removeByG_P_T
(long groupId, long parentLayoutPageTemplateCollectionId, int type) Removes all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ? from the database.void
removeByG_T
(long groupId, int type) Removes all the layout page template collections where groupId = ? and type = ? from the database.void
removeByGroupId
(long groupId) Removes all the layout page template collections where groupId = ? from the database.void
removeByUuid
(String uuid) Removes all the layout page template collections where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the layout page template collections where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the layout page template collection where uuid = ? and groupId = ? from the database.updateImpl
(LayoutPageTemplateCollection layoutPageTemplateCollection) 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 collections where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout page template collections
-
findByUuid
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByUuid
List<LayoutPageTemplateCollection> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByUuid
List<LayoutPageTemplateCollection> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByUuid_First
LayoutPageTemplateCollection findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByUuid_First
LayoutPageTemplateCollection fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByUuid_Last
LayoutPageTemplateCollection findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByUuid_Last
LayoutPageTemplateCollection fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByUuid_PrevAndNext
LayoutPageTemplateCollection[] findByUuid_PrevAndNext(long layoutPageTemplateCollectionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where uuid = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByUuid
Removes all the layout page template collections where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout page template collections where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout page template collections
-
findByUUID_G
LayoutPageTemplateCollection findByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateCollectionException Returns the layout page template collection where uuid = ? and groupId = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByUUID_G
Returns the layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
fetchByUUID_G
Returns the layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
removeByUUID_G
LayoutPageTemplateCollection removeByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateCollectionException Removes the layout page template collection where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout page template collection that was removed
- Throws:
NoSuchPageTemplateCollectionException
-
countByUUID_G
Returns the number of layout page template collections where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching layout page template collections
-
findByUuid_C
Returns all the layout page template collections where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout page template collections
-
findByUuid_C
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByUuid_C
List<LayoutPageTemplateCollection> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByUuid_C
List<LayoutPageTemplateCollection> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByUuid_C_First
LayoutPageTemplateCollection findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByUuid_C_First
LayoutPageTemplateCollection fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByUuid_C_Last
LayoutPageTemplateCollection findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByUuid_C_Last
LayoutPageTemplateCollection fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByUuid_C_PrevAndNext
LayoutPageTemplateCollection[] findByUuid_C_PrevAndNext(long layoutPageTemplateCollectionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where uuid = ? and companyId = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByUuid_C
Removes all the layout page template collections where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout page template collections where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout page template collections
-
findByGroupId
Returns all the layout page template collections where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout page template collections
-
findByGroupId
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByGroupId
List<LayoutPageTemplateCollection> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByGroupId
List<LayoutPageTemplateCollection> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByGroupId_First
LayoutPageTemplateCollection findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByGroupId_First
LayoutPageTemplateCollection fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByGroupId_Last
LayoutPageTemplateCollection findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByGroupId_Last
LayoutPageTemplateCollection fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByGroupId_PrevAndNext
LayoutPageTemplateCollection[] findByGroupId_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByGroupId
Returns all the layout page template collections that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout page template collections that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByGroupId
List<LayoutPageTemplateCollection> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByGroupId_PrevAndNext
LayoutPageTemplateCollection[] filterFindByGroupId_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the layout page template collections where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of layout page template collections where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout page template collections
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of layout page template collections that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout page template collections that the user has permission to view
-
findByG_P
List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId) Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection ID- Returns:
- the matching layout page template collections
-
findByG_P
List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByG_P
List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByG_P
List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByG_P_First
LayoutPageTemplateCollection findByG_P_First(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_P_First
LayoutPageTemplateCollection fetchByG_P_First(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
findByG_P_Last
LayoutPageTemplateCollection findByG_P_Last(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_P_Last
LayoutPageTemplateCollection fetchByG_P_Last(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
findByG_P_PrevAndNext
LayoutPageTemplateCollection[] findByG_P_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByG_P
List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId) Returns all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection ID- Returns:
- the matching layout page template collections that the user has permission to view
-
filterFindByG_P
List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end) Returns a range of all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByG_P
List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDstart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByG_P_PrevAndNext
LayoutPageTemplateCollection[] filterFindByG_P_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByG_P
void removeByG_P(long groupId, long parentLayoutPageTemplateCollectionId) Removes all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? from the database.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection ID
-
countByG_P
int countByG_P(long groupId, long parentLayoutPageTemplateCollectionId) Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection ID- Returns:
- the number of matching layout page template collections
-
filterCountByG_P
int filterCountByG_P(long groupId, long parentLayoutPageTemplateCollectionId) Returns the number of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection ID- Returns:
- the number of matching layout page template collections that the user has permission to view
-
findByG_T
Returns all the layout page template collections where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout page template collections
-
findByG_T
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByG_T
List<LayoutPageTemplateCollection> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByG_T
List<LayoutPageTemplateCollection> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByG_T_First
LayoutPageTemplateCollection findByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_T_First
LayoutPageTemplateCollection fetchByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_T_Last
LayoutPageTemplateCollection findByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_T_Last
LayoutPageTemplateCollection fetchByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_T_PrevAndNext
LayoutPageTemplateCollection[] findByG_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByG_T
Returns all the layout page template collections that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching layout page template collections that the user has permission to view
-
filterFindByG_T
Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByG_T
List<LayoutPageTemplateCollection> filterFindByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByG_T_PrevAndNext
LayoutPageTemplateCollection[] filterFindByG_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByG_T
void removeByG_T(long groupId, int type) Removes all the layout page template collections 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 collections where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching layout page template collections
-
filterCountByG_T
int filterCountByG_T(long groupId, int type) Returns the number of layout page template collections 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 collections that the user has permission to view
-
findByG_P_T
List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the type- Returns:
- the matching layout page template collections
-
findByG_P_T
List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByG_P_T
List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByG_P_T
List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByG_P_T_First
LayoutPageTemplateCollection findByG_P_T_First(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_P_T_First
LayoutPageTemplateCollection fetchByG_P_T_First(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
findByG_P_T_Last
LayoutPageTemplateCollection findByG_P_T_Last(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_P_T_Last
LayoutPageTemplateCollection fetchByG_P_T_Last(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
findByG_P_T_PrevAndNext
LayoutPageTemplateCollection[] findByG_P_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByG_P_T
List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the type- Returns:
- the matching layout page template collections that the user has permission to view
-
filterFindByG_P_T
List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end) Returns a range of all the layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByG_P_T
List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections that the user has permissions to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByG_P_T_PrevAndNext
LayoutPageTemplateCollection[] filterFindByG_P_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByG_P_T
void removeByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type) Removes all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ? from the database.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the type
-
countByG_P_T
int countByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the type- Returns:
- the number of matching layout page template collections
-
filterCountByG_P_T
int filterCountByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type) Returns the number of layout page template collections that the user has permission to view where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the type- Returns:
- the number of matching layout page template collections that the user has permission to view
-
findByG_LPTCK_T
LayoutPageTemplateCollection findByG_LPTCK_T(long groupId, String layoutPageTemplateCollectionKey, int type) throws NoSuchPageTemplateCollectionException Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the type- Returns:
- the matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_LPTCK_T
LayoutPageTemplateCollection fetchByG_LPTCK_T(long groupId, String layoutPageTemplateCollectionKey, int type) Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the type- Returns:
- the matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
fetchByG_LPTCK_T
LayoutPageTemplateCollection fetchByG_LPTCK_T(long groupId, String layoutPageTemplateCollectionKey, int type, boolean useFinderCache) Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
removeByG_LPTCK_T
LayoutPageTemplateCollection removeByG_LPTCK_T(long groupId, String layoutPageTemplateCollectionKey, int type) throws NoSuchPageTemplateCollectionException Removes the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the type- Returns:
- the layout page template collection that was removed
- Throws:
NoSuchPageTemplateCollectionException
-
countByG_LPTCK_T
Returns the number of layout page template collections where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the type- Returns:
- the number of matching layout page template collections
-
findByG_N_T
Returns all the layout page template collections where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout page template collections
-
findByG_N_T
List<LayoutPageTemplateCollection> findByG_N_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByG_N_T
List<LayoutPageTemplateCollection> findByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByG_N_T
List<LayoutPageTemplateCollection> findByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByG_N_T_First
LayoutPageTemplateCollection findByG_N_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_N_T_First
LayoutPageTemplateCollection fetchByG_N_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_N_T_Last
LayoutPageTemplateCollection findByG_N_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_N_T_Last
LayoutPageTemplateCollection fetchByG_N_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_N_T_PrevAndNext
LayoutPageTemplateCollection[] findByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and name = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByG_N_T
Returns all the layout page template collections 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 collections that the user has permission to view
-
filterFindByG_N_T
List<LayoutPageTemplateCollection> filterFindByG_N_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByG_N_T
List<LayoutPageTemplateCollection> filterFindByG_N_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByG_N_T_PrevAndNext
LayoutPageTemplateCollection[] filterFindByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and name = ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByG_N_T
Removes all the layout page template collections 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 collections where groupId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout page template collections
-
filterCountByG_N_T
Returns the number of layout page template collections 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 collections that the user has permission to view
-
findByG_LikeN_T
Returns all the layout page template collections where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the matching layout page template collections
-
findByG_LikeN_T
List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections
-
findByG_LikeN_T
List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections
-
findByG_LikeN_T
List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
findByG_LikeN_T_First
LayoutPageTemplateCollection findByG_LikeN_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the first layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_LikeN_T_First
LayoutPageTemplateCollection fetchByG_LikeN_T_First(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the first layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_LikeN_T_Last
LayoutPageTemplateCollection findByG_LikeN_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the last layout page template collection 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 collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_LikeN_T_Last
LayoutPageTemplateCollection fetchByG_LikeN_T_Last(long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns the last layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
findByG_LikeN_T_PrevAndNext
LayoutPageTemplateCollection[] findByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set where groupId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
filterFindByG_LikeN_T
Returns all the layout page template collections 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 collections that the user has permission to view
-
filterFindByG_LikeN_T
List<LayoutPageTemplateCollection> filterFindByG_LikeN_T(long groupId, String name, int type, int start, int end) Returns a range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of matching layout page template collections that the user has permission to view
-
filterFindByG_LikeN_T
List<LayoutPageTemplateCollection> filterFindByG_LikeN_T(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections 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 fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
groupId
- the group IDname
- the nametype
- the typestart
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template collections that the user has permission to view
-
filterFindByG_LikeN_T_PrevAndNext
LayoutPageTemplateCollection[] filterFindByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException Returns the layout page template collections before and after the current layout page template collection in the ordered set of layout page template collections that the user has permission to view where groupId = ? and name LIKE ? and type = ?.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
removeByG_LikeN_T
Removes all the layout page template collections where groupId = ? and name LIKE ? and type = ? from the database.- Parameters:
groupId
- the group IDname
- the nametype
- the type
-
countByG_LikeN_T
Returns the number of layout page template collections where groupId = ? and name LIKE ? and type = ?.- Parameters:
groupId
- the group IDname
- the nametype
- the type- Returns:
- the number of matching layout page template collections
-
filterCountByG_LikeN_T
Returns the number of layout page template collections 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 collections that the user has permission to view
-
findByG_P_N_T
LayoutPageTemplateCollection findByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) throws NoSuchPageTemplateCollectionException Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the type- Returns:
- the matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByG_P_N_T
LayoutPageTemplateCollection fetchByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the type- Returns:
- the matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
fetchByG_P_N_T
LayoutPageTemplateCollection fetchByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type, boolean useFinderCache) Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template collection, or
null
if a matching layout page template collection could not be found
-
removeByG_P_N_T
LayoutPageTemplateCollection removeByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, String name, int type) throws NoSuchPageTemplateCollectionException Removes the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? from the database.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the type- Returns:
- the layout page template collection that was removed
- Throws:
NoSuchPageTemplateCollectionException
-
countByG_P_N_T
Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ?.- Parameters:
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the type- Returns:
- the number of matching layout page template collections
-
findByERC_G
LayoutPageTemplateCollection findByERC_G(String externalReferenceCode, long groupId) throws NoSuchPageTemplateCollectionException Returns the layout page template collection where externalReferenceCode = ? and groupId = ? or throws aNoSuchPageTemplateCollectionException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be found
-
fetchByERC_G
Returns the layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
fetchByERC_G
LayoutPageTemplateCollection fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout page template collection 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 collection, or
null
if a matching layout page template collection could not be found
-
removeByERC_G
LayoutPageTemplateCollection removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchPageTemplateCollectionException Removes the layout page template collection where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the layout page template collection that was removed
- Throws:
NoSuchPageTemplateCollectionException
-
countByERC_G
Returns the number of layout page template collections where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching layout page template collections
-
cacheResult
Caches the layout page template collection in the entity cache if it is enabled.- Parameters:
layoutPageTemplateCollection
- the layout page template collection
-
cacheResult
Caches the layout page template collections in the entity cache if it is enabled.- Parameters:
layoutPageTemplateCollections
- the layout page template collections
-
create
Creates a new layout page template collection with the primary key. Does not add the layout page template collection to the database.- Parameters:
layoutPageTemplateCollectionId
- the primary key for the new layout page template collection- Returns:
- the new layout page template collection
-
remove
LayoutPageTemplateCollection remove(long layoutPageTemplateCollectionId) throws NoSuchPageTemplateCollectionException Removes the layout page template collection with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the layout page template collection- Returns:
- the layout page template collection that was removed
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
LayoutPageTemplateCollection findByPrimaryKey(long layoutPageTemplateCollectionId) throws NoSuchPageTemplateCollectionException Returns the layout page template collection with the primary key or throws aNoSuchPageTemplateCollectionException
if it could not be found.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the layout page template collection- Returns:
- the layout page template collection
- Throws:
NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be found
-
fetchByPrimaryKey
Returns the layout page template collection with the primary key or returnsnull
if it could not be found.- Parameters:
layoutPageTemplateCollectionId
- the primary key of the layout page template collection- Returns:
- the layout page template collection, or
null
if a layout page template collection with the primary key could not be found
-
findAll
List<LayoutPageTemplateCollection> findAll()Returns all the layout page template collections.- Returns:
- the layout page template collections
-
findAll
Returns a range of all the layout page template collections.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)- Returns:
- the range of layout page template collections
-
findAll
List<LayoutPageTemplateCollection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) Returns an ordered range of all the layout page template collections.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of layout page template collections
-
findAll
List<LayoutPageTemplateCollection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template collections.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateCollectionModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template collectionsend
- the upper bound of the range of layout page template collections (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 collections
-
removeAll
void removeAll()Removes all the layout page template collections from the database. -
countAll
int countAll()Returns the number of layout page template collections.- Returns:
- the number of layout page template collections
-