Package | Description |
---|---|
com.docdoku.core.common |
Provides common classes that may be used in all packages.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.gcm | |
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.clone()
perform a deep clone operation
|
Account |
User.getAccount() |
Account |
Workspace.getAdmin() |
Account |
Organization.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<Account> |
Organization.getMembers() |
Modifier and Type | Method and Description |
---|---|
boolean |
Organization.addMember(Account pAccount) |
boolean |
Organization.removeMember(Account pAccount) |
void |
User.setAccount(Account pAccount) |
void |
Workspace.setAdmin(Account pAdmin) |
void |
Organization.setOwner(Account owner) |
Constructor and Description |
---|
Organization(String pName,
Account pOwner,
String pDescription) |
User(Workspace pWorkspace,
Account pAccount) |
Workspace(String pId,
Account pAdmin,
String pDescription,
boolean pFolderLocked) |
Constructor and Description |
---|
AccessRightException(Locale pLocale,
Account pAccount) |
Modifier and Type | Method and Description |
---|---|
Account |
GCMAccount.getAccount() |
Modifier and Type | Method and Description |
---|---|
void |
GCMAccount.setAccount(Account account) |
Constructor and Description |
---|
GCMAccount(Account account,
String gcmId) |
Modifier and Type | Method and Description |
---|---|
Account |
IAccountManagerLocal.authenticateAccount(String login,
String password) |
Account |
IAccountManagerLocal.checkAdmin(Organization pOrganization) |
Account |
IAccountManagerLocal.checkAdmin(String pOrganizationName) |
Account |
IUserManagerLocal.checkAdmin(String pWorkspaceId) |
Account |
IUserManagerLocal.checkAdmin(Workspace pWorkspace) |
Account |
IAccountManagerLocal.createAccount(String pLogin,
String pName,
String pEmail,
String pLanguage,
String pPassword,
String pTimeZone) |
Account |
IAccountManagerLocal.enableAccount(String login,
boolean enabled) |
Account |
IAccountManagerLocal.getAccount(String pLogin) |
Account |
IAccountManagerLocal.getMyAccount() |
Account |
IAccountManagerLocal.updateAccount(String pName,
String pEmail,
String pLanguage,
String pPassword,
String pTimeZone) |
Account |
IAccountManagerLocal.updateAccount(String pLogin,
String pName,
String pEmail,
String pLanguage,
String pPassword,
String pTimeZone) |
Modifier and Type | Method and Description |
---|---|
List<Account> |
IAccountManagerLocal.getAccounts() |
Modifier and Type | Method and Description |
---|---|
PasswordRecoveryRequest |
IUserManagerLocal.createPasswordRecoveryRequest(Account account) |
Workspace |
IWorkspaceManagerLocal.createWorkspace(String pID,
Account pAdmin,
String pDescription,
boolean pFolderLocked) |
void |
INotifierLocal.sendBulkIndexationFailure(Account account,
String failureMessage) |
void |
INotifierLocal.sendBulkIndexationSuccess(Account account) |
void |
INotifierLocal.sendCredential(Account account) |
void |
INotifierLocal.sendPasswordRecovery(Account account,
String recoveryUUID) |
void |
INotifierLocal.sendWorkspaceDeletionErrorNotification(Account admin,
String workspaceId) |
void |
INotifierLocal.sendWorkspaceDeletionNotification(Account admin,
String workspaceId) |
void |
INotifierLocal.sendWorkspaceIndexationFailure(Account account,
String workspaceId,
String extraMessage) |
void |
INotifierLocal.sendWorkspaceIndexationSuccess(Account account,
String workspaceId,
String extraMessage) |
Copyright © 2017 DocDoku. All rights reserved.