Class CouponCartRaoExtractor
- java.lang.Object
-
- de.hybris.platform.couponservices.rao.providers.impl.CouponCartRaoExtractor
-
- All Implemented Interfaces:
RAOFactsExtractor
public class CouponCartRaoExtractor extends java.lang.Object implements RAOFactsExtractor
extension of Default cart RAO provider, adding the coupon-awareness functionality
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXPAND_COUPONS
-
Constructor Summary
Constructors Constructor Description CouponCartRaoExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.SetexpandFact(java.lang.Object fact)java.lang.StringgetTriggeringOption()booleanisDefault()booleanisMinOption()
-
-
-
Field Detail
-
EXPAND_COUPONS
public static final java.lang.String EXPAND_COUPONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
expandFact
public java.util.Set expandFact(java.lang.Object fact)
- Specified by:
expandFactin interfaceRAOFactsExtractor
-
getTriggeringOption
public java.lang.String getTriggeringOption()
- Specified by:
getTriggeringOptionin interfaceRAOFactsExtractor
-
isMinOption
public boolean isMinOption()
- Specified by:
isMinOptionin interfaceRAOFactsExtractor
-
isDefault
public boolean isDefault()
- Specified by:
isDefaultin interfaceRAOFactsExtractor
-
-