Uses of Class
de.hybris.platform.commercewebservicescommons.dto.product.PriceWsDTO
Packages that use PriceWsDTO
Package
Description
-
Uses of PriceWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return PriceWsDTOModifier and TypeMethodDescriptionOrderEntryWsDTO.getBasePrice()OrderEntryWsDTO.getCancelledItemsPrice()AbstractOrderWsDTO.getDeliveryCost()DeliveryModeWsDTO.getDeliveryCost()ReturnRequestWsDTO.getDeliveryCost()SAPInvoiceWsDTO.getNetAmount()AbstractOrderWsDTO.getOrderDiscounts()AbstractOrderWsDTO.getProductDiscounts()ReturnRequestEntryWsDTO.getRefundAmount()OrderEntryWsDTO.getReturnedItemsPrice()AbstractOrderWsDTO.getSubTotal()ReturnRequestWsDTO.getSubTotal()OrderHistoryWsDTO.getTotal()SAPInvoiceWsDTO.getTotalAmount()AbstractOrderWsDTO.getTotalDiscounts()AbstractOrderWsDTO.getTotalPrice()OrderEntryWsDTO.getTotalPrice()ReturnRequestWsDTO.getTotalPrice()AbstractOrderWsDTO.getTotalPriceWithTax()OrderEntryGroupWsDTO.getTotalPriceWithTax()AbstractOrderWsDTO.getTotalTax()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type PriceWsDTOModifier and TypeMethodDescriptionvoidOrderEntryWsDTO.setBasePrice(PriceWsDTO basePrice) voidOrderEntryWsDTO.setCancelledItemsPrice(PriceWsDTO cancelledItemsPrice) voidAbstractOrderWsDTO.setDeliveryCost(PriceWsDTO deliveryCost) voidDeliveryModeWsDTO.setDeliveryCost(PriceWsDTO deliveryCost) voidReturnRequestWsDTO.setDeliveryCost(PriceWsDTO deliveryCost) voidSAPInvoiceWsDTO.setNetAmount(PriceWsDTO netAmount) voidAbstractOrderWsDTO.setOrderDiscounts(PriceWsDTO orderDiscounts) voidAbstractOrderWsDTO.setProductDiscounts(PriceWsDTO productDiscounts) voidReturnRequestEntryWsDTO.setRefundAmount(PriceWsDTO refundAmount) voidOrderEntryWsDTO.setReturnedItemsPrice(PriceWsDTO returnedItemsPrice) voidAbstractOrderWsDTO.setSubTotal(PriceWsDTO subTotal) voidReturnRequestWsDTO.setSubTotal(PriceWsDTO subTotal) voidOrderHistoryWsDTO.setTotal(PriceWsDTO total) voidSAPInvoiceWsDTO.setTotalAmount(PriceWsDTO totalAmount) voidAbstractOrderWsDTO.setTotalDiscounts(PriceWsDTO totalDiscounts) voidAbstractOrderWsDTO.setTotalPrice(PriceWsDTO totalPrice) voidOrderEntryWsDTO.setTotalPrice(PriceWsDTO totalPrice) voidReturnRequestWsDTO.setTotalPrice(PriceWsDTO totalPrice) voidAbstractOrderWsDTO.setTotalPriceWithTax(PriceWsDTO totalPriceWithTax) voidOrderEntryGroupWsDTO.setTotalPriceWithTax(PriceWsDTO totalPriceWithTax) voidAbstractOrderWsDTO.setTotalTax(PriceWsDTO totalTax) -
Uses of PriceWsDTO in de.hybris.platform.commercewebservicescommons.dto.product
Methods in de.hybris.platform.commercewebservicescommons.dto.product that return PriceWsDTOModifier and TypeMethodDescriptionProductWsDTO.getMainSpoPriceInBpo()PriceRangeWsDTO.getMaxPrice()PriceRangeWsDTO.getMinPrice()ProductWsDTO.getPrice()VariantOptionWsDTO.getPriceData()Methods in de.hybris.platform.commercewebservicescommons.dto.product that return types with arguments of type PriceWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.product with parameters of type PriceWsDTOModifier and TypeMethodDescriptionvoidProductWsDTO.setMainSpoPriceInBpo(PriceWsDTO mainSpoPriceInBpo) voidPriceRangeWsDTO.setMaxPrice(PriceWsDTO maxPrice) voidPriceRangeWsDTO.setMinPrice(PriceWsDTO minPrice) voidProductWsDTO.setPrice(PriceWsDTO price) voidVariantOptionWsDTO.setPriceData(PriceWsDTO priceData) Method parameters in de.hybris.platform.commercewebservicescommons.dto.product with type arguments of type PriceWsDTOModifier and TypeMethodDescriptionvoidProductWsDTO.setVolumePrices(List<PriceWsDTO> volumePrices) -
Uses of PriceWsDTO in de.hybris.platform.commercewebservicescommons.dto.voucher
Methods in de.hybris.platform.commercewebservicescommons.dto.voucher that return PriceWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.voucher with parameters of type PriceWsDTO