02/28/2005
 

com.epicentric.page
Class PageModuleCategorySet

java.lang.Object
  |
  +--com.epicentric.page.PageModuleCategorySet
All Implemented Interfaces:
Serializable

Deprecated. As of 4.0, to be removed in 8.0 or later, replaced by the DisplayCategoryManger.

public class PageModuleCategorySet
extends Object
implements Serializable

Stores ModuleDisplayCategories that are associated with a particular page.

See Also:
Serialized Form

Constructor Summary
PageModuleCategorySet()
          Deprecated.  
 
Method Summary
 void addSelectionCategoryID(String categoryID)
          Deprecated. As of 4.0, to be removed in 8.0 or later
 String[] getSelectionCategoryIDs()
          Deprecated. As of 4.0, to be removed in 8.0 or later
 boolean isInSelectionCategories(String categoryID)
          Deprecated. As of 4.0, to be removed in 8.0 or later
 boolean removeSelectionCategoryID(String categoryID)
          Deprecated. As of 4.0, to be removed in 8.0 or later
 void setShowAllCategories(boolean showAllCategories)
          Deprecated. As of 4.0, to be removed in 8.0 or later
 void setShowUncategorizedMods(boolean showUncategorizedMods)
          Deprecated. As of 4.0, to be removed in 8.0 or later
 boolean showAllCategories()
          Deprecated. As of 4.0, to be removed in 8.0 or later
 boolean showUncategorizedMods()
          Deprecated. As of 4.0, to be removed in 8.0 or later
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageModuleCategorySet

public PageModuleCategorySet()
Deprecated. 
Method Detail

setShowAllCategories

public void setShowAllCategories(boolean showAllCategories)
Deprecated. As of 4.0, to be removed in 8.0 or later

Set or clear showAllCategories flag.

showAllCategories

public boolean showAllCategories()
Deprecated. As of 4.0, to be removed in 8.0 or later

Get showAllCategories flag.

addSelectionCategoryID

public void addSelectionCategoryID(String categoryID)
Deprecated. As of 4.0, to be removed in 8.0 or later

Add a display category ID to set of display categories from which user can select.

removeSelectionCategoryID

public boolean removeSelectionCategoryID(String categoryID)
Deprecated. As of 4.0, to be removed in 8.0 or later

Remove a display category ID to set of display categories from which user can select.

setShowUncategorizedMods

public void setShowUncategorizedMods(boolean showUncategorizedMods)
Deprecated. As of 4.0, to be removed in 8.0 or later

Include, or don't include, uncategorized mods in set of display categories from which user can select.

showUncategorizedMods

public boolean showUncategorizedMods()
Deprecated. As of 4.0, to be removed in 8.0 or later

Return showUncategorizedMods flag.

getSelectionCategoryIDs

public String[] getSelectionCategoryIDs()
Deprecated. As of 4.0, to be removed in 8.0 or later

Return IDs of all display categories from which user can select. Note: does not check for validity of category ID. Client should perform check to determine whether category specified by the id is still in system.

isInSelectionCategories

public boolean isInSelectionCategories(String categoryID)
Deprecated. As of 4.0, to be removed in 8.0 or later

Return true if the category ID passed in is in set of display categories from which user can select.

02/28/2005
 

Copyright and Trademark Notices