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

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase
All Implemented Interfaces:
KeyValuesFinder
Direct Known Subclasses:
AllOrgsValuesFinder, CocValuesFiinder, OrgCocValuesFinder

public abstract class StudentKeyValuesBase
extends KeyValuesBase

Convenience class used to help out key values classes


Field Summary
private static OrganizationService organizationService
           
 
Constructor Summary
StudentKeyValuesBase()
           
 
Method Summary
protected static KeyLabelPair buildKeyLabelPair(String orgId, String orgShortName, String orgLongName, String orgType)
          Builds a valid KeyLabelPair object for use in Student system KeyValue classes.
protected static OrganizationService getOrganizationService()
           
 
Methods inherited from class org.kuali.rice.kns.lookup.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
 
Methods inherited from interface org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder
getKeyValues
 

Field Detail

organizationService

private static OrganizationService organizationService
Constructor Detail

StudentKeyValuesBase

public StudentKeyValuesBase()
Method Detail

getOrganizationService

protected static OrganizationService getOrganizationService()

buildKeyLabelPair

protected static KeyLabelPair buildKeyLabelPair(String orgId,
                                                String orgShortName,
                                                String orgLongName,
                                                String orgType)
Builds a valid KeyLabelPair object for use in Student system KeyValue classes. Will throw an IllegalArgumentException if the parameters needed are not passed.

Parameters:
orgId -
orgShortName -
orgLongName -
orgType -
Returns:


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.