Interface AssetListEntryUsagePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AssetListEntryUsage>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryUsage>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(AssetListEntryUsage assetListEntryUsage) Caches the asset list entry usage in the entity cache if it is enabled.void
cacheResult
(List<AssetListEntryUsage> assetListEntryUsages) Caches the asset list entry usages in the entity cache if it is enabled.int
countAll()
Returns the number of asset list entry usages.int
countByC_C_K
(long companyId, long classNameId, String key) Returns the number of asset list entry usages where companyId = ? and classNameId = ? and key = ?.int
countByCK_CT_P
(String containerKey, long containerType, long plid) Returns the number of asset list entry usages where containerKey = ? and containerType = ? and plid = ?.int
countByCT_P
(long containerType, long plid) Returns the number of asset list entry usages where containerType = ? and plid = ?.int
countByG_C_CK_CT_K_P
(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Returns the number of asset list entry usages where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ?.int
countByG_C_K
(long groupId, long classNameId, String key) Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ?.int
countByG_C_K_T
(long groupId, long classNameId, String key, int type) Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.int
countByPlid
(long plid) Returns the number of asset list entry usages where plid = ?.int
countByUuid
(String uuid) Returns the number of asset list entry usages where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of asset list entry usages where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of asset list entry usages where uuid = ? and groupId = ?.create
(long assetListEntryUsageId) Creates a new asset list entry usage with the primary key.fetchByC_C_K_First
(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.fetchByC_C_K_Last
(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.fetchByCK_CT_P_First
(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.fetchByCK_CT_P_Last
(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.fetchByCT_P_First
(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.fetchByCT_P_Last
(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.fetchByG_C_CK_CT_K_P
(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returnsnull
if it could not be found.fetchByG_C_CK_CT_K_P
(long groupId, long classNameId, String containerKey, long containerType, String key, long plid, boolean useFinderCache) Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_K_First
(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.fetchByG_C_K_Last
(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.fetchByG_C_K_T_First
(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.fetchByG_C_K_T_Last
(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.fetchByPlid_First
(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where plid = ?.fetchByPlid_Last
(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where plid = ?.fetchByPrimaryKey
(long assetListEntryUsageId) Returns the asset list entry usage 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<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the asset list entry usage where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset list entry usage 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<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where uuid = ?.findAll()
Returns all the asset list entry usages.findAll
(int start, int end) Returns a range of all the asset list entry usages.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages.findByC_C_K
(long companyId, long classNameId, String key) Returns all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.findByC_C_K
(long companyId, long classNameId, String key, int start, int end) Returns a range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.findByC_C_K
(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.findByC_C_K
(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.findByC_C_K_First
(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.findByC_C_K_Last
(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.findByC_C_K_PrevAndNext
(long assetListEntryUsageId, long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.findByCK_CT_P
(String containerKey, long containerType, long plid) Returns all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P
(String containerKey, long containerType, long plid, int start, int end) Returns a range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P
(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P
(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P_First
(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P_Last
(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.findByCK_CT_P_PrevAndNext
(long assetListEntryUsageId, String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.findByCT_P
(long containerType, long plid) Returns all the asset list entry usages where containerType = ? and plid = ?.findByCT_P
(long containerType, long plid, int start, int end) Returns a range of all the asset list entry usages where containerType = ? and plid = ?.findByCT_P
(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.findByCT_P
(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.findByCT_P_First
(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.findByCT_P_Last
(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.findByCT_P_PrevAndNext
(long assetListEntryUsageId, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerType = ? and plid = ?.findByG_C_CK_CT_K_P
(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or throws aNoSuchEntryUsageException
if it could not be found.findByG_C_K
(long groupId, long classNameId, String key) Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.findByG_C_K
(long groupId, long classNameId, String key, int start, int end) Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.findByG_C_K
(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.findByG_C_K
(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.findByG_C_K_First
(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.findByG_C_K_Last
(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.findByG_C_K_PrevAndNext
(long assetListEntryUsageId, long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.findByG_C_K_T
(long groupId, long classNameId, String key, int type) Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T
(long groupId, long classNameId, String key, int type, int start, int end) Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T
(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T
(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T_First
(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T_Last
(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.findByG_C_K_T_PrevAndNext
(long assetListEntryUsageId, long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.findByPlid
(long plid) Returns all the asset list entry usages where plid = ?.findByPlid
(long plid, int start, int end) Returns a range of all the asset list entry usages where plid = ?.findByPlid
(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where plid = ?.findByPlid
(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where plid = ?.findByPlid_First
(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where plid = ?.findByPlid_Last
(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where plid = ?.findByPlid_PrevAndNext
(long assetListEntryUsageId, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where plid = ?.findByPrimaryKey
(long assetListEntryUsageId) Returns the asset list entry usage with the primary key or throws aNoSuchEntryUsageException
if it could not be found.findByUuid
(String uuid) Returns all the asset list entry usages where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the asset list entry usages where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the asset list entry usages where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset list entry usages where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long assetListEntryUsageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the asset list entry usage where uuid = ? and groupId = ? or throws aNoSuchEntryUsageException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long assetListEntryUsageId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ?.remove
(long assetListEntryUsageId) Removes the asset list entry usage with the primary key from the database.void
Removes all the asset list entry usages from the database.void
removeByC_C_K
(long companyId, long classNameId, String key) Removes all the asset list entry usages where companyId = ? and classNameId = ? and key = ? from the database.void
removeByCK_CT_P
(String containerKey, long containerType, long plid) Removes all the asset list entry usages where containerKey = ? and containerType = ? and plid = ? from the database.void
removeByCT_P
(long containerType, long plid) Removes all the asset list entry usages where containerType = ? and plid = ? from the database.removeByG_C_CK_CT_K_P
(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Removes the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? from the database.void
removeByG_C_K
(long groupId, long classNameId, String key) Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? from the database.void
removeByG_C_K_T
(long groupId, long classNameId, String key, int type) Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ? from the database.void
removeByPlid
(long plid) Removes all the asset list entry usages where plid = ? from the database.void
removeByUuid
(String uuid) Removes all the asset list entry usages where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the asset list entry usages where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the asset list entry usage where uuid = ? and groupId = ? from the database.updateImpl
(AssetListEntryUsage assetListEntryUsage) 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 list entry usages where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching asset list entry usages
-
findByUuid
Returns a range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByUuid
List<AssetListEntryUsage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByUuid
List<AssetListEntryUsage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByUuid_First
AssetListEntryUsage findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByUuid_First
AssetListEntryUsage fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByUuid_Last
AssetListEntryUsage findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByUuid_Last
AssetListEntryUsage fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByUuid_PrevAndNext
AssetListEntryUsage[] findByUuid_PrevAndNext(long assetListEntryUsageId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usageuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByUuid
Removes all the asset list entry usages where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of asset list entry usages where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching asset list entry usages
-
findByUUID_G
Returns the asset list entry usage where uuid = ? and groupId = ? or throws aNoSuchEntryUsageException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByUUID_G
Returns the asset list entry usage 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 list entry usage, or
null
if a matching asset list entry usage could not be found
-
fetchByUUID_G
Returns the asset list entry usage 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 list entry usage, or
null
if a matching asset list entry usage could not be found
-
removeByUUID_G
Removes the asset list entry usage where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the asset list entry usage that was removed
- Throws:
NoSuchEntryUsageException
-
countByUUID_G
Returns the number of asset list entry usages where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching asset list entry usages
-
findByUuid_C
Returns all the asset list entry usages where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching asset list entry usages
-
findByUuid_C
Returns a range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByUuid_C
List<AssetListEntryUsage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByUuid_C
List<AssetListEntryUsage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages 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 fromAssetListEntryUsageModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByUuid_C_First
AssetListEntryUsage findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage 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 list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByUuid_C_First
AssetListEntryUsage fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage 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 list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByUuid_C_Last
AssetListEntryUsage findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage 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 list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByUuid_C_Last
AssetListEntryUsage fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage 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 list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByUuid_C_PrevAndNext
AssetListEntryUsage[] findByUuid_C_PrevAndNext(long assetListEntryUsageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ? and companyId = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usageuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByUuid_C
Removes all the asset list entry usages where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of asset list entry usages where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching asset list entry usages
-
findByPlid
Returns all the asset list entry usages where plid = ?.- Parameters:
plid
- the plid- Returns:
- the matching asset list entry usages
-
findByPlid
Returns a range of all the asset list entry usages where plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
plid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByPlid
List<AssetListEntryUsage> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
plid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByPlid
List<AssetListEntryUsage> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
plid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByPlid_First
AssetListEntryUsage findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByPlid_First
AssetListEntryUsage fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByPlid_Last
AssetListEntryUsage findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByPlid_Last
AssetListEntryUsage fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByPlid_PrevAndNext
AssetListEntryUsage[] findByPlid_PrevAndNext(long assetListEntryUsageId, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where plid = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usageplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByPlid
void removeByPlid(long plid) Removes all the asset list entry usages where plid = ? from the database.- Parameters:
plid
- the plid
-
countByPlid
int countByPlid(long plid) Returns the number of asset list entry usages where plid = ?.- Parameters:
plid
- the plid- Returns:
- the number of matching asset list entry usages
-
findByCT_P
Returns all the asset list entry usages where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plid- Returns:
- the matching asset list entry usages
-
findByCT_P
Returns a range of all the asset list entry usages where containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByCT_P
List<AssetListEntryUsage> findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByCT_P
List<AssetListEntryUsage> findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByCT_P_First
AssetListEntryUsage findByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByCT_P_First
AssetListEntryUsage fetchByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByCT_P_Last
AssetListEntryUsage findByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByCT_P_Last
AssetListEntryUsage fetchByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByCT_P_PrevAndNext
AssetListEntryUsage[] findByCT_P_PrevAndNext(long assetListEntryUsageId, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerType = ? and plid = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usagecontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByCT_P
void removeByCT_P(long containerType, long plid) Removes all the asset list entry usages where containerType = ? and plid = ? from the database.- Parameters:
containerType
- the container typeplid
- the plid
-
countByCT_P
int countByCT_P(long containerType, long plid) Returns the number of asset list entry usages where containerType = ? and plid = ?.- Parameters:
containerType
- the container typeplid
- the plid- Returns:
- the number of matching asset list entry usages
-
findByG_C_K
Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the key- Returns:
- the matching asset list entry usages
-
findByG_C_K
List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end) Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByG_C_K
List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByG_C_K
List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByG_C_K_First
AssetListEntryUsage findByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByG_C_K_First
AssetListEntryUsage fetchByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByG_C_K_Last
AssetListEntryUsage findByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByG_C_K_Last
AssetListEntryUsage fetchByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByG_C_K_PrevAndNext
AssetListEntryUsage[] findByG_C_K_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usagegroupId
- the group IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByG_C_K
Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the key
-
countByG_C_K
Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the key- Returns:
- the number of matching asset list entry usages
-
findByC_C_K
Returns all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the key- Returns:
- the matching asset list entry usages
-
findByC_C_K
List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end) Returns a range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByC_C_K
List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByC_C_K
List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keystart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByC_C_K_First
AssetListEntryUsage findByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByC_C_K_First
AssetListEntryUsage fetchByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByC_C_K_Last
AssetListEntryUsage findByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByC_C_K_Last
AssetListEntryUsage fetchByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByC_C_K_PrevAndNext
AssetListEntryUsage[] findByC_C_K_PrevAndNext(long assetListEntryUsageId, long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usagecompanyId
- the company IDclassNameId
- the class name IDkey
- the keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByC_C_K
Removes all the asset list entry usages where companyId = ? and classNameId = ? and key = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the key
-
countByC_C_K
Returns the number of asset list entry usages where companyId = ? and classNameId = ? and key = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDkey
- the key- Returns:
- the number of matching asset list entry usages
-
findByCK_CT_P
Returns all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plid- Returns:
- the matching asset list entry usages
-
findByCK_CT_P
List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end) Returns a range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByCK_CT_P
List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByCK_CT_P
List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.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 fromAssetListEntryUsageModelImpl
.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidstart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByCK_CT_P_First
AssetListEntryUsage findByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByCK_CT_P_First
AssetListEntryUsage fetchByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByCK_CT_P_Last
AssetListEntryUsage findByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByCK_CT_P_Last
AssetListEntryUsage fetchByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByCK_CT_P_PrevAndNext
AssetListEntryUsage[] findByCK_CT_P_PrevAndNext(long assetListEntryUsageId, String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usagecontainerKey
- the container keycontainerType
- the container typeplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByCK_CT_P
Removes all the asset list entry usages where containerKey = ? and containerType = ? and plid = ? from the database.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plid
-
countByCK_CT_P
Returns the number of asset list entry usages where containerKey = ? and containerType = ? and plid = ?.- Parameters:
containerKey
- the container keycontainerType
- the container typeplid
- the plid- Returns:
- the number of matching asset list entry usages
-
findByG_C_K_T
Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the type- Returns:
- the matching asset list entry usages
-
findByG_C_K_T
List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end) Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typestart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of matching asset list entry usages
-
findByG_C_K_T
List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typestart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entry usages
-
findByG_C_K_T
List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryUsageModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typestart
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (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 list entry usages
-
findByG_C_K_T_First
AssetListEntryUsage findByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByG_C_K_T_First
AssetListEntryUsage fetchByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByG_C_K_T_Last
AssetListEntryUsage findByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByG_C_K_T_Last
AssetListEntryUsage fetchByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
findByG_C_K_T_PrevAndNext
AssetListEntryUsage[] findByG_C_K_T_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
assetListEntryUsageId
- the primary key of the current asset list entry usagegroupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
removeByG_C_K_T
Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the type
-
countByG_C_K_T
Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDkey
- the keytype
- the type- Returns:
- the number of matching asset list entry usages
-
findByG_C_CK_CT_K_P
AssetListEntryUsage findByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) throws NoSuchEntryUsageException Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or throws aNoSuchEntryUsageException
if it could not be found.- Parameters:
groupId
- the group IDclassNameId
- the class name IDcontainerKey
- the container keycontainerType
- the container typekey
- the keyplid
- the plid- Returns:
- the matching asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a matching asset list entry usage could not be found
-
fetchByG_C_CK_CT_K_P
AssetListEntryUsage fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDcontainerKey
- the container keycontainerType
- the container typekey
- the keyplid
- the plid- Returns:
- the matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
fetchByG_C_CK_CT_K_P
AssetListEntryUsage fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid, boolean useFinderCache) Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDcontainerKey
- the container keycontainerType
- the container typekey
- the keyplid
- the pliduseFinderCache
- whether to use the finder cache- Returns:
- the matching asset list entry usage, or
null
if a matching asset list entry usage could not be found
-
removeByG_C_CK_CT_K_P
AssetListEntryUsage removeByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) throws NoSuchEntryUsageException Removes the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDcontainerKey
- the container keycontainerType
- the container typekey
- the keyplid
- the plid- Returns:
- the asset list entry usage that was removed
- Throws:
NoSuchEntryUsageException
-
countByG_C_CK_CT_K_P
int countByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) Returns the number of asset list entry usages where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDcontainerKey
- the container keycontainerType
- the container typekey
- the keyplid
- the plid- Returns:
- the number of matching asset list entry usages
-
cacheResult
Caches the asset list entry usage in the entity cache if it is enabled.- Parameters:
assetListEntryUsage
- the asset list entry usage
-
cacheResult
Caches the asset list entry usages in the entity cache if it is enabled.- Parameters:
assetListEntryUsages
- the asset list entry usages
-
create
Creates a new asset list entry usage with the primary key. Does not add the asset list entry usage to the database.- Parameters:
assetListEntryUsageId
- the primary key for the new asset list entry usage- Returns:
- the new asset list entry usage
-
remove
Removes the asset list entry usage with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
assetListEntryUsageId
- the primary key of the asset list entry usage- Returns:
- the asset list entry usage that was removed
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the asset list entry usage with the primary key or throws aNoSuchEntryUsageException
if it could not be found.- Parameters:
assetListEntryUsageId
- the primary key of the asset list entry usage- Returns:
- the asset list entry usage
- Throws:
NoSuchEntryUsageException
- if a asset list entry usage with the primary key could not be found
-
fetchByPrimaryKey
Returns the asset list entry usage with the primary key or returnsnull
if it could not be found.- Parameters:
assetListEntryUsageId
- the primary key of the asset list entry usage- Returns:
- the asset list entry usage, or
null
if a asset list entry usage with the primary key could not be found
-
findAll
List<AssetListEntryUsage> findAll()Returns all the asset list entry usages.- Returns:
- the asset list entry usages
-
findAll
Returns a range of all the asset list entry usages.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 fromAssetListEntryUsageModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)- Returns:
- the range of asset list entry usages
-
findAll
List<AssetListEntryUsage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) Returns an ordered range of all the asset list entry usages.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 fromAssetListEntryUsageModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of asset list entry usages
-
findAll
List<AssetListEntryUsage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry usages.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 fromAssetListEntryUsageModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entry usagesend
- the upper bound of the range of asset list entry usages (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of asset list entry usages
-
removeAll
void removeAll()Removes all the asset list entry usages from the database. -
countAll
int countAll()Returns the number of asset list entry usages.- Returns:
- the number of asset list entry usages
-