| Package | Description |
|---|---|
| org.killbill.billing.catalog.dao |
| Modifier and Type | Method and Description |
|---|---|
CatalogOverridePhaseDefinitionModelDao |
CatalogOverridePhaseDefinitionSqlDao.getByAttributes(String parentPhaseName,
String currency,
BigDecimal fixedPrice,
BigDecimal recurringPrice,
InternalTenantContext context) |
CatalogOverridePhaseDefinitionModelDao |
CatalogOverridePhaseDefinitionSqlDao.getByRecordId(Long recordId,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogOverridePhaseDefinitionModelDao> |
CatalogOverrideDao.getOverriddenPlanPhases(Long planDefRecordId,
InternalTenantContext context) |
List<CatalogOverridePhaseDefinitionModelDao> |
CatalogOverridePhaseDefinitionSqlDao.getOverriddenPlanPhases(Long targetPlanDefRecordId,
InternalTenantContext context) |
List<CatalogOverridePhaseDefinitionModelDao> |
DefaultCatalogOverrideDao.getOverriddenPlanPhases(Long planDefRecordId,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogOverridePhaseDefinitionSqlDao.create(CatalogOverridePhaseDefinitionModelDao entity,
InternalCallContext context) |
Copyright © 2010-2016. All Rights Reserved.