|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.portal.ServiceController | +--oracle.panama.portal.AlertController
AlertSubscriptionController
AlertController handles alert/alertAddress related operations, such as retrieving/updating parameters of a alert/alertAddress, creating/deleting a alert/alertAddres.
Field Summary |
Type | Field |
---|---|
static java.lang.String |
ALERTADDRESS
Deprecated. Key for retrieving alert address value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSADDRESS
Deprecated. Key for retrieving address value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSDEFAULT
Deprecated. Key for retrieving is-default value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSDEVICE
Deprecated. Key for retrieving address device value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTADDRESSNAME
Deprecated. Key for retrieving name value from the alert address parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQDAY
Deprecated. Key for retrieving frequency-day value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQTYPE
Deprecated. Key for retrieving frequency type value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQTYPEDAY
Deprecated. frequency-day option constant used in request URLs. |
static java.lang.String |
ALERTFREQTYPEUNIT
Deprecated. frequency-unit option constant used in request URLs. |
static java.lang.String |
ALERTFREQUNIT
Deprecated. Key for retrieving frequency-unit value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTFREQVALUE
Deprecated. Key for retrieving frequency-value value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ALERTNAME
Deprecated. Key for retrieving name value from the alert parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
DATE
Deprecated. Key for retrieving date value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
EVERYDAY
Deprecated. everyday option constant used in request URLs. |
static java.lang.String |
FRIDAY
Deprecated. Friday option constant used in request URLs. |
static java.lang.String |
HOUR
Deprecated. Key for retrieving hour value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
MINUTE
Deprecated. Key for retrieving minute value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
MONDAY
Deprecated. Monday option constant used in request URLs. |
static java.lang.String |
MONTH
Deprecated. Key for retrieving month value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
ONCEWEEK
Deprecated. onceweek option constant used in request URLs. |
static java.lang.String |
SATURDAY
Deprecated. Saturday option constant used in request URLs. |
static java.lang.String |
SECOND
Deprecated. Key for retrieving second value from the alert time parameter Hashtable passing to/from the portal pages. |
static java.lang.String |
SUNDAY
Deprecated. Sunday option constant used in request URLs. |
static java.lang.String |
THURSDAY
Deprecated. Thursday option constant used in request URLs. |
static java.lang.String |
TUESDAY
Deprecated. Tuesday option constant used in request URLs. |
static java.lang.String |
WEDNESDAY
Deprecated. Wednesday option constant used in request URLs. |
static java.lang.String |
WEEKDAY
Deprecated. weekday option constant used in request URLs. |
static java.lang.String |
WEEKEND
Deprecated. weekend option constant used in request URLs. |
static java.lang.String |
YEAR
Deprecated. 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 |
Type | Method |
---|---|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WEEKDAY
public static final java.lang.String WEEKEND
public static final java.lang.String EVERYDAY
public static final java.lang.String ONCEWEEK
public static final java.lang.String DATE
public static final java.lang.String MONTH
public static final java.lang.String YEAR
public static final java.lang.String HOUR
public static final java.lang.String MINUTE
public static final java.lang.String SECOND
public static final java.lang.String MONDAY
public static final java.lang.String TUESDAY
public static final java.lang.String WEDNESDAY
public static final java.lang.String THURSDAY
public static final java.lang.String FRIDAY
public static final java.lang.String SATURDAY
public static final java.lang.String SUNDAY
public static final java.lang.String ALERTNAME
public static final java.lang.String ALERTADDRESS
public static final java.lang.String ALERTFREQTYPE
public static final java.lang.String ALERTFREQDAY
public static final java.lang.String ALERTFREQVALUE
public static final java.lang.String ALERTFREQUNIT
public static final java.lang.String ALERTFREQTYPEDAY
public static final java.lang.String ALERTFREQTYPEUNIT
public static final java.lang.String ALERTADDRESSNAME
public static final java.lang.String ALERTADDRESSADDRESS
public static final java.lang.String ALERTADDRESSDEVICE
public static final java.lang.String ALERTADDRESSDEFAULT
Method Detail |
public static AlertController getAlertInstance()
public boolean isAlert(long objectId)
objectId
- queried object ID.public AlertAddress[] getAlertAddresses(long alertId) throws PortalException
alertId
- queried Alert ID.public java.lang.String getAlertFreqType(long alertId) throws PortalException
alertId
- queried alert ID.public java.lang.String getAlertFreqDay(long alertId) throws PortalException
alertId
- queried Alert ID.public java.lang.String getAlertFreqDay(long alertId, Request apiRequest) throws PortalException
alertId
- queried Alert ID.apiRequest
- current validated Request.public java.lang.String getAlertFreqValue(long alertId) throws PortalException
alertId
- queried alert ID.public java.lang.String getAlertFreqUnit(long alertId) throws PortalException
alertId
- queried alert ID.public java.util.Hashtable getAlertStartTime(long alertId) throws PortalException
alertId
- queried alert ID.public java.util.Hashtable getAlertStartTime(long alertId, Request apiRequest) throws PortalException
alertId
- queried alert ID.apiRequest
- current validated Request.public java.util.Hashtable getCurrentTimeHash() throws PortalException
public java.util.Hashtable getCurrentTimeHash(Request apiRequest) throws PortalException
apiRequest
- current validated Request.public void setParameters(long alertId, java.util.Hashtable paramHash) throws PortalException
alertId
- queried alert ID.paramHash
- name and address parameter Hashtable of an alertpublic void setTimeParameters(long alertId, java.util.Hashtable paramHash) throws PortalException
alertId
- queried alert ID.timeHash
- internal and next start time Hashtable with keys of ALERTNAME, ALERTADDRESS, Year, Month, Date, Hour, Minute, Second, ALERTFREQDAY, ALERTFREQVALUE, ALERTFREQUNIT.public void setTimeParameters(long alertId, java.util.Hashtable paramHash, Request apiRequest) throws PortalException
alertId
- queried alert ID.timeHash
- internal and next start time Hashtable with keys of ALERTNAME, ALERTADDRESS, Year, Month, Date, Hour, Minute, Second, ALERTFREQDAY, ALERTFREQVALUE, ALERTFREQUNIT.apiRequest
- current validated Request.public Alert createNewAlert(java.lang.String name, long serviceId, java.lang.String addressIdString, Request apiRequest) throws PortalException
name
- new alert name.serviceId
- service for which to create the alert.addressIdString
- alert address id string.folderIdString
- the containing folder id string.apiRequest
- current validated Request.public Device[] getAllDevices() throws PortalException
public void deleteAlertAddress(long alertAddressId) throws PortalException
alertAddressId
- deleted alert address ID.public void setAddressParameters(long alertAddressId, java.util.Hashtable paramHash) throws PortalException
alertAddressId
- queried alert address ID.paramHash
- parameter name-value Hashtable to updatepublic AlertAddress createNewAlertAddress(java.lang.String name, java.lang.String address, java.lang.String deviceIdString, Request apiRequest) throws PortalException
name
- new alert address name.address
- address String for the new alert address.deviceId
- device ID for the new alert address.apiRequest
- current validated Request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |