public interface WebGroupRepository
Modifier and Type | Method and Description |
---|---|
void |
deleteGroup(String groupName)
deleteGroup
|
WebGroup |
getGroup(String groupName)
getGroup
|
boolean |
groupExists(String groupName)
groupExists
|
void |
renameGroup(String oldName,
String newName)
renameGroup
|
void |
saveGroup(WebGroup group)
saveGroup
|
Copyright © 2015. All Rights Reserved.