com.liferay.portal.model
Class PortletCategory

java.lang.Object
  extended bycom.liferay.portal.model.PortletCategory
All Implemented Interfaces:
java.io.Serializable

public class PortletCategory
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortletCategory()
           
PortletCategory(java.lang.String name)
           
 
Method Summary
 void addCategory(PortletCategory portletCategory)
           
 java.util.Collection getCategories()
           
 PortletCategory getCategory(java.lang.String name)
           
 java.lang.String getName()
           
 java.util.Set getPortlets()
           
 void merge(PortletCategory newPortletCategory)
           
 void separate(java.util.Set portletIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletCategory

public PortletCategory()

PortletCategory

public PortletCategory(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getCategories

public java.util.Collection getCategories()

addCategory

public void addCategory(PortletCategory portletCategory)

getCategory

public PortletCategory getCategory(java.lang.String name)

getPortlets

public java.util.Set getPortlets()

merge

public void merge(PortletCategory newPortletCategory)

separate

public void separate(java.util.Set portletIds)