|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.model.AbstractModelAdapter
public abstract class AbstractModelAdapter
The abstract class of model adapter
Nested Class Summary | |
---|---|
static class |
AbstractModelAdapter.Result
The inner class used to wrap the result; the model and the name |
Field Summary | |
---|---|
protected IResolver |
resolver
|
Constructor Summary | |
---|---|
AbstractModelAdapter()
|
Method Summary | |
---|---|
IModel |
getElementAt(java.lang.String name)
Using expression language to get the data model element |
abstract IModelFactory |
getModelFactory()
Get the model factory instance |
protected AbstractModelAdapter.Result |
getNestedModel(java.lang.String name)
Get the root model using the name. |
protected AbstractModelAdapter.Result |
getNestedModel(java.lang.String name,
IModel nestedModel)
Get the root model using the name. |
abstract IModel |
getRootModel()
|
void |
setElementAt(java.lang.String name,
IModel model)
Using expression language to set the data model |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.btt.model.IModelAdapter |
---|
getValueAt, setValueAt |
Methods inherited from interface com.ibm.btt.model.IModel |
---|
getContent |
Field Detail |
---|
protected IResolver resolver
Constructor Detail |
---|
public AbstractModelAdapter()
Method Detail |
---|
public abstract IModel getRootModel()
public abstract IModelFactory getModelFactory()
getModelFactory
in interface IModelAdapter
public IModel getElementAt(java.lang.String name)
IModelAdapter
getElementAt
in interface IModelAdapter
name
- the expression language
IModelAdapter.getElementAt(String)
public void setElementAt(java.lang.String name, IModel model)
IModelAdapter
setElementAt
in interface IModelAdapter
name
- the expression languagemodel
- the model to be setIModelAdapter.setElementAt(String, IModel)
protected AbstractModelAdapter.Result getNestedModel(java.lang.String name)
name
- the expression language for example "employee.address.city"
protected AbstractModelAdapter.Result getNestedModel(java.lang.String name, IModel nestedModel)
name
- the expression language for example "employee.address.city"
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |