|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Service Data Objects - DataObjectAccessBean.
This interface
defines the interface to a DataObject. DataObjectAccessBean has the
following responsibilities:
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
DataGraphAccessBean |
getDataGraphAccessBean()
Returns the DataGraphAccessBean this DataList is contained within To flush changes to the back-end pass the DataGraphAccessBean to the MediatorAccessBean |
DataListAccessBean |
getDataListAccessBean(java.lang.String name)
Return the DataListAccessBean at the given path By default relationships between tables are name Table1_Table2 i.e. |
DataObjectAccessBean |
getDataObjectAccessBean(java.lang.String name)
Return the DataObjectAccessBean at the given path By default relationships between tables are name Table1_Table2 i.e. |
java.lang.Class |
getType(java.lang.String name)
Returns the type to which this map maps the specified key. |
boolean |
isReadOnly(java.lang.String name)
Returns whether the object to which this map maps the specified key is read only. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public DataGraphAccessBean getDataGraphAccessBean()
public DataListAccessBean getDataListAccessBean(java.lang.String name)
the
- path of the DataListAccessBean to retrievepublic DataObjectAccessBean getDataObjectAccessBean(java.lang.String name)
the
- path of the DataObjectAccessBean to retrievepublic java.lang.Class getType(java.lang.String name)
key
- key whose associated value is to be returned.Map.get(Object)
public boolean isReadOnly(java.lang.String name)
key
- key whose associated value is to be returned.Map.get(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |