NIHVIVO-2343 Create method: UserAccountsDao.setProxyAccountsOnProfile() and use it.
This commit is contained in:
parent
7b581308af
commit
6f651fcf4f
6 changed files with 129 additions and 2 deletions
|
@ -97,4 +97,11 @@ public class UserAccountsDaoStub implements UserAccountsDao {
|
|||
"UserAccountsDaoStub.getUserAccountsWhoProxyForPage() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setProxyAccountsOnProfile(String profilePageUri,
|
||||
Collection<String> userAccountUris) {
|
||||
throw new RuntimeException(
|
||||
"UserAccountsDaoStub.setProxyAccountsOnProfile() not implemented.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue