Skip navigation links 
 
oracle.adf.model.adapter.bean.provider
Class BeanDataProvider<K extends java.lang.String,V extends BeanDataCollection>
java.lang.Object
  
java.util.AbstractMap<K,V>
      
java.util.HashMap<K,V>
          
oracle.adf.model.adapter.bean.provider.BeanDataProvider<K,V>
- All Implemented Interfaces:
 
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>
 
- 
public class BeanDataProvider<K extends java.lang.String,V extends BeanDataCollection>
 
- extends java.util.HashMap<K,V>
 
- Since:
 
- 11.1.2
 
- See Also:
 
- Serialized Form
 
 
 
| Nested classes/interfaces inherited from class java.util.AbstractMap | 
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> | 
  
 
  
 
 
| Methods inherited from class java.util.HashMap | 
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values | 
 
| Methods inherited from class java.util.AbstractMap | 
equals, hashCode, toString | 
 
| Methods inherited from class java.lang.Object | 
finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface java.util.Map | 
equals, hashCode | 
 
 
BeanDataProvider
public BeanDataProvider()
getDataProvider
public V getDataProvider(K key)
- 
- Parameters:
 
key - 
- Returns:
 
- dataProvider for key matched
 
 
getDataProvider
public V getDataProvider(K key,
                         K view)
- 
- Parameters:
 
key - 
view - 
- Returns:
 
- dataProvider for key and view matched
 
 
setDataProvider
public void setDataProvider(K key,
                            V value)
- Use this method if users just want to maintain key and value
 
- 
- Parameters:
 
key - 
value - 
 
setDataProvider
public void setDataProvider(K key,
                            K view,
                            V value)
- User this method in dcHandler to make sure provider/view are the same
 
- 
- Parameters:
 
key - 
view - 
value - 
 
clear
public void clear()
- Removes all of the mappings from this provider map.
 
- 
- Specified by:
 
clear in interface java.util.Map<K extends java.lang.String,V extends BeanDataCollection> 
- Overrides:
 
clear in class java.util.HashMap<K extends java.lang.String,V extends BeanDataCollection> 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.