oracle.panama.alert
Interface AlertSubscriber

All Superinterfaces:
java.io.Serializable

public interface AlertSubscriber
extends java.io.Serializable

Generic Interface for representing a read-only alert subscriber's personal information. An alert subscriber is also a panama user. This is the light weight implementation of the User object.


Method Summary
TypeMethod
 java.lang.String getAddress()
          Gets the panama user's alert notification address
 DeliveryType getAddressType()
          Gets the panama user's alert address type
 java.lang.String getCountry()
          Gets the panama user's display name.
 Device getDevice()
          Gets the panama user's alert device
 long getDeviceAddressOid()
          Gets the panama user's alert device address oid
 java.lang.String getDeviceCarrier()
          Get the carrier information for the alert device address
 java.lang.Long getDeviceOid()
          Gets the panama user's alert device object id
 java.lang.String getDisplayName()
          Gets the panama user's display name.
 java.lang.String getLanguage()
          Gets the panama user's Language preference.
 java.lang.String getName()
          Gets the panama user's user id.
 

Method Detail

getName

public java.lang.String getName()
Gets the panama user's user id.
Returns:
the user name

getDisplayName

public java.lang.String getDisplayName()
Gets the panama user's display name.
Returns:
the user's display name

getLanguage

public java.lang.String getLanguage()
Gets the panama user's Language preference.
Returns:
the user's language setting

getCountry

public java.lang.String getCountry()
Gets the panama user's display name.
Returns:
the user's display name

getAddress

public java.lang.String getAddress()
Gets the panama user's alert notification address
Returns:
the user's notification address

getAddressType

public DeliveryType getAddressType()
Gets the panama user's alert address type
Returns:
the user's alert device delivery type

getDeviceAddressOid

public long getDeviceAddressOid()
Gets the panama user's alert device address oid
Returns:
the user's alert device address oid

getDevice

public Device getDevice()
Gets the panama user's alert device
Returns:
the user's alert device

getDeviceOid

public java.lang.Long getDeviceOid()
Gets the panama user's alert device object id
Returns:
the user's alert device object id , null if not defined

getDeviceCarrier

public java.lang.String getDeviceCarrier()
Get the carrier information for the alert device address
Returns:
the user's alert device carrier name