org.kuali.student.r2.common.infc
Interface SearchParam


Deprecated.

@Deprecated
public interface SearchParam

Search Parameter Info A structure that holds a key value pair as a way to supply a parameter to a search.

Author:
nwright

Method Summary
 String getKey()
          Deprecated. The key that identifies the name of the search parameter
 List<String> getValues()
          Deprecated. The value(s) of the search parameter.
 

Method Detail

getKey

String getKey()
Deprecated. 
The key that identifies the name of the search parameter


getValues

List<String> getValues()
Deprecated. 
The value(s) of the search parameter. Most parameters take only a single value but the list is available for operations such as "IN" that take a list of values.



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