public interface ContactBatchManager extends OsidManager, ContactBatchProfile
The contact batch manager provides access to contact batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
ContactBatchSession:
a session to create, modify
and delete contacts in bulk AddressBatchAdminSession:
a session to create,
modify and delete addresses in bulk AddressBookBatchAdminSession:
a session to create,
modify and delete address books in bulk Modifier and Type | Method and Description |
---|---|
AddressBatchAdminSession |
getAddressBatchAdminSession()
Gets the
OsidSession associated with the bulk address
administration service. |
AddressBatchAdminSession |
getAddressBatchAdminSessionForAddressBook(Id addressBookId)
Gets the
OsidSession associated with the bulk address
administration service for the given address book. |
AddressBookBatchAdminSession |
getAddressBookBatchAdminSession()
Gets the
OsidSession associated with the bulk address
book administration service. |
ContactBatchAdminSession |
getContactBatchAdminSession()
Gets the
OsidSession associated with the bulk contact
administration service. |
ContactBatchAdminSession |
getContactBatchAdminSessionForAddressBook(Id addressBookId)
Gets the
OsidSession associated with the bulk contact
administration service for the given address book. |
changeBranch, initialize, rollbackService
close
supportsAddressBatchAdmin, supportsAddressBookBatchAdmin, supportsContactBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
ContactBatchAdminSession getContactBatchAdminSession() throws OperationFailedException
OsidSession
associated with the bulk contact
administration service. ContactBatchAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsContactBatchAdmin()
is false
optional
- This method must be implemented if
supportsContactBatchAdmin()
is true.
ContactBatchAdminSession getContactBatchAdminSessionForAddressBook(Id addressBookId) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk contact
administration service for the given address book.addressBookId
- the Id
of the AddressBook
ContactBatchAdminSession
NotFoundException
- no AddressBook
found
by the given Id
NullArgumentException
- addressBookId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsContactBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsContactBatchAdmin()
and
supportsVisibleFederation()
are true
AddressBatchAdminSession getAddressBatchAdminSession() throws OperationFailedException
OsidSession
associated with the bulk address
administration service. AddressBatchAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAddressBatchAdmin()
is false
optional
- This method must be implemented if
supportsAddressBatchAdmin()
is true.
AddressBatchAdminSession getAddressBatchAdminSessionForAddressBook(Id addressBookId) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk address
administration service for the given address book.addressBookId
- the Id
of the AddressBook
AddressBatchAdminSession
NotFoundException
- no AddressBook
found
by the given Id
NullArgumentException
- addressBookId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAddressBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsAddressBatchAdmin()
and
supportsVisibleFederation()
are true
AddressBookBatchAdminSession getAddressBookBatchAdminSession() throws OperationFailedException
OsidSession
associated with the bulk address
book administration service. AddressBookBatchAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAddressBookBatchAdmin()
is false
optional
- This method must be implemented if
supportsAddressBookBatchAdmin()
is true.