Liferay 7.0-ce-b4

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

Packages that use AssetVocabularyDisplay
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 AssetVocabularyDisplay in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetVocabularyDisplay
static AssetVocabularyDisplay AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
 AssetVocabularyDisplay AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 AssetVocabularyDisplay AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetVocabularyDisplay
static AssetVocabularyDisplay AssetVocabularyServiceHttp.getGroupVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.getGroupVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.searchVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.searchVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetVocabularyDisplay
 AssetVocabularyDisplay AssetVocabularyServiceImpl.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 


Liferay 7.0-ce-b4