Interface RAOProvider<T>
-
- All Known Subinterfaces:
ExpandedRAOProvider<T>
- All Known Implementing Classes:
AbstractExpandedRAOProvider
,AbstractExpandedRAOProviderUnitTest.MockExpandedRAOProvider
,DefaultCampaignRAOProvider
,DefaultCartRAOProvider
,DefaultCustomerSupportRAOProvider
,DefaultDeliveryModeRAOProvider
,DefaultEntryGroupRAOProvider
,DefaultEvaluationTimeRRDProvider
,DefaultProductRAOProvider
,DefaultRuleConfigurationRRDProvider
,DefaultRuleConfigurationRRDTemplateProvider
,DefaultRuleGroupExecutionRRDProvider
,DefaultRuleGroupExecutionRRDTemplateProvider
,DefaultWebsiteGroupRAOProvider
,ProductConfigBaseStoreRAOProvider
,ProductConfigCartRAOProvider
,ProductConfigCustomerSupportRAOProvider
,ProductConfigProcessStepRAOProvider
,ProductConfigRAOProvider
public interface RAOProvider<T>
A RAOProvider allows to extract RAO objects to be inserted into the rule engine for evaluation purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set
expandFactModel(T modelFact)
-
-
-
Method Detail
-
expandFactModel
java.util.Set expandFactModel(T modelFact)
-
-