Uses of Class
org.duracloud.account.db.util.error.DuracloudGroupNotFoundException
-
Packages that use DuracloudGroupNotFoundException Package Description org.duracloud.account.db.util org.duracloud.account.db.util.impl -
-
Uses of DuracloudGroupNotFoundException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw DuracloudGroupNotFoundException Modifier and Type Method Description org.duracloud.account.db.model.DuracloudGroupDuracloudGroupService. getGroup(String name, Long acctId)voidDuracloudGroupService. 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 DuracloudGroupNotFoundException Modifier and Type Method Description voidDuracloudGroupServiceImpl. updateGroupUsers(org.duracloud.account.db.model.DuracloudGroup group, Set<org.duracloud.account.db.model.DuracloudUser> users, Long acctId)
-