public class DefaultImmutableAccountInternalApi extends java.lang.Object implements ImmutableAccountInternalApi
| Constructor and Description |
|---|
DefaultImmutableAccountInternalApi(org.skife.jdbi.v2.IDBI dbi,
org.killbill.clock.Clock clock,
NonEntityDao nonEntityDao,
CacheControllerDispatcher cacheControllerDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAccountData |
getImmutableAccountDataById(java.util.UUID accountId,
InternalTenantContext context) |
ImmutableAccountData |
getImmutableAccountDataByRecordId(java.lang.Long recordId,
InternalTenantContext context) |
@Inject
public DefaultImmutableAccountInternalApi(org.skife.jdbi.v2.IDBI dbi,
org.killbill.clock.Clock clock,
NonEntityDao nonEntityDao,
CacheControllerDispatcher cacheControllerDispatcher)
public ImmutableAccountData getImmutableAccountDataById(java.util.UUID accountId, InternalTenantContext context) throws AccountApiException
getImmutableAccountDataById in interface ImmutableAccountInternalApiAccountApiExceptionpublic ImmutableAccountData getImmutableAccountDataByRecordId(java.lang.Long recordId, InternalTenantContext context) throws AccountApiException
getImmutableAccountDataByRecordId in interface ImmutableAccountInternalApiAccountApiExceptionCopyright © 2010-2017. All Rights Reserved.