com.liferay.portal.model
Class PortletCategory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletCategory
public PortletCategory()
PortletCategory
public PortletCategory(java.lang.String name)
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)