Liferay 7.0-ce-m3

com.liferay.portlet.asset.util
Class AssetCategoryUtil

java.lang.Object
  extended by com.liferay.portlet.asset.util.AssetCategoryUtil

public class AssetCategoryUtil
extends Object


Constructor Summary
AssetCategoryUtil()
           
 
Method Summary
static void addPortletBreadcrumbEntry(AssetVocabulary vocabulary, AssetCategory category, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static List<AssetCategory> getCategories(Hits hits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryUtil

public AssetCategoryUtil()
Method Detail

addPortletBreadcrumbEntry

public static void addPortletBreadcrumbEntry(AssetVocabulary vocabulary,
                                             AssetCategory category,
                                             javax.servlet.http.HttpServletRequest request,
                                             RenderResponse renderResponse)
                                      throws PortalException
Throws:
PortalException

getCategories

public static List<AssetCategory> getCategories(Hits hits)
                                         throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3