|
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 | |||||||||
java.lang.Object
|
+--oracle.panama.portal.ServiceController
|
+--oracle.panama.portal.AlertController
As of 2.0, replaced by AlertSubscriptionController
AlertController handles alert/alertAddress related operations, such as retrieving/updating parameters of a alert/alertAddress, creating/deleting a alert/alertAddres.
| Field Summary | |
static java.lang.String |
ALERTADDRESSDeprecated. Key for retrieving alert address value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSADDRESSDeprecated. Key for retrieving address value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSDEFAULTDeprecated. Key for retrieving is-default value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSDEVICEDeprecated. Key for retrieving address device value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSNAMEDeprecated. Key for retrieving name value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQDAYDeprecated. Key for retrieving frequency-day value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQTYPEDeprecated. Key for retrieving frequency type value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQTYPEDAYDeprecated. frequency-day option constant used in request URLs. |
static java.lang.String |
ALERTFREQTYPEUNITDeprecated. frequency-unit option constant used in request URLs. |
static java.lang.String |
ALERTFREQUNITDeprecated. Key for retrieving frequency-unit value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQVALUEDeprecated. Key for retrieving frequency-value value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTNAMEDeprecated. Key for retrieving name value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
DATEDeprecated. Key for retrieving date value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
EVERYDAYDeprecated. everyday option constant used in request URLs. |
static java.lang.String |
FRIDAYDeprecated. Friday option constant used in request URLs. |
static java.lang.String |
HOURDeprecated. Key for retrieving hour value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
MINUTEDeprecated. Key for retrieving minute value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
MONDAYDeprecated. Monday option constant used in request URLs. |
static java.lang.String |
MONTHDeprecated. Key for retrieving month value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ONCEWEEKDeprecated. onceweek option constant used in request URLs. |
static java.lang.String |
SATURDAYDeprecated. Saturday option constant used in request URLs. |
static java.lang.String |
SECONDDeprecated. Key for retrieving second value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
SUNDAYDeprecated. Sunday option constant used in request URLs. |
static java.lang.String |
THURSDAYDeprecated. Thursday option constant used in request URLs. |
static java.lang.String |
TUESDAYDeprecated. Tuesday option constant used in request URLs. |
static java.lang.String |
WEDNESDAYDeprecated. Wednesday option constant used in request URLs. |
static java.lang.String |
WEEKDAYDeprecated. weekday option constant used in request URLs. |
static java.lang.String |
WEEKENDDeprecated. weekend option constant used in request URLs. |
static java.lang.String |
YEARDeprecated. Key for retrieving year value from the alert time parameter Hashtable passing to/from the portal pages. |
| Fields inherited from class oracle.panama.portal.ServiceController |
BOOKMARKURL, CHILDRENORDER, CONTAIN, EQUAL, GREATER, LESS, SERVICEFOLDER, SERVICENAME, SORTRULE, VIEWPROFILE, VISIBLE |
| Method Summary | |
Alert |
createNewAlert(java.lang.String name, long serviceId, java.lang.String addressIdString, Request apiRequest)Deprecated. |
AlertAddress |
createNewAlertAddress(java.lang.String name, java.lang.String address, java.lang.String deviceIdString, Request apiRequest)Deprecated. |
void |
deleteAlertAddress(long alertAddressId)Deprecated. |
AlertAddress[] |
getAlertAddresses(long alertId)Deprecated. |
java.lang.String |
getAlertFreqDay(long alertId)Deprecated. |
java.lang.String |
getAlertFreqDay(long alertId, Request apiRequest)Deprecated. |
java.lang.String |
getAlertFreqType(long alertId)Deprecated. |
java.lang.String |
getAlertFreqUnit(long alertId)Deprecated. |
java.lang.String |
getAlertFreqValue(long alertId)Deprecated. |
static AlertController |
getAlertInstance()Deprecated. |
java.util.Hashtable |
getAlertStartTime(long alertId)Deprecated. |
java.util.Hashtable |
getAlertStartTime(long alertId, Request apiRequest)Deprecated. |
Device[] |
getAllDevices()Deprecated. |
java.util.Hashtable |
getCurrentTimeHash()Deprecated. |
java.util.Hashtable |
getCurrentTimeHash(Request apiRequest)Deprecated. |
boolean |
isAlert(long objectId)Deprecated. |
void |
setAddressParameters(long alertAddressId, java.util.Hashtable paramHash)Deprecated. |
void |
setParameters(long alertId, java.util.Hashtable paramHash)Deprecated. |
void |
setTimeParameters(long alertId, java.util.Hashtable paramHash)Deprecated. |
void |
setTimeParameters(long alertId, java.util.Hashtable paramHash, Request apiRequest)Deprecated. |
| Methods inherited from class oracle.panama.portal.ServiceController | |||||||||||||||||||
copyService, copyService, createNewBookmark, createNewBookmark, createNewFolder, createNewFolder, deleteService, deployServiceToGroup, deployServiceToUser, getAccessCount, getAllSortRules, getChildren, getCurrentService, getExternalURL, getInputArguments, getInputArgumentsArray, getLastAccessDate, getOutputArguments, getOutputArgumentsArray, getRootServices, getSequenceNo, getServiceInstance, getServicePathNodes, getSortedChildren, getSortRule, getSortRuleHeader
| |||||||||||||||||||