Liferay 7.0-ce-m3

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.persistence   
com.liferay.portlet.asset.service.persistence.test   
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
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryLocalServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalServiceWrapper.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)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence.test that return AssetEntryQuery
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, long[] classNameIds, long[] classTypeIds, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, String[] classNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, String[] classNames, long[] classTypeIds)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, String[] classNames, long[] classTypeIds, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, long[] classNameIds)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, String[] classNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, String[] classNames, long[] classTypeIds)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, String[] classNames, long[] classTypeIds, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds)
           
static AssetEntryQuery AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
 

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

Methods in com.liferay.portlet.assetpublisher.util that return AssetEntryQuery
 AssetEntryQuery AssetPublisher.getAssetEntryQuery(PortletPreferences portletPreferences, long[] siteGroupIds)
          Deprecated. As of 7.0.0, replaced by AssetPublisher.getAssetEntryQuery(PortletPreferences, long[], long[], String[])
static AssetEntryQuery AssetPublisherUtil.getAssetEntryQuery(PortletPreferences portletPreferences, long[] siteGroupIds)
          Deprecated. As of 7.0.0, replaced by AssetPublisherUtil.getAssetEntryQuery(PortletPreferences, long[], long[], String[])
 AssetEntryQuery AssetPublisher.getAssetEntryQuery(PortletPreferences portletPreferences, long[] scopeGroupIds, long[] overrideAllAssetCategoryIds, String[] overrideAllAssetTagNames)
           
static AssetEntryQuery AssetPublisherUtil.getAssetEntryQuery(PortletPreferences portletPreferences, long[] scopeGroupIds, long[] overrideAllAssetCategoryIds, String[] overrideAllAssetTagNames)
           
 

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


Liferay 7.0-ce-m3