public class FacadeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
public static final Comparator ENROLLMENT_NAME_COMPARATOR
public static final Comparator ENROLLMENT_DISPLAY_UID_COMPARATOR
public static final Comparator ENROLLMENT_DISPLAY_UID_NUMERIC_COMPARATOR
public static Set getStudentUids(Collection enrollments)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.