Uses of Class
net.bluemind.addressbook.api.VCard
Packages that use VCard
Package
Description
-
Uses of VCard in net.bluemind.addressbook.api
Fields in net.bluemind.addressbook.api declared as VCardFields in net.bluemind.addressbook.api with type parameters of type VCardMethods in net.bluemind.addressbook.api that return VCardMethods in net.bluemind.addressbook.api that return types with arguments of type VCardModifier 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) Methods in net.bluemind.addressbook.api with parameters of type VCardModifier 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) Method parameters in net.bluemind.addressbook.api with type arguments of type VCardModifier 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
Methods in net.bluemind.addressbook.api.utils that return VCardMethods in net.bluemind.addressbook.api.utils with parameters of type VCard -
Uses of VCard in net.bluemind.directory.api
Methods in net.bluemind.directory.api that return types with arguments of type VCardModifier and TypeMethodDescriptionMethod parameters in net.bluemind.directory.api with type arguments of type VCardModifier and TypeMethodDescriptionvoid
IDirectoryAsync.getVCard
(String uid, AsyncHandler<ItemValue<VCard>> handler) -
Uses of VCard in net.bluemind.externaluser.api
Fields in net.bluemind.externaluser.api declared as VCardModifier and TypeFieldDescriptionExternalUser.contactInfos
{ @link net.bluemind.addressbook.api.VCard } contact informations for the external user -
Uses of VCard in net.bluemind.user.api
Fields in net.bluemind.user.api declared as VCardModifier and TypeFieldDescriptionUser.contactInfos
Contact informations for the user (firstname, lastname, phones, etc)Methods in net.bluemind.user.api that return VCardModifier and TypeMethodDescriptionMethods in net.bluemind.user.api that return types with arguments of type VCardMethods in net.bluemind.user.api with parameters of type VCardModifier 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) Method parameters in net.bluemind.user.api with type arguments of type VCardModifier and TypeMethodDescriptionvoid
IUserAsync.getVCard
(String uid, AsyncHandler<VCard> handler)