| Modifier and Type | Method and Description |
|---|---|
protected TableAdapter |
AbstractPluginTable.getTableAdapter(IContext context)
Gets the table adapter from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPluginTable.doEnd(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform an ending action.
|
ENext |
AbstractPluginTable.doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform the plugin start action.
|
void |
AbstractPluginTable.initialize(IContext context,
TableAdapter table)
Initialize helper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginMap.doEnd(IContext context,
IResultSet result,
TableAdapter tableAdapter) |
ENext |
PluginMap.doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter) |
protected void |
PluginMap.process(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Processo the content creating the mappings.
|
| Modifier and Type | Method and Description |
|---|---|
ENext |
PluginRepeat.doStart(IContext context,
IResultSet result,
TableAdapter table) |
| Modifier and Type | Method and Description |
|---|---|
ENext |
PluginColumn.doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter) |
protected Object |
PluginColumn.getObjectInstance(IContext context,
TableAdapter tableAdapter)
Get the object instance to be used by plugin actions.
|
protected Object |
PluginColumn.newInstance(Class<?> type,
TableAdapter table)
Create a instance of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginVerifyObjects.doEnd(IContext context,
IResultSet result,
TableAdapter tableAdapter) |
ENext |
PluginVerifyRows.doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter) |
protected void |
PluginVerifyObjects.extraItems(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator)
Add error for extra items in enumeration.
|
protected boolean |
PluginVerifyObjects.hasHeader(TableAdapter tableAdapter)
Check if the given table has a header or not.
|
protected void |
PluginVerifyObjects.missingItems(IContext context,
IResultSet result,
TableAdapter tableAdapter,
int start)
Add information of missing object or terminal items.
|
protected void |
PluginVerifyObjects.process(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator)
Perform recursive comparison.
|
protected void |
PluginVerifyObjects.processIterable(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator) |
protected void |
PluginVerifyObjects.processTerminal(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator)
Process terminal values.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractPluginObject.create(IContext context,
TableAdapter table,
RowAdapter row)
Create the object based on a row.
|
Object |
IObjectCreator.create(IContext context,
TableAdapter table,
RowAdapter row,
Class<?> type)
Creates a instance of the given type.
|
void |
AbstractPluginObject.doEnd(IContext context,
IResultSet result,
TableAdapter table) |
void |
AbstractPluginObject.initialize(IContext context,
TableAdapter table) |
protected void |
AbstractPluginObject.loadMapping(IContext context,
TableAdapter table,
String map)
Load mapping with predefined values.
|
protected boolean |
AbstractPluginObject.populate(IContext context,
TableAdapter table,
RowAdapter row,
IResultSet result,
Object instance)
Populate the object instance with row information.
|
protected Object |
AbstractPluginObject.processLine(IContext context,
TableAdapter table,
RowAdapter row,
IResultSet result)
Process a given row.
|
protected void |
AbstractPluginObjectCompareAll.readData(IContext context,
IResultSet result,
TableAdapter table) |
protected void |
AbstractPluginObject.readData(IContext context,
IResultSet result,
TableAdapter table)
Read data information.
|
protected void |
AbstractPluginObject.readHeader(IContext context,
IResultSet result,
TableAdapter table)
Read header information.
|
protected void |
AbstractPluginObject.setValue(IContext context,
TableAdapter table,
RowAdapter row,
Object instance,
AbstractPluginObject.Field f,
Object value)
Set the field with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginCollection.doEnd(IContext context,
IResultSet result,
TableAdapter table) |
| Modifier and Type | Method and Description |
|---|---|
TableAdapter |
ITableFactory.newTable(nu.xom.Element node)
Creates a table from a node.
|
static TableAdapter |
UtilTable.newTable(nu.xom.Node node)
Creates a table adapter for the given node.
|
| Modifier and Type | Method and Description |
|---|---|
TableAdapter |
TableFactoryDefault.newTable(nu.xom.Element node)
Creates a table.
|
Copyright © 2016. All rights reserved.