|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.maintenance.MaintainableImpl
org.kuali.student.enrollment.class2.courseoffering.service.impl.CourseOfferingMaintainableImpl
public abstract class CourseOfferingMaintainableImpl
Base view helper service for both create and edit course offering presentations.
Constructor Summary | |
---|---|
CourseOfferingMaintainableImpl()
|
Method Summary | |
---|---|
protected List<KeyValue> |
collectActivityTypeKeyValues(CourseInfo course,
String formatId,
TypeService typeService,
ContextInfo contextInfo)
|
protected CourseOfferingService |
getCourseOfferingService()
|
protected CourseService |
getCourseService()
|
protected StateService |
getStateService()
|
protected String |
getTypeName(String typeKey)
Returns the Name for a type key. |
protected TypeService |
getTypeService()
|
protected void |
loadCrossListedCOs(CourseOfferingWrapper wrapper,
CourseOfferingInfo coInfo)
This method populates CourseCrossListingInfo in to the CourseOfferingInfo
based on the user selection at create or edit CO. |
void |
populateCrossCourseList(InputField field,
MaintenanceDocumentForm form)
|
void |
populateFinalExamDriverTypes(InputField field,
MaintenanceDocumentForm form)
This method is being called by KRAD to populate final exam driver types drop down. |
void |
populateGradeRosterLevelTypes(InputField field,
MaintenanceDocumentForm form)
This method is being called by KRAD to populate grade roster level types drop down. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService |
---|
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults |
Constructor Detail |
---|
public CourseOfferingMaintainableImpl()
Method Detail |
---|
public void populateGradeRosterLevelTypes(InputField field, MaintenanceDocumentForm form)
In 'Create CO', we use a wrapper around FormatOfferingInfo
to handle joint formats.
In 'Edit CO', it's just FormatOfferingInfo
at the collection
There would be no reference for this method in the code as it has it's references at the following view xmls
field
- grade roster level fieldform
- maintenace formpopulateFinalExamDriverTypes(org.kuali.rice.krad.uif.field.InputField, org.kuali.rice.krad.web.form.MaintenanceDocumentForm)
public void populateFinalExamDriverTypes(InputField field, MaintenanceDocumentForm form)
In 'Create CO', we use a wrapper around FormatOfferingInfo
to handle joint formats.
In 'Edit CO', it's just FormatOfferingInfo
at the collection
There would be no reference for this method in the code as it has it's references at the following view xmls
field
- grade roster level fieldform
- maintenace formpopulateGradeRosterLevelTypes(org.kuali.rice.krad.uif.field.InputField, org.kuali.rice.krad.web.form.MaintenanceDocumentForm)
protected List<KeyValue> collectActivityTypeKeyValues(CourseInfo course, String formatId, TypeService typeService, ContextInfo contextInfo)
public void populateCrossCourseList(InputField field, MaintenanceDocumentForm form)
protected void loadCrossListedCOs(CourseOfferingWrapper wrapper, CourseOfferingInfo coInfo)
CourseCrossListingInfo
in to the CourseOfferingInfo
based on the user selection at create or edit CO. Note: If the kuali.ks.enrollment.options.selective-crosslisting-allowed
property is enabled, this method creates cross listing dtos for all the alternate course codes.
wrapper
- either CourseOfferingCreateWrapper
or CourseOfferingEditWrapper
coInfo
- course offering dtoprotected TypeService getTypeService()
protected StateService getStateService()
protected CourseOfferingService getCourseOfferingService()
protected CourseService getCourseService()
protected String getTypeName(String typeKey)
typeKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |