Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.asset.model.AssetCategoryDisplay

Packages that use AssetCategoryDisplay
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. 
 

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryDisplay
 AssetCategoryDisplay AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryService.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetCategoryDisplay
static AssetCategoryDisplay AssetCategoryServiceHttp.getVocabularyCategoriesDisplay(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceHttp.getVocabularyCategoriesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetCategoryDisplay
 AssetCategoryDisplay AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 


Liferay 6.2-ce-ga5