Class DefaultCartRAOProvider

java.lang.Object
de.hybris.platform.ruleengineservices.rao.providers.impl.AbstractExpandedRAOProvider<AbstractOrderModel,CartRAO>
de.hybris.platform.ruleengineservices.rao.providers.impl.DefaultCartRAOProvider
All Implemented Interfaces:
ExpandedRAOProvider<AbstractOrderModel>, RAOProvider<AbstractOrderModel>, org.springframework.beans.factory.InitializingBean

public class DefaultCartRAOProvider extends AbstractExpandedRAOProvider<AbstractOrderModel,CartRAO>
The default implementation for the cart RAO which allows customization of how and which cart-based RAOs will be created based on the defined options. Specializations of this class can overwrite the expandRAO(CartRAO, Collection) method and define its own option strings.