public interface InternalGroupDao
extends com.atlassian.crowd.embedded.spi.GroupDao
Modifier and Type | Method and Description |
---|---|
com.atlassian.crowd.model.group.InternalGroup |
internalFindByGroup(com.atlassian.crowd.model.group.Group group)
Find the persistent group object that corresponds to the provided group.
|
com.atlassian.crowd.model.group.InternalGroup |
internalFindByName(long directoryId,
String groupName)
Find a persistent group object from a given directory and group name
|
void |
removeAllGroups(long directoryId)
Remove all groups from a particular directory (used when deleting an internal directory)
|
com.atlassian.crowd.model.group.InternalGroup internalFindByName(long directoryId, String groupName) throws com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.crowd.model.group.InternalGroup internalFindByGroup(com.atlassian.crowd.model.group.Group group) throws com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.crowd.exception.GroupNotFoundException
void removeAllGroups(long directoryId)
Copyright © 2003–2020 Atlassian. All rights reserved.