|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.lrngobj.LOCategoryTree
Learning Object Category Tree within the Blackboard application.
| Method Summary | |
java.util.SortedSet |
getCategoriesByParentId(blackboard.persist.Id id)
Returns a SortedSet of LOCategory Items based on the Parent Id. |
LOCategory |
getCategoryById(blackboard.persist.Id id)
Return a LOCategory item based on an Id |
java.util.SortedSet |
getTopLevelCategories()
Returns a SortedSet of all the Top Level Categories. |
static LOCategoryTree |
loadTree()
Build a LOCategoryTree object that is populated with all the LOCategory items |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static LOCategoryTree loadTree()
throws blackboard.persist.PersistenceException
blackboard.persist.PersistenceExceptionpublic java.util.SortedSet getTopLevelCategories()
blackboard.persist.PersistenceExceptionpublic java.util.SortedSet getCategoriesByParentId(blackboard.persist.Id id)
id - the Parent Id of the LOCategory Item
public LOCategory getCategoryById(blackboard.persist.Id id)
id - the Id of the LOCategory item
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||