public interface SubscriptionSqlDao extends EntitySqlDao<SubscriptionModelDao,SubscriptionBase>
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionModelDao> |
getSubscriptionsFromBundleId(String bundleId,
InternalTenantContext context) |
void |
updateChargedThroughDate(String id,
Date chargedThroughDate,
InternalCallContext context) |
create, get, getAll, getByAccountRecordId, getByAccountRecordIdIncludedDeleted, getById, getByRecordId, getCount, getRecordId, getSearchCount, search, testgetAuditLogsForAccountRecordId, getAuditLogsForTableNameAndAccountRecordId, getAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransaction, getHistoryForTargetRecordIdList<SubscriptionModelDao> getSubscriptionsFromBundleId(String bundleId, InternalTenantContext context)
void updateChargedThroughDate(String id, Date chargedThroughDate, InternalCallContext context)
Copyright © 2010-2017. All Rights Reserved.