@Deprecated public interface InternalGroupDao<T extends com.atlassian.crowd.model.group.InternalGroup> extends com.atlassian.crowd.embedded.spi.GroupDao
| Modifier and Type | Method and Description |
|---|---|
T |
add(com.atlassian.crowd.model.group.Group group)
Deprecated.
|
T |
addLocal(com.atlassian.crowd.model.group.Group group)
Deprecated.
|
com.atlassian.crowd.model.group.InternalGroup |
internalFindByGroup(com.atlassian.crowd.model.group.Group group)
Deprecated.
Find the persistent group object that corresponds to the provided group.
|
com.atlassian.crowd.model.group.InternalGroup |
internalFindByName(long directoryId,
String groupName)
Deprecated.
Find a persistent group object from a given directory and group name
|
void |
removeAllGroups(long directoryId)
Deprecated.
Remove all groups from a particular directory (used when deleting an internal directory)
|
addAll, findByExternalIds, findByName, findByNameWithAttributes, findExternalIdsByNames, getAllExternalIds, getExternalGroupCount, getGroupCount, getLocalGroupNames, remove, removeAllGroups, removeAttribute, rename, search, storeAttributes, updatecom.atlassian.crowd.model.group.InternalGroup internalFindByName(long directoryId,
String groupName)
throws com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.crowd.exception.GroupNotFoundExceptioncom.atlassian.crowd.model.group.InternalGroup internalFindByGroup(com.atlassian.crowd.model.group.Group group)
throws com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.crowd.exception.GroupNotFoundExceptionvoid removeAllGroups(long directoryId)
T add(com.atlassian.crowd.model.group.Group group) throws com.atlassian.crowd.exception.DirectoryNotFoundException, com.atlassian.crowd.exception.InvalidGroupException
add in interface com.atlassian.crowd.embedded.spi.GroupDaocom.atlassian.crowd.exception.DirectoryNotFoundExceptioncom.atlassian.crowd.exception.InvalidGroupExceptionT addLocal(com.atlassian.crowd.model.group.Group group) throws com.atlassian.crowd.exception.DirectoryNotFoundException, com.atlassian.crowd.exception.InvalidGroupException
addLocal in interface com.atlassian.crowd.embedded.spi.GroupDaocom.atlassian.crowd.exception.DirectoryNotFoundExceptioncom.atlassian.crowd.exception.InvalidGroupExceptionCopyright © 2003–2022 Atlassian. All rights reserved.