Interface AssetDisplayPageEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AssetDisplayPageEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetDisplayPageEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(AssetDisplayPageEntry assetDisplayPageEntry) Caches the asset display page entry in the entity cache if it is enabled.void
cacheResult
(List<AssetDisplayPageEntry> assetDisplayPageEntries) Caches the asset display page entries in the entity cache if it is enabled.int
countAll()
Returns the number of asset display page entries.int
countByG_C_C
(long groupId, long classNameId, long classPK) Returns the number of asset display page entries where groupId = ? and classNameId = ? and classPK = ?.int
countByG_CN
(long groupId, long classNameId) Returns the number of asset display page entries where groupId = ? and classNameId = ?.int
countByGroupId
(long groupId) Returns the number of asset display page entries where groupId = ?.int
countByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) Returns the number of asset display page entries where layoutPageTemplateEntryId = ?.int
countByUuid
(String uuid) Returns the number of asset display page entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of asset display page entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of asset display page entries where uuid = ? and groupId = ?.create
(long assetDisplayPageEntryId) Creates a new asset display page entry with the primary key.fetchByG_C_C
(long groupId, long classNameId, long classPK) Returns the asset display page entry 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 asset display page entry where groupId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_CN_First
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where groupId = ? and classNameId = ?.fetchByG_CN_Last
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where groupId = ? and classNameId = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where groupId = ?.fetchByLayoutPageTemplateEntryId_First
(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.fetchByLayoutPageTemplateEntryId_Last
(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.fetchByPrimaryKey
(long assetDisplayPageEntryId) Returns the asset display page entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the asset display page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset display page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ?.findAll()
Returns all the asset display page entries.findAll
(int start, int end) Returns a range of all the asset display page entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries.findByG_C_C
(long groupId, long classNameId, long classPK) Returns the asset display page entry where groupId = ? and classNameId = ? and classPK = ? or throws aNoSuchDisplayPageEntryException
if it could not be found.findByG_CN
(long groupId, long classNameId) Returns all the asset display page entries where groupId = ? and classNameId = ?.findByG_CN
(long groupId, long classNameId, int start, int end) Returns a range of all the asset display page entries where groupId = ? and classNameId = ?.findByG_CN
(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where groupId = ? and classNameId = ?.findByG_CN
(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where groupId = ? and classNameId = ?.findByG_CN_First
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where groupId = ? and classNameId = ?.findByG_CN_Last
(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where groupId = ? and classNameId = ?.findByG_CN_PrevAndNext
(long assetDisplayPageEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the asset display page entries before and after the current asset display page entry in the ordered set where groupId = ? and classNameId = ?.findByGroupId
(long groupId) Returns all the asset display page entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset display page entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long assetDisplayPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the asset display page entries before and after the current asset display page entry in the ordered set where groupId = ?.findByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) Returns all the asset display page entries where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId, int start, int end) Returns a range of all the asset display page entries where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId_First
(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId_Last
(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.findByLayoutPageTemplateEntryId_PrevAndNext
(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the asset display page entries before and after the current asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.findByPrimaryKey
(long assetDisplayPageEntryId) Returns the asset display page entry with the primary key or throws aNoSuchDisplayPageEntryException
if it could not be found.findByUuid
(String uuid) Returns all the asset display page entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the asset display page entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the asset display page entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset display page entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long assetDisplayPageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the asset display page entries before and after the current asset display page entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the asset display page entry where uuid = ? and groupId = ? or throws aNoSuchDisplayPageEntryException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long assetDisplayPageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the asset display page entries before and after the current asset display page entry in the ordered set where uuid = ?.remove
(long assetDisplayPageEntryId) Removes the asset display page entry with the primary key from the database.void
Removes all the asset display page entries from the database.removeByG_C_C
(long groupId, long classNameId, long classPK) Removes the asset display page entry where groupId = ? and classNameId = ? and classPK = ? from the database.void
removeByG_CN
(long groupId, long classNameId) Removes all the asset display page entries where groupId = ? and classNameId = ? from the database.void
removeByGroupId
(long groupId) Removes all the asset display page entries where groupId = ? from the database.void
removeByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) Removes all the asset display page entries where layoutPageTemplateEntryId = ? from the database.void
removeByUuid
(String uuid) Removes all the asset display page entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the asset display page entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the asset display page entry where uuid = ? and groupId = ? from the database.updateImpl
(AssetDisplayPageEntry assetDisplayPageEntry) 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 asset display page entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching asset display page entries
-
findByUuid
Returns a range of all the asset display page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of matching asset display page entries
-
findByUuid
List<AssetDisplayPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset display page entries
-
findByUuid
List<AssetDisplayPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset display page entries
-
findByUuid_First
AssetDisplayPageEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the first asset display page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByUuid_First
AssetDisplayPageEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByUuid_Last
AssetDisplayPageEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the last asset display page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByUuid_Last
AssetDisplayPageEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByUuid_PrevAndNext
AssetDisplayPageEntry[] findByUuid_PrevAndNext(long assetDisplayPageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the asset display page entries before and after the current asset display page entry in the ordered set where uuid = ?.- Parameters:
assetDisplayPageEntryId
- the primary key of the current asset display page entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
removeByUuid
Removes all the asset display page entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of asset display page entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching asset display page entries
-
findByUUID_G
AssetDisplayPageEntry findByUUID_G(String uuid, long groupId) throws NoSuchDisplayPageEntryException Returns the asset display page entry where uuid = ? and groupId = ? or throws aNoSuchDisplayPageEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByUUID_G
Returns the asset display page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
fetchByUUID_G
Returns the asset display page entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
removeByUUID_G
AssetDisplayPageEntry removeByUUID_G(String uuid, long groupId) throws NoSuchDisplayPageEntryException Removes the asset display page entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the asset display page entry that was removed
- Throws:
NoSuchDisplayPageEntryException
-
countByUUID_G
Returns the number of asset display page entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching asset display page entries
-
findByUuid_C
Returns all the asset display page entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching asset display page entries
-
findByUuid_C
Returns a range of all the asset display page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of matching asset display page entries
-
findByUuid_C
List<AssetDisplayPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset display page entries
-
findByUuid_C
List<AssetDisplayPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset display page entries
-
findByUuid_C_First
AssetDisplayPageEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the first asset display page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByUuid_C_First
AssetDisplayPageEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByUuid_C_Last
AssetDisplayPageEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the last asset display page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByUuid_C_Last
AssetDisplayPageEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByUuid_C_PrevAndNext
AssetDisplayPageEntry[] findByUuid_C_PrevAndNext(long assetDisplayPageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the asset display page entries before and after the current asset display page entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
assetDisplayPageEntryId
- the primary key of the current asset display page entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
removeByUuid_C
Removes all the asset display page entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of asset display page entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching asset display page entries
-
findByGroupId
Returns all the asset display page entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching asset display page entries
-
findByGroupId
Returns a range of all the asset display page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of matching asset display page entries
-
findByGroupId
List<AssetDisplayPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset display page entries
-
findByGroupId
List<AssetDisplayPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset display page entries
-
findByGroupId_First
AssetDisplayPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the first asset display page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByGroupId_First
AssetDisplayPageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByGroupId_Last
AssetDisplayPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the last asset display page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByGroupId_Last
AssetDisplayPageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByGroupId_PrevAndNext
AssetDisplayPageEntry[] findByGroupId_PrevAndNext(long assetDisplayPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the asset display page entries before and after the current asset display page entry in the ordered set where groupId = ?.- Parameters:
assetDisplayPageEntryId
- the primary key of the current asset display page entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the asset display page entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of asset display page entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching asset display page entries
-
findByLayoutPageTemplateEntryId
Returns all the asset display page entries where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry ID- Returns:
- the matching asset display page entries
-
findByLayoutPageTemplateEntryId
List<AssetDisplayPageEntry> findByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end) Returns a range of all the asset display page entries where layoutPageTemplateEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of matching asset display page entries
-
findByLayoutPageTemplateEntryId
List<AssetDisplayPageEntry> findByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries where layoutPageTemplateEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset display page entries
-
findByLayoutPageTemplateEntryId
List<AssetDisplayPageEntry> findByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries where layoutPageTemplateEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset display page entries
-
findByLayoutPageTemplateEntryId_First
AssetDisplayPageEntry findByLayoutPageTemplateEntryId_First(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the first asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByLayoutPageTemplateEntryId_First
AssetDisplayPageEntry fetchByLayoutPageTemplateEntryId_First(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByLayoutPageTemplateEntryId_Last
AssetDisplayPageEntry findByLayoutPageTemplateEntryId_Last(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the last asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByLayoutPageTemplateEntryId_Last
AssetDisplayPageEntry fetchByLayoutPageTemplateEntryId_Last(long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByLayoutPageTemplateEntryId_PrevAndNext
AssetDisplayPageEntry[] findByLayoutPageTemplateEntryId_PrevAndNext(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the asset display page entries before and after the current asset display page entry in the ordered set where layoutPageTemplateEntryId = ?.- Parameters:
assetDisplayPageEntryId
- the primary key of the current asset display page entrylayoutPageTemplateEntryId
- the layout page template entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
removeByLayoutPageTemplateEntryId
void removeByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) Removes all the asset display page entries where layoutPageTemplateEntryId = ? from the database.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry ID
-
countByLayoutPageTemplateEntryId
int countByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) Returns the number of asset display page entries where layoutPageTemplateEntryId = ?.- Parameters:
layoutPageTemplateEntryId
- the layout page template entry ID- Returns:
- the number of matching asset display page entries
-
findByG_CN
Returns all the asset display page entries where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name ID- Returns:
- the matching asset display page entries
-
findByG_CN
Returns a range of all the asset display page entries 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 fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of matching asset display page entries
-
findByG_CN
List<AssetDisplayPageEntry> findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries 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 fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset display page entries
-
findByG_CN
List<AssetDisplayPageEntry> findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries 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 fromAssetDisplayPageEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset display page entries
-
findByG_CN_First
AssetDisplayPageEntry findByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the first asset display page entry 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 asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByG_CN_First
AssetDisplayPageEntry fetchByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the first asset display page entry 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 asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByG_CN_Last
AssetDisplayPageEntry findByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the last asset display page entry 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 asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByG_CN_Last
AssetDisplayPageEntry fetchByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns the last asset display page entry 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 asset display page entry, or
null
if a matching asset display page entry could not be found
-
findByG_CN_PrevAndNext
AssetDisplayPageEntry[] findByG_CN_PrevAndNext(long assetDisplayPageEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) throws NoSuchDisplayPageEntryException Returns the asset display page entries before and after the current asset display page entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
assetDisplayPageEntryId
- the primary key of the current asset display page entrygroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
removeByG_CN
void removeByG_CN(long groupId, long classNameId) Removes all the asset display page entries where groupId = ? and classNameId = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name ID
-
countByG_CN
int countByG_CN(long groupId, long classNameId) Returns the number of asset display page entries where groupId = ? and classNameId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name ID- Returns:
- the number of matching asset display page entries
-
findByG_C_C
AssetDisplayPageEntry findByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchDisplayPageEntryException Returns the asset display page entry where groupId = ? and classNameId = ? and classPK = ? or throws aNoSuchDisplayPageEntryException
if it could not be found.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a matching asset display page entry could not be found
-
fetchByG_C_C
Returns the asset display page entry 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 asset display page entry, or
null
if a matching asset display page entry could not be found
-
fetchByG_C_C
AssetDisplayPageEntry fetchByG_C_C(long groupId, long classNameId, long classPK, boolean useFinderCache) Returns the asset display page entry 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 asset display page entry, or
null
if a matching asset display page entry could not be found
-
removeByG_C_C
AssetDisplayPageEntry removeByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchDisplayPageEntryException Removes the asset display page entry where groupId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the asset display page entry that was removed
- Throws:
NoSuchDisplayPageEntryException
-
countByG_C_C
int countByG_C_C(long groupId, long classNameId, long classPK) Returns the number of asset display page entries where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching asset display page entries
-
cacheResult
Caches the asset display page entry in the entity cache if it is enabled.- Parameters:
assetDisplayPageEntry
- the asset display page entry
-
cacheResult
Caches the asset display page entries in the entity cache if it is enabled.- Parameters:
assetDisplayPageEntries
- the asset display page entries
-
create
Creates a new asset display page entry with the primary key. Does not add the asset display page entry to the database.- Parameters:
assetDisplayPageEntryId
- the primary key for the new asset display page entry- Returns:
- the new asset display page entry
-
remove
Removes the asset display page entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
assetDisplayPageEntryId
- the primary key of the asset display page entry- Returns:
- the asset display page entry that was removed
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
AssetDisplayPageEntry findByPrimaryKey(long assetDisplayPageEntryId) throws NoSuchDisplayPageEntryException Returns the asset display page entry with the primary key or throws aNoSuchDisplayPageEntryException
if it could not be found.- Parameters:
assetDisplayPageEntryId
- the primary key of the asset display page entry- Returns:
- the asset display page entry
- Throws:
NoSuchDisplayPageEntryException
- if a asset display page entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the asset display page entry with the primary key or returnsnull
if it could not be found.- Parameters:
assetDisplayPageEntryId
- the primary key of the asset display page entry- Returns:
- the asset display page entry, or
null
if a asset display page entry with the primary key could not be found
-
findAll
List<AssetDisplayPageEntry> findAll()Returns all the asset display page entries.- Returns:
- the asset display page entries
-
findAll
Returns a range of all the asset display page entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)- Returns:
- the range of asset display page entries
-
findAll
List<AssetDisplayPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) Returns an ordered range of all the asset display page entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of asset display page entries
-
findAll
List<AssetDisplayPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset display page entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetDisplayPageEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset display page entriesend
- the upper bound of the range of asset display page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of asset display page entries
-
removeAll
void removeAll()Removes all the asset display page entries from the database. -
countAll
int countAll()Returns the number of asset display page entries.- Returns:
- the number of asset display page entries
-