public interface ProtocolResearchAreaService
| Modifier and Type | Method and Description |
|---|---|
void |
addProtocolResearchArea(ProtocolBase protocol,
Collection<ResearchAreaBase> selectedBOs)
When a multi-lookup returns for a set of Research Areas, we must add them to the ProtocolBase Document.
|
boolean |
isEmptyProtocolResearchAreas(ProtocolBase protocol)
Checks to see if the list of research areas in the given protocol is empty.
|
void addProtocolResearchArea(ProtocolBase protocol, Collection<ResearchAreaBase> selectedBOs)
protocolDocument - the ProtocolBase DocumentselectedBOs - the selected BOs (Research Areas)boolean isEmptyProtocolResearchAreas(ProtocolBase protocol)
protocol - The protocol with the list of research areasCopyright © 2013 The Kuali Foundation. All Rights Reserved.