public class ScheduleOfClassesUtil extends Object
Modifier and Type | Method and Description |
---|---|
static AcademicCalendarService |
getAcademicCalendarService() |
static AtpService |
getAtpService() |
static AtpInfo |
getClosestAtp(List<AtpInfo> atpInfos)
This method will return the term with the start date that is closest in the future.
|
static CourseOfferingSetService |
getCourseOfferingSetService() |
static KrmsTypeRepositoryService |
getKrmsTypeRepositoryService() |
static OrganizationService |
getOrganizationService() |
static PersonService |
getPersonService() |
static RuleManagementService |
getRuleManagementService() |
static TypeService |
getTypeService() |
static List<AtpInfo> |
getValidSocTerms(CourseOfferingSetService courseOfferingSetService,
AtpService atpService,
ContextInfo context)
Builds a list of terms by querying for SOCs with state == published, then querying for the related ATPs by id.
|
static ScheduleOfClassesViewHelperService |
getViewHelperService(ScheduleOfClassesSearchForm theForm) |
static void |
loadRegRequisites(SOCRequisiteWrapper reqWrapper,
List<RegistrationGroupWrapper> registrationGroupWrapperList)
Build and populate RegistrationGroupWrappers requisites from AO requisite map
|
static void |
loadRequisites(SOCRequisiteWrapper reqWrapper,
List<String> aoIds)
Build and populate requisites
|
public static ScheduleOfClassesViewHelperService getViewHelperService(ScheduleOfClassesSearchForm theForm)
public static AcademicCalendarService getAcademicCalendarService()
public static CourseOfferingSetService getCourseOfferingSetService()
public static AtpService getAtpService()
public static TypeService getTypeService()
public static OrganizationService getOrganizationService()
public static PersonService getPersonService()
public static RuleManagementService getRuleManagementService()
public static KrmsTypeRepositoryService getKrmsTypeRepositoryService()
public static List<AtpInfo> getValidSocTerms(CourseOfferingSetService courseOfferingSetService, AtpService atpService, ContextInfo context)
courseOfferingSetService
- atpService
- context
- public static AtpInfo getClosestAtp(List<AtpInfo> atpInfos)
atpInfos
- public static void loadRequisites(SOCRequisiteWrapper reqWrapper, List<String> aoIds)
aoIds
- public static void loadRegRequisites(SOCRequisiteWrapper reqWrapper, List<RegistrationGroupWrapper> registrationGroupWrapperList)
registrationGroupWrapperList
- Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.