|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordSetContext
Stores state information for a recordset and its records. The state is automatically cleared when a fetch completes.
Method Summary | |
---|---|
java.lang.String |
getEntityName()
Gets the entity name. |
java.lang.String |
getRecordSetName()
Gets the record set name. |
java.lang.Object |
getRecordSetStateObject(java.lang.String name)
Gets the recordset context object bound to the specified name, or null if no object is bound. |
java.lang.Object |
getRecordStateObject(int record,
java.lang.String name)
Gets the object bound to the specified name in the record context, or null if no object is bound to the name. |
boolean |
isRecordSetStateObject(java.lang.String name)
Tests for the presence of a recordset context object bound to the specified name. |
boolean |
isRecordStateObject(int record,
java.lang.String name)
Tests for the presence of a record context object bound to the specified name. |
void |
setRecordSetStateObject(java.lang.String name,
java.lang.Object object)
Binds an object to this record set context, using the name specified. |
void |
setRecordStateObject(int record,
java.lang.String name,
java.lang.Object object)
Binds an object to this record context, using the name specified. |
Method Detail |
---|
java.lang.String getEntityName()
java.lang.String getRecordSetName()
boolean isRecordSetStateObject(java.lang.String name)
name
- the name of the object
java.lang.Object getRecordSetStateObject(java.lang.String name)
name
- the name of the object
void setRecordSetStateObject(java.lang.String name, java.lang.Object object)
name
- the name of the objectobject
- the object to bindboolean isRecordStateObject(int record, java.lang.String name)
record
- index of the recordname
- the name of the object
java.lang.Object getRecordStateObject(int record, java.lang.String name)
record
- index of the recordname
- the name of the object
void setRecordStateObject(int record, java.lang.String name, java.lang.Object object)
record
- index of the recordname
- the name to which to bind the objectobject
- the object to bind
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |