public interface AccountEmailSqlDao extends EntitySqlDao<AccountEmailModelDao,AccountEmail>
| Modifier and Type | Method and Description |
|---|---|
List<AccountEmailModelDao> |
getEmailByAccountId(UUID accountId,
InternalTenantContext context) |
void |
markEmailAsDeleted(AccountEmailModelDao accountEmail,
InternalCallContext context) |
create, get, getAll, getByAccountRecordId, getByAccountRecordIdIncludedDeleted, getById, getByRecordId, getCount, getRecordId, getSearchCount, search, testgetAuditLogsForAccountRecordId, getAuditLogsForTableNameAndAccountRecordId, getAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransactionvoid markEmailAsDeleted(AccountEmailModelDao accountEmail, InternalCallContext context)
List<AccountEmailModelDao> getEmailByAccountId(UUID accountId, InternalTenantContext context)
Copyright © 2010-2015. All Rights Reserved.