@Entity public class XmlDataDAOImpl extends java.lang.Object implements XmlDataDAO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DELETE_XMLDATA_BY_SCOPE_IDS |
static java.lang.String |
SELECT_XMLDATA_IDS_BY_INSTANCE |
static java.lang.String |
SELECT_XMLDATA_IDS_BY_PROCESS |
| Constructor and Description |
|---|
XmlDataDAOImpl() |
XmlDataDAOImpl(ScopeDAOImpl scope,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Node |
get()
Retreive the variable data.
|
java.lang.String |
getName()
Get the name of the variable.
|
java.lang.String |
getProperty(java.lang.String propertyName)
Return the value of a property.
|
ScopeDAO |
getScopeDAO()
Gets the scope associated with this xml data.
|
boolean |
isNull()
Checks if the dao has been assigned any data.
|
void |
remove()
Remove the object from the data store.
|
void |
set(org.w3c.dom.Node val)
Set the data value of a variable.
|
void |
setProperty(java.lang.String pname,
java.lang.String pvalue)
Sets the value of a property
|
public static final java.lang.String SELECT_XMLDATA_IDS_BY_PROCESS
public static final java.lang.String SELECT_XMLDATA_IDS_BY_INSTANCE
public static final java.lang.String DELETE_XMLDATA_BY_SCOPE_IDS
public XmlDataDAOImpl()
public XmlDataDAOImpl(ScopeDAOImpl scope, java.lang.String name)
public org.w3c.dom.Node get()
XmlDataDAOget in interface XmlDataDAOpublic java.lang.String getName()
XmlDataDAOgetName in interface XmlDataDAOpublic java.lang.String getProperty(java.lang.String propertyName)
XmlDataDAOgetProperty in interface XmlDataDAOpublic ScopeDAO getScopeDAO()
XmlDataDAOgetScopeDAO in interface XmlDataDAOpublic boolean isNull()
XmlDataDAOisNull in interface XmlDataDAOtrue is assignment has NOT occured.public void remove()
XmlDataDAOremove in interface XmlDataDAOpublic void set(org.w3c.dom.Node val)
XmlDataDAOset in interface XmlDataDAOval - valuepublic void setProperty(java.lang.String pname,
java.lang.String pvalue)
XmlDataDAOsetProperty in interface XmlDataDAO