Package | Description |
---|---|
com.communote.server.core.user | |
com.communote.server.service |
Modifier and Type | Class and Description |
---|---|
class |
UserAnonymizationDisabledException
Thrown to indicate that the anonymization is disabled for the current client.
|
class |
UserDisablingDisabledException
Thrown to indicate that permanently disabling is disabled for the current client.
|
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.