Class ConsumedCartRAOExtractor
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.providers.impl.ConsumedCartRAOExtractor
-
- All Implemented Interfaces:
RAOFactsExtractor
@Deprecated(since="2005", forRemoval=true) public class ConsumedCartRAOExtractor extends java.lang.Object implements RAOFactsExtractorDeprecated, for removal: This API element is subject to removal in a future version.not used anymoreExtension of Default cart RAO provider through facts extractor, adding the consumed-awareness functionality
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXPAND_CONSUMEDDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ConsumedCartRAOExtractor()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddConsumed(java.util.Set<java.lang.Object> facts, CartRAO cart, java.util.Set<OrderEntryRAO> entries)Deprecated, for removal: This API element is subject to removal in a future version.protected ProductConsumedRAOcreateProductConsumedRAO(OrderEntryRAO orderEntryRAO)Deprecated, for removal: This API element is subject to removal in a future version.java.util.SetexpandFact(java.lang.Object fact)Deprecated, for removal: This API element is subject to removal in a future version.protected RAOConsumptionSupportgetConsumptionSupport()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetTriggeringOption()Deprecated, for removal: This API element is subject to removal in a future version.booleanisDefault()Deprecated, for removal: This API element is subject to removal in a future version.booleanisMinOption()Deprecated, for removal: This API element is subject to removal in a future version.voidsetConsumptionSupport(RAOConsumptionSupport consumptionSupport)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
EXPAND_CONSUMED
public static final java.lang.String EXPAND_CONSUMED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
expandFact
public java.util.Set expandFact(java.lang.Object fact)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
expandFactin interfaceRAOFactsExtractor
-
addConsumed
protected void addConsumed(java.util.Set<java.lang.Object> facts, CartRAO cart, java.util.Set<OrderEntryRAO> entries)Deprecated, for removal: This API element is subject to removal in a future version.
-
createProductConsumedRAO
protected ProductConsumedRAO createProductConsumedRAO(OrderEntryRAO orderEntryRAO)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTriggeringOption
public java.lang.String getTriggeringOption()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTriggeringOptionin interfaceRAOFactsExtractor
-
isMinOption
public boolean isMinOption()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isMinOptionin interfaceRAOFactsExtractor
-
isDefault
public boolean isDefault()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDefaultin interfaceRAOFactsExtractor
-
getConsumptionSupport
protected RAOConsumptionSupport getConsumptionSupport()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setConsumptionSupport
public void setConsumptionSupport(RAOConsumptionSupport consumptionSupport)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-