nl.innovationinvestments.cheyenne.engine.support
Class XMLQueryResultDataSet

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.support.DataSet
      extended by nl.innovationinvestments.cheyenne.engine.support.XMLQueryResultDataSet
All Implemented Interfaces:
Serializable

public class XMLQueryResultDataSet
extends DataSet

See Also:
Serialized Form

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Fields inherited from class nl.innovationinvestments.cheyenne.engine.support.DataSet
SCOPE_APPLICATION, SCOPE_FLASH, SCOPE_REQUEST, SCOPE_SESSION
 
Constructor Summary
XMLQueryResultDataSet(String id, List<org.dom4j.Element> elements)
           
 
Method Summary
 boolean contains(String name)
           
 Object get(int rowIdx, String name)
           
 long getCount()
           
 List<org.dom4j.Element> getElements()
          Elements
 Object resolve(String name)
          Resolve in this dataset
 void writeDatasetLog(PrintWriter writer)
          Write the contents of the dataset to a writer
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.support.DataSet
getDialog, getId, getScope, setDialog, setId, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

XMLQueryResultDataSet

public XMLQueryResultDataSet(String id,
                             List<org.dom4j.Element> elements)
Method Detail

getElements

public List<org.dom4j.Element> getElements()
Elements


getCount

public long getCount()
Specified by:
getCount in class DataSet

contains

public boolean contains(String name)
Specified by:
contains in class DataSet

get

public Object get(int rowIdx,
                  String name)
Specified by:
get in class DataSet

writeDatasetLog

public void writeDatasetLog(PrintWriter writer)
Write the contents of the dataset to a writer

Specified by:
writeDatasetLog in class DataSet

resolve

public Object resolve(String name)
Resolve in this dataset

Specified by:
resolve in class DataSet
Parameters:
name -
Returns:


Copyright © 2011 InnovationInvestments. All Rights Reserved.