com.liferay.portlet.themegallery.util
Class ThemeGalleryUtil

java.lang.Object
  extended bycom.liferay.portlet.themegallery.util.ThemeGalleryUtil

public class ThemeGalleryUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static java.lang.String[] getCategories()
           
static java.util.List getEntries(java.lang.String categoryId)
           
static java.util.List getEntries(java.lang.String categoryId, int begin, int end)
           
static int getEntriesSize(java.lang.String categoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategories

public static java.lang.String[] getCategories()

getEntries

public static java.util.List getEntries(java.lang.String categoryId)

getEntries

public static java.util.List getEntries(java.lang.String categoryId,
                                        int begin,
                                        int end)

getEntriesSize

public static int getEntriesSize(java.lang.String categoryId)