A C D E F G H I L M N O P R S T U

A

addAlias(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Adds an E-Mail alias to the current list of aliases of this user object
addExtension(OXCommonExtension) - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
Adds an extension to an object
addExtension(OXGroupExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.Group
Deprecated.  
addExtension(OXResourceExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Deprecated.  
addExtension(OXUserExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
addGuiPreferences(String, String) - Method in class com.openexchange.admin.rmi.dataobjects.User
add a path/value pair to gui settings
addLoginMapping(String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
addLoginMappings(Collection<String>) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
addMember(Context, Group, User[], Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Adds a new member to the group within given context.
allPluginsLoaded() - Method in interface com.openexchange.admin.rmi.OXAdminCoreInterface
This methods checks if all plugins have been loaded successfully

C

change(Context, Group, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Method for changing group data in given context
change(Context, Resource, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
Change resource within the given context.
change(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Manipulate user data within the given context.
changeModuleAccess(Context, User, UserModuleAccess, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Manipulate user module access within the given context.
changeModuleAccess(Context, User, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Manipulate user module access within the given context.
changeModuleAccessGlobal(String, UserModuleAccess, UserModuleAccess, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
This method changes module Permissions for all (!) users in all (!) contexts.
clone() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
clone() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
com.openexchange.admin.rmi - package com.openexchange.admin.rmi
 
com.openexchange.admin.rmi.dataobjects - package com.openexchange.admin.rmi.dataobjects
 
com.openexchange.admin.rmi.exceptions - package com.openexchange.admin.rmi.exceptions
 
com.openexchange.admin.rmi.extensions - package com.openexchange.admin.rmi.extensions
 
Context - Class in com.openexchange.admin.rmi.dataobjects
Class representing a context.
Context() - Constructor for class com.openexchange.admin.rmi.dataobjects.Context
 
Context(Integer) - Constructor for class com.openexchange.admin.rmi.dataobjects.Context
 
Context(int, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Context
 
ContextExistsException - Exception in com.openexchange.admin.rmi.exceptions
 
ContextExistsException() - Constructor for exception com.openexchange.admin.rmi.exceptions.ContextExistsException
 
ContextExistsException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.ContextExistsException
 
ContextExistsException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.ContextExistsException
 
ContextExistsException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.ContextExistsException
 
create(Context, Group, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Create new group in given context.
create(Context, Resource, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
Creates a new resource within the given context.
create(Context, User, UserModuleAccess, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Creates a new user within the given context.
create(Context, User, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Creates a new user within the given context.
create(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Creates a new user within the given context.
Default context access rights are used!
Credentials - Class in com.openexchange.admin.rmi.dataobjects
This object must be send with every method call in ox rmi interface!
Credentials() - Constructor for class com.openexchange.admin.rmi.dataobjects.Credentials
Creates a new instance of the object
Credentials(String, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Credentials
Creates a new instance of the object and sets login and password
CRYPT_MECH - Static variable in interface com.openexchange.admin.rmi.dataobjects.PasswordMechObject
 

D

Database - Class in com.openexchange.admin.rmi.dataobjects
This class represents a database.
Database(int) - Constructor for class com.openexchange.admin.rmi.dataobjects.Database
 
Database(int, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Database
 
Database(String, String, String, String, int, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Database
 
Database() - Constructor for class com.openexchange.admin.rmi.dataobjects.Database
 
Database(String, String, String, String, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Database
 
DatabaseLockedException - Exception in com.openexchange.admin.rmi.exceptions
This exception is thrown when the underlying database is locked due to an update or so
DatabaseLockedException() - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseLockedException
Default constructor
DatabaseLockedException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseLockedException
 
DatabaseLockedException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseLockedException
 
DatabaseLockedException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseLockedException
 
DatabaseUpdateException - Exception in com.openexchange.admin.rmi.exceptions
 
DatabaseUpdateException() - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseUpdateException
 
DatabaseUpdateException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseUpdateException
 
DatabaseUpdateException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseUpdateException
 
DatabaseUpdateException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DatabaseUpdateException
 
delete(Context, Group, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Method for deleting group within given context.
delete(Context, Group[], Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Delete group within given context.
delete(Context, Resource, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
Delete resource from given context.
delete(Context, User[], Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Delete user from given context.
delete(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Delete user from given context.
deleteJob(Context, Credentials, int) - Method in interface com.openexchange.admin.rmi.OXTaskMgmtInterface
This method is used to delete finished jobs (jobs != running) from the list
disableAll() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Disable all modules
DuplicateExtensionException - Exception in com.openexchange.admin.rmi.exceptions
 
DuplicateExtensionException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.DuplicateExtensionException
 
DuplicateExtensionException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DuplicateExtensionException
 
DuplicateExtensionException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.DuplicateExtensionException
 

E

enableAll() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Enable all modules
EnforceableDataObject - Class in com.openexchange.admin.rmi.dataobjects
 
EnforceableDataObject() - Constructor for class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
The default constructor
EnforceableDataObjectException - Exception in com.openexchange.admin.rmi.exceptions
 
EnforceableDataObjectException() - Constructor for exception com.openexchange.admin.rmi.exceptions.EnforceableDataObjectException
 
EnforceableDataObjectException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.EnforceableDataObjectException
 
EnforceableDataObjectException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.EnforceableDataObjectException
 
EnforceableDataObjectException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.EnforceableDataObjectException
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.Server
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
equals(Object) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
equals(Object) - Method in class com.openexchange.admin.rmi.extensions.OXCommonExtension
 
equals(Object) - Method in interface com.openexchange.admin.rmi.extensions.OXCommonExtensionInterface
Deprecated.  
exists(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Check whether the given user exists.
ExtendableDataObject - Class in com.openexchange.admin.rmi.dataobjects
This class defines all those methods which make and object capable of being dynamically extended by other attributes.
ExtendableDataObject() - Constructor for class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
 

F

Filestore - Class in com.openexchange.admin.rmi.dataobjects
This class represents a filestore.
Filestore() - Constructor for class com.openexchange.admin.rmi.dataobjects.Filestore
Initiates an empty filestore object
Filestore(Integer) - Constructor for class com.openexchange.admin.rmi.dataobjects.Filestore
Initiates a filestore object with given id set
flush(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXTaskMgmtInterface
Flushes all jobs from the queue which are finished ( != running)

G

getAccessCombinationName(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Get current access combination name of an user!
getAliases() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the complete E-mail aliases of this user object
getAliasesForSOAP() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getAllExtensionsAsHash() - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
Returns a Hashtable of all extensions with the name of the extensions as key
getAnniversary() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the anniversary of this user object
getAssistant_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the name of the assistant of this user object
getAvailable() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
This attribute is not used
getAverage_size() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getBirthday() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the birthday of this user object
getBranches() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the branches of this user object
getBusiness_category() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the business_category of this user object
getCalendar() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Shows if a user has access to the calendar module of ox.
getCategories() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the categories of this user object
getCellular_telephone1() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the mobile phone number of this user object
getCellular_telephone2() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the second mobile phone number of this user object
getCity_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the city for the business location of this user object
getCity_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the city for the home location of this user object
getCity_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the city for a further location of this user object
getClusterWeight() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getCommercial_register() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the commercial_register of this user object
getCompany() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the company of this user object
getContacts() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Shows if a user has access to the contact module of ox.
getContextAdmin(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Returns the Context admin User object
getContextAdminUserModuleAccess(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Returns the module access rights of the context-admin
getCountry_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the country for the business location of this user object
getCountry_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the country of the home location of this user object
getCountry_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the country for a further location of this user object
getCurrentContexts() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the current amount of contexts of this filestore object
getCurrentUnits() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getData(Context, Group, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Fetch a group from server.
getData(Context, Group[], Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Fetch specified groups from server.
getData(Context, Resource, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
Get Resource from given context.
getData(Context, Resource[], Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
Get specified resources from server.
getData(Context, User[], Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve user objects for a range of users by username or id.
getData(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve user objects for a range of users by username or id.
getDefault_group() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the default group of this user object
getDefaultGroup(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Gets the default group of the specified context.
getDefaultSenderAddress() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the default sender address of this user object
getDelegateTask() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Shows if a user has the right to delegate tasks in the ox groupware.
getDepartment() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the department of this user object
getDescription() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Returns the description of this resource
getDisplay_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the display name of this user object
getDisplayname() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Returns the displayname of this group
getDisplayname() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Returns the displayname of this resource
getDriver() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getEditGroup() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getEditPassword() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getEditPublicFolders() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getEditResource() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getEmail() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Returns the E-Mail of this resource
getEmail1() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getEmail2() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the home E-Mail of this user object
getEmail3() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the E-Mail (other) of this user object
getEmployeeType() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the job title of this user object
getEnabled() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getExtensionbyName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Group
Deprecated.  
getExtensionbyName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Deprecated.  
getExtensionbyName(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
getExtensionError() - Method in class com.openexchange.admin.rmi.extensions.OXCommonExtension
This method is used to get the errors which appear while processing an extension.
getExtensionError() - Method in interface com.openexchange.admin.rmi.extensions.OXCommonExtensionInterface
Deprecated. If an error has occured you get the error text of the extension here
getExtensions() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Deprecated.  
getExtensions() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Deprecated.  
getExtensions() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
getFax_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the fax number for the business location of this user object
getFax_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the fax number for the home location of this user object
getFax_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the fax number for a further location of this user object
getFieldnames() - Method in exception com.openexchange.admin.rmi.exceptions.InvalidDataException
Set the fieldname which are not correct in the object
getFilestore_name() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getFilestoreId() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getFirstExtensionByName(String) - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
A convenience method for getting the first extension in a list of equal extension names.
getFirstExtensionbyName(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
getFolderTree() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getForum() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
getGiven_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the the first name of user
getGUI_Spam_filter_capabilities_enabled() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. use User.getGui_spam_filter_enabled() instead
getGui_spam_filter_enabled() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getGuiPreferences() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getIcal() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the id of this filestore object
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
getId() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
getId() - Method in interface com.openexchange.admin.rmi.dataobjects.NameAndIdObject
Returns the id of this object
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
getId() - Method in class com.openexchange.admin.rmi.dataobjects.Server
Returns the id of this server object
getId() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the id of the user
getIdAsString() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getImapLogin() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the login for the imap server of this user object
getImapPort() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getImapServerString() instead.
getImapSchema() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getImapServerString() instead.
getImapServer() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getImapServerString() instead.
getImapServerString() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the URL of the IMAP server of this user object.
getInfo() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the info field of this user object
getInfostore() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getInstant_messenger1() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the instant messenger address for the business location of this user object
getInstant_messenger2() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the instant messenger address for the private location of this user object
getJobList(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXTaskMgmtInterface
 
getLanguage() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the language setting of this user object
getLogin() - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
Returns the login of this credentials object
getLogin() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getLoginMappings() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getMail_folder_confirmed_ham_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getMail_folder_confirmed_spam_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getMail_folder_drafts_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the mail folder name of the drafts folder of this user object
getMail_folder_sent_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the mail folder name of the sent folder of this user object
getMail_folder_spam_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the mail folder name of the spam folder of this user object
getMail_folder_trash_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the mail folder name of the trash folder of this user object
getMailenabled() - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
getMaintenanceReason() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getManager_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the name of the manager of this user object
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.Context
At the moment no fields are defined here
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.Database
At the moment no fields are defined here
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
This method must be implemented and it must return a String array containing all names of mandatory members of the corresponding class required to CHANGE data.
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.Group
At the moment no fields are defined here
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
At the moment no fields are defined here
getMandatoryMembersChange() - Method in class com.openexchange.admin.rmi.dataobjects.User
At the moment no fields are defined here
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.Context
At the moment Context.setId(java.lang.Integer) and Context.setMaxQuota(java.lang.Long) are defined here
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.Database
At the moment Database.setId(java.lang.Integer), Database.setDriver(java.lang.String), Database.setUrl(java.lang.String) and Database.setScheme(java.lang.String) are defined here
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
This method must be implemented and it must return a String array containing all names of mandatory members of the corresponding class required to CREATE data.
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.Group
At the moment Group.setDisplayname(java.lang.String) and Group.setName(java.lang.String) are defined here
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
At the moment Resource.setName(java.lang.String), Resource.setDisplayname(java.lang.String) and Resource.setEmail(java.lang.String) are defined here
getMandatoryMembersCreate() - Method in class com.openexchange.admin.rmi.dataobjects.User
At the moment User.setName(java.lang.String), User.setDisplay_name(java.lang.String), User.setPassword(String), User.setGiven_name(String), User.setSur_name(String) and User.setPrimaryEmail(String) are defined here
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.Context
At the moment no fields are defined here
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.Database
At the moment Database.setDriver(java.lang.String), Database.setUrl(java.lang.String), Database.setScheme(java.lang.String), Database.setPassword(java.lang.String) and Database.setLogin(java.lang.String) are defined here
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
This method must be implemented and it must return a String array containing all names of mandatory members of the corresponding class required to DELETE data.
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.Group
At the moment no fields are defined here
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
At the moment no fields are defined here
getMandatoryMembersDelete() - Method in class com.openexchange.admin.rmi.dataobjects.User
At the moment no fields are defined here
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.Context
At the moment no fields are defined here
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.Database
At the moment Database.setPassword(java.lang.String), Database.setName(java.lang.String) and Database.setMaster(java.lang.Boolean) are defined here
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
This method must be implemented and it must return a String array containing all names of mandatory members of the corresponding class required to REGISTER data.
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.Group
At the moment no fields are defined here
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
At the moment no fields are defined here
getMandatoryMembersRegister() - Method in class com.openexchange.admin.rmi.dataobjects.User
At the moment no fields are defined here
getMarital_status() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the marital status of this user object
getMaster() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getMasterId() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getMaxContexts() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the maximum amount of contexts of this filestore object
getMaxQuota() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getMaxUnits() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getMembers() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Returns the members of this group
getMembers(Context, Group, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Get User IDs of the members of this group.
getMiddle_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the middle name of this user object
getModuleAccess(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve the ModuleAccess for an user.
getName() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getName() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getName() - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
getName() - Method in interface com.openexchange.admin.rmi.dataobjects.NameAndIdObject
Returns the name of this object
getName() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
getName() - Method in class com.openexchange.admin.rmi.dataobjects.Server
Returns the name of this server object
getName() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getNamespace(String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getNamespace(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getNickname() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the nickname of this user object
getNote() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the note field of this user object
getNumber_of_children() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the number of children of this user object
getNumber_of_employee() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the employee identifier of this user object
getObjectname() - Method in exception com.openexchange.admin.rmi.exceptions.InvalidDataException
Get the Name of the object which is affected by this exception
getPassword() - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
Returns the password in clear text
getPassword() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getPassword() - Method in interface com.openexchange.admin.rmi.dataobjects.PasswordMechObject
Return the password of this user object.
getPassword() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getPassword_expired() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns if the password of this user object is expired
getPasswordMech() - Method in interface com.openexchange.admin.rmi.dataobjects.PasswordMechObject
 
getPasswordMech() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getPermissionBits() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getPinboardWrite() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
getPoolHardLimit() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getPoolInitial() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getPoolMax() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getPosition() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the position field of this user object
getPostal_code_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the postal_code_otherset of this user object
getPostal_code_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the postal code of the home location of this user object
getPostal_code_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the postal code for a further location of this user object
getPrimaryEmail() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the primary E-Mail address of this user object
getProfession() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the profession of this user object
getProjects() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
getRead_id() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getReadCreateSharedFolders() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getReadDatabase() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getReserved() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
getRoom_number() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the room number of this user object
getRssBookmarks() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
getRssPortal() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
getSales_volume() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the sales volume of this user object
getScheme() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getSize() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the size of this filestore object (in MB)
getSmtpPort() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getSmtpServerString() instead.
getSmtpSchema() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getSmtpServerString() instead.
getSmtpServer() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. since 6.20. Use User.getSmtpServerString() instead.
getSmtpServerString() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the URL of the SMTP server of this user object.
getSpam_filter_enabled() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. use User.getGui_spam_filter_enabled() instead
getSpouse_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the name of the spouse of this user object
getState_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the state of the business of this user object
getState_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the state of the home location of this user object
getState_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the state for a further location of this user object
getStreet_business() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the street of the business of this user object
getStreet_home() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the street of the home location of this user object
getStreet_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the street for a further location of this user object
getSuffix() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the suffix of this user object
getSur_name() - Method in class com.openexchange.admin.rmi.dataobjects.User
Return the last name of this user object
getSyncml() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getTaskResults(Context, Credentials, int) - Method in interface com.openexchange.admin.rmi.OXTaskMgmtInterface
Gets the result from the task with the specified id
getTasks() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getTax_id() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the tax id of this user object
getTelephone_assistant() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number of the assistant of this user object
getTelephone_business1() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number of the business location of this user object
getTelephone_business2() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the second telephone number of the business location of this user object
getTelephone_callback() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone_callback of this user object
getTelephone_car() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number for the car phone of this user object
getTelephone_company() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number of the company of this user object
getTelephone_home1() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the first telephone number of the home location of this user object
getTelephone_home2() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the second telephone number of the home location of this user object
getTelephone_ip() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number for ip telephony of this user object
getTelephone_isdn() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number for isdn telephony of this user object
getTelephone_other() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns a further specified telephone number of this user object
getTelephone_pager() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the number of the telephone pager of this user object
getTelephone_primary() - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
getTelephone_radio() - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
getTelephone_telex() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number for the telex of this user object
getTelephone_ttytdd() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the telephone number for the TTY/TDD of this user object
getText() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
getTimezone() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the timezone of this user object
getTitle() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the title of this user object
getUnsetMembers() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
Returns those fields which are failing during a mandatory members check.
getUploadFileSizeLimit() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the upload file size limit of this user object
getUploadFileSizeLimitPerFile() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the upload file size limit per file of this user object
getUrl() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
getUrl() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the url of this filestore object
getUrl() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the URL of this user object
getUsed() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Returns the currently used size of this filestore object (in MB)
getUsedQuota() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getUserAttribute(String, String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
Read a generic user attribute
getUserAttribute(String, String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Read a generic user attribute
getUserAttributes() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
getUserAttributes() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
getUserfield01() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 1 of this user object
getUserfield02() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 2 of this user object
getUserfield03() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 3 of this user object
getUserfield04() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 4 of this user object
getUserfield05() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 5 of this user object
getUserfield06() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 6 of this user object
getUserfield07() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 7 of this user object
getUserfield08() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 8 of this user object
getUserfield09() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 9 of this user object
getUserfield10() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 10 of this user object
getUserfield11() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 11 of this user object
getUserfield12() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 12 of this user object
getUserfield13() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 13 of this user object
getUserfield14() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 14 of this user object
getUserfield15() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 15 of this user object
getUserfield16() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 16 of this user object
getUserfield17() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 17 of this user object
getUserfield18() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 18 of this user object
getUserfield19() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 19 of this user object
getUserfield20() - Method in class com.openexchange.admin.rmi.dataobjects.User
Returns the dynamic field no 20 of this user object
getVcard() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getWebdav() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getWebdavXml() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getWebmail() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
getWriteDatabase() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
Group - Class in com.openexchange.admin.rmi.dataobjects
This class represents a group.
Group() - Constructor for class com.openexchange.admin.rmi.dataobjects.Group
Initiates an empty group object
Group(Integer) - Constructor for class com.openexchange.admin.rmi.dataobjects.Group
Initiates a group object with the given id set
Group(Integer, String, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.Group
Initiates a group object with the given id, name and display name set

H

hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.Server
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
hashCode() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
hashmapToUser(HashMap<String, Object>) - Static method in class com.openexchange.admin.rmi.dataobjects.User
 

I

InvalidCredentialsException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown when user sends invalid credentials.
InvalidCredentialsException() - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
 
InvalidCredentialsException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
 
InvalidCredentialsException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
 
InvalidCredentialsException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidCredentialsException
 
InvalidDataException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown when user sends invalid data to the server.
InvalidDataException() - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
InvalidDataException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
InvalidDataException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
InvalidDataException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
isActiveSync() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isAliasesset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the aliases field of this user object has been changed
isAnniversaryset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the anniversary field of this user object has been changed
isAssistant_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the assistant_name field of this user object has been changed
isAvailableset() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
This attribute is not used
isAverage_sizeset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isBirthdayset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the birthday field of this user object has been changed
isBranchesset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the branches field of this user object has been changed
isBusiness_categoryset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the business_category field of this user object has been changed
isCategoriesset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the categories field of this user user has been changed
isCellular_telephone1set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the cellular_telephone1 field of this user object has been changed
isCellular_telephone2set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the cellular_telephone2 field of this user object has been changed
isCity_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the city_business field of this user object has been changed
isCity_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the city_home field of this user object has been changed
isCity_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the city_other field of this user object has been changed
isClusterWeightset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isCollectEmailAddresses() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Gets the collect-email-addresses access.
isCommercial_registerset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the commercial_register field of this user object has been changed
isCompanyset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the company field of this user object has been changed
isContextadmin() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the contextadmin field of this user object has been changed
isCountry_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the country_business field of this user object has been changed
isCountry_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the country_home field of this user object has been changed
isCountry_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the country_other field of this user object has been changed
isCurrentContextsset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isCurrentUnitsset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isDefault_groupset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the default_group field of this user object has been changed
isDefaultSenderAddressset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the contextadmin field of this user object has been changed
isDeniedPortal() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isDepartmentset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the department field of this user object has been changed
isDescriptionset() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Used to check if the description of this object has been changed
isDisplay_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the display_name field of this user object has been changed
isDisplaynameset() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Used to check if the display name of this object has been changed
isDisplaynameset() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Used to check if the displayname of this object has been changed
isDriverset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isEmail1set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the email1 field of this user object has been changed
isEmail2set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the email2 field of this user object has been changed
isEmail3set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the email3 field of this user object has been changed
isEmailset() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Used to check if the E-Mail of this object has been changed
isEmployeeTypeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the employeetype field of this user object has been changed
isEnabled() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isEnabledset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isExtensionsok() - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
Shows if an error occurred in any of the extensions of this object.
isExtensionsset() - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
This method will be used in the future
isFax_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the fax_business field of this user object has been changed
isFax_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the fax_home field of this user object has been changed
isFax_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the fax_other field of this user object has been changed
isFilestore_idset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isFilestore_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isFolderTreeSet() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
isGiven_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the given_name field of this user object has been changed
isGlobalAddressBookDisabled() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isGUI_Spam_filter_capabilities_enabledset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. use User.isGui_spam_filter_enabledset() instead
isGui_spam_filter_enabledset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the gui_spam_filter_capabilities_enabled field of this user object has been changed
isGuiPreferencesset() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.Server
Used to check if the id field of this server object has been changed
isIdset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the id field of this user object has been changed
isImapLoginset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the imaplogin field of this user object has been changed
isImapServerset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the imapserver field of this user object has been changed
isInfoset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the info field of this user object has been changed
isInstant_messenger1set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the instant_messenger1 field of this user object has been changed
isInstant_messenger2set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the instant_messenger2 field of this user object has been changed
isLanguageset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the language field of this user object has been changed
isListrun() - Method in class com.openexchange.admin.rmi.dataobjects.Context
This settings are only used internally, don't manipulate the setting here or rely on this methods existence
isLoginset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isMail_folder_confirmed_hamset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_confirmed_ham field of this user object has been changed
isMail_folder_confirmed_spamset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_confirmed_spam field of this user object has been changed
isMail_folder_drafts_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_drafts_name field of this user object has been changed
isMail_folder_sent_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_sent_name field of this user object has been changed
isMail_folder_spam_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_spam_name field of this user object has been changed
isMail_folder_trash_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the mail_folder_trash_name field of this user object has been changed
isMailenabledset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
isMaintenanceReasonset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isManager_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the manager_name field of this user object has been changed
isMarital_statusset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the marital_status field of this user object has been changed
isMaster() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isMasterIdset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isMasterset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isMaxContextsset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isMaxQuotaset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isMaxUnitsset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isMembersset() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Used to check if the members of this object have been changed
isMiddle_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the middle_name field of this user object has been changed
isMultipleMailAccounts() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Gets the multiple-mail-accounts access.
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.Group
Used to check if the name of this object has been changed
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Used to check if the member of this object has been changed
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.Server
Used to check if the name field of this server object has been changed
isNameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the name field of this user object has been changed
isNicknameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the nickname field of this user object has been changed
isNoteset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the note field of this user object has been changed
isNumber_of_childrenset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the number_of_children field of this user object has been changed
isNumber_of_employeeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the number_of_employee field of this user object has been changed
isOLOX20() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isPassword_expiredset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the password_expired field of this user object has been changed
isPasswordMechset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the passwordmech field of this user object has been changed
isPasswordset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isPasswordset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the password field of this user object has been changed
isPoolHardLimitset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isPoolInitialset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isPoolMaxset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isPositionset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the position field of this user object has been changed
isPostal_code_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the postal_code_business field of this user object has been changed
isPostal_code_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the postal_code_home field of this user object has been changed
isPostal_code_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the postal_code_other field of this user object has been changed
isPrimaryEmailset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the primaryemail field of this user object has been changed
isProfessionset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the profession field of this user object has been changed
isPublication() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Gets the publication access.
isPublicFolderEditable() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isRead_idset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isReadDatabaseset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isReservedset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isRoom_numberset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the room_number field of this user object has been changed
isSales_volumeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the sales_volume field of this user object has been changed
isSchemeset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isSizeset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isSmtpServerset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the smtpserver field of this user object has been changed
isSpouse_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the spouse_name field of this user object has been changed
isState_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the state_business field of this user object has been changed
isState_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the state_home field of this user object has been changed
isState_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the state_other field of this user object has been changed
isStreet_businessset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the street_business field of this user object has been changed
isStreet_homeset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the street_home field of this user object has been changed
isStreet_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the street_other field of this user object has been changed
isSubscription() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Gets the subscription access.
isSuffixset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the suffix field of this user object has been changed
isSur_nameset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the sur_name field of this user object has been changed
isTax_idset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the tax_id field of this user object has been changed
isTelephone_assistantset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_assistant field of this user object has been changed
isTelephone_business1set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_business1 field of this user object has been changed
isTelephone_business2set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_business2 field of this user object has been changed
isTelephone_callbackset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_callback field of this user object has been changed
isTelephone_carset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_car field of this user object has been changed
isTelephone_companyset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_company field of this user object has been changed
isTelephone_home1set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_home1 field of this user object has been changed
isTelephone_home2set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_home2 field of this user object has been changed
isTelephone_ipset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_ip field of this user object has been changed
isTelephone_isdnset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_isdn field of this user object has been changed
isTelephone_otherset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_other field of this user object has been changed
isTelephone_pagerset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_pager field of this user object has been changed
isTelephone_primaryset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_primary field of this user object has been changed
isTelephone_radioset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_radio field of this user object has been changed
isTelephone_telexset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_telex field of this user object has been changed
isTelephone_ttytddset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the telephone_ttytdd field of this user object has been changed
isTextset() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
isTimezoneset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the timezone field of this user object has been changed
isTitleset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the title field of this user object has been changed
isUploadFileSizeLimitPerFileset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the upload file size limit per file of this user object has been changed
isUploadFileSizeLimitset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the upload quota of this user object has been changed
isUrlset() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
isUrlset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isUrlset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the url field of this user object has been changed
isUsedQuotaset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
isUsedset() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
isUserAttributesset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
Used to check if the user attributes have been modified
isUserAttributesset() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the user attributes have been modified
isUserfield01set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield01 field of this user object has been changed
isUserfield02set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield02 field of this user object has been changed
isUserfield03set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield03 field of this user object has been changed
isUserfield04set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield04 field of this user object has been changed
isUserfield05set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield05 field of this user object has been changed
isUserfield06set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield06 field of this user object has been changed
isUserfield07set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield07 field of this user object has been changed
isUserfield08set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield08 field of this user object has been changed
isUserfield09set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield09 field of this user object has been changed
isUserfield10set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield10 field of this user object has been changed
isUserfield11set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield11 field of this user object has been changed
isUserfield12set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield12 field of this user object has been changed
isUserfield13set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield13 field of this user object has been changed
isUserfield14set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield14 field of this user object has been changed
isUserfield15set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield15 field of this user object has been changed
isUserfield16set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield16 field of this user object has been changed
isUserfield17set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield17 field of this user object has been changed
isUserfield18set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield18 field of this user object has been changed
isUserfield19set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield19 field of this user object has been changed
isUserfield20set() - Method in class com.openexchange.admin.rmi.dataobjects.User
Used to check if the userfield20 field of this user object has been changed
isUSM() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
isWriteDatabaseset() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 

L

list(Context, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
List groups within context matching the pattern.
list(Context, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
List resources matching pattern in given context.
list(Context, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve all users for a given context.
listAll(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
List all groups within context.
listAll(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXResourceInterface
List all resources in given context.
listAll(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve all users for a given context.
listCaseInsensitive(Context, String, Credentials) - Method in interface com.openexchange.admin.rmi.OXUserInterface
Retrieve all users for a given context.
listGroupsForUser(Context, User, Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
 
login(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXLoginInterface
Login method to check if given credentials are correct.
login(Credentials) - Method in interface com.openexchange.admin.rmi.OXLoginInterface
Login method for the master admin account.
login2User(Context, Credentials) - Method in interface com.openexchange.admin.rmi.OXLoginInterface
Login method for a context admin or a normal user.

M

MaintenanceReason - Class in com.openexchange.admin.rmi.dataobjects
This class represents a maintenance reason.
MaintenanceReason() - Constructor for class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
MaintenanceReason(Integer) - Constructor for class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
MaintenanceReason(Integer, String) - Constructor for class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
MaintenanceReason(String) - Constructor for class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
mandatoryChangeMembersSet() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
Checks if the mandatory members for change are set for an object
mandatoryCreateMembersSet() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
Checks if the mandatory members for create are set for an object
mandatoryDeleteMembersSet() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
Checks if the mandatory members for delete are set for an object
mandatoryRegisterMembersSet() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
Checks if the mandatory members for register are set for an object
MissingOptionException - Exception in com.openexchange.admin.rmi.exceptions
 
MissingOptionException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.MissingOptionException
 

N

NameAndIdObject - Interface in com.openexchange.admin.rmi.dataobjects
This interface forces 4 Methods for a data object so that we can easily combine some operations
NoSuchContextException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown when user want to do an action in a context which doesn't exists in the system.
NoSuchContextException() - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchContextException
 
NoSuchContextException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchContextException
 
NoSuchContextException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchContextException
 
NoSuchContextException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchContextException
 
NoSuchGroupException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown if a user doesn't exist in an operation
NoSuchGroupException() - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchGroupException
 
NoSuchGroupException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchGroupException
 
NoSuchGroupException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchGroupException
 
NoSuchGroupException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchGroupException
 
NoSuchResourceException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown if a user doesn't exist in an operation
NoSuchResourceException() - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchResourceException
 
NoSuchResourceException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchResourceException
 
NoSuchResourceException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchResourceException
 
NoSuchResourceException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchResourceException
 
NoSuchUserException - Exception in com.openexchange.admin.rmi.exceptions
Is thrown if a user doesn't exist in an operation
NoSuchUserException() - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchUserException
 
NoSuchUserException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchUserException
 
NoSuchUserException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchUserException
 
NoSuchUserException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.NoSuchUserException
 

O

OXAdminCoreInterface - Interface in com.openexchange.admin.rmi
This interface defines a method for checking loaded plugins in the Open-Xchange Admin Daemon.

Example:
OXCommonExtension - Class in com.openexchange.admin.rmi.extensions
Extend all extensions from this class
OXCommonExtension() - Constructor for class com.openexchange.admin.rmi.extensions.OXCommonExtension
 
OXCommonExtensionInterface - Interface in com.openexchange.admin.rmi.extensions
Deprecated.  
OXGroupExtensionInterface - Interface in com.openexchange.admin.rmi.extensions
 
OXGroupInterface - Interface in com.openexchange.admin.rmi
This interface defines the Open-Xchange API Version 2 for creating and manipulating OX groups within an OX context.

Example:
OXLoginInterface - Interface in com.openexchange.admin.rmi
This interface defines methods for doing a "login" for an user or admin.
Can be usefull in UI`s which provide login masks for checking login informations.

Example:
OXResourceExtensionInterface - Interface in com.openexchange.admin.rmi.extensions
 
OXResourceInterface - Interface in com.openexchange.admin.rmi
This interface defines the Open-Xchange API Version 2 for creating and manipulating OX resources within an OX context.

Example:
OXTaskMgmtInterface - Interface in com.openexchange.admin.rmi
This interface defines the methods of the task management which are accessibly through RMI.
OXUserExtensionInterface - Interface in com.openexchange.admin.rmi.extensions
 
OXUserInterface - Interface in com.openexchange.admin.rmi
This class defines the Open-Xchange API Version 2 for creating and manipulating OX Users within an OX context.

Example:

P

PasswordMechObject - Interface in com.openexchange.admin.rmi.dataobjects
Interface for all Objects containing a password mechanism and a password
PoolException - Exception in com.openexchange.admin.rmi.exceptions
 
PoolException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.PoolException
 
PoolException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.PoolException
 
PoolException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.PoolException
 
ProgrammErrorException - Exception in com.openexchange.admin.rmi.exceptions
This class is used if a shell script return an exitstatus != 0
ProgrammErrorException() - Constructor for exception com.openexchange.admin.rmi.exceptions.ProgrammErrorException
Default constructor
ProgrammErrorException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.ProgrammErrorException
 
ProgrammErrorException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.ProgrammErrorException
 
ProgrammErrorException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.ProgrammErrorException
 

R

removeAlias(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Removes the specified E-Mail alias from the list of this user object
removeExtension(OXCommonExtension) - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
Removes the given extension from this object.
removeExtension(OXGroupExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.Group
Deprecated.  
removeExtension(OXResourceExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Deprecated.  
removeExtension(OXUserExtensionInterface) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
removeExtensionByIndex(int) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated.  
removeGuiPreferences(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
remove a path/value pair from gui settings
removeLoginMapping(String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
removeLoginMappings(Collection<String>) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
removeMember(Context, Group, User[], Credentials) - Method in interface com.openexchange.admin.rmi.OXGroupInterface
Remove member(s) from group.
Resource - Class in com.openexchange.admin.rmi.dataobjects
This dataobject stores all the data which is related to a resource
Resource() - Constructor for class com.openexchange.admin.rmi.dataobjects.Resource
Instantiates a new Resource object
Resource(Integer) - Constructor for class com.openexchange.admin.rmi.dataobjects.Resource
Instantiates a new Resource object with the given id
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXAdminCoreInterface
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXGroupInterface
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXLoginInterface
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXResourceInterface
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXTaskMgmtInterface
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.admin.rmi.OXUserInterface
RMI name to be used in the naming lookup.

S

Server - Class in com.openexchange.admin.rmi.dataobjects
This class represents a server.
Server() - Constructor for class com.openexchange.admin.rmi.dataobjects.Server
Initiates an empty server object
setActiveSync(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setAliases(HashSet<String>) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the E-Mail aliases for this user object
setAliasesForSOAP(List<String>) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setAnniversary(Date) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the anniversary for this user object
setAssistant_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the name of the assistant for this user object
setAvailable(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
This attribute is not used
setAverage_size(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Context
The context average size can only be configured in AdminDaemon.properties
setBirthday(Date) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the birthday for this user object
setBranches(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the branches for this user object
setBusiness_category(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the business_category for this user object
setCalendar(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Defines if a user has access to the calendar module of ox.
setCategories(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the categories for this user object
setCellular_telephone1(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the mobile phone number for this user object
setCellular_telephone2(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the second mobile phone number for this user object
setCity_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the city for the business location for this user object
setCity_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the city for the home location for this user object
setCity_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the city for a further location for this user object
setClusterWeight(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
The system weight factor of this database in percent, value is Integer This value defines how contexts will be distributed over multiple databases/db pools.
setCollectEmailAddresses(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Sets the collect-email-addresses access.
setCommercial_register(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the commercial_register for this user object
setCompany(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the company for this user object
setContacts(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Defines if a user has access to the contact module of ox.
setContextadmin(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.User
Note: calling this setter on a user object has no influence on the user stored within the ox subsystem, as it is not possible to change the admin status of a user.
setCountry_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the country for the business location for this user object
setCountry_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the country of the home location for this user object
setCountry_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the country for a further location for this user object
setCurrentContexts(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the current amount of contexts for this filestore object
setCurrentUnits(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setDefault_group(Group) - Method in class com.openexchange.admin.rmi.dataobjects.User
The default group when creating an user.
setDefaultSenderAddress(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the default sender address for this user object
setDelegateTask(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Defines if a user has the right to delegate tasks in the ox groupware.
setDeniedPortal(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setDepartment(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the department for this user object
setDescription(String) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Sets the description for this resource
setDisplay_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the display name for this user object
setDisplayname(String) - Method in class com.openexchange.admin.rmi.dataobjects.Group
Sets the displayname for this group
setDisplayname(String) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Sets the displayname for this resource
setDriver(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setEditGroup(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setEditPassword(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setEditPublicFolders(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setEditResource(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setEmail(String) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
Sets the email address for this resource
setEmail1(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the E-Mail for the business location for this user object
setEmail2(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the home E-Mail for this user object
setEmail3(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the E-Mail (other) for this user object
setEmployeeType(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the job title for this user object
setEnabled(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setExtensionError(String) - Method in class com.openexchange.admin.rmi.extensions.OXCommonExtension
This method is used to set the errors which appear while processing an extension.
setExtensionError(String) - Method in interface com.openexchange.admin.rmi.extensions.OXCommonExtensionInterface
Deprecated. If an error has occured you set the error text of the extension here
setExtensionsok(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
 
setFax_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the fax number for the business location for this user object
setFax_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the fax number for the home location for this user object
setFax_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the fax number for a further location for this user object
setFieldnames(ArrayList<String>) - Method in exception com.openexchange.admin.rmi.exceptions.InvalidDataException
Get the fieldnames of the object which aren't correct (maybe null if no fieldnames can be specified)
setFilestore_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setFilestoreId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setFolderTree(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setForum(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
setGiven_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the first name of user
setGlobalAddressBookDisabled(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setGUI_Spam_filter_capabilities_enabled(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.User
Deprecated. use User.setGui_spam_filter_enabled(Boolean) instead
setGui_spam_filter_enabled(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setGuiPreferences(Map<String, String>) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setIcal(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the id for this filestore object
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
setId(Integer) - Method in interface com.openexchange.admin.rmi.dataobjects.NameAndIdObject
Sets the id for this object
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Server
Sets the id for this server object
setId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the numeric user id
setImapLogin(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the login for the imap server for this user object
setImapServer(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the users imap server if not localhost should be used.
setInfo(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the info field for this user object
setInfostore(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setInstant_messenger1(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the instant messenger address for the business location for this user object
setInstant_messenger2(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the instant messenger address for the private location for this user object
setLanguage(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the language for this user object.
setListrun(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.Context
This settings are only used internally, don't manipulate the setting here or rely on this methods existence
setLogin(String) - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
Set the login attribute of this credentials object
setLogin(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setLoginMappings(HashSet<String>) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setMail_folder_confirmed_ham_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Set the name of the folder where mail should be copied, that should be learned as HAM using whatever mechanism on the server side
setMail_folder_confirmed_spam_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Set the name of the folder where mail should be moved, that should be learned as SPAM using whatever mechanism on the server side
setMail_folder_drafts_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the mail folder name of the drafts folder for this user object
setMail_folder_sent_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the mail folder name of the sent folder for this user object
setMail_folder_spam_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the name of the users SPAM folder where detected SPAM mail will be moved into.
setMail_folder_trash_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the mail folder name of the trash folder of this user object
setMailenabled(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
setMaintenanceReason(MaintenanceReason) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setManager_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the name of the manager for this user object
setMarital_status(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the marital status for this user object
setMaster(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setMasterId(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setMaxContexts(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the maximum amount of contexts for this filestore object
setMaxQuota(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setMaxUnits(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setMembers(Integer[]) - Method in class com.openexchange.admin.rmi.dataobjects.Group
Sets the the members for this group
setMiddle_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the middle name for this user object
setMultipleMailAccounts(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Sets the multiple-mail-accounts access.
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
setName(String) - Method in interface com.openexchange.admin.rmi.dataobjects.NameAndIdObject
Sets the name for this object
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.Server
Sets the name for this server object
setName(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the symbolic user identifier
setNickname(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the nickname of this user object
setNote(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the note field for this user object
setNumber_of_children(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the number of children for this user object
setNumber_of_employee(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the employee identifier for this user object
setObjectname(String) - Method in exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
setOLOX20(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setPassword(String) - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
Sets this password for this credentials object
setPassword(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setPassword(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the password for this user object.
setPassword_expired(Boolean) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets if the password for this user object is expired
setPasswordMech(String) - Method in interface com.openexchange.admin.rmi.dataobjects.PasswordMechObject
Represents the password encryption mechanism, value is a password mechanism.
setPasswordMech(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setPinboardWrite(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
setPoolHardLimit(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setPoolInitial(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setPoolMax(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setPosition(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the position field for this user object
setPostal_code_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the postal_code_business for this user object
setPostal_code_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the postal code of the home location for this user object
setPostal_code_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the postal code for a further location for this user object
setPrimaryEmail(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the primary mail address of this user object.
setProfession(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the profession for this user object
setProjects(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
setPublication(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Sets the publication access.
setPublicFolderEditable(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setRead_id(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setReadCreateSharedFolders(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setReadDatabase(Database) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setReserved(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
 
setRoom_number(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the room number for this user object
setRssBookmarks(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
setRssPortal(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Currently NOT in use!
setSales_volume(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the sales volume for this user object
setScheme(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setSize(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the size for this filestore object (in MB)
setSmtpServer(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Set the users smtp server if not localhost should be used.
setSpouse_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the name of the spouse for this user object
setState_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the state of the business for this user object
setState_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the state of the home location for this user object
setState_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the state for a further location for this user object
setStreet_business(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the street of the business for this user object
setStreet_home(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the street of the home location for this user object
setStreet_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the street for a further location for this user object
setSubscription(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Sets the subscription access.
setSuffix(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the suffix for this user object
setSur_name(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the last name of user object
setSyncml(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setTasks(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setTax_id(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the tax id for this user object
setTelephone_assistant(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number of the assistant for this user object
setTelephone_business1(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number of the business location for this user object
setTelephone_business2(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the second telephone number of the business location for this user object
setTelephone_callback(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone_callback for this user object
setTelephone_car(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number for the car phone for this user object
setTelephone_company(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number of the company for this user object
setTelephone_home1(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the first telephone number of the home location for this user object
setTelephone_home2(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the second telephone number of the home location for this user object
setTelephone_ip(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number for ip telephony for this user object
setTelephone_isdn(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number for isdn telephony for this user object
setTelephone_other(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the further telephone number for this user object
setTelephone_pager(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the number of the telephone pager of this user object
setTelephone_primary(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
setTelephone_radio(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Currently not used
setTelephone_telex(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number for the telex for this user object
setTelephone_ttytdd(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the telephone number for the TTY/TDD for this user object
setText(String) - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
setTimezone(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the timezone for this user object.
setTitle(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the title for this user object
setUploadFileSizeLimit(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the upload file size limit for this user object
setUploadFileSizeLimitPerFile(Integer) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the upload file size limit per file for this user object
setUrl(String) - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
setUrl(String) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the url for this filestore object
setUrl(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the URL for this user object
setUsed(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Sets the currently used size for this filestore object (in MB)
setUsedQuota(Long) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setUserAttribute(String, String, String) - Method in class com.openexchange.admin.rmi.dataobjects.Context
Sets a generic user attribute
setUserAttribute(String, String, String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets a generic user attribute
setUserAttributes(Map<String, Map<String, String>>) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
setUserAttributes(Map<String, Map<String, String>>) - Method in class com.openexchange.admin.rmi.dataobjects.User
 
setUserfield01(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 1 for this user object
setUserfield02(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 2 for this user object
setUserfield03(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 3 for this user object
setUserfield04(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 4 for this user object
setUserfield05(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 5 for this user object
setUserfield06(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 6 for this user object
setUserfield07(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 7 for this user object
setUserfield08(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 8 for this user object
setUserfield09(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 9 for this user object
setUserfield10(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 10 for this user object
setUserfield11(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 11 for this user object
setUserfield12(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 12 for this user object
setUserfield13(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 13 for this user object
setUserfield14(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 14 for this user object
setUserfield15(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 15 for this user object
setUserfield16(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 16 for this user object
setUserfield17(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 17 for this user object
setUserfield18(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 18 for this user object
setUserfield19(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 19 for this user object
setUserfield20(String) - Method in class com.openexchange.admin.rmi.dataobjects.User
Sets the dynamic field no 20 for this user object
setUSM(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setVcard(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setWebdav(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setWebdavXml(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setWebmail(boolean) - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
setWriteDatabase(Database) - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
SHA_MECH - Static variable in interface com.openexchange.admin.rmi.dataobjects.PasswordMechObject
 
StorageException - Exception in com.openexchange.admin.rmi.exceptions
 
StorageException() - Constructor for exception com.openexchange.admin.rmi.exceptions.StorageException
 
StorageException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.StorageException
 
StorageException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.StorageException
 
StorageException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.StorageException
 

T

TaskExecutionException - Exception in com.openexchange.admin.rmi.exceptions
This exception should be used if an exception is raised inside a running task which is not known to the outside world.
TaskExecutionException() - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskExecutionException
 
TaskExecutionException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskExecutionException
 
TaskExecutionException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskExecutionException
 
TaskExecutionException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskExecutionException
 
TaskManagerException - Exception in com.openexchange.admin.rmi.exceptions
 
TaskManagerException() - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskManagerException
 
TaskManagerException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskManagerException
 
TaskManagerException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskManagerException
 
TaskManagerException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.TaskManagerException
 
testMandatoryCreateFieldsNull() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
This method is used to check that the mandatory fields specified for create aren't set to null through a change
toHashtable() - Method in class com.openexchange.admin.rmi.dataobjects.User
A wrapper function to get fields of this user object as key/value pairs in a Hashtable
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Context
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Credentials
Constructs a String with all attributes in name = value format.
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Database
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.EnforceableDataObject
toString() - Method in class com.openexchange.admin.rmi.dataobjects.ExtendableDataObject
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Filestore
Constructs a String with all attributes in name = value format.
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Group
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.MaintenanceReason
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Resource
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.Server
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.User
 
toString() - Method in class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
 
toString() - Method in exception com.openexchange.admin.rmi.exceptions.InvalidDataException
 
toString() - Method in class com.openexchange.admin.rmi.extensions.OXCommonExtension
 
toString() - Method in interface com.openexchange.admin.rmi.extensions.OXCommonExtensionInterface
Deprecated. Used to return a string representation of the underlying object

U

User - Class in com.openexchange.admin.rmi.dataobjects
Class representing a user.
User() - Constructor for class com.openexchange.admin.rmi.dataobjects.User
Instantiates a new empty user object
User(int) - Constructor for class com.openexchange.admin.rmi.dataobjects.User
Instantiates a new user object with the given id set
UserExistsException - Exception in com.openexchange.admin.rmi.exceptions
 
UserExistsException() - Constructor for exception com.openexchange.admin.rmi.exceptions.UserExistsException
 
UserExistsException(String) - Constructor for exception com.openexchange.admin.rmi.exceptions.UserExistsException
 
UserExistsException(Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.UserExistsException
 
UserExistsException(String, Throwable) - Constructor for exception com.openexchange.admin.rmi.exceptions.UserExistsException
 
UserModuleAccess - Class in com.openexchange.admin.rmi.dataobjects
Object for setting/getting access informations to the different ox modules
UserModuleAccess() - Constructor for class com.openexchange.admin.rmi.dataobjects.UserModuleAccess
Creates a new instance of UserModuleAccess

A C D E F G H I L M N O P R S T U