Modifier and Type | Method and Description |
---|---|
List<RegistrationGroupWrapper> |
ActivityOfferingClusterWrapper.getRgWrapperList() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityOfferingClusterWrapper.setRgWrapperList(List<RegistrationGroupWrapper> rgWrapperList) |
Constructor and Description |
---|
ActivityOfferingClusterWrapper(String activityOfferingClusterId,
List<RegistrationGroupWrapper> rgWrapperList) |
ExamOfferingClusterWrapper(String activityOfferingClusterId,
List<RegistrationGroupWrapper> rgWrapperList) |
Modifier and Type | Method and Description |
---|---|
List<RegistrationGroupWrapper> |
CourseOfferingManagementForm.getRgResultList() |
Modifier and Type | Method and Description |
---|---|
void |
CourseOfferingManagementForm.setRgResultList(List<RegistrationGroupWrapper> rgResultList) |
Modifier and Type | Method and Description |
---|---|
List<RegistrationGroupWrapper> |
ScheduleOfClassesSearchForm.getRgResultList() |
List<RegistrationGroupWrapper> |
ActivityOfferingDisplayUI.getRgResultList() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleOfClassesSearchForm.setRgResultList(List<RegistrationGroupWrapper> rgResultList) |
void |
ActivityOfferingDisplayUI.setRgResultList(List<RegistrationGroupWrapper> rgResultList) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleOfClassesViewHelperService.sortRegGroups(List<RegistrationGroupWrapper> regGroupWrappers) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleOfClassesViewHelperServiceImpl.sortRegGroups(List<RegistrationGroupWrapper> regGroupWrappers)
Sorts regGroups by the comparators in the chain.
|
Modifier and Type | Method and Description |
---|---|
int |
RegGroupNameComparator.compare(RegistrationGroupWrapper o1,
RegistrationGroupWrapper o2) |
int |
RegGroupEndTimeComparator.compare(RegistrationGroupWrapper o1,
RegistrationGroupWrapper o2) |
int |
RegGroupDaysOfWeekComparator.compare(RegistrationGroupWrapper o1,
RegistrationGroupWrapper o2) |
int |
RegGroupBeginTimeComparator.compare(RegistrationGroupWrapper o1,
RegistrationGroupWrapper o2) |
Modifier and Type | Method and Description |
---|---|
static void |
ScheduleOfClassesUtil.loadRegRequisites(SOCRequisiteWrapper reqWrapper,
List<RegistrationGroupWrapper> registrationGroupWrapperList)
Build and populate RegistrationGroupWrappers requisites from AO requisite map
|
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.