public class ProtocolAttachmentTypeByGroupValuesFinder<T extends ProtocolAttachmentBase & TypedAttachment>
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
<%-- attachment type finder logic start--%>
<%-- attachment type finder logic end --%>
<%-- attachment type error handling logic start--%>
<%-- attachment type error handling logic start--%>
See getKeyValues().| Constructor and Description |
|---|
ProtocolAttachmentTypeByGroupValuesFinder() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getFilterTypes()
Gets the types to filter.
|
String |
getGroupCode()
Gets the group code.
|
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues()
Gets the keyvalue pair for
ProtocolAttachmentTypeGroup. |
void |
setFilterTypes(Collection<T> filterTypes)
Sets the types to filter.
|
void |
setGroupCode(String groupCode)
Sets the group code.
|
public ProtocolAttachmentTypeByGroupValuesFinder()
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
ProtocolAttachmentTypeGroup.
The key is the typeCode and the value is the type description.
setGroupCode(String)
must be called with valid values before calling this method.
KeyValuepublic String getGroupCode()
public void setGroupCode(String groupCode)
groupCode - the group codepublic Collection<T> getFilterTypes()
public void setFilterTypes(Collection<T> filterTypes)
filterTypes - the types to filterCopyright © 2013 The Kuali Foundation. All Rights Reserved.