org.kuali.student.krms.termresolver
Class EnrolledCourseTermResolver

java.lang.Object
  extended by org.kuali.student.krms.termresolver.EnrolledCourseTermResolver
All Implemented Interfaces:
TermResolver<Boolean>

public class EnrolledCourseTermResolver
extends Object
implements TermResolver<Boolean>


Constructor Summary
EnrolledCourseTermResolver()
           
 
Method Summary
 int getCost()
           
 CourseRegistrationService getCourseRegistrationService()
           
 String getOutput()
           
 Set<String> getParameterNames()
           
 Set<String> getPrerequisites()
           
 Boolean resolve(Map<String,Object> resolvedPrereqs, Map<String,String> parameters)
           
 void setCourseRegistrationService(CourseRegistrationService courseRegistrationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnrolledCourseTermResolver

public EnrolledCourseTermResolver()
Method Detail

getCourseRegistrationService

public CourseRegistrationService getCourseRegistrationService()

setCourseRegistrationService

public void setCourseRegistrationService(CourseRegistrationService courseRegistrationService)

getPrerequisites

public Set<String> getPrerequisites()
Specified by:
getPrerequisites in interface TermResolver<Boolean>

getOutput

public String getOutput()
Specified by:
getOutput in interface TermResolver<Boolean>

getParameterNames

public Set<String> getParameterNames()
Specified by:
getParameterNames in interface TermResolver<Boolean>

getCost

public int getCost()
Specified by:
getCost in interface TermResolver<Boolean>

resolve

public Boolean resolve(Map<String,Object> resolvedPrereqs,
                       Map<String,String> parameters)
                throws TermResolutionException
Specified by:
resolve in interface TermResolver<Boolean>
Throws:
TermResolutionException


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