Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.OrderPrice
Packages that use OrderPrice
Package
Description
-
Uses of OrderPrice in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderitem
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderitem that return types with arguments of type OrderPriceMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderitem with type arguments of type OrderPriceModifier and TypeMethodDescriptionvoidOrderItemPriceAttributeMapper.setOrderPriceTypeDtoMap(Map<String, Class<OrderPrice>> orderPriceTypeDtoMap) -
Uses of OrderPrice in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderprice
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderprice that return types with arguments of type OrderPriceMethods in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderprice with parameters of type OrderPriceModifier and TypeMethodDescriptionvoidOrderPriceAlterationAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderCompositePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceBaseTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceChildrenAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderCompositePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceDescriptionAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceDutyFreeValueAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidOrderPriceGlobalAlterationAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderPriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceNameAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceProductOfferingPriceAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderPriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceRcpAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceTaxRateAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidOrderPriceTaxValueAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidOrderPriceTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceUsageChargeTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderTierUsageCompositePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) voidOrderPriceValueAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, OrderPrice target, ma.glasnost.orika.MappingContext context) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.mappers.orderprice with type arguments of type OrderPriceModifier and TypeMethodDescriptionvoidOrderPriceChildrenAttributeMapper.setOrderPriceTypeDtoMap(Map<String, Class<OrderPrice>> orderPriceTypeDtoMap) -
Uses of OrderPrice in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Subclasses of OrderPrice in de.hybris.platform.b2ctelcotmfwebservices.v2.dtoModifier and TypeClassDescriptionclassAn order price charge paid only once.classAn order price charge paid recursively.classAn order price per usage unit, either volume overage or tier price.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return OrderPriceModifier and TypeMethodDescriptionOrderPrice.addOrderPriceItem(OrderPrice orderPriceItem) OrderPrice.addPriceAlterationItem(PriceAlteration priceAlterationItem) OrderPrice.atBaseType(String atBaseType) OrderPrice.atSchemaLocation(String atSchemaLocation) OrderPrice.billingAccount(BillingAccountRef billingAccount) OrderPrice.description(String description) OrderPrice.orderPrice(List<OrderPrice> orderPrice) OrderPrice.priceAlteration(List<PriceAlteration> priceAlteration) OrderPrice.productOfferingPrice(ProductOfferingPriceRef productOfferingPrice) OrderPrice.recurringChargePeriod(String recurringChargePeriod) OrderPrice.unitOfMeasure(String unitOfMeasure) OrderPrice.usageChargeType(String usageChargeType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type OrderPriceModifier and TypeMethodDescription@Valid List<OrderPrice>OrderItem.getItemPrice()Get itemPrice@Valid List<OrderPrice>OrderItem.getItemTotalPrice()Get itemTotalPrice@Valid List<OrderPrice>ProductOrder.getOrderCost()Represents the delivery and payment costs for the order@Valid List<OrderPrice>OrderPrice.getOrderPrice()Get orderPrice@Valid List<OrderPrice>ProductOrder.getOrderTotalPrice()Get orderTotalPriceMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type OrderPriceModifier and TypeMethodDescriptionOrderItem.addItemPriceItem(OrderPrice itemPriceItem) OrderItem.addItemTotalPriceItem(OrderPrice itemTotalPriceItem) ProductOrder.addOrderCostItem(OrderPrice orderCostItem) OrderPrice.addOrderPriceItem(OrderPrice orderPriceItem) ProductOrder.addOrderTotalPriceItem(OrderPrice orderTotalPriceItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type OrderPriceModifier and TypeMethodDescriptionOrderItem.itemPrice(List<OrderPrice> itemPrice) OrderItem.itemTotalPrice(List<OrderPrice> itemTotalPrice) ProductOrder.orderCost(List<OrderPrice> orderCost) OrderPrice.orderPrice(List<OrderPrice> orderPrice) ProductOrder.orderTotalPrice(List<OrderPrice> orderTotalPrice) voidOrderItem.setItemPrice(List<OrderPrice> itemPrice) voidOrderItem.setItemTotalPrice(List<OrderPrice> itemTotalPrice) voidProductOrder.setOrderCost(List<OrderPrice> orderCost) voidOrderPrice.setOrderPrice(List<OrderPrice> orderPrice) voidProductOrder.setOrderTotalPrice(List<OrderPrice> orderTotalPrice) -
Uses of OrderPrice in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type OrderPriceModifier and TypeMethodDescription@Valid List<OrderPrice>ProductOrder.getOrderCost()Represents the delivery and payment costs for the order@Valid List<OrderPrice>ProductOrder.getOrderTotalPrice()Get orderTotalPriceMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type OrderPriceModifier and TypeMethodDescriptionProductOrder.addOrderCostItem(OrderPrice orderCostItem) ProductOrder.addOrderTotalPriceItem(OrderPrice orderTotalPriceItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type OrderPriceModifier and TypeMethodDescriptionProductOrder.orderCost(List<OrderPrice> orderCost) ProductOrder.orderTotalPrice(List<OrderPrice> orderTotalPrice) voidProductOrder.setOrderCost(List<OrderPrice> orderCost) voidProductOrder.setOrderTotalPrice(List<OrderPrice> orderTotalPrice)