|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.integration.helper.standalone.FacadeUtils
public class FacadeUtils
borrowed gradebook's FacadeUtils class
| Field Summary | |
|---|---|
static Comparator |
ENROLLMENT_DISPLAY_UID_COMPARATOR
A comparator that sorts enrollments by student display UID (for installations where a student UID is not a number) |
static Comparator |
ENROLLMENT_DISPLAY_UID_NUMERIC_COMPARATOR
A comparator that sorts enrollments by student display UID (for installations where a student UID is a number) |
static Comparator |
ENROLLMENT_NAME_COMPARATOR
A comparator that sorts enrollments by student sortName |
| Method Summary | |
|---|---|
static Set |
getStudentUids(Collection enrollments)
A convenience method for UID-based filtering. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator ENROLLMENT_NAME_COMPARATOR
public static final Comparator ENROLLMENT_DISPLAY_UID_COMPARATOR
public static final Comparator ENROLLMENT_DISPLAY_UID_NUMERIC_COMPARATOR
| Method Detail |
|---|
public static Set getStudentUids(Collection enrollments)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||