org.kuali.student.enrollment.class2.grading.service.impl
Class GradingViewHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.student.enrollment.class2.grading.service.impl.GradingViewHelperServiceImpl
All Implemented Interfaces:
Serializable, ViewHelperService, GradingViewHelperService

Deprecated.

@Deprecated
public class GradingViewHelperServiceImpl
extends ViewHelperServiceImpl
implements GradingViewHelperService

See Also:
Serialized Form

Constructor Summary
GradingViewHelperServiceImpl()
          Deprecated.  
 
Method Summary
protected  AcademicRecordService getAcademicRecordService()
          Deprecated.  
protected  AcademicCalendarService getAcalService()
          Deprecated.  
protected  CourseOfferingService getCOService()
          Deprecated.  
protected  GradingService getGradingService()
          Deprecated.  
 void loadCourses(GradingForm form)
          Deprecated.  
 void loadStudentGrades(StudentGradeForm studentGradeForm)
          Deprecated.  
 List<GradeStudent> loadStudents(String selectedCourse, GradingForm gradingForm)
          Deprecated.  
 void populateGradeOptions(InputField field, GradingForm gradingForm)
          Deprecated.  
 boolean saveGrades(GradingForm gradingForm)
          Deprecated.  
 boolean submitGradeRoster(GradingForm gradingForm)
          Deprecated.  
 void unAssignGrade(View view, Object model, String selectedCollectionPath, Integer selectedLine)
          Deprecated.  
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, addLine, adjustIdIfNecessary, 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
 
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

GradingViewHelperServiceImpl

public GradingViewHelperServiceImpl()
Deprecated. 
Method Detail

populateGradeOptions

public void populateGradeOptions(InputField field,
                                 GradingForm gradingForm)
Deprecated. 
Specified by:
populateGradeOptions in interface GradingViewHelperService

unAssignGrade

public void unAssignGrade(View view,
                          Object model,
                          String selectedCollectionPath,
                          Integer selectedLine)
Deprecated. 
Specified by:
unAssignGrade in interface GradingViewHelperService

loadStudents

public List<GradeStudent> loadStudents(String selectedCourse,
                                       GradingForm gradingForm)
                                throws Exception
Deprecated. 
Specified by:
loadStudents in interface GradingViewHelperService
Throws:
Exception

saveGrades

public boolean saveGrades(GradingForm gradingForm)
                   throws Exception
Deprecated. 
Specified by:
saveGrades in interface GradingViewHelperService
Throws:
Exception

submitGradeRoster

public boolean submitGradeRoster(GradingForm gradingForm)
                          throws Exception
Deprecated. 
Specified by:
submitGradeRoster in interface GradingViewHelperService
Throws:
Exception

loadStudentGrades

public void loadStudentGrades(StudentGradeForm studentGradeForm)
                       throws Exception
Deprecated. 
Specified by:
loadStudentGrades in interface GradingViewHelperService
Throws:
Exception

loadCourses

public void loadCourses(GradingForm form)
                 throws Exception
Deprecated. 
Specified by:
loadCourses in interface GradingViewHelperService
Throws:
Exception

getAcalService

protected AcademicCalendarService getAcalService()
Deprecated. 

getCOService

protected CourseOfferingService getCOService()
Deprecated. 

getGradingService

protected GradingService getGradingService()
Deprecated. 

getAcademicRecordService

protected AcademicRecordService getAcademicRecordService()
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.