public class NetPriceService extends java.lang.Object implements PriceService
PriceService which is parameterized with a strategy for determining the net/gross attribute
of returned prices from a strategy.| Constructor and Description |
|---|
NetPriceService() |
| Modifier and Type | Method and Description |
|---|---|
protected ModelService |
getModelService() |
protected NetGrossStrategy |
getNetGrossStrategy() |
java.util.List<PriceInformation> |
getPriceInformationsForProduct(ProductModel model)
Returns all available
PriceInformation for the given ProductModel and the current session user. |
void |
setModelService(ModelService modelService) |
void |
setNetGrossStrategy(NetGrossStrategy netGrossStrategy) |
void |
setTimeService(TimeService timeService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllPriceInformation, getPriceInformationspublic java.util.List<PriceInformation> getPriceInformationsForProduct(ProductModel model)
PriceServicePriceInformation for the given ProductModel and the current session user.getPriceInformationsForProduct in interface PriceServicemodel - the productprotected NetGrossStrategy getNetGrossStrategy()
public void setNetGrossStrategy(NetGrossStrategy netGrossStrategy)
public void setTimeService(TimeService timeService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.