| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.account.api.user | |
| org.killbill.billing.account.dao |
| Constructor and Description |
|---|
DefaultAccount(AccountModelDao accountModelDao) |
| Constructor and Description |
|---|
DefaultAccountChangeEvent(UUID id,
AccountModelDao oldData,
AccountModelDao newData,
Long searchKey1,
Long searchKey2,
UUID userToken) |
DefaultAccountCreationEvent.DefaultAccountData(AccountModelDao d) |
| Modifier and Type | Method and Description |
|---|---|
AccountModelDao |
DefaultAccountDao.getAccountByKey(String key,
InternalTenantContext context) |
AccountModelDao |
AccountSqlDao.getAccountByKey(String key,
InternalTenantContext context) |
AccountModelDao |
AccountDao.getAccountByKey(String key,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
Pagination<AccountModelDao> |
DefaultAccountDao.searchAccounts(String searchKey,
Long offset,
Long limit,
InternalTenantContext context) |
Pagination<AccountModelDao> |
AccountDao.searchAccounts(String searchKey,
Long offset,
Long limit,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected AccountApiException |
DefaultAccountDao.generateAlreadyExistsException(AccountModelDao account,
InternalCallContext context) |
protected void |
DefaultAccountDao.postBusEventFromTransaction(AccountModelDao account,
AccountModelDao savedAccount,
ChangeType changeType,
EntitySqlDaoWrapperFactory entitySqlDaoWrapperFactory,
InternalCallContext context) |
void |
DefaultAccountDao.update(AccountModelDao specifiedAccount,
InternalCallContext context) |
void |
AccountSqlDao.update(AccountModelDao account,
InternalCallContext context) |
void |
AccountDao.update(AccountModelDao account,
InternalCallContext context) |
Copyright © 2010-2015. All Rights Reserved.