|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.group.DefaultWebGroupRepository
public class DefaultWebGroupRepository
DefaultWebGroupRepository
| Constructor Summary | |
|---|---|
DefaultWebGroupRepository()
|
|
| Method Summary | |
|---|---|
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 webGroup)
saveGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWebGroupRepository()
| Method Detail |
|---|
@Transactional public boolean groupExists(String groupName)
groupExists
groupExists in interface WebGroupRepositorygroupName - a String object.
@Transactional public WebGroup getGroup(String groupName)
getGroup
getGroup in interface WebGroupRepositorygroupName - a String object.
WebGroup object.@Transactional public void saveGroup(WebGroup webGroup)
saveGroup
saveGroup in interface WebGroupRepositorywebGroup - a WebGroup object.@Transactional public void deleteGroup(String groupName)
deleteGroup
deleteGroup in interface WebGroupRepositorygroupName - a String object.
@Transactional
public void renameGroup(String oldName,
String newName)
renameGroup
renameGroup in interface WebGroupRepositoryoldName - a String object.newName - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||