public interface TagSqlDao extends EntitySqlDao<TagModelDao,org.killbill.billing.util.tag.Tag>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TagModelDao> |
getTagsForObject(java.util.UUID objectId,
org.killbill.billing.ObjectType objectType,
InternalTenantContext internalTenantContext) |
java.util.List<TagModelDao> |
getTagsForObjectIncludedDeleted(java.util.UUID objectId,
org.killbill.billing.ObjectType objectType,
InternalTenantContext internalTenantContext) |
void |
markTagAsDeleted(java.lang.String tagId,
InternalCallContext context) |
create, create, get, getAll, getByAccountRecordId, getByAccountRecordIdIncludedDeleted, getById, getByIds, getByIdsIncludedDeleted, getByRecordId, getByRecordIds, getCount, getRecordId, getRecordIdAtOffset, getSearchCount, search, testgetAuditLogsForAccountRecordId, getAuditLogsForTableNameAndAccountRecordId, getAuditLogsForTargetRecordId, getAuditLogsViaHistoryForTargetRecordId, insertAuditsFromTransactionaddHistoriesFromTransaction, getHistoryForTargetRecordIdvoid markTagAsDeleted(java.lang.String tagId,
InternalCallContext context)
java.util.List<TagModelDao> getTagsForObject(java.util.UUID objectId, org.killbill.billing.ObjectType objectType, InternalTenantContext internalTenantContext)
java.util.List<TagModelDao> getTagsForObjectIncludedDeleted(java.util.UUID objectId, org.killbill.billing.ObjectType objectType, InternalTenantContext internalTenantContext)
Copyright © 2010-2020. All Rights Reserved.