|
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.EventMapping
public class EventMapping
| Nested Class Summary | |
|---|---|
static class |
EventMapping.EventPointType |
| Field Summary |
|---|
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
|---|
XML_STATEMENT |
| Constructor Summary | |
|---|---|
EventMapping() |
|
EventMapping(java.lang.String eventName, EventMapping.EventPointType type) |
|
| Method Summary | |
|---|---|
RaiseCondition |
addRaiseCondition() |
java.lang.Object |
clone() |
java.lang.String |
getDefXMLElementTag() |
java.lang.String |
getDefXMLNameSpace() |
java.lang.String |
getEventName()Gets the name of the event specified in the mapping. |
java.lang.String |
getFullName()This method returns the Persistence reference of the object. |
java.lang.String |
getName() |
DefPersistable |
getOrigObject() |
java.util.Iterator<RaiseCondition> |
getRaiseConditions()Gets the list of raise conditions for the event mapping. |
EventMapping.EventPointType |
getType() |
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 |
isDisabled() |
boolean |
isForPersonalization() |
boolean |
isNew()This method returns if this object is previously persisted. |
void |
setDirty(boolean b)This method marks the Object dirty |
void |
setDisabled(boolean disabled) |
void |
setEventName(java.lang.String eventName) |
void |
setForPersonalization(boolean b) |
void |
setNew(boolean b)This method marks the as previously persisted. |
void |
setOrigObject(DefPersistable oldObj) |
void |
setType(EventMapping.EventPointType type) |
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 EventMapping()
public EventMapping(java.lang.String eventName,
EventMapping.EventPointType type)
| Method Detail |
|---|
public java.lang.String getEventName()
public void setEventName(java.lang.String eventName)
public EventMapping.EventPointType getType()
public void setType(EventMapping.EventPointType type)
public java.util.Iterator<RaiseCondition> getRaiseConditions()
public boolean isForPersonalization()
public void setForPersonalization(boolean b)
public void setDisabled(boolean disabled)
public boolean isDisabled()
public java.lang.Object clone()
clone in class java.lang.Objectpublic RaiseCondition addRaiseCondition()
public boolean isDirty()
DefPersistableisDirty in interface DefPersistablepublic void setDirty(boolean b)
DefPersistablesetDirty in interface DefPersistableb - If true the Object is marked Dirty.public void setOrigObject(DefPersistable oldObj)
setOrigObject in interface DefPersistablepublic DefPersistable getOrigObject()
getOrigObject in interface DefPersistablepublic java.lang.String getFullName()
DefPersistablegetFullName in interface DefPersistablepublic java.lang.String getName()
public 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 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 | ||||||||