public class ParticipantTypeValuesFinder
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
getKeyValues() for a full description.| Constructor and Description |
|---|
ParticipantTypeValuesFinder() |
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues()
Constructs the list of Protocol Participant Types.
|
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
The list is also filtered based upon the participants currently in the protocol document. Users are not allowed to create two or more participants with the same participant type. Therefore, if an participant type is already being used, it is removed from the list. If the document cannot be found, the entire list is returned (it is not filtered).
org.kuali.core.lookup.keyvalues.KeyValuesFinder#getKeyValues()Copyright © 2013 The Kuali Foundation. All Rights Reserved.