public class ProductSpecRuntimeMap extends ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime> implements EventListener<Event>
| Modifier and Type | Method and Description |
|---|---|
static ProductSpecRuntimeMap |
getInstance(ConnectionSet connectionSet) |
protected ProductSpecRuntime |
newValue(ProductSpec value) |
void |
notify(Event e,
EventListenerContext ctx) |
protected void |
onUpdate(java.sql.Connection con,
int moduleId,
java.util.List<ProductSpec> list) |
public static ProductSpecRuntimeMap getInstance(ConnectionSet connectionSet) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected ProductSpecRuntime newValue(ProductSpec value)
newValue in class ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime>protected void onUpdate(java.sql.Connection con,
int moduleId,
java.util.List<ProductSpec> list)
throws ru.bitel.bgbilling.common.BGException
onUpdate in class ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime>ru.bitel.bgbilling.common.BGExceptionpublic void notify(Event e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException
notify in interface EventListener<Event>ru.bitel.bgbilling.common.BGException