public class CompletedCoursePriorToTermTermResolver extends CourseOfferingTermResolverSupport<Boolean>
Constructor and Description |
---|
CompletedCoursePriorToTermTermResolver() |
Modifier and Type | Method and Description |
---|---|
AcademicRecordService |
getAcademicRecordService() |
AtpService |
getAtpService() |
int |
getCost() |
String |
getOutput() |
Set<String> |
getParameterNames() |
Set<String> |
getPrerequisites() |
Boolean |
resolve(Map<String,Object> resolvedPrereqs,
Map<String,String> parameters) |
void |
setAcademicRecordService(AcademicRecordService academicRecordService) |
void |
setAtpService(AtpService atpService) |
createNewCourseRegistration, getAtpForCourseOfferingId, getCourseOfferingService, setCourseOfferingService
getCluIdsForCluSet, getCluIdsFromVersionIndId, getCluService, setCluService
public CompletedCoursePriorToTermTermResolver()
public Set<String> getPrerequisites()
getPrerequisites
in interface TermResolver<Boolean>
getPrerequisites
in class CourseTermResolverSupport<Boolean>
public Set<String> getParameterNames()
public int getCost()
public Boolean resolve(Map<String,Object> resolvedPrereqs, Map<String,String> parameters) throws TermResolutionException
TermResolutionException
public AcademicRecordService getAcademicRecordService()
public void setAcademicRecordService(AcademicRecordService academicRecordService)
public AtpService getAtpService()
getAtpService
in class CourseOfferingTermResolverSupport<Boolean>
public void setAtpService(AtpService atpService)
setAtpService
in class CourseOfferingTermResolverSupport<Boolean>
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.