Package | Description |
---|---|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.notification |
Classes for managing global, i.e. at workspace level, notifications.
|
com.docdoku.core.security |
Provides security related classes.
|
com.docdoku.core.services |
Business layer classes.
|
Constructor and Description |
---|
UserGroupNotFoundException(Locale pLocale,
UserGroupKey pKey) |
Modifier and Type | Method and Description |
---|---|
UserGroupKey |
TagUserGroupSubscriptionKey.getGroupSubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
TagUserGroupSubscriptionKey.setGroupSubscriber(UserGroupKey groupSubscriber) |
Constructor and Description |
---|
TagUserGroupSubscriptionKey(UserGroupKey groupSubscriber,
TagKey tag) |
Modifier and Type | Method and Description |
---|---|
UserGroupKey |
ACLUserGroupEntryKey.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
ACLUserGroupEntryKey.setPrincipal(UserGroupKey principal) |
Constructor and Description |
---|
ACLUserGroupEntryKey(int acl,
UserGroupKey principal) |
Modifier and Type | Method and Description |
---|---|
void |
IUserManagerLocal.addUserInGroup(UserGroupKey pGroupKey,
String pLogin) |
UserGroup |
IUserManagerLocal.getUserGroup(UserGroupKey pKey) |
UserGroup |
IUserManagerLocal.removeUserFromGroup(UserGroupKey pGroupKey,
String logins) |
void |
IUserManagerLocal.removeUserFromGroup(UserGroupKey pGroupKey,
String[] pLogins) |
Copyright © 2017 DocDoku. All rights reserved.