public class DefaultWebGroupRepository extends Object implements WebGroupRepository, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
DefaultWebGroupRepository() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
deleteGroup(String groupName) |
WebGroup |
getGroup(String groupName) |
boolean |
groupExists(String groupName) |
void |
renameGroup(String oldName,
String newName) |
void |
saveGroup(WebGroup webGroup) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
@Transactional public boolean groupExists(String groupName)
groupExists
in interface WebGroupRepository
@Transactional public WebGroup getGroup(String groupName)
getGroup
in interface WebGroupRepository
@Transactional public void saveGroup(WebGroup webGroup)
saveGroup
in interface WebGroupRepository
@Transactional public void deleteGroup(String groupName)
deleteGroup
in interface WebGroupRepository
@Transactional public void renameGroup(String oldName, String newName)
renameGroup
in interface WebGroupRepository
Copyright © 2021. All rights reserved.