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