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
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
getStudentUids(Collection enrollments)
A convenience method for UID-based filtering.
|
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 © 2003–2021 Sakai Project. All rights reserved.