Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.adf.model.events
Class EventDefinitionImpl

java.lang.Object
  extended by oracle.adf.model.events.AbstractEventDefinition
      extended by oracle.adf.model.events.EventDefinitionImpl

All Implemented Interfaces:
EventDefinition

public class EventDefinitionImpl
extends AbstractEventDefinition

EventDefinitionImpl extends AbstractEventDefinition Used as RT implementation for accessing Event Defintion in Bean.xml file

See Also:
EventDefinition

Constructor Summary
EventDefinitionImpl()
           

 

Method Summary
 java.lang.Object evaluateCustomPayLoadValue(DCBindingContainer ctr)
          evaluateCustomPayLoadValue evalauates customPayLoad value
 java.lang.String getAttributeName()
          getAttributeName gets the value of attribute name
 java.lang.String getCustomPayLoad()
          getCustomPayLoad gets the value of customPayLoad attribute
 java.lang.Object getCustomPayLoadValue()
          getCustomPayLoadValue returns customPayLoad value
 java.lang.String getEventName()
          getEventName gets the value of eventName field
 java.lang.String getRaiseCondition()
          getRaiseCondition gets the value of raiseCondition attribute
 boolean isRaisable(DCBindingContainer ctr)
          isRaisable returns true or false after evaluating raiseCondition
 void loadFromXML(DefElement elem)
           
 void setAttributeName(java.lang.String aName)
          setAttributeName sets the value of attribute Name field
 void setCustomPayLoad(java.lang.String elToPayLoad)
           
 void setEventName(java.lang.String eName)
          setEventName sets the value of eventName field
 void setRaiseCondition(java.lang.String condition)
          setRaiseCondition sets the value of raiseCondition attribute value

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventDefinitionImpl

public EventDefinitionImpl()

Method Detail

getEventName

public java.lang.String getEventName()
getEventName gets the value of eventName field

setEventName

public void setEventName(java.lang.String eName)
setEventName sets the value of eventName field
Parameters:
eName - String eventName

getAttributeName

public java.lang.String getAttributeName()
getAttributeName gets the value of attribute name

setAttributeName

public void setAttributeName(java.lang.String aName)
setAttributeName sets the value of attribute Name field
Parameters:
attrName - String attribute name

loadFromXML

public void loadFromXML(DefElement elem)

getCustomPayLoad

public java.lang.String getCustomPayLoad()
Description copied from class: AbstractEventDefinition
getCustomPayLoad gets the value of customPayLoad attribute
Overrides:
getCustomPayLoad in class AbstractEventDefinition

setCustomPayLoad

public void setCustomPayLoad(java.lang.String elToPayLoad)

getRaiseCondition

public java.lang.String getRaiseCondition()
getRaiseCondition gets the value of raiseCondition attribute
Overrides:
getRaiseCondition in class AbstractEventDefinition

setRaiseCondition

public void setRaiseCondition(java.lang.String condition)
setRaiseCondition sets the value of raiseCondition attribute value
Parameters:
condition - EL String

isRaisable

public boolean isRaisable(DCBindingContainer ctr)
isRaisable returns true or false after evaluating raiseCondition
Overrides:
isRaisable in class AbstractEventDefinition
Parameters:
ctr - DCBindingContainer object

evaluateCustomPayLoadValue

public java.lang.Object evaluateCustomPayLoadValue(DCBindingContainer ctr)
evaluateCustomPayLoadValue evalauates customPayLoad value
Overrides:
evaluateCustomPayLoadValue in class AbstractEventDefinition
Parameters:
ctr - DCBindingContainer object

getCustomPayLoadValue

public java.lang.Object getCustomPayLoadValue()
Description copied from class: AbstractEventDefinition
getCustomPayLoadValue returns customPayLoad value
Overrides:
getCustomPayLoadValue in class AbstractEventDefinition

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.