com.liferay.portal.model
Class PortletCategory
java.lang.Object
com.liferay.portal.model.PortletCategory
- All Implemented Interfaces:
- Serializable
public class PortletCategory
- extends Object
- implements Serializable
- 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(String name)
PortletCategory
public PortletCategory(String name,
Set<String> portletIds)
addCategory
public void addCategory(PortletCategory portletCategory)
getCategories
public Collection<PortletCategory> getCategories()
getCategory
public PortletCategory getCategory(String name)
getName
public String getName()
getPortletIds
public Set<String> getPortletIds()
isHidden
public boolean isHidden()
merge
public void merge(PortletCategory newPortletCategory)
separate
public void separate(Set<String> portletIds)
setPortletIds
public void setPortletIds(Set<String> portletIds)