Liferay 6.1.2-ce-ga3

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

Packages that use AssetEntryQuery
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.assetpublisher.util   
 

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

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

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

Methods in com.liferay.portlet.asset.service.http with parameters of type AssetEntryQuery
static AssetEntrySoap[] AssetEntryServiceSoap.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, AssetEntryQuery entryQuery)
           
static int AssetEntryServiceSoap.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryServiceHttp.getEntriesCount(HttpPrincipal httpPrincipal, AssetEntryQuery entryQuery)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetEntryQuery
protected  AssetEntryQuery AssetEntryServiceImpl.buildFilteredEntryQuery(AssetEntryQuery entryQuery)
           
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetEntryQuery
protected  AssetEntryQuery AssetEntryServiceImpl.buildFilteredEntryQuery(AssetEntryQuery entryQuery)
           
protected  Object[] AssetEntryServiceImpl.filterEntryQuery(AssetEntryQuery entryQuery, boolean returnEntriesCountOnly)
           
 List<AssetEntry> AssetEntryServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryServiceImpl.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalServiceImpl.getEntriesCount(AssetEntryQuery entryQuery)
           
protected  boolean AssetEntryServiceImpl.hasEntryQueryResults(AssetEntryQuery originalEntryQuery, AssetEntryQuery filteredEntryQuery)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryQuery
protected  SQLQuery AssetEntryFinderImpl.buildAssetQuerySQL(AssetEntryQuery entryQuery, boolean count, Session session)
           
 int AssetEntryFinder.countEntries(AssetEntryQuery entryQuery)
           
static int AssetEntryFinderUtil.countEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryFinderImpl.countEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinder.findEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinderImpl.findEntries(AssetEntryQuery entryQuery)
           
 

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

Uses of AssetEntryQuery in com.liferay.portlet.assetpublisher.util
 

Methods in com.liferay.portlet.assetpublisher.util that return AssetEntryQuery
static AssetEntryQuery AssetPublisherUtil.getAssetEntryQuery(PortletPreferences portletPreferences, long[] scopeGroupIds)
           
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type AssetEntryQuery
static void AssetPublisherUtil.addUserAttributes(User user, String[] customUserAttributeNames, AssetEntryQuery assetEntryQuery)
           
 


Liferay 6.1.2-ce-ga3