Uses of Class
de.hybris.platform.b2ctelcocommercewebservicescommons.dto.MoneyWsDTO
Packages that use MoneyWsDTO
Package
Description
-
Uses of MoneyWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.dto
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.dto that return MoneyWsDTOModifier and TypeMethodDescriptionCartCostWsDTO.getDutyFreeAmount()CartPriceWsDTO.getDutyFreeAmount()ProductOfferingPriceWsDTO.getPrice()CartCostWsDTO.getTaxIncludedAmount()CartPriceWsDTO.getTaxIncludedAmount()CartCostWsDTO.getTaxRate()ProductOfferingPriceWsDTO.getUnitOfMeasure()Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.dto with parameters of type MoneyWsDTOModifier and TypeMethodDescriptionvoidCartCostWsDTO.setDutyFreeAmount(MoneyWsDTO dutyFreeAmount) voidCartPriceWsDTO.setDutyFreeAmount(MoneyWsDTO dutyFreeAmount) voidProductOfferingPriceWsDTO.setPrice(MoneyWsDTO price) voidCartCostWsDTO.setTaxIncludedAmount(MoneyWsDTO taxIncludedAmount) voidCartPriceWsDTO.setTaxIncludedAmount(MoneyWsDTO taxIncludedAmount) voidCartCostWsDTO.setTaxRate(MoneyWsDTO taxRate) voidProductOfferingPriceWsDTO.setUnitOfMeasure(MoneyWsDTO unitOfMeasure) -
Uses of MoneyWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.money
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.money with parameters of type MoneyWsDTOModifier and TypeMethodDescriptionvoidTmaMoneyValueAttributeMapper.populateTargetAttributeFromSource(SubscriptionPricePlanData source, MoneyWsDTO target, ma.glasnost.orika.MappingContext context)