com.liferay.portal.model
Class PortletCategory

java.lang.Object
  extended by com.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<PortletCategory> getCategories()
           
 PortletCategory getCategory(java.lang.String name)
           
 java.lang.String getName()
           
 java.util.Set<java.lang.String> getPortletIds()
           
 void merge(PortletCategory newPortletCategory)
           
 void separate(java.util.Set<java.lang.String> 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<PortletCategory> getCategories()

addCategory

public void addCategory(PortletCategory portletCategory)

getCategory

public PortletCategory getCategory(java.lang.String name)

getPortletIds

public java.util.Set<java.lang.String> getPortletIds()

merge

public void merge(PortletCategory newPortletCategory)

separate

public void separate(java.util.Set<java.lang.String> portletIds)