org.kuali.student.lum.bo.options
Class RemoteOrganizationValuesFinder
java.lang.Object
org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
org.kuali.student.lum.bo.options.RemoteOrganizationValuesFinder
- All Implemented Interfaces:
- KeyValuesFinder
public class RemoteOrganizationValuesFinder
- extends KeyValuesBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
organizationService
private OrganizationService organizationService
RemoteOrganizationValuesFinder
public RemoteOrganizationValuesFinder()
getKeyValues
public List<KeyLabelPair> getKeyValues()
getOrganizationService
protected OrganizationService getOrganizationService()
buildKeyLabelPair
protected 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.