public interface CoverageCalculationStrategyRegistry
CoverageCalculationStrategy's. Used to look up a
coverage calculation strategy based on the item type code (or template code) and the domain ID.| Modifier and Type | Method and Description |
|---|---|
CoverageCalculationStrategy |
getStrategyForTypeAndDomain(String templateCode,
String domainId)
Looks up the coverage calculation strategy for given type code and domain ID.
|
CoverageCalculationStrategy getStrategyForTypeAndDomain(String templateCode, String domainId)
templateCode - this is a type code (e.g. "Product") or an item template code (e.g. "Product.CPU").domainId - the domain IDCopyright © 2017 SAP SE. All Rights Reserved.