public class CommerceCartFactory extends DefaultCartFactory
DefaultCartFactory to additionally initialize the following fields:
NetGrossStrategyBaseSiteBaseStore| Constructor and Description |
|---|
CommerceCartFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected CartModel |
createCartInternal()
Creates a new
CartModel instance without persisting it. |
protected BaseSiteService |
getBaseSiteService() |
protected BaseStoreService |
getBaseStoreService() |
protected KeyGenerator |
getGuidKeyGenerator() |
protected NetGrossStrategy |
getNetGrossStrategy() |
void |
setBaseSiteService(BaseSiteService siteService) |
void |
setBaseStoreService(BaseStoreService service) |
void |
setGuidKeyGenerator(KeyGenerator guidKeyGenerator) |
void |
setNetGrossStrategy(NetGrossStrategy netGrossStrategy) |
afterPropertiesSet, createCart, setApplicationContext, setCommonI18NService, setKeyGenerator, setModelService, setUserNetCheckingStrategy, setUserServiceprotected CartModel createCartInternal()
DefaultCartFactoryCartModel instance without persisting it.createCartInternal in class DefaultCartFactoryCartModel - a fully initialized, not persisted CartModel instanceprotected NetGrossStrategy getNetGrossStrategy()
public void setNetGrossStrategy(NetGrossStrategy netGrossStrategy)
protected BaseSiteService getBaseSiteService()
public void setBaseSiteService(BaseSiteService siteService)
protected BaseStoreService getBaseStoreService()
public void setBaseStoreService(BaseStoreService service)
protected KeyGenerator getGuidKeyGenerator()
public void setGuidKeyGenerator(KeyGenerator guidKeyGenerator)
Copyright © 2018 SAP SE. All Rights Reserved.