nl.innovationinvestments.cheyenne.engine.support
Class XMLDataSet

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

public class XMLDataSet
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
XMLDataSet(String id, org.dom4j.Document document)
           
 
Method Summary
 boolean contains(String name)
           
static String createString(List elements)
          Convert list of elements to a string
 Object get(int rowIdx, String name)
           
 long getCount()
           
 org.dom4j.Document getDocument()
          Document
 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

XMLDataSet

public XMLDataSet(String id,
                  org.dom4j.Document document)
Method Detail

getDocument

public org.dom4j.Document getDocument()
Document


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:

createString

public static String createString(List elements)
Convert list of elements to a string

Parameters:
elements -
Returns:


Copyright © 2013 InnovationInvestments. All rights reserved.