public interface AccountServiceFactory
| Modifier and Type | Method and Description |
|---|---|
AccountService |
getAccount(org.duracloud.account.db.model.AccountInfo acctInfo)
This method provides an AccountService for access to the arg acctInfo
|
AccountService |
getAccount(Long acctId)
This method provides an AccountService for access to the arg acctId
|
AccountService getAccount(org.duracloud.account.db.model.AccountInfo acctInfo)
acctInfo - of the expected AccountServiceAccountService getAccount(Long acctId) throws AccountNotFoundException
acctId - of the expected AccountServiceAccountNotFoundException - if not acct with acctId found in DBCopyright © 2009–2020 LYRASIS. All rights reserved.