Serialized Form
Package com.sun.data.provider |
fieldId
java.lang.String fieldId
displayName
java.lang.String displayName
displayName
java.lang.String displayName
include
boolean include
rowId
java.lang.String rowId
displayName
java.lang.String displayName
ascending
boolean ascending
Package com.sun.data.provider.impl |
fieldKeys
FieldKey[] fieldKeys
- storage for the list of
FieldKey
s in this DataProvider
dpListeners
DataListener[] dpListeners
Array of DataListener
instances registered for
this DataProvider
.
rowKeyList
java.util.ArrayList rowKeyList
rowKeyMap
java.util.HashMap rowKeyMap
cursorRow
RowKey cursorRow
- storage for the current cursor row
tcListeners
TableCursorListener[] tcListeners
Array of TableCursorListener
instances registered for
this TableDataProvider
.
provider
DataProvider provider
changeMap
java.util.HashMap changeMap
ears
DataListener ears
provider
TableDataProvider provider
changedRowMap
java.util.HashMap changedRowMap
dataEars
com.sun.data.provider.impl.BasicTransactionalTableDataProvider.DataEars dataEars
cursorEars
com.sun.data.provider.impl.BasicTransactionalTableDataProvider.CursorEars cursorEars
fieldKeys
FieldKey[] fieldKeys
The array of FieldKey
s that correspond to the columns
represented in the ResultSetMetaData
for this
request.
fieldKeysMap
java.util.Map fieldKeysMap
Map of the FieldKey
s that correspond to the columns
represented in the ResultSetMetaData
for this
request, keyed (case-insensitive) by column name.
cachedRowSet
javax.sql.rowset.CachedRowSet cachedRowSet
The CachedRowSet
that we are wrapping.
onInsertRow
boolean onInsertRow
indicator if we are on the inserted row.
Note: in the semantics of dataprovider, this
would be called onAppendRow.
FIXME: It seems like there should be a CachedRowSet
method to detect this, but I don't see it.
executed
boolean executed
- Set to true if the rowset has been executed
refreshMetaDataFile
boolean refreshMetaDataFile
- Set to true when rowset command had changed
metaDataFilename
java.lang.String metaDataFilename
- Store filename for deletion when rowset command changes
propertyChangeListener
com.sun.data.provider.impl.CachedRowSetDataProvider.RowSetPropertyChangeListener propertyChangeListener
PropertyChangeListener
registered with the CachedRowSetX
.
rowSetListener
javax.sql.RowSetListener rowSetListener
PropertyChangeListener
registered with the CachedRowSetX
.
cursorRow
RowKey cursorRow
- storage for the current cursor row
compareLocale
java.util.Locale compareLocale
- Storage for the compare locale
matchEqualTo
boolean matchEqualTo
matchLessThan
boolean matchLessThan
matchGreaterThan
boolean matchGreaterThan
fieldKey
FieldKey fieldKey
compareValue
java.lang.Object compareValue
fieldId
java.lang.String fieldId
fieldKey
FieldKey fieldKey
provider
TableDataProvider provider
filter
TableDataFilter filter
dataEars
com.sun.data.provider.impl.FilteredTableDataProvider.DataEars dataEars
filterMap
com.sun.data.provider.impl.FilteredTableDataProvider.FilterMap filterMap
index
int index
list
java.util.List list
- Storage for the internal
List
(ArrayList
by default)
map
java.util.Map map
- The internal storage
Map
, initially a HashMap
mapKey
java.lang.Object mapKey
- Storage for the object map key
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dataClassInstance
java.lang.Object dataClassInstance
dataMethodArgs
java.lang.Object[] dataMethodArgs
resultProvider
ObjectDataProvider resultProvider
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dataClassInstance
java.lang.Object dataClassInstance
collectionElementType
java.lang.Class collectionElementType
dataMethodArgs
java.lang.Object[] dataMethodArgs
resultObject
java.lang.Object resultObject
resultProvider
ObjectListDataProvider resultProvider
filterCriteria
FilterCriteria[] filterCriteria
- storage for the nested filter criteria
matchAll
boolean matchAll
- storage for the matchAllCriteria property (default is
true
)
array
java.lang.Object[] array
Storage for the array being wrapped by this data provider.
includeFields
boolean includeFields
Storage for the includeFields
property. By default,
this is true.
objectType
java.lang.Class objectType
Storage for the object type contained in this data provider.
objects
java.lang.Object[] objects
includeFields
boolean includeFields
- Storage for the includeFields property. By default, this is true.
object
java.lang.Object object
The object being wrapped by this
DataProvider
.
NOTE about Serializable: This class wraps access to any Java Object.
The Object can be swapped out using the setObject(Object)
method. For this class to remain Serializable, the contained Object
must also be Serializable.
appends
java.util.List appends
List of object instances to be appended to the underlying
list when changes are committed. The RowKey
values
that correspond to these rows will have row index values starting
with the number of rows in the underlying list. That is, if there
are five rows in the list already, the first appended row will have
an index of five, the second will have a row index of six, and
so on.
deletes
java.util.Set deletes
Set of RowKey
s of rows that have been marked to be
deleted. An Iterator
over this set will return
the corresponding RowKey
s in ascending order.
includeFields
boolean includeFields
Storage for the includeFields
property. By default,
this is true.
list
java.util.List list
Storage for the internal list of objects wrapped by this
data provider.
objectType
java.lang.Class objectType
Storage for the object type contained in this data provider.
updates
java.util.Map updates
Map keyed by RowKey
, whose elements are themselves
Maps keyed by FieldKey
of each field for which an
updated value has been cached.
userResizable
boolean userResizable
Storage for the userResizable property (default value is
true).
object
java.lang.Object object
fieldKey
FieldKey fieldKey
- Storage for the
FieldKey
pattern
java.util.regex.Pattern pattern
- Storage for the
Pattern
dataEars
com.sun.data.provider.impl.TableRowDataProvider.DataEars dataEars
provider
TableDataProvider provider
tableRow
RowKey tableRow