public interface SubscriptionEventSqlDao extends EntitySqlDao<SubscriptionEventModelDao,SubscriptionBaseEvent>
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionEventModelDao> |
getEventsForSubscription(String subscriptionId,
InternalTenantContext context) |
List<SubscriptionEventModelDao> |
getFutureActiveEventForSubscription(String subscriptionId,
Date now,
InternalTenantContext context) |
void |
reactiveEvent(String id,
InternalCallContext context) |
void |
unactiveEvent(String id,
InternalCallContext context) |
void |
updateVersion(String id,
Long currentVersion,
InternalCallContext context) |
create, get, getByAccountRecordId, getById, getByRecordId, getRecordId, testgetAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransactionvoid unactiveEvent(String id, InternalCallContext context)
void reactiveEvent(String id, InternalCallContext context)
void updateVersion(String id, Long currentVersion, InternalCallContext context)
List<SubscriptionEventModelDao> getFutureActiveEventForSubscription(String subscriptionId, Date now, InternalTenantContext context)
List<SubscriptionEventModelDao> getEventsForSubscription(String subscriptionId, InternalTenantContext context)
Copyright © 2010-2013. All Rights Reserved.