|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.portalbeans.categories.DisplayCategory
PortletCategoryManager class.
A DisplayCategory is a labeled group of modules. The purpose of DisplayCategories is to allow both the administrator and end-users to search through organized subsets of modules in the user interface. This categorization, while it should be logical, has no explicit meaning.
Users will be able to view modules that belong to a particular category by selecting that category in the interface. Administrators will be able to place modules in different categories on a system-wide and a per-site basis. Administrators will also be able to create and delete categories on a per-site basis.
| Field Summary | |
protected com.epicentric.category.Category |
_category
Deprecated. |
protected com.vignette.portal.portlet.management.external.PortletCategoryManager |
_manager
Deprecated. |
protected com.vignette.portal.portlet.management.external.PortletCategory |
_newCategory
Deprecated. |
protected static LogWrapper |
LOG
Deprecated. |
| Constructor Summary | |
protected |
DisplayCategory(com.vignette.portal.portlet.management.external.PortletCategory cat)
Deprecated. |
| Method Summary | |
boolean |
addModule(String modID)
Deprecated. Adds the module to this category. |
boolean |
contains(String modID)
Deprecated. Indicates whether the module belongs to this category. |
void |
delete()
Deprecated. Deletes this category. |
boolean |
equals(Object object)
Deprecated. |
Date |
getCreatedDate()
Deprecated. Returns the date this category was created. |
String |
getCreatedDateString()
Deprecated. Returns a string representation of the date this category was created. |
String |
getDescription()
Deprecated. Returns the description of the types of modules that are stored in this display category. |
String |
getID()
Deprecated. as of version 4.0, No Replacement |
int |
getOwnerID()
Deprecated. as of version 4.0, No Replacement |
String |
getOwnerName()
Deprecated. as of version 4.0, No Replacement |
String |
getSiteID()
Deprecated. Returns the UID of the site which this category belongs to. |
String |
getTitle()
Deprecated. Returns the title of this category. |
String |
getUID()
Deprecated. Returns the UID of this category. |
String |
getUIDType()
Deprecated. Returns the UID Type of this class. |
int |
hashCode()
Deprecated. |
Iterator |
listModules()
Deprecated. Returns a list of all modules that belong to this category. |
boolean |
removeModule(String modID)
Deprecated. Removes the module from this category. |
void |
save()
Deprecated. Saves the list of modules that belong to this category. |
String |
serialVersionUID()
Deprecated. as of version 4.0, No Replacement |
boolean |
setDescription(String desc)
Deprecated. Sets the description of the types of modules that are stored in this display category. |
void |
setID(String id)
Deprecated. as of version 4.0, No Replacement. |
void |
setOwnerID(int ownerID)
Deprecated. as of version 4.0, No Replacement |
void |
setOwnerName(String ownerName)
Deprecated. as of version 4.0, No Replacement |
boolean |
setTitle(String title)
Deprecated. Sets the title of this category. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final LogWrapper LOG
protected com.epicentric.category.Category _category
protected com.vignette.portal.portlet.management.external.PortletCategory _newCategory
protected com.vignette.portal.portlet.management.external.PortletCategoryManager _manager
| Constructor Detail |
protected DisplayCategory(com.vignette.portal.portlet.management.external.PortletCategory cat)
| Method Detail |
public boolean addModule(String modID)
modID - the UID of the module to be added to this categorytrue if the module was added to the display
categorypublic boolean contains(String modID)
modID - the UID of the module being testedtrue if the module belongs to this category
public void delete()
throws CategoryStoreException
public Date getCreatedDate()
public String getCreatedDateString()
public String getDescription()
public String getID()
public int getOwnerID()
public String getOwnerName()
public String getSiteID()
public String getTitle()
public String getUID()
getUID in interface UniquelyIdentifiablepublic String getUIDType()
getUIDType in interface UniquelyIdentifiablepublic Iterator listModules()
public boolean removeModule(String modID)
true if display category was modified (if it
contained the specified module)
public void save()
throws CategoryStoreException
public String serialVersionUID()
public boolean setDescription(String desc)
description - a string that describes this display categorytrue if the description was set successfullypublic void setID(String id)
public void setOwnerID(int ownerID)
public void setOwnerName(String ownerName)
public boolean setTitle(String title)
title - the new title of this display categorytrue if the category title is now equal to the
parameterpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||