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(java.lang.String templateCode,
java.lang.String domainId)
Looks up the coverage calculation strategy for given type code and domain ID.
|
CoverageCalculationStrategy getStrategyForTypeAndDomain(java.lang.String templateCode, java.lang.String domainId)
templateCode - this is a type code (e.g. "Product") or an item template code (e.g. "Product.CPU").domainId - the domain IDCopyright © 2018 SAP SE. All Rights Reserved.