| Package | Description | 
|---|---|
| com.communote.server.core.user | |
| com.communote.server.core.vo.user.group | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
UserGroupManagementBase.createGroup(GroupVO groupVO)  | 
Group | 
UserGroupManagement.createGroup(GroupVO groupVO)
Create a new group. 
 | 
protected Group | 
UserGroupManagementImpl.handleCreateGroup(GroupVO groupVO)
Performs the core logic for  
UserGroupManagementBase.createGroup(GroupVO) | 
protected abstract Group | 
UserGroupManagementBase.handleCreateGroup(GroupVO groupVO)
Performs the core logic for  
UserGroupManagementBase.createGroup(GroupVO) | 
protected void | 
UserGroupManagementImpl.handleUpdateGroup(Long groupId,
                 GroupVO groupVO)
Performs the core logic for  
UserGroupManagementBase.updateGroup(Long, GroupVO) | 
protected abstract void | 
UserGroupManagementBase.handleUpdateGroup(Long groupId,
                 GroupVO groupVO)
Performs the core logic for  
UserGroupManagementBase.updateGroup(Long, GroupVO) | 
void | 
UserGroupManagementBase.updateGroup(Long groupId,
           GroupVO groupVO)  | 
void | 
UserGroupManagement.updateGroup(Long groupId,
           GroupVO groupVO)
 Update an existing group. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalGroupVO
 Extended VO for external user groups. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GroupVO.copy(GroupVO otherBean)
Copies all properties from the argument value object into this value object. 
 | 
| Constructor and Description | 
|---|
GroupVO(GroupVO otherBean)
Copies constructor from other GroupVO 
 | 
Copyright © 2019 Communote team. All rights reserved.