public interface GroupService
Modifier and Type | Method and Description |
---|---|
boolean |
addCategory(String groupName,
String categoryName) |
boolean |
addUser(String groupName,
String userName) |
void |
afterPropertiesSet() |
void |
deleteGroup(String groupName) |
boolean |
existsGroup(String groupName) |
List<OnmsCategory> |
getAuthorizedCategories(String groupName) |
List<String> |
getAuthorizedCategoriesAsString(String groupName) |
Group |
getGroup(String groupName) |
List<Group> |
getGroups() |
OnmsGroup |
getOnmsGroup(String groupName) |
OnmsGroupList |
getOnmsGroupList() |
OnmsUser |
getUserForGroup(String groupName,
String userName) |
OnmsUserList |
getUsersOfGroup(String groupName) |
boolean |
removeCategory(String groupName,
String categoryName) |
void |
renameGroup(String oldName,
String newName) |
void |
saveGroup(Group group) |
void |
saveGroup(Group group,
List<String> authorizedCategories) |
void |
saveGroup(OnmsGroup group) |
boolean existsGroup(String groupName)
List<OnmsCategory> getAuthorizedCategories(String groupName)
void saveGroup(OnmsGroup group)
void saveGroup(Group group)
void deleteGroup(String groupName)
OnmsGroupList getOnmsGroupList()
OnmsUserList getUsersOfGroup(String groupName)
Copyright © 2021. All rights reserved.