Package org.opennms.web.group
Interface WebGroupRepository
-
- All Known Implementing Classes:
DefaultWebGroupRepository
public interface WebGroupRepository
WebGroupRepository- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteGroup(String groupName)
WebGroup
getGroup(String groupName)
boolean
groupExists(String groupName)
void
renameGroup(String oldName, String newName)
void
saveGroup(WebGroup group)
-