Modifier and Type | Method and Description |
---|---|
Group |
UserGroup.getGroup() |
Group |
GroupDAO.getGroup(Map params)
Get group by group id
|
Group |
GroupDAO.getGroupByName(Map params)
Get group by group name
|
Group |
SecurityDAO.getGroupObject(Map params) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupDAO.getAllGroupsForOrganization(Map params)
Get all groups for given organization
|
List<Group> |
GroupDAO.getGroups(Map params)
Get groups by group ids
|
List<Group> |
UserDAO.getUserGroups(Map params)
Get user groups
|
List<Group> |
SecurityDAO.getUserGroups(String username) |
List<Group> |
SecurityDAO.getUserGroupsPerSite(Map params) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroup.setGroup(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.createGroup(long orgId,
String groupName,
String groupDescription)
Create group
|
Group |
GroupService.getGroup(long groupId)
Get group
|
Group |
GroupService.updateGroup(long orgId,
Group group)
Update group
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupService.getAllGroups(long orgId,
int offset,
int limit,
String sort)
Get all groups
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.updateGroup(long orgId,
Group group)
Update group
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceInternal.createGroup(long orgId,
String groupName,
String groupDescription) |
Group |
GroupServiceInternal.getGroup(long groupId) |
Group |
GroupServiceInternal.getGroupByName(String groupName) |
Group |
GroupServiceInternal.updateGroup(long orgId,
Group group) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupServiceInternal.getAllGroups(long orgId,
int offset,
int limit,
String sort) |
List<Group> |
GroupServiceInternal.getGroups(List<Long> groupIds) |
List<Group> |
UserServiceInternal.getUserGroups(long userId,
String username) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceInternal.updateGroup(long orgId,
Group group) |
Modifier and Type | Method and Description |
---|---|
ResponseBody |
GroupsController.createGroup(Group group)
Create group API
|
ResponseBody |
GroupsController.updateGroup(Group group)
Update group API
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceImpl.createGroup(long orgId,
String groupName,
String groupDescription) |
Group |
GroupServiceImpl.getGroup(long groupId) |
Group |
GroupServiceImpl.updateGroup(long orgId,
Group group) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupServiceImpl.getAllGroups(long orgId,
int offset,
int limit,
String sort) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceImpl.updateGroup(long orgId,
Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceInternalImpl.createGroup(long orgId,
String groupName,
String groupDescription) |
Group |
GroupServiceInternalImpl.getGroup(long groupId) |
Group |
GroupServiceInternalImpl.getGroupByName(String groupName) |
Group |
GroupServiceInternalImpl.updateGroup(long orgId,
Group group) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupServiceInternalImpl.getAllGroups(long orgId,
int offset,
int limit,
String sort) |
List<Group> |
GroupServiceInternalImpl.getGroups(List<Long> groupIds) |
List<Group> |
UserServiceInternalImpl.getUserGroups(long userId,
String username) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceInternalImpl.updateGroup(long orgId,
Group group) |
Copyright © 2020 CrafterCMS. All rights reserved.