|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface provides accessor methods for the condition meta data for each condition belonging to a master alert service
| Method Summary | |
java.lang.String |
getCaption()get the caption for this condition |
java.lang.String |
getConditionDefaultValue()Returns the default value of the condition |
java.lang.String |
getConditionName()Returns the condition name |
java.lang.String |
getConditionParamName()Returns the condition param name a.k.a trigger name |
java.lang.String |
getConditionParamType()get the condition param type |
AlertConditionType |
getConditionType()Returns the condition type |
long |
getId()Get id for the condition meta data |
FeedMetaData |
getTriggerParameter() |
org.w3c.dom.Element |
getXML()Get the condition information in XML format |
void |
save()Applies the changes to the persistent store Note that this method DOES NOT perform a commit. |
void |
setCaption(java.lang.String newCaption)set the caption for this condition |
void |
setConditionDefaultValue(java.lang.String condValue)Sets the condition default value |
void |
setConditionType(AlertConditionType condType)Set the condition type |
| Method Detail |
public long getId()
public java.lang.String getConditionName()
public AlertConditionType getConditionType()
AlertCondtionTypepublic void setConditionType(AlertConditionType condType)
condType - AlertConditionType object to set asAlertCondtionTypepublic java.lang.String getConditionDefaultValue()
public void setConditionDefaultValue(java.lang.String condValue)
condValue - the condition default value
public void save()
throws PanamaException
PanamaException - exception thrown when commit failespublic java.lang.String getConditionParamName()
public java.lang.String getConditionParamType()
AlertConditionTypepublic java.lang.String getCaption()
public void setCaption(java.lang.String newCaption)
newCaption - for the conditionpublic FeedMetaData getTriggerParameter()
public org.w3c.dom.Element getXML()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||