public class DefaultAccountApiBase
extends java.lang.Object
| Constructor and Description |
|---|
DefaultAccountApiBase(AccountDao accountDao,
NonEntityDao nonEntityDao,
CacheControllerDispatcher cacheControllerDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected Account |
getAccountById(java.util.UUID accountId,
InternalTenantContext context) |
protected Account |
getAccountByKey(java.lang.String key,
InternalTenantContext context) |
protected Account |
getAccountByRecordId(java.lang.Long recordId,
InternalTenantContext context) |
protected Account |
getAccountByRecordIdInternal(java.lang.Long recordId,
InternalTenantContext context) |
public DefaultAccountApiBase(AccountDao accountDao, NonEntityDao nonEntityDao, CacheControllerDispatcher cacheControllerDispatcher)
protected Account getAccountById(java.util.UUID accountId, InternalTenantContext context) throws AccountApiException
AccountApiExceptionprotected Account getAccountByKey(java.lang.String key, InternalTenantContext context) throws AccountApiException
AccountApiExceptionprotected Account getAccountByRecordId(java.lang.Long recordId, InternalTenantContext context) throws AccountApiException
AccountApiExceptionprotected Account getAccountByRecordIdInternal(java.lang.Long recordId, InternalTenantContext context)
Copyright © 2010-2018. All Rights Reserved.