public class CourseOfferingManagementViewHelperServiceImpl extends CO_AO_RG_ViewHelperServiceImpl implements CourseOfferingManagementViewHelperService
roomService, schedulingService, stateService, typeService
Constructor and Description |
---|
CourseOfferingManagementViewHelperServiceImpl() |
convertAOInfoToWrapper, getRoomService, getSchedulingService, getStateService, getTypeService
addClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setConfigurationService, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertAOInfoToWrapper
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults
public CourseOfferingManagementViewHelperServiceImpl()
public List<TermInfo> findTermByTermCode(String termCode) throws Exception
findTermByTermCode
in interface CourseOfferingManagementViewHelperService
termCode
- Each institution uses a code to represent a term. At UW, the code appears to be three letters
followed by a 4-digit year, e.g., FAL2011, WIN2011, etc.Exception
public void loadCourseOfferingsByTermAndSubjectCode(String termId, String subjectCode, CourseOfferingManagementForm form) throws Exception
loadCourseOfferingsByTermAndSubjectCode
in interface CourseOfferingManagementViewHelperService
Exception
public void loadCourseOfferingsByTermAndCourseCode(String termId, String courseCode, CourseOfferingManagementForm form) throws Exception
loadCourseOfferingsByTermAndCourseCode
in interface CourseOfferingManagementViewHelperService
Exception
public List<CourseOfferingInfo> findCourseOfferingsByTermAndCourseOfferingCode(String termCode, String courseOfferingCode, CourseOfferingManagementForm form) throws Exception
findCourseOfferingsByTermAndCourseOfferingCode
in interface CourseOfferingManagementViewHelperService
Exception
public void loadPreviousAndNextCourseOffering(CourseOfferingManagementForm form, CourseOfferingInfo courseOfferingInfo)
loadPreviousAndNextCourseOffering
in interface CourseOfferingManagementViewHelperService
public void createActivityOfferings(String formatId, String activityId, int noOfActivityOfferings, CourseOfferingManagementForm form)
createActivityOfferings
in interface CourseOfferingManagementViewHelperService
public void loadActivityOfferingsByCourseOffering(CourseOfferingInfo theCourseOfferingInfo, CourseOfferingManagementForm form) throws Exception
loadActivityOfferingsByCourseOffering
in interface CourseOfferingManagementViewHelperService
Exception
public void changeActivityOfferingsState(List<ActivityOfferingWrapper> aoList, CourseOfferingInfo courseOfferingInfo, String selectedAction) throws Exception
changeActivityOfferingsState
in interface CourseOfferingManagementViewHelperService
aoList
- The list of AOs to evaluate.selectedAction
- The state change action to perform.Exception
public void markCourseOfferingsForScheduling(List<CourseOfferingEditWrapper> coWrappers) throws Exception
markCourseOfferingsForScheduling
in interface CourseOfferingManagementViewHelperService
coWrappers
- The list of CourseOffering wrappers.Exception
public void markCourseOfferingsForScheduling(List<CourseOfferingEditWrapper> coWrappers, boolean checkedOnly) throws Exception
coWrappers
- The list of CourseOfferings.checkedOnly
- True if the CO wrapper isChecked() flag should be respected.Exception
public CourseOfferingService getCourseOfferingService()
getCourseOfferingService
in class CO_AO_RG_ViewHelperServiceImpl
public CourseService getCourseService()
protected LRCService getLrcService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.