@Deprecated public interface UserPrefsReachabilityService extends Serializable
| Modifier and Type | Method and Description |
|---|---|
DeliveryPreference |
getDeliveryPreference(String address,
String profileId,
DeliveryType deliveryType,
MediaType mediaType,
Hashtable<String,Object> facts)
Deprecated.
Get delivery Preference of a physical address based on existing
filtering rules and realtime facts for specified profile.
|
DeliveryPreference |
getDeliveryPreference(String userID,
String profileId,
MediaType mediaType,
Hashtable<String,Object> facts)
Deprecated.
Get a user's delivery preferences.
|
DeliveryPreference getDeliveryPreference(String userID, String profileId, MediaType mediaType, Hashtable<String,Object> facts) throws UserPrefsException, IllegalArgumentException
userID - the GUID of the user.profileId - application partitioning profile ID. The default profile
is applied if a null is specified.mediaType - media type. The default MESSAGING type is applied if a
null is specified.facts - the hashtable containing the business terms and valuesUserPrefsExceptionIllegalArgumentExceptionDeliveryPreference getDeliveryPreference(String address, String profileId, DeliveryType deliveryType, MediaType mediaType, Hashtable<String,Object> facts) throws UserPrefsException, IllegalArgumentException
address - an address string.profileId - application partitioning profile ID. The default profile
is applied if a null is specified.deliveryType - DeliveryType of the address.mediaType - media type. The default MESSAGING type is applied if a
null is specified.facts - the hashtable containing the business terms and valuesUserPrefsExceptionIllegalArgumentExceptionCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.