|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.EventPayload
public class EventPayload
| Field Summary |
|---|
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
|---|
XML_STATEMENT |
| Constructor Summary | |
|---|---|
EventPayload() |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getDefXMLElementTag() |
java.lang.String |
getDefXMLNameSpace() |
java.lang.String |
getFullName()This method returns the Persistence reference of the object. |
java.lang.String |
getName()Return the name of the payload (null). |
int |
getNumPayloadItems()Gets the number of actual payload items for the event definition. |
DefPersistable |
getOrigObject() |
java.util.Iterator |
getPayloadItems()Returns the list of payload items for the event definition. |
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 |
setDirty(boolean b)This method marks the Object dirty |
void |
setNew(boolean b)This method marks the as previously persisted. |
void |
setOrigObject(DefPersistable oldObj) |
void |
writeChildren(DefWriter jos)Writes the Object's children to the Persistent storage |
void |
writeContents(DefWriter jos)Objects should write their persistence output in this method |
void |
writeObject(DefWriter jos)Objects should write their persistence output in this method |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventPayload()
| Method Detail |
|---|
public java.lang.String getName()
public java.util.Iterator getPayloadItems()
public int getNumPayloadItems()
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean isDirty()
DefPersistableisDirty in interface DefPersistablepublic void setOrigObject(DefPersistable oldObj)
setOrigObject in interface DefPersistablepublic DefPersistable getOrigObject()
getOrigObject in interface DefPersistablepublic java.lang.String getFullName()
DefPersistablegetFullName in interface DefPersistablepublic boolean isNew()
DefPersistableisNew in interface DefPersistablepublic void setNew(boolean b)
DefPersistablesetNew in interface DefPersistableb - If true the Object is marked as new object.public java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionpublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitionpublic java.lang.String getXMLElementTag()
PersistentDefinitiongetXMLElementTag in interface PersistentDefinitionpublic void setDirty(boolean b)
DefPersistablesetDirty in interface DefPersistableb - If true the Object is marked Dirty.public void writeChildren(DefWriter jos)
PersistentDefinitionwriteChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinitionwriteContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeObject(DefWriter jos)
PersistentDefinitionwriteObject in interface PersistentDefinitionjos - the Output storage for persistence
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||