abstract
void
|
addAddress(WebSubscriptionAddress address)
add address of contact
|
abstract
void
|
addMember(WebSubscriptionContact member)
add the members of contact
|
abstract
List<WebSubscriptionAddress>
|
getAddreses()
get the addresses of contact
|
abstract
SimpleList
|
getAddressesByDeliveryMode(int delMode)
|
abstract
int
|
getContactType()
|
abstract
boolean
|
getIsAllInfo()
whether to save all info for the contact
|
abstract
String
|
getLinkedUserName()
Gets the linked user name of the contact
|
abstract
SimpleList
|
getLocationsByDeliveryMode(int delMode)
|
abstract
WebSubscriptionContacts
|
getMembers()
get the members of the contact
|
abstract
boolean
|
getStatus()
get the status of the contact
|
abstract
SimpleList
|
getSubscriptions(int deliveryMode, int blockBegin, int blockCount)
Returns a SimpleList collection of WebSubscription
objects to which this particular user is subscribed to, for a specified delivery mode, from a specified
begin block, up to a specified block count.
|
abstract
SimpleList
|
getSubscriptions(WebSubscriptionsFilter filter, int blockBegin, int blockCount)
Returns a SimpleList collection of WebSubscription
objects to which this particular contact is a recipient, for a specified delivery mode, from a specified
begin block, up to a specified block count.
|
abstract
SimpleList
|
getSubscriptions(int deliveryMode)
Returns a SimpleList of WebSubscription objects to which this particular
contact is subscribed to, for a specified delivery mode.
|
abstract
void
|
removeAddress(WebSubscriptionAddress address)
remove the address of contact
|
abstract
void
|
removeMember(WebSubscriptionContact member)
remove members from the contact
|
abstract
void
|
save()
save this conatct
|
abstract
void
|
setDescription(String description)
set description of contact
|
abstract
void
|
setIsAllInfo(boolean isAllInfo)
Set whether to save all info for the contact
isAllInfo flag is added when we develop the save_contact XML API for Contact and contact group manager in Cloud OM.
|
abstract
void
|
setLinkedUser(String linkedUser)
set the linked User
|
abstract
void
|
setName(String displayName)
Sets the name of the contact
|
abstract
void
|
setStatus(boolean isEnabled)
set the status for the contact
|