public interface SubscriptionSqlDao extends EntitySqlDao<SubscriptionModelDao,SubscriptionBase>
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionModelDao> |
getSubscriptionsFromBundleId(String bundleId,
InternalTenantContext context) |
void |
updateActiveVersion(String id,
long activeVersion,
InternalCallContext context) |
void |
updateChargedThroughDate(String id,
Date chargedThroughDate,
InternalCallContext context) |
void |
updateForRepair(String id,
long activeVersion,
Date startDate,
Date bundleStartDate,
InternalCallContext context) |
create, get, getByAccountRecordId, getById, getByRecordId, getRecordId, testgetAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransactionList<SubscriptionModelDao> getSubscriptionsFromBundleId(String bundleId, InternalTenantContext context)
void updateChargedThroughDate(String id, Date chargedThroughDate, InternalCallContext context)
void updateActiveVersion(String id, long activeVersion, InternalCallContext context)
void updateForRepair(String id, long activeVersion, Date startDate, Date bundleStartDate, InternalCallContext context)
Copyright © 2010-2013. All Rights Reserved.