org.kuali.student.krms.termresolver
Class DeptNumberTermResolver

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

public class DeptNumberTermResolver
extends Object
implements TermResolver<OrgInfo>


Constructor Summary
DeptNumberTermResolver()
           
 
Method Summary
 int getCost()
           
 OrganizationService getOrganizationService()
           
 String getOutput()
           
 Set<String> getParameterNames()
           
 Set<String> getPrerequisites()
           
 OrgInfo resolve(Map<String,Object> resolvedPrereqs, Map<String,String> parameters)
           
 void setOrganizationService(OrganizationService organizationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeptNumberTermResolver

public DeptNumberTermResolver()
Method Detail

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.