|
||||||||||
| 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.CourseGroupPrincipal
public class CourseGroupPrincipal
Object used to represent a CSGroupPrincipal for a given Course
| Method Summary | |
|---|---|
static java.lang.String |
calculatePrincipalID(blackboard.data.course.Course course,
blackboard.data.course.Group group)
Returns a string that represents the Principal ID |
static CourseGroupPrincipal |
createInstance(blackboard.data.course.Course course,
blackboard.data.course.Group group)
Create an instance of CourseGroupPrincipal |
blackboard.data.course.Course |
getCourse()
Returns the Course associated with object |
blackboard.data.course.Group |
getGroup()
Returns the Group 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 blackboard.data.course.Group getGroup()
Group associated with object
Group
public static CourseGroupPrincipal createInstance(blackboard.data.course.Course course,
blackboard.data.course.Group group)
course - a Coursegroup - a Group
CourseGroupPrincipal
public static java.lang.String calculatePrincipalID(blackboard.data.course.Course course,
blackboard.data.course.Group group)
course - a Coursegroup - a Group
String that represents the PrincipalID for the Course and Group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||