| Package | Description |
|---|---|
| oracle.sdp.messaging.userprefs |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAlreadyExistsException
Deprecated.
|
class |
ObjectNotFoundException
Deprecated.
|
class |
UserPrefsStorageException
Deprecated.
|
class |
UserRuleSetValidationException
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceAddress |
UserPrefsServices.createDeviceAddress(UserDevice userDevice,
String address)
Deprecated.
Create a device address for use in User Delivery Preference.
|
RuleSet |
UserPrefsServices.createRuleSet(String userID)
Deprecated.
|
UserDevice |
UserPrefsServices.createUserDevice(String userID,
String name)
Deprecated.
Create a new user device object.
|
static UserPrefsServices |
UserPrefsManager.createUserPrefsServices()
Deprecated.
This method instantiates the appropriate factory implementation
based on the configuration provided in the "jndi.properties" file
found in the CLASSPATH.
|
static UserPrefsServices |
UserPrefsManager.createUserPrefsServices(Hashtable properties)
Deprecated.
This method creates UserPrefsServices using the specified
properties (e.g.
|
static UserPrefsServices |
UserPrefsManager.createUserPrefsServicesLocal()
Deprecated.
|
static UserPrefsServices |
UserPrefsManager.createUserPrefsServicesLocal(Hashtable properties)
Deprecated.
This method creates UserPrefsServicesLocal using the specified
properties (e.g.
|
static UserPrefsServices |
UserPrefsManager.createUserPrefsServicesRemote(Hashtable properties)
Deprecated.
|
UserRuleSet |
UserPrefsServices.createUserRuleSet(String userID)
Deprecated.
Create user rule set for the specified user.
|
void |
UserPrefsServices.delete(UserPrefsObject object)
Deprecated.
Delete the specified UserPrefsObject.
|
Set<DeviceAddress> |
UserPrefsServices.findAllDeviceAddresses(DeliveryType[] deliveryTypes,
String addressExp)
Deprecated.
|
DeviceAddress |
UserPrefsServices.findDeviceAddress(String address)
Deprecated.
Finds the device address object which contains the specified
address value.
|
Set<RuleSet> |
UserPrefsServices.findRuleSets(String[] guids)
Deprecated.
Find the rule sets for the specified users.
|
Set<UserDevice> |
UserPrefsServices.findUserDevices(String userID,
String nameExp)
Deprecated.
Finds all user devices for a given user id that match the user
name name regular expression value.
|
Set<UserRuleSet> |
UserPrefsServices.findUserRuleSets(String[] guids)
Deprecated.
|
Set<DeviceAddress> |
UserDevice.getAddresses()
Deprecated.
|
Set<DeviceAddress> |
UserDevice.getAddresses(DeliveryType type)
Deprecated.
|
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.
|
DeliveryPreference |
UserPrefsServices.getDeliveryPreference(String userID,
Hashtable<String,Object> facts)
Deprecated.
getDeliveryPreference
|
Set<DeliveryPreference> |
UserPrefsServices.getDeliveryPreferences(String[] guids,
Hashtable<String,Object> facts)
Deprecated.
getDeliveryPreferences
|
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.
|
RuleSet |
UserPrefsServices.getRuleSet(String userID)
Deprecated.
Get the rule set for the specified user.
|
UserRuleSet |
UserPrefsServices.getUserRuleSet(String userID)
Deprecated.
Retrieve the rule set for the specified userID.
|
UserRuleSet |
UserPrefsServices.getUserRuleSet(String userID,
boolean create)
Deprecated.
Retrieve the rule set for the specified userID, and specify
whether to create a new rule set if one does not already exist.
|
void |
UserPrefsServices.reload(UserPrefsObject object)
Deprecated.
|
void |
UserPrefsServices.removeRuleSet(String userID)
Deprecated.
Remove the rule set for the specified user.
|
void |
UserPrefsServices.removeUserRuleSet(String userID)
Deprecated.
|
void |
UserPrefsServices.save(UserPrefsObject object)
Deprecated.
|
Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.