Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portlet.asset.service.persistence.AssetEntryQuery

Packages that use AssetEntryQuery
com.liferay.portlet.asset.service This package defines the local and remote asset portlet service interfaces and classes. 
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetEntryQuery in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryQuery
 List<AssetEntry> AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryLocalServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery)
           
 

Uses of AssetEntryQuery in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryQuery
static int AssetEntryFinderUtil.countEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryFinder.countEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinder.findEntries(AssetEntryQuery entryQuery)
           
 

Constructors in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryQuery
AssetEntryQuery(AssetEntryQuery assetEntryQuery)
           
 


Liferay 6.1.10-ee-ga1