org.kuali.rice.student.lookup.keyvalues
Class SubjectAreaValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase
          extended by org.kuali.rice.student.lookup.keyvalues.OrgsOfTypeValuesFinder
              extended by org.kuali.rice.student.lookup.keyvalues.SubjectAreaValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder

public class SubjectAreaValuesFinder
extends OrgsOfTypeValuesFinder

Created with IntelliJ IDEA. User: Daniel Date: 2/25/13 Time: 11:27 AM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
SubjectAreaValuesFinder()
           
 
Method Summary
static List<KeyValue> findOrgs(String orgType)
          Find the Orgs with specified orgType.
 List<KeyValue> getKeyValues()
           
 
Methods inherited from class org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase
buildKeyLabelPair, getOrganizationService
 
Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectAreaValuesFinder

public SubjectAreaValuesFinder()
Method Detail

findOrgs

public static List<KeyValue> findOrgs(String orgType)
Find the Orgs with specified orgType.

Parameters:
orgType -
Returns:

getKeyValues

public List<KeyValue> getKeyValues()


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