public interface LicenseMetricQtyService
| Modifier and Type | Method and Description |
|---|---|
void |
addMetricQtyFinder(LicenseProduct product,
LicenseMetric metric,
MetricQtyFinder mQtyFinder)
Register a license metric quantity finder for a licensable product and
metric Id.
|
void |
removeMetricQtyFinder(LicenseProduct product,
LicenseMetric metric,
MetricQtyFinder mQtyFinder)
Unregister a license metric quantity finder for a licensable product and
metric Id.
|
void addMetricQtyFinder(LicenseProduct product, LicenseMetric metric, MetricQtyFinder mQtyFinder)
product - licensable productmetric - licensable metric IdmQtyFinder - license metric quantity findervoid removeMetricQtyFinder(LicenseProduct product, LicenseMetric metric, MetricQtyFinder mQtyFinder)
product - licensable productmetric - licensable metric IdmQtyFinder - license metric quantity finderCopyright © 2014. All Rights Reserved.