|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.NamedObjectImpl | +--oracle.jbo.mom.DefinitionObject | +--oracle.jbo.uicli.mom.JUSessionDefImpl
Field Summary |
Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
XML_STATEMENT |
Method Summary | |
void |
addRowSetDef(JURowSetDefImpl def) |
void |
addRowSetDef(java.lang.String name, java.lang.String className) |
JURowSetDefImpl |
findRowSetDef(java.lang.String name) |
java.lang.String |
getConfiguration() |
java.lang.Object |
getDacObj() |
java.lang.String |
getPackageName() |
java.util.ArrayList |
getRowSetDefs() |
java.util.HashMap |
getRowSetEventsMap() |
java.lang.String |
getXMLElementTag() Returns a piece of static info for the type of object this is invoked upon. |
boolean |
isDirty() This method returns if an Object is modified from last save/load |
boolean |
isNew() This method returns if this object is previously persisted. |
void |
removeRowSetDef(java.lang.String name) |
void |
setConfiguration(java.lang.String name) |
void |
setDacObj(java.lang.Object obj) |
void |
setDirty(boolean isDirty) This method marks the Object dirty |
void |
setNew(boolean isNew) This method marks the as previously persisted. |
void |
setPackageName(java.lang.String name) |
void |
writeChildren(oracle.jbo.mom.xml.DefWriter jos) Writes the Object's children to the Persistent storage |
void |
writeContents(oracle.jbo.mom.xml.DefWriter jos) Objects should write their persistence output in this method |
void |
writeObject(oracle.jbo.mom.xml.DefWriter jos) Objects should write their persistence output in this method |
Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setName, setObjectResolved, setParent |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setPropertiesMap, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.mom.xml.DefPersistable |
getFullName |
Method Detail |
public void setDacObj(java.lang.Object obj)
public java.lang.Object getDacObj()
public void setPackageName(java.lang.String name)
public void setConfiguration(java.lang.String name)
public java.lang.String getPackageName()
public java.lang.String getConfiguration()
public java.util.HashMap getRowSetEventsMap()
public void addRowSetDef(JURowSetDefImpl def)
public JURowSetDefImpl findRowSetDef(java.lang.String name)
public void removeRowSetDef(java.lang.String name)
public void addRowSetDef(java.lang.String name, java.lang.String className)
public java.util.ArrayList getRowSetDefs()
public boolean isDirty()
isDirty
in interface oracle.jbo.mom.xml.DefPersistable
public void setDirty(boolean isDirty)
setDirty
in interface oracle.jbo.mom.xml.DefPersistable
isDirty
- If true the Object is marked Dirty.public boolean isNew()
isNew
in interface oracle.jbo.mom.xml.DefPersistable
public void setNew(boolean isNew)
setNew
in interface oracle.jbo.mom.xml.DefPersistable
isNew
- If true the Object is marked as new object.public void writeObject(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeObject
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public void writeContents(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeContents
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public void writeChildren(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeChildren
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public java.lang.String getXMLElementTag()
getXMLElementTag
in interface oracle.jbo.mom.xml.DefPersistable
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.