public interface CatalogOverridePhaseDefinitionSqlDao extends org.skife.jdbi.v2.sqlobject.mixins.Transactional<CatalogOverridePhaseDefinitionSqlDao>, org.skife.jdbi.v2.sqlobject.mixins.CloseMe
| Modifier and Type | Method and Description |
|---|---|
void |
create(CatalogOverridePhaseDefinitionModelDao entity,
InternalCallContext context) |
CatalogOverridePhaseDefinitionModelDao |
getByAttributes(String parentPhaseName,
String currency,
BigDecimal fixedPrice,
BigDecimal recurringPrice,
InternalTenantContext context) |
CatalogOverridePhaseDefinitionModelDao |
getByRecordId(Long recordId,
InternalTenantContext context) |
Long |
getLastInsertId() |
List<CatalogOverridePhaseDefinitionModelDao> |
getOverriddenPlanPhases(Long targetPlanDefRecordId,
InternalTenantContext context) |
void create(CatalogOverridePhaseDefinitionModelDao entity, InternalCallContext context)
CatalogOverridePhaseDefinitionModelDao getByRecordId(Long recordId, InternalTenantContext context)
CatalogOverridePhaseDefinitionModelDao getByAttributes(String parentPhaseName, String currency, BigDecimal fixedPrice, BigDecimal recurringPrice, InternalTenantContext context)
List<CatalogOverridePhaseDefinitionModelDao> getOverriddenPlanPhases(Long targetPlanDefRecordId, InternalTenantContext context)
Long getLastInsertId()
Copyright © 2010-2016. All Rights Reserved.