edu.sampleu.travel.document.keyvalue
Class SimpleTestKeyValueLocations
java.lang.Object
  
org.kuali.rice.krad.keyvalues.KeyValuesBase
      
edu.sampleu.travel.document.keyvalue.SimpleTestKeyValues
          
edu.sampleu.travel.document.keyvalue.SimpleTestKeyValueLocations
- All Implemented Interfaces: 
 - Serializable, KeyValuesFinder
 
public class SimpleTestKeyValueLocations
- extends SimpleTestKeyValues
 
Test class for KeyValueLocations KeyValuesFinder
- See Also:
 - Serialized Form
 
 
| 
Method Summary | 
 List<KeyValue> | 
getKeyValues()
 
          This is a fake implementation of a key value finder, normally this would make a request to
 a database to obtain the necessary values. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleTestKeyValueLocations
public SimpleTestKeyValueLocations()
getKeyValues
public List<KeyValue> getKeyValues()
- This is a fake implementation of a key value finder, normally this would make a request to
 a database to obtain the necessary values.  Used only for testing.
- Specified by:
 getKeyValues in interface KeyValuesFinder- Overrides:
 getKeyValues in class SimpleTestKeyValues
 
- Returns:
 - List of KeyValue objects
 - See Also:
 KeyValuesFinder.getKeyValues()
 
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.