|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.model.impl.DataResultSetRow
public class DataResultSetRow
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
DataResultSetRow(DataResultSetImpl resultSet, java.util.List<java.lang.String> values) |
|
| Method Summary | |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>> |
entrySet() |
java.lang.String |
get(java.lang.Object key) |
boolean |
getBoolean(java.lang.String name, boolean defaultValue)Retrieve the result as a boolean |
java.util.Calendar |
getCalendar(java.lang.String name)Retrieve the date. |
java.util.Date |
getDate(java.lang.String name)Retrieve the date. |
int |
getInteger(java.lang.String name)Retrieve a value as an integer |
boolean |
isEmpty() |
java.util.Set<java.lang.String> |
keySet() |
java.lang.String |
put(java.lang.String key, java.lang.String value) |
void |
putAll(java.util.Map<? extends java.lang.String,? extends java.lang.String> t) |
java.lang.String |
remove(java.lang.Object key) |
void |
setBoolean(java.lang.String name, boolean value)Set a value as a boolean |
void |
setDate(java.lang.String name, java.util.Date date)Set a date value. |
int |
size() |
java.util.Collection<java.lang.String> |
values() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public DataResultSetRow(DataResultSetImpl resultSet,
java.util.List<java.lang.String> values)
| Method Detail |
|---|
public boolean getBoolean(java.lang.String name,
boolean defaultValue)
getBoolean in interface DataObjectname - the property namedefaultValue - the default value if not found
public void setBoolean(java.lang.String name,
boolean value)
setBoolean in interface DataObjectname - the property namevalue - the property value
public void setDate(java.lang.String name,
java.util.Date date)
setDate in interface DataObjectname - the property namedate - the date in GMT timepublic java.util.Date getDate(java.lang.String name)
getDate in interface DataObjectname - the property namepublic java.util.Calendar getCalendar(java.lang.String name)
DataObjectgetCalendar in interface DataObjectname - the property namepublic int getInteger(java.lang.String name)
getInteger in interface DataObjectname - the property namepublic int size()
size in interface java.util.Map<java.lang.String,java.lang.String>public boolean isEmpty()
isEmpty in interface java.util.Map<java.lang.String,java.lang.String>public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Map<java.lang.String,java.lang.String>key - key whose presence in this map is to be tested.java.lang.ClassCastException - if the key is of an inappropriate type for this map (optional).java.lang.NullPointerException - if the key is null and this map does not permit null keys (optional).public boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Map<java.lang.String,java.lang.String>value - value whose presence in this map is to be tested.java.lang.ClassCastException - if the value is of an inappropriate type for this map (optional).java.lang.NullPointerException - if the value is null and this map does not permit null values (optional).public java.lang.String get(java.lang.Object key)
get in interface java.util.Map<java.lang.String,java.lang.String>key - key whose associated value is to be returned.java.lang.ClassCastException - if the key is of an inappropriate type for this map (optional).java.lang.NullPointerException - if the key is null and this map does not permit null keys (optional).containsKey(Object)
public java.lang.String put(java.lang.String key,
java.lang.String value)
put in interface java.util.Map<java.lang.String,java.lang.String>key - key with which the specified value is to be associated.value - value to be associated with the specified key.java.lang.UnsupportedOperationException - if the put operation is not supported by this map.java.lang.ClassCastException - if the class of the specified key or value prevents it from being stored in this map.java.lang.IllegalArgumentException - if some aspect of this key or value prevents it from being stored in this map.java.lang.NullPointerException - if this map does not permit null keys or values, and the specified key or value is null.public java.lang.String remove(java.lang.Object key)
remove in interface java.util.Map<java.lang.String,java.lang.String>key - key whose mapping is to be removed from the map.java.lang.ClassCastException - if the key is of an inappropriate type for this map (optional).java.lang.NullPointerException - if the key is null and this map does not permit null keys (optional).java.lang.UnsupportedOperationException - if the remove method is not supported by this map.public void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.String> t)
putAll in interface java.util.Map<java.lang.String,java.lang.String>t - Mappings to be stored in this map.java.lang.UnsupportedOperationException - if the putAll method is not supported by this map.java.lang.ClassCastException - if the class of a key or value in the specified map prevents it from being stored in this map.java.lang.IllegalArgumentException - some aspect of a key or value in the specified map prevents it from being stored in this map.java.lang.NullPointerException - if the specified map is null, or if this map does not permit null keys or values, and the specified map contains null keys or values.public void clear()
clear in interface java.util.Map<java.lang.String,java.lang.String>java.lang.UnsupportedOperationException - clear is not supported by this map.public java.util.Set<java.lang.String> keySet()
keySet in interface java.util.Map<java.lang.String,java.lang.String>public java.util.Collection<java.lang.String> values()
values in interface java.util.Map<java.lang.String,java.lang.String>public java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>> entrySet()
entrySet in interface java.util.Map<java.lang.String,java.lang.String>
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||