public interface CatalogOverridePlanPhaseSqlDao extends org.skife.jdbi.v2.sqlobject.mixins.Transactional<CatalogOverridePlanPhaseSqlDao>, org.skife.jdbi.v2.sqlobject.mixins.CloseMe
| Modifier and Type | Method and Description |
|---|---|
void |
create(CatalogOverridePlanPhaseModelDao entity,
InternalCallContext context) |
CatalogOverridePlanPhaseModelDao |
getByRecordId(Long recordId,
InternalTenantContext context) |
Long |
getLastInsertId() |
Long |
getTargetPlanDefinition(Collection<String> concatPhaseNumAndPhaseDefRecordId,
Integer targetCount,
InternalTenantContext context) |
void create(CatalogOverridePlanPhaseModelDao entity, InternalCallContext context)
CatalogOverridePlanPhaseModelDao getByRecordId(Long recordId, InternalTenantContext context)
Long getTargetPlanDefinition(Collection<String> concatPhaseNumAndPhaseDefRecordId, Integer targetCount, InternalTenantContext context)
Long getLastInsertId()
Copyright © 2010-2016. All Rights Reserved.