Interface CoverageCalculationStrategyRegistry
-
- All Known Implementing Classes:
DefaultCoverageCalculationStrategyRegistry
public interface CoverageCalculationStrategyRegistryRegistry ofCoverageCalculationStrategy's. Used to look up a coverage calculation strategy based on the item type code (or template code) and the domain ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageCalculationStrategygetStrategyForTypeAndDomain(java.lang.String templateCode, java.lang.String domainId)Looks up the coverage calculation strategy for given type code and domain ID.
-
-
-
Method Detail
-
getStrategyForTypeAndDomain
CoverageCalculationStrategy getStrategyForTypeAndDomain(java.lang.String templateCode, java.lang.String domainId)
Looks up the coverage calculation strategy for given type code and domain ID.- Parameters:
templateCode- this is a type code (e.g. "Product") or an item template code (e.g. "Product.CPU").domainId- the domain ID
-
-