|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.permission.MultiCatalog
A catalog that is a concatenation of several other catalogs. (Used by PortalBeans to concatenate standard permissions and custom permissions.)
| Constructor Summary | |
MultiCatalog()
Deprecated. |
|
| Method Summary | |
void |
addCatalog(PermissionCatalog cat)
Deprecated. Append a catalog to the end of the path. |
PermissionCatalogItem |
getItem(String permission_id)
Deprecated. Look up a single CatalogItem. |
PermissionCatalogItem[] |
getItems()
Deprecated. Get an array containing the items from all catalogs concatenated together. |
PermissionCatalogItem[] |
getItemsPrefixedBy(String permission_id_prefix)
Deprecated. Return items in the catalog whose permissionIDs are prefixed by the given string. |
String |
getObjectID()
Deprecated. Every PermissionCatalog refers to an object of a specific type and a specific id (Although id can be ""). |
String |
getObjectType()
Deprecated. Every PermissionCatalog refers to an object of a specific type and a specific id (Although id can be ""). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiCatalog()
| Method Detail |
public void addCatalog(PermissionCatalog cat)
public PermissionCatalogItem[] getItems()
getItems in interface PermissionCatalogpublic PermissionCatalogItem getItem(String permission_id)
getItem in interface PermissionCatalogpublic PermissionCatalogItem[] getItemsPrefixedBy(String permission_id_prefix)
getItemsPrefixedBy in interface PermissionCatalogpublic String getObjectType()
public String getObjectID()
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||