|
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
|
+--com.epicentric.portalbeans.categories.OtherCategory
PortletCategoryManager class.
The OtherCategory is a conceptual module display category that can not be deleted. Any module that is not categorized on a site will be presented as belonging to the "Other" module display category.
| Fields inherited from class com.epicentric.portalbeans.categories.DisplayCategory |
_category, _manager, _newCategory, LOG |
| Method Summary | |
boolean |
addModule(String modID)
Deprecated. Adds the module to this category. |
void |
delete()
Deprecated. Throws a CategoryStoreException. |
Iterator |
listModules()
Deprecated. Returns a list of all modules that belong to this category. |
boolean |
removeModule(String modID)
Deprecated. Does nothing and returns false. |
boolean |
setDescription(String description)
Deprecated. Does nothing and returns false. |
boolean |
setTitle(String title)
Deprecated. Does nothing and returns false. |
| Methods inherited from class com.epicentric.portalbeans.categories.DisplayCategory |
contains, equals, getCreatedDate, getCreatedDateString, getDescription, getID, getOwnerID, getOwnerName, getSiteID, getTitle, getUID, getUIDType, hashCode, save, serialVersionUID, setID, setOwnerID, setOwnerName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean addModule(String modID)
addModule in class DisplayCategorymodID - the UID of the module to be added to this categorytrue if the module was successfully added to this
display category
public void delete()
throws CategoryStoreException
delete in class DisplayCategorypublic Iterator listModules()
listModules in class DisplayCategorypublic boolean removeModule(String modID)
false. To remove a module from
the other category, one must add the module to a different
category.removeModule in class DisplayCategorymodID - meaningless parameterfalseDisplayCategory.addModule(String)public boolean setDescription(String description)
false. It is not possible to set
the description of the other category.setDescription in class DisplayCategorydescription - meaningless parameterfalsepublic boolean setTitle(String title)
false. It is not possible to set
the title of the other category.setTitle in class DisplayCategorytitle - meaningless parameterfalse
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||