@ProviderType public interface LayoutPageTemplateCollectionPersistence extends 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
LayoutPageTemplateCollectionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(LayoutPageTemplateCollection layoutPageTemplateCollection)
Caches the layout page template collection in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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(java.lang.String externalReferenceCode,
long groupId)
Returns the number of layout page template collections where externalReferenceCode = ? and groupId = ?.
|
int |
countByG_LikeN_T(long groupId,
java.lang.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,
java.lang.String layoutPageTemplateCollectionKey,
int type)
Returns the number of layout page template collections where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ?.
|
int |
countByG_N_T(long groupId,
java.lang.String name,
int type)
Returns the number of layout page template collections where groupId = ? and name = ? and type = ?.
|
int |
countByG_P_N_T(long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.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_P(long groupId,
long parentLayoutPageTemplateCollectionId)
Returns the number of layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.
|
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_C(java.lang.String uuid,
long companyId)
Returns the number of layout page template collections where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of layout page template collections where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout page template collections where uuid = ?.
|
LayoutPageTemplateCollection |
create(long layoutPageTemplateCollectionId)
Creates a new layout page template collection with the primary key.
|
LayoutPageTemplateCollection |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout page template collection where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
LayoutPageTemplateCollection |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the layout page template collection where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutPageTemplateCollection |
fetchByG_LikeN_T_First(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
fetchByG_LikeN_T_Last(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
fetchByG_LPTCK_T(long groupId,
java.lang.String layoutPageTemplateCollectionKey,
int type)
Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returns
null if it could not be found. |
LayoutPageTemplateCollection |
fetchByG_LPTCK_T(long groupId,
java.lang.String layoutPageTemplateCollectionKey,
int type,
boolean useFinderCache)
Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutPageTemplateCollection |
fetchByG_N_T_First(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
fetchByG_N_T_Last(long groupId,
java.lang.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 = ?.
|
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 = ?.
|
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 = ?.
|
LayoutPageTemplateCollection |
fetchByG_P_N_T(long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.String name,
int type)
Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returns
null if it could not be found. |
LayoutPageTemplateCollection |
fetchByG_P_N_T(long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.String name,
int type,
boolean useFinderCache)
Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
LayoutPageTemplateCollection |
fetchByPrimaryKey(long layoutPageTemplateCollectionId)
Returns the layout page template collection with the primary key or returns
null if it could not be found. |
LayoutPageTemplateCollection |
fetchByUuid_C_First(java.lang.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 = ?.
|
LayoutPageTemplateCollection |
fetchByUuid_C_Last(java.lang.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 = ?.
|
LayoutPageTemplateCollection |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Returns the first layout page template collection in the ordered set where uuid = ?.
|
LayoutPageTemplateCollection |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout page template collection where uuid = ? and groupId = ? or returns
null if it could not be found. |
LayoutPageTemplateCollection |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the layout page template collection where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutPageTemplateCollection |
fetchByUuid_Last(java.lang.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,
java.lang.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,
java.lang.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_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_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_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 = ?.
|
LayoutPageTemplateCollection[] |
filterFindByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId,
long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection[] |
filterFindByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId,
long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_N_T(long groupId,
java.lang.String name,
int type)
Returns all the layout page template collections that the user has permission to view where groupId = ? and name = ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_N_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_N_T(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByG_T(long groupId,
int type)
Returns all the layout page template collections that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
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 = ?.
|
java.util.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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
filterFindByGroupId(long groupId)
Returns all the layout page template collections that the user has permission to view where groupId = ?.
|
java.util.List<LayoutPageTemplateCollection> |
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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findAll()
Returns all the layout page template collections.
|
java.util.List<LayoutPageTemplateCollection> |
findAll(int start,
int end)
Returns a range of all the layout page template collections.
|
java.util.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.
|
java.util.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.
|
LayoutPageTemplateCollection |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout page template collection where externalReferenceCode = ? and groupId = ? or throws a
NoSuchPageTemplateCollectionException if it could not be found. |
LayoutPageTemplateCollection |
findByG_LikeN_T_First(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
findByG_LikeN_T_Last(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection[] |
findByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId,
long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_LikeN_T(long groupId,
java.lang.String name,
int type)
Returns all the layout page template collections where groupId = ? and name LIKE ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_LikeN_T(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
findByG_LPTCK_T(long groupId,
java.lang.String layoutPageTemplateCollectionKey,
int type)
Returns the layout page template collection where groupId = ? and layoutPageTemplateCollectionKey = ? and type = ? or throws a
NoSuchPageTemplateCollectionException if it could not be found. |
LayoutPageTemplateCollection |
findByG_N_T_First(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
findByG_N_T_Last(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection[] |
findByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId,
long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_N_T(long groupId,
java.lang.String name,
int type)
Returns all the layout page template collections where groupId = ? and name = ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_N_T(long groupId,
java.lang.String name,
int type,
int start,
int end)
Returns a range of all the layout page template collections where groupId = ? and name = ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_N_T(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_N_T(long groupId,
java.lang.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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection |
findByG_P_N_T(long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.String name,
int type)
Returns the layout page template collection where groupId = ? and parentLayoutPageTemplateCollectionId = ? and name = ? and type = ? or throws a
NoSuchPageTemplateCollectionException if it could not be found. |
LayoutPageTemplateCollection[] |
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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_P_T(long groupId,
long parentLayoutPageTemplateCollectionId,
int type)
Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? and type = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_P(long groupId,
long parentLayoutPageTemplateCollectionId)
Returns all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_T(long groupId,
int type)
Returns all the layout page template collections where groupId = ? and type = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByG_T(long groupId,
int type,
int start,
int end)
Returns a range of all the layout page template collections where groupId = ? and type = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection |
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 = ?.
|
LayoutPageTemplateCollection[] |
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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByGroupId(long groupId)
Returns all the layout page template collections where groupId = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout page template collections where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
LayoutPageTemplateCollection |
findByPrimaryKey(long layoutPageTemplateCollectionId)
Returns the layout page template collection with the primary key or throws a
NoSuchPageTemplateCollectionException if it could not be found. |
LayoutPageTemplateCollection |
findByUuid_C_First(java.lang.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 = ?.
|
LayoutPageTemplateCollection |
findByUuid_C_Last(java.lang.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 = ?.
|
LayoutPageTemplateCollection[] |
findByUuid_C_PrevAndNext(long layoutPageTemplateCollectionId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout page template collections where uuid = ? and companyId = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout page template collections where uuid = ? and companyId = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid_C(java.lang.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 = ?.
|
LayoutPageTemplateCollection |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Returns the first layout page template collection in the ordered set where uuid = ?.
|
LayoutPageTemplateCollection |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout page template collection where uuid = ? and groupId = ? or throws a
NoSuchPageTemplateCollectionException if it could not be found. |
LayoutPageTemplateCollection |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Returns the last layout page template collection in the ordered set where uuid = ?.
|
LayoutPageTemplateCollection[] |
findByUuid_PrevAndNext(long layoutPageTemplateCollectionId,
java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid(java.lang.String uuid)
Returns all the layout page template collections where uuid = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout page template collections where uuid = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid(java.lang.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 = ?.
|
java.util.List<LayoutPageTemplateCollection> |
findByUuid(java.lang.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 = ?.
|
LayoutPageTemplateCollection |
remove(long layoutPageTemplateCollectionId)
Removes the layout page template collection with the primary key from the database.
|
void |
removeAll()
Removes all the layout page template collections from the database.
|
LayoutPageTemplateCollection |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the layout page template collection where externalReferenceCode = ? and groupId = ? from the database.
|
void |
removeByG_LikeN_T(long groupId,
java.lang.String name,
int type)
Removes all the layout page template collections where groupId = ? and name LIKE ? and type = ? from the database.
|
LayoutPageTemplateCollection |
removeByG_LPTCK_T(long groupId,
java.lang.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,
java.lang.String name,
int type)
Removes all the layout page template collections where groupId = ? and name = ? and type = ? from the database.
|
LayoutPageTemplateCollection |
removeByG_P_N_T(long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.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_P(long groupId,
long parentLayoutPageTemplateCollectionId)
Removes all the layout page template collections where groupId = ? and parentLayoutPageTemplateCollectionId = ? 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_C(java.lang.String uuid,
long companyId)
Removes all the layout page template collections where uuid = ? and companyId = ? from the database.
|
LayoutPageTemplateCollection |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the layout page template collection where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout page template collections where uuid = ? from the database.
|
LayoutPageTemplateCollection |
updateImpl(LayoutPageTemplateCollection layoutPageTemplateCollection) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
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, setDataSource, unregisterListener, update, update
java.util.List<LayoutPageTemplateCollection> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<LayoutPageTemplateCollection> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByUuid_PrevAndNext(long layoutPageTemplateCollectionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidLayoutPageTemplateCollection findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPageTemplateCollectionException
NoSuchPageTemplateCollectionException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPageTemplateCollectionException
uuid
- the uuidgroupId
- the group IDNoSuchPageTemplateCollectionException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<LayoutPageTemplateCollection> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutPageTemplateCollection> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByUuid_C_PrevAndNext(long layoutPageTemplateCollectionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutPageTemplateCollection> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutPageTemplateCollection> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByGroupId_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutPageTemplateCollection> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByGroupId_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDjava.util.List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByG_P_First(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_First(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByG_P_Last(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_Last(long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByG_P_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDjava.util.List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByG_P(long groupId, long parentLayoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByG_P_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByG_P(long groupId, long parentLayoutPageTemplateCollectionId)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDint countByG_P(long groupId, long parentLayoutPageTemplateCollectionId)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDint filterCountByG_P(long groupId, long parentLayoutPageTemplateCollectionId)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDjava.util.List<LayoutPageTemplateCollection> findByG_T(long groupId, int type)
groupId
- the group IDtype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_T(long groupId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_T_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_T_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByG_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByG_T(long groupId, int type)
groupId
- the group IDtype
- the typejava.util.List<LayoutPageTemplateCollection> filterFindByG_T(long groupId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByG_T(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByG_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the current layout page template collectiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByG_T(long groupId, int type)
groupId
- the group IDtype
- the typeint countByG_T(long groupId, int type)
groupId
- the group IDtype
- the typeint filterCountByG_T(long groupId, int type)
groupId
- the group IDtype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByG_P_T_First(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_T_First(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByG_P_T_Last(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_T_Last(long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByG_P_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typejava.util.List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByG_P_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, long parentLayoutPageTemplateCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeint countByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeint filterCountByG_P_T(long groupId, long parentLayoutPageTemplateCollectionId, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDtype
- the typeLayoutPageTemplateCollection findByG_LPTCK_T(long groupId, java.lang.String layoutPageTemplateCollectionKey, int type) throws NoSuchPageTemplateCollectionException
NoSuchPageTemplateCollectionException
if it could not be found.groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typeNoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_LPTCK_T(long groupId, java.lang.String layoutPageTemplateCollectionKey, int type)
null
if it could not be found. Uses the finder cache.groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_LPTCK_T(long groupId, java.lang.String layoutPageTemplateCollectionKey, int type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection removeByG_LPTCK_T(long groupId, java.lang.String layoutPageTemplateCollectionKey, int type) throws NoSuchPageTemplateCollectionException
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typeNoSuchPageTemplateCollectionException
int countByG_LPTCK_T(long groupId, java.lang.String layoutPageTemplateCollectionKey, int type)
groupId
- the group IDlayoutPageTemplateCollectionKey
- the layout page template collection keytype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_N_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_N_T(long groupId, java.lang.String name, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByG_N_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByG_N_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByG_N_T_First(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_N_T_First(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByG_N_T_Last(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_N_T_Last(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByG_N_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typejava.util.List<LayoutPageTemplateCollection> filterFindByG_N_T(long groupId, java.lang.String name, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByG_N_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByG_N_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByG_N_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typeint countByG_N_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typeint filterCountByG_N_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typejava.util.List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, java.lang.String name, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findByG_LikeN_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheLayoutPageTemplateCollection findByG_LikeN_T_First(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_LikeN_T_First(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection findByG_LikeN_T_Last(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_LikeN_T_Last(long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
groupId
- the group IDname
- the nametype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout page template collection could not be foundLayoutPageTemplateCollection[] findByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> filterFindByG_LikeN_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typejava.util.List<LayoutPageTemplateCollection> filterFindByG_LikeN_T(long groupId, java.lang.String name, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> filterFindByG_LikeN_T(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)LayoutPageTemplateCollection[] filterFindByG_LikeN_T_PrevAndNext(long layoutPageTemplateCollectionId, long groupId, java.lang.String name, int type, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) throws NoSuchPageTemplateCollectionException
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 (optionally null
)NoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundvoid removeByG_LikeN_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typeint countByG_LikeN_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typeint filterCountByG_LikeN_T(long groupId, java.lang.String name, int type)
groupId
- the group IDname
- the nametype
- the typeLayoutPageTemplateCollection findByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, int type) throws NoSuchPageTemplateCollectionException
NoSuchPageTemplateCollectionException
if it could not be found.groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typeNoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, int type)
null
if it could not be found. Uses the finder cache.groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, int type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection removeByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, int type) throws NoSuchPageTemplateCollectionException
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typeNoSuchPageTemplateCollectionException
int countByG_P_N_T(long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, int type)
groupId
- the group IDparentLayoutPageTemplateCollectionId
- the parent layout page template collection IDname
- the nametype
- the typeLayoutPageTemplateCollection findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchPageTemplateCollectionException
NoSuchPageTemplateCollectionException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchPageTemplateCollectionException
- if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching layout page template collection could not be foundLayoutPageTemplateCollection removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchPageTemplateCollectionException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchPageTemplateCollectionException
int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDvoid cacheResult(LayoutPageTemplateCollection layoutPageTemplateCollection)
layoutPageTemplateCollection
- the layout page template collectionvoid cacheResult(java.util.List<LayoutPageTemplateCollection> layoutPageTemplateCollections)
layoutPageTemplateCollections
- the layout page template collectionsLayoutPageTemplateCollection create(long layoutPageTemplateCollectionId)
layoutPageTemplateCollectionId
- the primary key for the new layout page template collectionLayoutPageTemplateCollection remove(long layoutPageTemplateCollectionId) throws NoSuchPageTemplateCollectionException
layoutPageTemplateCollectionId
- the primary key of the layout page template collectionNoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundLayoutPageTemplateCollection updateImpl(LayoutPageTemplateCollection layoutPageTemplateCollection)
LayoutPageTemplateCollection findByPrimaryKey(long layoutPageTemplateCollectionId) throws NoSuchPageTemplateCollectionException
NoSuchPageTemplateCollectionException
if it could not be found.layoutPageTemplateCollectionId
- the primary key of the layout page template collectionNoSuchPageTemplateCollectionException
- if a layout page template collection with the primary key could not be foundLayoutPageTemplateCollection fetchByPrimaryKey(long layoutPageTemplateCollectionId)
null
if it could not be found.layoutPageTemplateCollectionId
- the primary key of the layout page template collectionnull
if a layout page template collection with the primary key could not be foundjava.util.List<LayoutPageTemplateCollection> findAll()
java.util.List<LayoutPageTemplateCollection> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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)java.util.List<LayoutPageTemplateCollection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)java.util.List<LayoutPageTemplateCollection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutPageTemplateCollectionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()