Package | Description |
---|---|
com.communote.server.api.core.blog | |
com.communote.server.core.blog |
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagement.changeRoleOfMemberByEntityId(Long topicId,
Long entityId,
BlogRole role)
Changes the role of a blog member.
|
void |
BlogRightsManagement.changeRoleOfMemberByEntityIdForExternal(Long topicId,
Long entityId,
BlogRole role,
String externalSystemId)
Change the role of a blog member that was added on the behalf of an external system.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogRightsManagementBase.changeRoleOfMemberByEntityId(Long blogId,
Long entityId,
BlogRole role)
Changes the role of a blog member.
|
void |
BlogRightsManagementBase.changeRoleOfMemberByEntityIdForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId)
Change the role of a blog member that was added on the behalf of an external system.
|
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.handleChangeRoleOfMemberByEntityIdForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId) |
protected abstract void |
BlogRightsManagementBase.handleChangeRoleOfMemberByEntityIdForExternal(Long blogId,
Long entityId,
BlogRole role,
String externalSystemId)
Performs the core logic for
BlogRightsManagementBase.changeRoleOfMemberByEntityIdForExternal(Long, Long, BlogRole, String) |
Copyright © 2019 Communote team. All rights reserved.