| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
ForeignIdService.getForeignIds(AccountId accountId)
Returns all associations for given account id.
|
java.util.List<ForeignId> |
ForeignIdServiceImpl.getForeignIds(AccountId accId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
RemoteForeignIdServiceStub.getForeignIds(AccountId accountId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
ForeignIdPersistenceService.getForeignIdsByAccountId(AccountId accountId)
Returns list of foreign ids by account ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
InMemoryForeignIdPersistenceServiceImpl.getForeignIdsByAccountId(AccountId accountId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
JDBCForeignIdPersistenceServiceImpl.getForeignIdsByAccountId(AccountId accId) |
java.util.List<ForeignId> |
ForeignIdDAO.getForeignIdsByAccountId(java.sql.Connection connection,
AccountId accId)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForeignId> |
MongoForeignIdPersistenceServiceImpl.getForeignIdsByAccountId(AccountId accountId) |
| Modifier and Type | Method and Description |
|---|---|
ForeignId |
ForeignIdEntity.toForeignId() |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.