Uses of Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.PriceCalculate
Packages that use PriceCalculate
Package
Description
-
Uses of PriceCalculate in com.sap.retail.sapppspricing
Methods in com.sap.retail.sapppspricing that return PriceCalculateModifier and TypeMethodDescriptionRequestHelper.createCalculateRequestSkeleton(String businessUnitId, GregorianCalendar priceDate) Create skeleton for a price calculation request.PPSRequestCreator.createRequestForCart(AbstractOrderModel order) Create a price calculation request for a complete order / cartPPSRequestCreator.createRequestForCatalog(ProductModel productModel, boolean isNet) Create a price calculation request for a single product in the catalogMethods in com.sap.retail.sapppspricing with parameters of type PriceCalculateModifier and TypeMethodDescriptionPPSClient.callPPS(PriceCalculate priceCalculate, SAPConfigurationModel sapConfig) Call promotion pricing service -
Uses of PriceCalculate in com.sap.retail.sapppspricing.impl
Methods in com.sap.retail.sapppspricing.impl that return PriceCalculateModifier and TypeMethodDescriptionRequestHelperImpl.createCalculateRequestSkeleton(String businessUnitId, GregorianCalendar priceDate) protected PriceCalculateDefaultPPSRequestCreator.createRequest(String businessUnitId, String sourceSystemId, String transactionId, boolean isNet) DefaultPPSRequestCreator.createRequestForCart(AbstractOrderModel order) DefaultPPSRequestCreator.createRequestForCatalog(ProductModel productModel, boolean isNet) Methods in com.sap.retail.sapppspricing.impl with parameters of type PriceCalculateModifier and TypeMethodDescriptionDefaultPPSClient.callPPS(PriceCalculate priceCalculate, SAPConfigurationModel sapConfig) protected voidDefaultPPSRequestCreator.fillRequestBodyForCart(AbstractOrderModel order, PriceCalculate priceCalculate) protected voidDefaultPPSRequestCreator.setVersionForRequest(InterfaceVersion version, PriceCalculate priceCalculate) -
Uses of PriceCalculate in com.sap.retail.sapppspricing.opps
Methods in com.sap.retail.sapppspricing.opps that return PriceCalculateModifier and TypeMethodDescriptionObjectFactory.createPriceCalculate()Create an instance ofPriceCalculate -
Uses of PriceCalculate in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return PriceCalculateModifier and TypeMethodDescriptionPriceCalculate.addAnyItem(Object anyItem) PriceCalculate.addPriceCalculateBodyItem(PriceCalculateBase priceCalculateBodyItem) PriceCalculate.arTSHeader(ARTSCommonHeaderType arTSHeader) PriceCalculate.internalMajorVersion(Integer internalMajorVersion) PriceCalculate.internalMinorVersion(Integer internalMinorVersion) PriceCalculate.priceCalculateBody(List<PriceCalculateBase> priceCalculateBody)