Uses of Class
de.hybris.platform.b2ctelcocommercewebservicescommons.dto.CartCostWsDTO
Packages that use CartCostWsDTO
Package
Description
-
Uses of CartCostWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.dto
Subclasses of CartCostWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.dtoModifier and TypeClassDescriptionclassclassclassMethods in de.hybris.platform.b2ctelcocommercewebservicescommons.dto that return CartCostWsDTOMethods in de.hybris.platform.b2ctelcocommercewebservicescommons.dto that return types with arguments of type CartCostWsDTOMethods in de.hybris.platform.b2ctelcocommercewebservicescommons.dto with parameters of type CartCostWsDTOMethod parameters in de.hybris.platform.b2ctelcocommercewebservicescommons.dto with type arguments of type CartCostWsDTO -
Uses of CartCostWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.entries
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.entries that return types with arguments of type CartCostWsDTOModifier and TypeMethodDescriptionprotected Map<String,Class<CartCostWsDTO>> TmaCartEntriesPriceAttributeMapper.getPriceTypeDtoMap()Method parameters in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.entries with type arguments of type CartCostWsDTOModifier and TypeMethodDescriptionvoidTmaCartEntriesPriceAttributeMapper.setPriceTypeDtoMap(Map<String, Class<CartCostWsDTO>> priceTypeDtoMap) -
Uses of CartCostWsDTO in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cartcost
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cartcost that return types with arguments of type CartCostWsDTOModifier and TypeMethodDescriptionprotected Map<String,Class<CartCostWsDTO>> TmaCartCostChildrenAttributeMapper.getPriceTypeDtoMap()Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cartcost with parameters of type CartCostWsDTOModifier and TypeMethodDescriptionvoidTmaCartCostChildrenAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderCompositePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostDescriptionAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostDiscountAlterationAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderPriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostDutyFreeValueAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostNameAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidTmaCartCostOneTimeChargeTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostPriceAlterationAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderCompositePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostPriceTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostProductOfferingPriceAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderPriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostRcpAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostTaxPriceAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostTaxRateAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaCartCostUsageChargeTypeAttributeMapper.populateTargetAttributeFromSource(TmaAbstractOrderTierUsageCompositePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) Method parameters in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cartcost with type arguments of type CartCostWsDTOModifier and TypeMethodDescriptionvoidTmaCartCostChildrenAttributeMapper.setPriceTypeDtoMap(Map<String, Class<CartCostWsDTO>> priceTypeDtoMap) -
Uses of CartCostWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return CartCostWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type CartCostWsDTOMethods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type CartCostWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type CartCostWsDTOModifier and TypeMethodDescriptionvoidCartWsDTO.setCartCosts(List<CartCostWsDTO> cartCosts) voidOrderWsDTO.setOrderCosts(List<CartCostWsDTO> orderCosts)