Liferay 6.2-ce-ga5

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

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

Methods in com.liferay.portlet.asset.service that return AssetTagDisplay
 AssetTagDisplay AssetTagServiceWrapper.getGroupTagsDisplay(long groupId, String name, int start, int end)
           
static AssetTagDisplay AssetTagServiceUtil.getGroupTagsDisplay(long groupId, String name, int start, int end)
           
 AssetTagDisplay AssetTagService.getGroupTagsDisplay(long groupId, String name, int start, int end)
           
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetTagDisplay
static AssetTagDisplay AssetTagServiceHttp.getGroupTagsDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end)
           
static AssetTagDisplay AssetTagServiceSoap.getGroupTagsDisplay(long groupId, String name, int start, int end)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetTagDisplay
 AssetTagDisplay AssetTagServiceImpl.getGroupTagsDisplay(long groupId, String name, int start, int end)
           
 


Liferay 6.2-ce-ga5