NIHVIVO-2343 Create method: UserAccountsDao.getUserAccountsWhoProxyForPage(String profilePageUri)
This commit is contained in:
parent
202a657178
commit
7bb12dbeb9
5 changed files with 116 additions and 4 deletions
|
@ -90,4 +90,11 @@ public class UserAccountsDaoStub implements UserAccountsDao {
|
|||
"UserAccountsDao.getAllUserAccounts() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Collection<UserAccount> getUserAccountsWhoProxyForPage(
|
||||
String profilePageUri) {
|
||||
throw new RuntimeException(
|
||||
"UserAccountsDaoStub.getUserAccountsWhoProxyForPage() not implemented.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue