Class DefaultSelectiveCartFactory
- java.lang.Object
-
- de.hybris.platform.order.impl.DefaultCartFactory
-
- de.hybris.platform.commerceservices.order.impl.CommerceCartFactory
-
- de.hybris.platform.selectivecartservices.order.impl.DefaultSelectiveCartFactory
-
- All Implemented Interfaces:
CartFactory
,SelectiveCartFactory
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class DefaultSelectiveCartFactory extends CommerceCartFactory implements SelectiveCartFactory
Implementation of theSelectiveCartFactory
.
-
-
Constructor Summary
Constructors Constructor Description DefaultSelectiveCartFactory(UserService userService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CartModel
createSelectiveCartModel()
Creates the invisible cart model, but not saves it.protected UserService
getUserService()
-
Methods inherited from class de.hybris.platform.commerceservices.order.impl.CommerceCartFactory
createCartInternal, getBaseSiteService, getBaseStoreService, getGuidKeyGenerator, getNetGrossStrategy, setBaseSiteService, setBaseStoreService, setGuidKeyGenerator, setNetGrossStrategy
-
Methods inherited from class de.hybris.platform.order.impl.DefaultCartFactory
afterPropertiesSet, createCart, setApplicationContext, setCommonI18NService, setKeyGenerator, setModelService, setUserNetCheckingStrategy, setUserService
-
-
-
-
Constructor Detail
-
DefaultSelectiveCartFactory
public DefaultSelectiveCartFactory(UserService userService)
-
-
Method Detail
-
createSelectiveCartModel
public CartModel createSelectiveCartModel()
Description copied from interface:SelectiveCartFactory
Creates the invisible cart model, but not saves it.- Specified by:
createSelectiveCartModel
in interfaceSelectiveCartFactory
- Returns:
- the CartModel
-
getUserService
protected UserService getUserService()
-
-