public class CourseRegistrationAndScheduleOfClassesUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
CourseRegistrationAndScheduleOfClassesUtil() |
Modifier and Type | Method and Description |
---|---|
static RegistrationRequestItemInfo |
createNewRegistrationRequestItem(String personId,
String regGroupId,
String masterLprId,
String credits,
String gradingOptionId,
String typeKey,
String stateKey,
String courseCode,
boolean okToWaitlist,
boolean okToRepeat)
This method creates a registration request for the add operation of a single registration group.
|
static String |
dayDisplayHelper(String day)
This method converts Timeslot Day Codes to Timeslot Day Display Codes
|
static ActivityOfferingScheduleComponentResult |
getActivityOfferingScheduleComponent(String isTBA,
String roomCode,
String buildingCode,
String weekdays,
String startTimeMs,
String endTimeMs) |
static Map<String,Integer> |
getActivityPriorityMap(ContextInfo contextInfo)
This method grabs all kuali.lu.type.grouping.activity types.
|
static AtpService |
getAtpService() |
static CourseOfferingInfo |
getCourseOfferingIdCreditGrading(String courseOfferingId,
String courseCode,
String termId,
String termCode,
ContextInfo contextInfo) |
static CourseOfferingService |
getCourseOfferingService() |
static CourseOfferingSetService |
getCourseOfferingSetService() |
static CourseRegistrationService |
getCourseRegistrationService() |
static CourseService |
getCourseService() |
static IdentityService |
getIdentityService() |
static LprService |
getLprService() |
static LRCService |
getLrcService() |
static RegGroupSearchResult |
getRegGroup(String termId,
String termCode,
String courseCode,
String regGroupCode,
String regGroupId,
ContextInfo contextInfo)
Based on the input, get the RegGroupSearchResult.
|
static RuleManagementService |
getRuleManagementService() |
static ScheduleOfClassesService |
getScheduleOfClassesService() |
static SearchService |
getSearchService()
SERVICES *
|
static String |
getTermId(String termId,
String termCode,
ContextInfo contextInfo) |
static List<TermSearchResult> |
getTermsByTermCode(String termCode,
ContextInfo contextInfo) |
static List<TermSearchResult> |
getTermSearchResultsFromAtpInfos(List<AtpInfo> atpInfos) |
static TypeService |
getTypeService() |
static Map<String,List<InstructorSearchResult>> |
searchForInstructorsByAoIds(List<String> aoIds,
ContextInfo contextInfo)
This is an internal method that will return a map of aoId, InstructorSearchResult.
|
static void |
setAtpService(AtpService atpService) |
static void |
setCourseOfferingService(CourseOfferingService courseOfferingService) |
void |
setCourseRegistrationService(CourseRegistrationService courseRegistrationService) |
static void |
setCourseService(CourseService courseService) |
static void |
setIdentityService(IdentityService identityService) |
static void |
setLprService(LprService lprService) |
void |
setLrcService(LRCService lrcService) |
void |
setRuleManagementService(RuleManagementService ruleManagementService) |
void |
setScheduleOfClassesService(ScheduleOfClassesService scheduleOfClassesService) |
static void |
setTypeService(TypeService typeService) |
static void |
sortActivityOfferingReslutList(List<StudentScheduleActivityOfferingResult> activityOfferingResults,
ContextInfo contextInfo)
This method takes in a list of activity offering results and sorts them in priority order.
|
static void |
sortActivityOfferings(ActivityOfferingTypesSearchResult aoType)
This method takes all of the activity offerings in an activity offering type and sorts them by ao code.
|
static void |
sortActivityOfferingTypeKeyList(List<String> typeKeys,
Map<String,Integer> activityPriorityMap)
This method takes in a list of activity offering type keys and sorts them in priority order.
|
static String |
translateGradingOptionKeyToName(String gradingOptionKey) |
public static final org.slf4j.Logger LOGGER
public CourseRegistrationAndScheduleOfClassesUtil()
public static String getTermId(String termId, String termCode, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
public static List<TermSearchResult> getTermsByTermCode(String termCode, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, PermissionDeniedException, OperationFailedException
public static List<TermSearchResult> getTermSearchResultsFromAtpInfos(List<AtpInfo> atpInfos)
public static void sortActivityOfferingTypeKeyList(List<String> typeKeys, Map<String,Integer> activityPriorityMap) throws InvalidParameterException, MissingParameterException, DoesNotExistException, PermissionDeniedException, OperationFailedException
typeKeys
- list of activity offering type keysInvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
public static void sortActivityOfferings(ActivityOfferingTypesSearchResult aoType)
aoType
- activity offering typepublic static void sortActivityOfferingReslutList(List<StudentScheduleActivityOfferingResult> activityOfferingResults, ContextInfo contextInfo)
activityOfferingResults
- list of StudentScheduleActivityOfferingResultcontextInfo
- context of the callpublic static ActivityOfferingScheduleComponentResult getActivityOfferingScheduleComponent(String isTBA, String roomCode, String buildingCode, String weekdays, String startTimeMs, String endTimeMs) throws InvalidParameterException
InvalidParameterException
public static Map<String,Integer> getActivityPriorityMap(ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, DoesNotExistException, PermissionDeniedException, OperationFailedException
contextInfo
- context of the callInvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
public static Map<String,List<InstructorSearchResult>> searchForInstructorsByAoIds(List<String> aoIds, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, DoesNotExistException, PermissionDeniedException, OperationFailedException
aoIds
- list of activity offering idscontextInfo
- context of the callInvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
public static RegGroupSearchResult getRegGroup(String termId, String termCode, String courseCode, String regGroupCode, String regGroupId, ContextInfo contextInfo) throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, CourseDoesNotExistException
termCode
- the term codecourseCode
- the course coderegGroupCode
- the reg group coderegGroupId
- the reg group idcontextInfo
- context infoPermissionDeniedException
MissingParameterException
InvalidParameterException
OperationFailedException
DoesNotExistException
CourseDoesNotExistException
public static CourseOfferingInfo getCourseOfferingIdCreditGrading(String courseOfferingId, String courseCode, String termId, String termCode, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, PermissionDeniedException, OperationFailedException
public static RegistrationRequestItemInfo createNewRegistrationRequestItem(String personId, String regGroupId, String masterLprId, String credits, String gradingOptionId, String typeKey, String stateKey, String courseCode, boolean okToWaitlist, boolean okToRepeat)
personId
- id of person that will be stored in LPR table.regGroupId
- Registration Group idmasterLprId
- masterLprIdcredits
- creditsgradingOptionId
- gradingOptionIdokToWaitlist
- flag to set if student should automatically be waitlisted when adding to a full reg group
with available waitlistokToRepeat
- flag to set if repeatability checks should fail when a student has repeated courses but
is still under the max settingpublic static String translateGradingOptionKeyToName(String gradingOptionKey)
public static String dayDisplayHelper(String day)
day
- - Timeslot Day Codepublic static SearchService getSearchService()
public static LprService getLprService()
public static void setLprService(LprService lprService)
public static IdentityService getIdentityService()
public static void setIdentityService(IdentityService identityService)
public static AtpService getAtpService()
public static void setAtpService(AtpService atpService)
public static CourseService getCourseService()
public static void setCourseService(CourseService courseService)
public static CourseOfferingService getCourseOfferingService()
public static void setCourseOfferingService(CourseOfferingService courseOfferingService)
public static TypeService getTypeService()
public static void setTypeService(TypeService typeService)
public static CourseOfferingSetService getCourseOfferingSetService()
public static LRCService getLrcService()
public void setLrcService(LRCService lrcService)
public static ScheduleOfClassesService getScheduleOfClassesService()
public void setScheduleOfClassesService(ScheduleOfClassesService scheduleOfClassesService)
public static CourseRegistrationService getCourseRegistrationService()
public void setCourseRegistrationService(CourseRegistrationService courseRegistrationService)
public static RuleManagementService getRuleManagementService()
public void setRuleManagementService(RuleManagementService ruleManagementService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.