org.opennms.web.group
Interface WebGroupRepository

All Known Implementing Classes:
DefaultWebGroupRepository

public interface WebGroupRepository

WebGroupRepository

Author:
brozow

Method Summary
 void deleteGroup(String groupName)
           
 WebGroup getGroup(String groupName)
           
 boolean groupExists(String groupName)
           
 void renameGroup(String oldName, String newName)
           
 void saveGroup(WebGroup group)
           
 

Method Detail

groupExists

boolean groupExists(String groupName)

getGroup

WebGroup getGroup(String groupName)

saveGroup

void saveGroup(WebGroup group)

deleteGroup

void deleteGroup(String groupName)

renameGroup

void renameGroup(String oldName,
                 String newName)


Copyright © 2009. All Rights Reserved.