public class DefaultImmutableAccountInternalApi extends 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(UUID accountId,
InternalTenantContext context) |
ImmutableAccountData |
getImmutableAccountDataByRecordId(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(UUID accountId, InternalTenantContext context) throws AccountApiException
getImmutableAccountDataById in interface ImmutableAccountInternalApiAccountApiExceptionpublic ImmutableAccountData getImmutableAccountDataByRecordId(Long recordId, InternalTenantContext context) throws AccountApiException
getImmutableAccountDataByRecordId in interface ImmutableAccountInternalApiAccountApiExceptionCopyright © 2010-2016. All Rights Reserved.