public abstract class CommitteeIdValuesFinderBase
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
| Constructor and Description |
|---|
CommitteeIdValuesFinderBase() |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeBase> |
getActiveCommittees()
This method will return the list of all highest-sequence number committee instances.
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
protected abstract Class<? extends CommitteeBase> |
getCommitteeBOClassHook() |
List<ProtocolCorrespondenceTemplateBase> |
getCorrespondenceTemplates() |
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setCorrespondenceTemplates(List<ProtocolCorrespondenceTemplateBase> correspondenceTemplates) |
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public List<CommitteeBase> getActiveCommittees()
protected abstract Class<? extends CommitteeBase> getCommitteeBOClassHook()
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
org.kuali.core.lookup.keyvalues.KeyValuesFinder#getKeyValues()public List<ProtocolCorrespondenceTemplateBase> getCorrespondenceTemplates()
public void setCorrespondenceTemplates(List<ProtocolCorrespondenceTemplateBase> correspondenceTemplates)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.