Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RoleResourceHandler.handleCreateInternally(CreateRoleParameter createRoleParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create the role of internal user for blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RoleExternalResourceHandler.handleCreateInternally(CreateRoleExternalParameter createRoleExternalParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create blog role for external system
|
Modifier and Type | Method and Description |
---|---|
String |
NoBlogManagerLeftExceptionMapper.getErrorMessage(NoBlogManagerLeftException exception) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleResourceHelper.assignOrRemoveRoleForEntity(Long blogId,
BlogRole role,
Long entityId)
Remove or assign role for entity
|
static void |
RoleResourceHelper.assignOrRemoveRoleForGroup(String groupAlias,
Long blogId,
BlogRole role)
Assign or remove role for a group
|
static void |
RoleResourceHelper.assignOrRemoveRoleForUser(String userAlias,
Long blogId,
BlogRole role)
Assign or remove role for a user
|
static void |
RoleResourceHelper.assignRoleResources(RoleResource[] roleResources,
Long topicId)
Assign role resources.
|
javax.ws.rs.core.Response |
RoleResourceHandler.handleCreateInternally(CreateRoleParameter createRoleParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create the role of internal user for blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleResourceHelper.assignOrRemoveRoleForEntity(Long topicId,
BlogRole role,
Long entityId)
Remove or assign role for entity
|
static void |
RoleResourceHelper.assignOrRemoveRoleForGroup(String groupAlias,
Long blogId,
BlogRole role)
Assign or remove role for a group
|
static void |
RoleResourceHelper.assignOrRemoveRoleForUser(String userAlias,
Long blogId,
BlogRole role)
Assign or remove role for a user
|
static void |
RoleResourceHelper.assignRoleResources(RoleResource[] roleResources,
Long topicId)
Assign role resources.
|
javax.ws.rs.core.Response |
RoleResourceHandler.handleCreateInternally(CreateRoleParameter createRoleParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create the role of internal user for blog
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleCreateInternally(CreateTopicParameter createTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to create a topic
|
javax.ws.rs.core.Response |
TopicResourceHandler.handleEditInternally(EditTopicParameter editTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to edit a topic
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleResourceHelper.assignOrRemoveRoleForEntity(Long topicId,
BlogRole role,
Long entityId)
Remove or assign role for entity
|
static void |
RoleResourceHelper.assignOrRemoveRoleForGroup(String groupAlias,
Long blogId,
BlogRole role)
Assign or remove role for a group
|
static void |
RoleResourceHelper.assignOrRemoveRoleForUser(String userAlias,
Long blogId,
BlogRole role)
Assign or remove role for a user
|
static void |
RoleResourceHelper.assignRoleResources(RoleResource[] roleResources,
Long topicId)
Assign role resources.
|
javax.ws.rs.core.Response |
RoleResourceHandler.handleCreateInternally(CreateRoleParameter createRoleParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Create the role of internal user for blog
|
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagement.assignEntity(Long topicId,
Long entityId,
BlogRole role)
Add a member with the given role to the blog.
|
void |
BlogRightsManagement.assignEntity(Long blogId,
Long entityId,
BlogRole role,
boolean createNote)
Adds member with the given role to the blog.
|
void |
BlogRightsManagement.changeRoleOfMemberByEntityId(Long topicId,
Long entityId,
BlogRole role)
Changes the role of a blog member.
|
void |
BlogRightsManagement.removeMemberByEntityId(Long topicId,
Long entityId) |
void |
BlogRightsManagement.removeUserFromAllBlogs(Long userId,
Collection<Long> blogsToNotCheckForLastManager)
Removes all the direct blog memberships of a user.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagementBase.assignEntity(Long blogId,
Long entityId,
BlogRole role)
Add a member with the given role to the blog.
|
void |
BlogRightsManagementBase.assignEntity(Long blogId,
Long entityId,
BlogRole role,
boolean createNote)
Adds member with the given role to the blog.
|
void |
BlogRightsManagementBase.changeRoleOfMemberByEntityId(Long blogId,
Long entityId,
BlogRole role)
Changes the role of a blog member.
|
protected void |
BlogRightsManagementImpl.handleAssignEntity(Long blogId,
Long entityId,
BlogRole role)
Performs the core logic for
BlogRightsManagementBase.assignEntity(Long, Long, BlogRole) |
protected abstract void |
BlogRightsManagementBase.handleAssignEntity(Long blogId,
Long entityId,
BlogRole role)
Performs the core logic for
BlogRightsManagementBase.assignEntity(Long, Long, BlogRole) |
protected void |
BlogRightsManagementImpl.handleAssignEntity(Long blogId,
Long entityId,
BlogRole role,
boolean createNote)
Performs the core logic for
BlogRightsManagementBase.assignEntity(Long, Long, BlogRole, boolean) |
protected abstract void |
BlogRightsManagementBase.handleAssignEntity(Long blogId,
Long entityId,
BlogRole role,
boolean createNote)
Performs the core logic for
BlogRightsManagementBase.assignEntity(Long, Long, BlogRole, boolean) |
protected void |
BlogRightsManagementImpl.handleChangeRoleOfMemberByEntityId(Long blogId,
Long entityId,
BlogRole role) |
protected abstract void |
BlogRightsManagementBase.handleChangeRoleOfMemberByEntityId(Long blogId,
Long entityId,
BlogRole role)
Performs the core logic for
BlogRightsManagementBase.changeRoleOfMemberByEntityId(Long, Long, BlogRole) |
protected void |
BlogRightsManagementImpl.handleRemoveMemberByEntityId(Long topicId,
Long entityId)
Performs the core logic for
BlogRightsManagementBase.removeMemberByEntityId(Long, Long) |
protected abstract void |
BlogRightsManagementBase.handleRemoveMemberByEntityId(Long blogId,
Long entityId)
Performs the core logic for
BlogRightsManagementBase.removeMemberByEntityId(Long, Long) |
protected void |
BlogRightsManagementImpl.handleRemoveUserFromAllBlogs(Long userId,
Collection<Long> blogsToNotCheckForLastManager)
Performs the core logic for
#removeUserFromAllBlogs(Long, java.util.Collection |
protected abstract void |
BlogRightsManagementBase.handleRemoveUserFromAllBlogs(Long userId,
Collection<Long> blogsToNotCheckForLastManager)
Performs the core logic for
#removeUserFromAllBlogs(Long, java.util.Collection |
void |
BlogRightsManagementBase.removeMemberByEntityId(Long blogId,
Long entityId) |
void |
BlogRightsManagementBase.removeUserFromAllBlogs(Long userId,
Collection<Long> blogsToNotCheckForLastManager) |
Modifier and Type | Method and Description |
---|---|
Class<NoBlogManagerLeftException> |
NoBlogManagerLeftExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
NoBlogManagerLeftExceptionMapper.mapException(NoBlogManagerLeftException exception)
Maps the given exception to a status.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagementBase.anonymizeUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Delete a user by anonymizing his profile and removing the content (notes, topics if possible)
he created.
|
void |
UserManagement.anonymizeUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Delete a user by anonymizing his profile and removing the content (notes, topics if possible)
he created.
|
protected void |
UserManagementImpl.handleAnonymizeUser(Long userId,
Long[] blogIds,
boolean becomeManager) |
protected abstract void |
UserManagementBase.handleAnonymizeUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Performs the core logic for
UserManagementBase.anonymizeUser(Long, Long[], boolean) |
protected void |
UserManagementImpl.handlePermanentlyDisableUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Performs the core logic for
UserManagementBase.permanentlyDisableUser(Long, Long[], boolean) |
protected abstract void |
UserManagementBase.handlePermanentlyDisableUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Performs the core logic for
UserManagementBase.permanentlyDisableUser(Long, Long[], boolean) |
void |
UserManagementBase.permanentlyDisableUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Deletes a user by setting his status to PERMANENTLY_DISABLED but keeping all his data.
|
void |
UserManagement.permanentlyDisableUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Deletes a user by setting his status to PERMANENTLY_DISABLED but keeping all his data.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.anonymizeUser(Long userId,
Long[] blogIds,
boolean becomeManager)
Delete a user by anonymizing his profile and removing the content (notes, topics if possible)
he created.
|
Copyright © 2019 Communote team. All rights reserved.