Uses of Class
com.liferay.asset.kernel.service.persistence.AssetEntryQuery
Packages that use AssetEntryQuery
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of AssetEntryQuery in com.liferay.asset.kernel.search
Methods in com.liferay.asset.kernel.search with parameters of type AssetEntryQueryModifier and TypeMethodDescriptionAssetSearcherFactory.createBaseSearcher
(AssetEntryQuery assetEntryQuery) static BaseSearcher
AssetSearcherFactoryUtil.createBaseSearcher
(AssetEntryQuery assetEntryQuery) -
Uses of AssetEntryQuery in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service with parameters of type AssetEntryQueryModifier and TypeMethodDescriptionAssetEntryLocalService.getEntries
(AssetEntryQuery entryQuery) static List<AssetEntry>
AssetEntryLocalServiceUtil.getEntries
(AssetEntryQuery entryQuery) AssetEntryLocalServiceWrapper.getEntries
(AssetEntryQuery entryQuery) AssetEntryService.getEntries
(AssetEntryQuery entryQuery) static List<AssetEntry>
AssetEntryServiceUtil.getEntries
(AssetEntryQuery entryQuery) AssetEntryServiceWrapper.getEntries
(AssetEntryQuery entryQuery) int
AssetEntryLocalService.getEntriesCount
(AssetEntryQuery entryQuery) static int
AssetEntryLocalServiceUtil.getEntriesCount
(AssetEntryQuery entryQuery) int
AssetEntryLocalServiceWrapper.getEntriesCount
(AssetEntryQuery entryQuery) int
AssetEntryService.getEntriesCount
(AssetEntryQuery entryQuery) static int
AssetEntryServiceUtil.getEntriesCount
(AssetEntryQuery entryQuery) int
AssetEntryServiceWrapper.getEntriesCount
(AssetEntryQuery entryQuery) -
Uses of AssetEntryQuery in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence with parameters of type AssetEntryQueryModifier and TypeMethodDescriptionint
AssetEntryFinder.countEntries
(AssetEntryQuery entryQuery) static int
AssetEntryFinderUtil.countEntries
(AssetEntryQuery entryQuery) AssetEntryFinder.findEntries
(AssetEntryQuery entryQuery) static List<AssetEntry>
AssetEntryFinderUtil.findEntries
(AssetEntryQuery entryQuery) Constructors in com.liferay.asset.kernel.service.persistence with parameters of type AssetEntryQuery