public interface AccountSqlDao extends EntitySqlDao<AccountModelDao,Account>
| Modifier and Type | Method and Description |
|---|---|
AccountModelDao |
getAccountByKey(String key,
InternalTenantContext context) |
List<AccountModelDao> |
getAccountsByParentId(UUID parentAccountId,
InternalTenantContext context) |
Integer |
getBCD(String accountId,
InternalTenantContext context) |
UUID |
getIdFromKey(String key,
InternalTenantContext context) |
void |
update(AccountModelDao account,
InternalCallContext context) |
void |
updatePaymentMethod(String accountId,
String paymentMethodId,
InternalCallContext context) |
create, get, getAll, getByAccountRecordId, getByAccountRecordIdIncludedDeleted, getById, getByRecordId, getCount, getRecordId, getSearchCount, search, testgetAuditLogsForAccountRecordId, getAuditLogsForTableNameAndAccountRecordId, getAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransactionAccountModelDao getAccountByKey(String key, InternalTenantContext context)
UUID getIdFromKey(String key, InternalTenantContext context)
Integer getBCD(String accountId, InternalTenantContext context)
void update(AccountModelDao account, InternalCallContext context)
void updatePaymentMethod(String accountId, String paymentMethodId, InternalCallContext context)
List<AccountModelDao> getAccountsByParentId(UUID parentAccountId, InternalTenantContext context)
Copyright © 2010-2016. All Rights Reserved.