Uses of Class
org.duracloud.account.db.util.error.DuracloudGroupNotFoundException
Packages that use DuracloudGroupNotFoundException
-
Uses of DuracloudGroupNotFoundException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw DuracloudGroupNotFoundExceptionModifier and TypeMethodDescriptionorg.duracloud.account.db.model.DuracloudGroupvoidDuracloudGroupService.updateGroupUsers(org.duracloud.account.db.model.DuracloudGroup group, Set<org.duracloud.account.db.model.DuracloudUser> users, Long acctId) This method replaces the users (if any) associated with the specified group. -
Uses of DuracloudGroupNotFoundException in org.duracloud.account.db.util.impl
Methods in org.duracloud.account.db.util.impl that throw DuracloudGroupNotFoundExceptionModifier and TypeMethodDescriptionvoidDuracloudGroupServiceImpl.updateGroupUsers(org.duracloud.account.db.model.DuracloudGroup group, Set<org.duracloud.account.db.model.DuracloudUser> users, Long acctId)