|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataGraphAccessBean | |
com.ibm.websphere.sdo | |
com.ibm.websphere.sdo.access.util | |
com.ibm.websphere.sdo.jdbc |
Uses of DataGraphAccessBean in com.ibm.websphere.sdo |
Methods in com.ibm.websphere.sdo that return DataGraphAccessBean | |
DataGraphAccessBean |
DataListAccessBean.getDataGraphAccessBean()
Returns the DataGraphAccessBean this DataList is contained within To flush changes to the back-end pass the DataGraphAccessBean to the MediatorAccessBean |
DataGraphAccessBean |
DataObjectAccessBean.getDataGraphAccessBean()
Returns the DataGraphAccessBean this DataList is contained within To flush changes to the back-end pass the DataGraphAccessBean to the MediatorAccessBean |
DataGraphAccessBean |
MediatorAccessBean.createEmptyGraph()
Return an empty datagraph based on my metadata |
DataGraphAccessBean |
MediatorAccessBean.fetchGraph()
Return a datagraph based on my metadata NOTE: This methods performs a fetch from the back-end data source. |
Methods in com.ibm.websphere.sdo with parameters of type DataGraphAccessBean | |
void |
MediatorAccessBean.applyChanges(DataGraphAccessBean datagraph)
Flush all changes made to the datagraph back to a data source |
Uses of DataGraphAccessBean in com.ibm.websphere.sdo.access.util |
Methods in com.ibm.websphere.sdo.access.util with parameters of type DataGraphAccessBean | |
static void |
JDBCMediatorUtil.update(JDBCMediatorAccessBean mediator,
DataGraphAccessBean graph)
Update all DataObjects in a DataGraph on the back-end. |
static void |
JDBCMediatorUtil.delete(JDBCMediatorAccessBean mediator,
DataGraphAccessBean graph)
Delete all DataObjects in a DataGraph from the back-end |
Uses of DataGraphAccessBean in com.ibm.websphere.sdo.jdbc |
Methods in com.ibm.websphere.sdo.jdbc that return DataGraphAccessBean | |
DataGraphAccessBean |
JDBCMediatorAccessBean.firstPage()
Moves to the first page of DataObjects |
DataGraphAccessBean |
JDBCMediatorAccessBean.lastPage()
Moves to the first page of DataObjects |
DataGraphAccessBean |
JDBCMediatorAccessBean.nextPage()
Resets the position of the DataList so that on the next iteration, the next page of DataObjects will be returned. |
DataGraphAccessBean |
JDBCMediatorAccessBean.previousPage()
Resets the position of the DataList so that on the next iteration, the previous page of DataObjects will be returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |