Interface CPDisplayLayoutPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CPDisplayLayout>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDisplayLayout>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CPDisplayLayout cpDisplayLayout) Caches the cp display layout in the entity cache if it is enabled.void
cacheResult
(List<CPDisplayLayout> cpDisplayLayouts) Caches the cp display layouts in the entity cache if it is enabled.int
countAll()
Returns the number of cp display layouts.int
countByC_C
(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.int
countByC_C_L
(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.int
countByC_C_LPTEU
(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.int
countByG_C
(long groupId, long classNameId) Returns the number of cp display layouts where groupId = ? and classNameId = ?.int
countByG_C_C
(long groupId, long classNameId, long classPK) Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.int
countByG_L
(long groupId, String layoutUuid) Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.int
countByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid) Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.int
countByGroupId
(long groupId) Returns the number of cp display layouts where groupId = ?.int
countByUuid
(String uuid) Returns the number of cp display layouts where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of cp display layouts where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of cp display layouts where uuid = ? and groupId = ?.create
(long CPDisplayLayoutId) Creates a new cp display layout with the primary key.fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_L_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_L_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_LPTEU_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_LPTEU_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.fetchByG_C_C
(long groupId, long classNameId, long classPK) Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.fetchByG_C_C
(long groupId, long classNameId, long classPK, boolean useFinderCache) Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_First
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.fetchByG_C_Last
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.fetchByG_L_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.fetchByG_L_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.fetchByG_LPTEU_First
(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.fetchByG_LPTEU_Last
(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ?.fetchByPrimaryKey
(long CPDisplayLayoutId) Returns the cp display layout with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the cp display layout where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the cp display layout where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ?.findAll()
Returns all the cp display layouts.findAll
(int start, int end) Returns a range of all the cp display layouts.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts.findByC_C
(long classNameId, long classPK) Returns all the cp display layouts where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_L
(long classNameId, long classPK) Returns all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_L
(long classNameId, long classPK, int start, int end) Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_L
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_L
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_L_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_L_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_L_PrevAndNext
(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_LPTEU
(long classNameId, long classPK) Returns all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_LPTEU
(long classNameId, long classPK, int start, int end) Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_LPTEU
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_LPTEU
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.findByC_C_LPTEU_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_LPTEU_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_LPTEU_PrevAndNext
(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.findByC_C_PrevAndNext
(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.findByG_C
(long groupId, long classNameId) Returns all the cp display layouts where groupId = ? and classNameId = ?.findByG_C
(long groupId, long classNameId, int start, int end) Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.findByG_C
(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.findByG_C
(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.findByG_C_C
(long groupId, long classNameId, long classPK) Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws aNoSuchCPDisplayLayoutException
if it could not be found.findByG_C_First
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.findByG_C_Last
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.findByG_C_PrevAndNext
(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.Returns all the cp display layouts where groupId = ? and layoutUuid = ?.Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.findByG_L
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.findByG_L
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.findByG_L_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.findByG_L_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.findByG_L_PrevAndNext
(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.findByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid) Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid, int start, int end) Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU_First
(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU_Last
(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.findByG_LPTEU_PrevAndNext
(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.findByGroupId
(long groupId) Returns all the cp display layouts where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the cp display layouts where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.findByPrimaryKey
(long CPDisplayLayoutId) Returns the cp display layout with the primary key or throws aNoSuchCPDisplayLayoutException
if it could not be found.findByUuid
(String uuid) Returns all the cp display layouts where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the cp display layouts where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the cp display layouts where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cp display layouts where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the cp display layout where uuid = ? and groupId = ? or throws aNoSuchCPDisplayLayoutException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.remove
(long CPDisplayLayoutId) Removes the cp display layout with the primary key from the database.void
Removes all the cp display layouts from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.void
removeByC_C_L
(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.void
removeByC_C_LPTEU
(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.void
removeByG_C
(long groupId, long classNameId) Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.removeByG_C_C
(long groupId, long classNameId, long classPK) Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.void
removeByG_L
(long groupId, String layoutUuid) Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.void
removeByG_LPTEU
(long groupId, String layoutPageTemplateEntryUuid) Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.void
removeByGroupId
(long groupId) Removes all the cp display layouts where groupId = ? from the database.void
removeByUuid
(String uuid) Removes all the cp display layouts where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the cp display layouts where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the cp display layout where uuid = ? and groupId = ? from the database.updateImpl
(CPDisplayLayout cpDisplayLayout) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the cp display layouts where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cp display layouts
-
findByUuid
Returns a range of all the cp display layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByUuid
List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByUuid
List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByUuid_First
CPDisplayLayout findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByUuid_First
CPDisplayLayout fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByUuid_Last
CPDisplayLayout findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByUuid_Last
CPDisplayLayout fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByUuid_PrevAndNext
CPDisplayLayout[] findByUuid_PrevAndNext(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByUuid
Removes all the cp display layouts where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cp display layouts where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cp display layouts
-
findByUUID_G
Returns the cp display layout where uuid = ? and groupId = ? or throws aNoSuchCPDisplayLayoutException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByUUID_G
Returns the cp display layout where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cp display layout, or
null
if a matching cp display layout could not be found
-
fetchByUUID_G
Returns the cp display layout where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp display layout, or
null
if a matching cp display layout could not be found
-
removeByUUID_G
Removes the cp display layout where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the cp display layout that was removed
- Throws:
NoSuchCPDisplayLayoutException
-
countByUUID_G
Returns the number of cp display layouts where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching cp display layouts
-
findByUuid_C
Returns all the cp display layouts where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cp display layouts
-
findByUuid_C
Returns a range of all the cp display layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByUuid_C
List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByUuid_C
List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByUuid_C_First
CPDisplayLayout findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByUuid_C_First
CPDisplayLayout fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByUuid_C_Last
CPDisplayLayout findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByUuid_C_Last
CPDisplayLayout fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByUuid_C_PrevAndNext
CPDisplayLayout[] findByUuid_C_PrevAndNext(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByUuid_C
Removes all the cp display layouts where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cp display layouts where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cp display layouts
-
findByGroupId
Returns all the cp display layouts where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching cp display layouts
-
findByGroupId
Returns a range of all the cp display layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByGroupId
List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByGroupId
List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByGroupId_First
CPDisplayLayout findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByGroupId_First
CPDisplayLayout fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByGroupId_Last
CPDisplayLayout findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByGroupId_Last
CPDisplayLayout fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByGroupId_PrevAndNext
CPDisplayLayout[] findByGroupId_PrevAndNext(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the cp display layouts where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of cp display layouts where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching cp display layouts
-
findByG_C
Returns all the cp display layouts where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name ID- Returns:
- the matching cp display layouts
-
findByG_C
Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByG_C
List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByG_C
List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByG_C_First
CPDisplayLayout findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_C_First
CPDisplayLayout fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_C_Last
CPDisplayLayout findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_C_Last
CPDisplayLayout fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_C_PrevAndNext
CPDisplayLayout[] findByG_C_PrevAndNext(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutgroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByG_C
void removeByG_C(long groupId, long classNameId) Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name ID
-
countByG_C
int countByG_C(long groupId, long classNameId) Returns the number of cp display layouts where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name ID- Returns:
- the number of matching cp display layouts
-
findByG_LPTEU
Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuid- Returns:
- the matching cp display layouts
-
findByG_LPTEU
List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end) Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByG_LPTEU
List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByG_LPTEU
List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByG_LPTEU_First
CPDisplayLayout findByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_LPTEU_First
CPDisplayLayout fetchByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_LPTEU_Last
CPDisplayLayout findByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_LPTEU_Last
CPDisplayLayout fetchByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_LPTEU_PrevAndNext
CPDisplayLayout[] findByG_LPTEU_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutgroupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByG_LPTEU
Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuid
-
countByG_LPTEU
Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.- Parameters:
groupId
- the group IDlayoutPageTemplateEntryUuid
- the layout page template entry uuid- Returns:
- the number of matching cp display layouts
-
findByG_L
Returns all the cp display layouts where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the matching cp display layouts
-
findByG_L
Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByG_L
List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByG_L
List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByG_L_First
CPDisplayLayout findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_L_First
CPDisplayLayout fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_L_Last
CPDisplayLayout findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_L_Last
CPDisplayLayout fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByG_L_PrevAndNext
CPDisplayLayout[] findByG_L_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutgroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByG_L
Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid
-
countByG_L
Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the number of matching cp display layouts
-
findByC_C
Returns all the cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp display layouts
-
findByC_C
Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByC_C
List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByC_C
List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByC_C_First
CPDisplayLayout findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_First
CPDisplayLayout fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_Last
CPDisplayLayout findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_Last
CPDisplayLayout fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_PrevAndNext
CPDisplayLayout[] findByC_C_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching cp display layouts
-
findByC_C_LPTEU
Returns all the cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp display layouts
-
findByC_C_LPTEU
Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByC_C_LPTEU
List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByC_C_LPTEU
List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByC_C_LPTEU_First
CPDisplayLayout findByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_LPTEU_First
CPDisplayLayout fetchByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_LPTEU_Last
CPDisplayLayout findByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_LPTEU_Last
CPDisplayLayout fetchByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_LPTEU_PrevAndNext
CPDisplayLayout[] findByC_C_LPTEU_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByC_C_LPTEU
void removeByC_C_LPTEU(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C_LPTEU
int countByC_C_LPTEU(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching cp display layouts
-
findByC_C_L
Returns all the cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp display layouts
-
findByC_C_L
Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of matching cp display layouts
-
findByC_C_L
List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp display layouts
-
findByC_C_L
List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp display layouts
-
findByC_C_L_First
CPDisplayLayout findByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_L_First
CPDisplayLayout fetchByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_L_Last
CPDisplayLayout findByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByC_C_L_Last
CPDisplayLayout fetchByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp display layout, or
null
if a matching cp display layout could not be found
-
findByC_C_L_PrevAndNext
CPDisplayLayout[] findByC_C_L_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
CPDisplayLayoutId
- the primary key of the current cp display layoutclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
removeByC_C_L
void removeByC_C_L(long classNameId, long classPK) Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C_L
int countByC_C_L(long classNameId, long classPK) Returns the number of cp display layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching cp display layouts
-
findByG_C_C
CPDisplayLayout findByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws aNoSuchCPDisplayLayoutException
if it could not be found.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a matching cp display layout could not be found
-
fetchByG_C_C
Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp display layout, or
null
if a matching cp display layout could not be found
-
fetchByG_C_C
Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp display layout, or
null
if a matching cp display layout could not be found
-
removeByG_C_C
CPDisplayLayout removeByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the cp display layout that was removed
- Throws:
NoSuchCPDisplayLayoutException
-
countByG_C_C
int countByG_C_C(long groupId, long classNameId, long classPK) Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching cp display layouts
-
cacheResult
Caches the cp display layout in the entity cache if it is enabled.- Parameters:
cpDisplayLayout
- the cp display layout
-
cacheResult
Caches the cp display layouts in the entity cache if it is enabled.- Parameters:
cpDisplayLayouts
- the cp display layouts
-
create
Creates a new cp display layout with the primary key. Does not add the cp display layout to the database.- Parameters:
CPDisplayLayoutId
- the primary key for the new cp display layout- Returns:
- the new cp display layout
-
remove
Removes the cp display layout with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CPDisplayLayoutId
- the primary key of the cp display layout- Returns:
- the cp display layout that was removed
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the cp display layout with the primary key or throws aNoSuchCPDisplayLayoutException
if it could not be found.- Parameters:
CPDisplayLayoutId
- the primary key of the cp display layout- Returns:
- the cp display layout
- Throws:
NoSuchCPDisplayLayoutException
- if a cp display layout with the primary key could not be found
-
fetchByPrimaryKey
Returns the cp display layout with the primary key or returnsnull
if it could not be found.- Parameters:
CPDisplayLayoutId
- the primary key of the cp display layout- Returns:
- the cp display layout, or
null
if a cp display layout with the primary key could not be found
-
findAll
List<CPDisplayLayout> findAll()Returns all the cp display layouts.- Returns:
- the cp display layouts
-
findAll
Returns a range of all the cp display layouts.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
start
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)- Returns:
- the range of cp display layouts
-
findAll
List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) Returns an ordered range of all the cp display layouts.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
start
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cp display layouts
-
findAll
List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp display layouts.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPDisplayLayoutModelImpl
.- Parameters:
start
- the lower bound of the range of cp display layoutsend
- the upper bound of the range of cp display layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cp display layouts
-
removeAll
void removeAll()Removes all the cp display layouts from the database. -
countAll
int countAll()Returns the number of cp display layouts.- Returns:
- the number of cp display layouts
-