|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for Hierarchy object
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Category |
getCategoryByPath(java.lang.String sPath)
Retrieves a Category within the Hierarchy, or returns null if it is not found. |
java.lang.String |
getDisplayName()
Returns the display name of this Hierarchy |
Category |
getRootCategory()
Returns the root category for this Hierarchy |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public Category getCategoryByPath(java.lang.String sPath) throws PIMInternalException, PIMAuthorizationException
sPath
- A String containig a slash-delimited (/) path to the category you wish to retrieve
PIMInternalException
- if an internal exception occurs
PIMAuthorizationException
- if an authorization problem occurspublic Category getRootCategory() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal exception occurs
PIMAuthorizationException
- if an authorization problem occurspublic java.lang.String getDisplayName() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal exception occurs
PIMAuthorizationException
- if an authorization problem occurs
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |