Liferay 7.0-ce-m3

com.liferay.portlet.assetcategoriesnavigation.context
Class AssetCategoriesNavigationDisplayContext

java.lang.Object
  extended by com.liferay.portlet.assetcategoriesnavigation.context.AssetCategoriesNavigationDisplayContext

public class AssetCategoriesNavigationDisplayContext
extends Object


Constructor Summary
AssetCategoriesNavigationDisplayContext(javax.servlet.http.HttpServletRequest request, PortletPreferences portletPreferences)
           
 
Method Summary
 List<AssetVocabulary> getAssetVocabularies()
           
 long[] getAssetVocabularyIds()
           
 long[] getAvailableAssetVocabularyIds()
           
 List<KeyValuePair> getAvailableVocabularyNames()
           
 List<KeyValuePair> getCurrentVocabularyNames()
           
 List<AssetVocabulary> getDDMTemplateAssetVocabularies()
           
 String getDisplayStyle()
           
 long getDisplayStyleGroupId()
           
protected  String getTitle(AssetVocabulary assetVocabulary)
           
 boolean isAllAssetVocabularies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoriesNavigationDisplayContext

public AssetCategoriesNavigationDisplayContext(javax.servlet.http.HttpServletRequest request,
                                               PortletPreferences portletPreferences)
Method Detail

getAssetVocabularies

public List<AssetVocabulary> getAssetVocabularies()
                                           throws PortalException
Throws:
PortalException

getAssetVocabularyIds

public long[] getAssetVocabularyIds()
                             throws PortalException
Throws:
PortalException

getAvailableAssetVocabularyIds

public long[] getAvailableAssetVocabularyIds()
                                      throws PortalException
Throws:
PortalException

getAvailableVocabularyNames

public List<KeyValuePair> getAvailableVocabularyNames()
                                               throws PortalException
Throws:
PortalException

getCurrentVocabularyNames

public List<KeyValuePair> getCurrentVocabularyNames()
                                             throws PortalException
Throws:
PortalException

getDDMTemplateAssetVocabularies

public List<AssetVocabulary> getDDMTemplateAssetVocabularies()
                                                      throws PortalException
Throws:
PortalException

getDisplayStyle

public String getDisplayStyle()

getDisplayStyleGroupId

public long getDisplayStyleGroupId()

isAllAssetVocabularies

public boolean isAllAssetVocabularies()

getTitle

protected String getTitle(AssetVocabulary assetVocabulary)

Liferay 7.0-ce-m3