public interface SubscriptionEventSqlDao extends EntitySqlDao<SubscriptionEventModelDao,SubscriptionBaseEvent>
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionEventModelDao> |
getActiveEventsForSubscription(String subscriptionId,
InternalTenantContext context) |
List<SubscriptionEventModelDao> |
getFutureActiveEventForSubscription(String subscriptionId,
Date now,
InternalTenantContext context) |
List<SubscriptionEventModelDao> |
getFutureActiveEventsForAccount(Date now,
InternalTenantContext context) |
List<SubscriptionEventModelDao> |
getFutureOrPresentActiveEventForSubscription(String subscriptionId,
Date now,
InternalTenantContext context) |
void |
unactiveEvent(String id,
InternalCallContext context) |
create, get, getAll, getByAccountRecordId, getByAccountRecordIdIncludedDeleted, getById, getByRecordId, getCount, getRecordId, getSearchCount, search, testgetAuditLogsForAccountRecordId, getAuditLogsForTableNameAndAccountRecordId, getAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditFromTransactionaddHistoryFromTransaction, getHistoryForTargetRecordIdvoid unactiveEvent(String id, InternalCallContext context)
List<SubscriptionEventModelDao> getFutureActiveEventForSubscription(String subscriptionId, Date now, InternalTenantContext context)
List<SubscriptionEventModelDao> getFutureOrPresentActiveEventForSubscription(String subscriptionId, Date now, InternalTenantContext context)
List<SubscriptionEventModelDao> getActiveEventsForSubscription(String subscriptionId, InternalTenantContext context)
List<SubscriptionEventModelDao> getFutureActiveEventsForAccount(Date now, InternalTenantContext context)
Copyright © 2010-2017. All Rights Reserved.