|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowAdapter | |
|---|---|
| org.specrunner.plugins.core.include | |
| org.specrunner.plugins.core.objects | |
| org.specrunner.plugins.core.objects.core | |
| org.specrunner.util.xom | |
| Uses of RowAdapter in org.specrunner.plugins.core.include |
|---|
| Methods in org.specrunner.plugins.core.include with parameters of type RowAdapter | |
|---|---|
protected void |
PluginColumn.extractFeatures(IContext context,
RowAdapter header,
List<String> features,
List<IConverter> converters,
List<List<String>> args)
Get the feature names from this list. |
| Uses of RowAdapter in org.specrunner.plugins.core.objects |
|---|
| Methods in org.specrunner.plugins.core.objects with parameters of type RowAdapter | |
|---|---|
protected void |
AbstractPluginObjectSelect.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result)
|
protected abstract void |
AbstractPluginObject.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result)
This method can be and should be overridden to perform save, comparison, etc for updates. |
protected void |
AbstractPluginObjectSelectUnique.addError(IContext context,
RowAdapter row,
IResultSet result,
Exception e)
Add a error to a comparison. |
Object |
IObjectCreator.create(Class<?> type,
RowAdapter row)
Creates a instance of the given type. |
protected Object |
AbstractPluginObject.create(RowAdapter row)
Create the object based on a row. |
protected void |
AbstractPluginObject.loadFields(IContext context,
RowAdapter row,
List<AbstractPluginObject.Field> list)
Load fields based on th tags. |
abstract void |
AbstractPluginObjectSelectUnique.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result)
Perform something on a database object. |
void |
AbstractPluginObjectCompare.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result)
|
protected boolean |
AbstractPluginObject.populate(Object instance,
IContext context,
RowAdapter row,
IResultSet result)
Populate the object instance with row information. |
protected void |
AbstractPluginObject.processLine(IContext context,
RowAdapter row,
IResultSet result)
Process a given row. |
void |
AbstractPluginObjectSelectUnique.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list)
|
void |
AbstractPluginObjectSelectNone.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list)
|
abstract void |
AbstractPluginObjectSelect.processList(IContext context,
Object instance,
RowAdapter row,
IResultSet result,
List<Object> list)
Process the list of objects recovered. |
List<Object> |
IObjectSelector.select(AbstractPluginObject caller,
IContext context,
Object instance,
RowAdapter row,
IResultSet result)
Performs a select on object repository to compare with the reference. |
protected void |
AbstractPluginObject.setValue(RowAdapter row,
Object instance,
AbstractPluginObject.Field f,
Object value)
Set the field with the given value. |
| Uses of RowAdapter in org.specrunner.plugins.core.objects.core |
|---|
| Methods in org.specrunner.plugins.core.objects.core with parameters of type RowAdapter | |
|---|---|
protected void |
PluginInsert.action(IContext context,
Object instance,
RowAdapter row,
IResultSet result)
|
void |
PluginDelete.perform(IContext context,
Object base,
Object instance,
RowAdapter row,
IResultSet result)
|
List<Object> |
ObjectSelector.select(AbstractPluginObject caller,
IContext context,
Object instance,
RowAdapter row,
IResultSet result)
|
| Uses of RowAdapter in org.specrunner.util.xom |
|---|
| Fields in org.specrunner.util.xom with type parameters of type RowAdapter | |
|---|---|
protected List<RowAdapter> |
TableAdapter.rows
The list of rows. |
| Methods in org.specrunner.util.xom that return RowAdapter | |
|---|---|
RowAdapter |
TableAdapter.getRow(int i)
The row given by that index. |
| Methods in org.specrunner.util.xom that return types with arguments of type RowAdapter | |
|---|---|
List<RowAdapter> |
TableAdapter.getRows()
The rows list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||