|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.filesystem.security.CSPrincipal
blackboard.cms.filesystem.security.CoursePrincipal
Object used to represent a CSPrincipal for a given Course
| Method Summary | |
static java.lang.String |
calculatePrincipalID(blackboard.data.course.Course course)
Returns a string that represents the Course Principal ID |
static CoursePrincipal |
createInstance(blackboard.data.course.Course course)
Create an instance of CoursePrincipal |
blackboard.data.course.Course |
getCourse()
Returns the Course associated with object |
| Methods inherited from class blackboard.cms.filesystem.security.CSPrincipal |
getDisplayName, getPrincipalID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public blackboard.data.course.Course getCourse()
Course associated with object
Coursepublic static CoursePrincipal createInstance(blackboard.data.course.Course course)
course - a Course
CoursePrincipalpublic static java.lang.String calculatePrincipalID(blackboard.data.course.Course course)
course - a Course
String that represents the PrincipalID for the Course
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||