org.kuali.rice.student.lookup.keyvalues
Class StudentKeyValuesBase
java.lang.Object
org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
organizationService
private static OrganizationService organizationService
StudentKeyValuesBase
public StudentKeyValuesBase()
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.