Liferay 7.0-ce-b4

com.liferay.taglib.util
Class AssetCategoryUtil

java.lang.Object
  extended by com.liferay.taglib.util.AssetCategoryUtil

public class AssetCategoryUtil
extends Object


Field Summary
static String CATEGORY_SEPARATOR
           
 
Constructor Summary
AssetCategoryUtil()
           
 
Method Summary
static long[] filterCategoryIds(long vocabularyId, long[] categoryIds)
           
static String[] getCategoryIdsTitles(String categoryIds, String categoryNames, long vocabularyId, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY_SEPARATOR

public static final String CATEGORY_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

AssetCategoryUtil

public AssetCategoryUtil()
Method Detail

filterCategoryIds

public static long[] filterCategoryIds(long vocabularyId,
                                       long[] categoryIds)

getCategoryIdsTitles

public static String[] getCategoryIdsTitles(String categoryIds,
                                            String categoryNames,
                                            long vocabularyId,
                                            ThemeDisplay themeDisplay)

Liferay 7.0-ce-b4