Uses of Class
net.bluemind.addressbook.api.VCard
Package
Description
-
Uses of VCard in net.bluemind.addressbook.api
Modifier and TypeMethodDescriptionIAddressBook.getComplete
(String uid) Fetch aVCard
from its unique uidIAddressBookPromise.getComplete
(String uid) IAddressBookPromise.getCompleteById
(long id) IAddressBook.multipleGet
(List<String> uids) Fetch multipleVCard
s from theirs uniques uidsIAddressBookPromise.multipleGet
(List<String> uids) IAddressBookPromise.multipleGetById
(List<Long> arg0) Modifier and TypeMethodDescriptionvoid
Creates a newVCard
entry.void
IAddressBookAsync.create
(String uid, VCard card, AsyncHandler<Void> handler) static VCardChanges.ItemAdd
static VCardChanges.ItemModify
static VCardInfo
void
IAddressBookAsync.createById
(long id, VCard arg1, AsyncHandler<Ack> handler) IAddressBookPromise.createById
(long id, VCard arg1) void
Modifies an existingVCard
entry.void
IAddressBookAsync.update
(String uid, VCard card, AsyncHandler<Void> handler) void
IAddressBookAsync.updateById
(long id, VCard arg1, AsyncHandler<Ack> handler) IAddressBookPromise.updateById
(long id, VCard arg1) Modifier and TypeMethodDescriptionvoid
IAddressBookAsync.getComplete
(String uid, AsyncHandler<ItemValue<VCard>> handler) void
IAddressBookAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VCard>> handler) void
IAddressBookAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VCard>>> handler) void
IAddressBookAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VCard>>> handler) -
Uses of VCard in net.bluemind.addressbook.api.utils
-
Uses of VCard in net.bluemind.directory.api
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
IDirectoryAsync.getVCard
(String uid, AsyncHandler<ItemValue<VCard>> handler) -
Uses of VCard in net.bluemind.externaluser.api
Modifier and TypeFieldDescriptionExternalUser.contactInfos
{ @link net.bluemind.addressbook.api.VCard } contact informations for the external user -
Uses of VCard in net.bluemind.user.api
Modifier and TypeFieldDescriptionUser.contactInfos
Contact informations for the user (firstname, lastname, phones, etc)Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
IUser.updateVCard
(String uid, VCard userVCard) Updates aUser
's contact informationsvoid
IUserAsync.updateVCard
(String uid, VCard userVCard, AsyncHandler<Void> handler) IUserPromise.updateVCard
(String uid, VCard userVCard) Modifier and TypeMethodDescriptionvoid
IUserAsync.getVCard
(String uid, AsyncHandler<VCard> handler)