org.kuali.student.krms.termresolver
Class EnrolledCourseByTermTermResolver
java.lang.Object
org.kuali.student.krms.termresolver.EnrolledCourseByTermTermResolver
- All Implemented Interfaces:
- TermResolver<List<CourseRegistrationInfo>>
public class EnrolledCourseByTermTermResolver
- extends Object
- implements TermResolver<List<CourseRegistrationInfo>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnrolledCourseByTermTermResolver
public EnrolledCourseByTermTermResolver()
getAcademicRecordService
public CourseRegistrationService getAcademicRecordService()
setCourseRegistrationService
public void setCourseRegistrationService(CourseRegistrationService courseRegistrationService)
getPrerequisites
public Set<String> getPrerequisites()
- Specified by:
getPrerequisites
in interface TermResolver<List<CourseRegistrationInfo>>
getOutput
public String getOutput()
- Specified by:
getOutput
in interface TermResolver<List<CourseRegistrationInfo>>
getParameterNames
public Set<String> getParameterNames()
- Specified by:
getParameterNames
in interface TermResolver<List<CourseRegistrationInfo>>
getCost
public int getCost()
- Specified by:
getCost
in interface TermResolver<List<CourseRegistrationInfo>>
resolve
public List<CourseRegistrationInfo> resolve(Map<String,Object> resolvedPrereqs,
Map<String,String> parameters)
throws TermResolutionException
- Specified by:
resolve
in interface TermResolver<List<CourseRegistrationInfo>>
- Throws:
TermResolutionException
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.