public interface ContactBatchProxyManager extends OsidProxyManager, ContactBatchProfile
The contact batch proxy manager provides access to contact batch
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager support the passing of a Proxy
object. 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(Proxy proxy)
Gets the
OsidSession associated with the bulk address
administration service. |
AddressBatchAdminSession |
getAddressBatchAdminSessionForAddressBook(Id addressBookId,
Proxy proxy)
Gets the
OsidSession associated with the bulk address
administration service for the given address book. |
AddressBookBatchAdminSession |
getAddressBookBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk address
book administration service. |
ContactBatchAdminSession |
getContactBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk contact
administration service. |
ContactBatchAdminSession |
getContactBatchAdminSessionForAddressBook(Id addressBookId,
Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk contact
administration service.proxy
- a proxy ContactBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsContactBatchAdmin()
is false
optional
- This method must be implemented if
supportsContactBatchAdmin()
is true.
ContactBatchAdminSession getContactBatchAdminSessionForAddressBook(Id addressBookId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk contact
administration service for the given address book.addressBookId
- the Id
of the AddressBook
proxy
- a proxy ContactBatchAdminSession
NotFoundException
- no AddressBook
found
by the given Id
NullArgumentException
- addressBookId
or
proxy
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(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk address
administration service.proxy
- a proxy AddressBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAddressBatchAdmin()
is false
optional
- This method must be implemented if
supportsAddressBatchAdmin()
is true.
AddressBatchAdminSession getAddressBatchAdminSessionForAddressBook(Id addressBookId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk address
administration service for the given address book.addressBookId
- the Id
of the AddressBook
proxy
- a proxy AddressBatchAdminSession
NotFoundException
- no AddressBook
found
by the given Id
NullArgumentException
- addressBookId
or
proxy
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(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk address
book administration service.proxy
- a proxy AddressBookBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAddressBookBatchAdmin()
is false
optional
- This method must be implemented if
supportsAddressBookBatchAdmin()
is true.