NIHVIVO-2343 Create method: UserAccountsDao.getUserAccountsWhoProxyForPage(String profilePageUri)

This commit is contained in:
j2blake 2011-10-28 16:20:19 +00:00
parent 202a657178
commit 7bb12dbeb9
5 changed files with 116 additions and 4 deletions

View file

@ -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.");
}
}