|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.dao.jpa.XmlDataDAOImpl
public class XmlDataDAOImpl
Field Summary | |
---|---|
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 Summary | |
---|---|
XmlDataDAOImpl()
|
|
XmlDataDAOImpl(ScopeDAOImpl scope,
java.lang.String name)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public XmlDataDAOImpl()
public XmlDataDAOImpl(ScopeDAOImpl scope, java.lang.String name)
Method Detail |
---|
public org.w3c.dom.Node get()
XmlDataDAO
get
in interface XmlDataDAO
public java.lang.String getName()
XmlDataDAO
getName
in interface XmlDataDAO
public java.lang.String getProperty(java.lang.String propertyName)
XmlDataDAO
getProperty
in interface XmlDataDAO
public ScopeDAO getScopeDAO()
XmlDataDAO
getScopeDAO
in interface XmlDataDAO
public boolean isNull()
XmlDataDAO
isNull
in interface XmlDataDAO
true
is assignment has NOT occured.public void remove()
XmlDataDAO
remove
in interface XmlDataDAO
public void set(org.w3c.dom.Node val)
XmlDataDAO
set
in interface XmlDataDAO
val
- valuepublic void setProperty(java.lang.String pname, java.lang.String pvalue)
XmlDataDAO
setProperty
in interface XmlDataDAO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |