public interface BundleSqlDao extends EntitySqlDao<SubscriptionBundleModelDao,SubscriptionBaseBundle>
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBundleModelDao> |
getBundleFromAccount(String accountId,
InternalTenantContext context) |
List<SubscriptionBundleModelDao> |
getBundlesForKey(String externalKey,
InternalTenantContext context) |
List<SubscriptionBundleModelDao> |
getBundlesFromAccountAndKey(String accountId,
String externalKey,
InternalTenantContext context) |
void |
updateBundleLastSysTime(String id,
Date lastSysUpdate,
InternalCallContext context) |
create, get, getByAccountRecordId, getById, getByRecordId, getRecordId, testgetAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransactionvoid updateBundleLastSysTime(String id, Date lastSysUpdate, InternalCallContext context)
List<SubscriptionBundleModelDao> getBundlesFromAccountAndKey(String accountId, String externalKey, InternalTenantContext context)
List<SubscriptionBundleModelDao> getBundleFromAccount(String accountId, InternalTenantContext context)
List<SubscriptionBundleModelDao> getBundlesForKey(String externalKey, InternalTenantContext context)
Copyright © 2010-2013. All Rights Reserved.