| Package | Description |
|---|---|
| oracle.sdp.messaging.userprefs |
| Modifier and Type | Method and Description |
|---|---|
DeviceAddress |
UserPrefsServices.createDeviceAddress(UserDevice userDevice,
String address)
Deprecated.
Create a device address for use in User Delivery Preference.
|
DeviceAddress |
UserPrefsServices.findDeviceAddress(String address)
Deprecated.
Finds the device address object which contains the specified
address value.
|
DeviceAddress |
UserPrefsServices.getDefaultAddress(String userID)
Deprecated.
Replaced by
UserPrefsServices.getDefaultAddresses(String). As
of 11.1.1.4.0, there can be multiple default
addresses. This method is deprecated, and will return
only one default address (first one that is found). |
DeviceAddress[] |
UserPrefsServices.getDefaultAddresses(String userID)
Deprecated.
Gets all default addresses of the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceAddress> |
UserPrefsServices.findAllDeviceAddresses(DeliveryType[] deliveryTypes,
String addressExp)
Deprecated.
|
Set<DeviceAddress> |
UserDevice.getAddresses()
Deprecated.
|
Set<DeviceAddress> |
UserDevice.getAddresses(DeliveryType type)
Deprecated.
|
Set<DeviceAddress> |
UserPrefsServices.getDeviceAddresses(String[] addrids)
Deprecated.
Get device addresses for the specified address ids.
|
Set<DeviceAddress> |
UserPrefsServices.getDeviceAddresses(String userGUID,
String[] addrids)
Deprecated.
Get device addresses for the specified user and address ids.
|
Vector<DeviceAddress> |
DeliveryPreference.getDevices()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserDevice.addAddress(DeviceAddress address)
Deprecated.
|
boolean |
UserDevice.removeAddress(DeviceAddress address)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDevice.addAllAddresses(Set<DeviceAddress> addresses)
Deprecated.
|
Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.