public interface CatalogOverridePhaseUsageSqlDao extends org.skife.jdbi.v2.sqlobject.mixins.Transactional<CatalogOverridePhaseUsageSqlDao>, org.skife.jdbi.v2.sqlobject.mixins.CloseMe
| Modifier and Type | Method and Description |
|---|---|
Long |
create(CatalogOverridePhaseUsageModelDao entity,
InternalCallContext context) |
CatalogOverridePhaseUsageModelDao |
getByRecordId(Long recordId,
InternalTenantContext context) |
List<Long> |
getTargetPhaseDefinition(Collection<String> concatUsageNumAndUsageDefRecordId,
Integer targetCount,
InternalTenantContext context) |
Long create(CatalogOverridePhaseUsageModelDao entity, InternalCallContext context)
CatalogOverridePhaseUsageModelDao getByRecordId(Long recordId, InternalTenantContext context)
List<Long> getTargetPhaseDefinition(Collection<String> concatUsageNumAndUsageDefRecordId, Integer targetCount, InternalTenantContext context)
Copyright © 2010–2021. All rights reserved.