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

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase
          extended by org.kuali.rice.student.lookup.keyvalues.CocValuesFinder
All Implemented Interfaces:
KeyValuesFinder
Direct Known Subclasses:
CollegeCocValuesFinder, DepartmentCocValuesFinder, DivisionCocValuesFinder

public abstract class CocValuesFinder
extends StudentKeyValuesBase


Constructor Summary
CocValuesFinder()
           
 
Method Summary
static List<KeyLabelPair> findCocOrgs(String orgType)
          Find the curriculum committee Orgs with specified orgType.
 
Methods inherited from class org.kuali.rice.student.lookup.keyvalues.StudentKeyValuesBase
buildKeyLabelPair, 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
 

Constructor Detail

CocValuesFinder

public CocValuesFinder()
Method Detail

findCocOrgs

public static List<KeyLabelPair> findCocOrgs(String orgType)
Find the curriculum committee Orgs with specified orgType. Each org should have a kuali.org.CurriculumParent relationship with an org with kuali.org.COC type.

Parameters:
orgType -
Returns:


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