Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductPriceWsDto
Packages that use TmaProductPriceWsDto
Package
Description
-
Uses of TmaProductPriceWsDto in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription
Methods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription that return TmaProductPriceWsDtoModifier and TypeMethodDescriptionTmaProductPriceWsDto.billingAccount(TmaBillingAccountRefWsDto billingAccount) TmaProductPriceWsDto.description(String description) TmaProductPriceWsDto.price(TmaPriceWsDto price) TmaProductPriceWsDto.prodPriceAlteration(TmaPriceAlterationWsDto prodPriceAlteration) TmaProductPriceWsDto.recurringChargePeriod(String recurringChargePeriod) TmaProductPriceWsDto.schemaLocation(String schemaLocation) TmaProductPriceWsDto.unitOfMeasure(String unitOfMeasure) Methods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription that return types with arguments of type TmaProductPriceWsDtoModifier and TypeMethodDescription@Valid List<TmaProductPriceWsDto>TmaProductWsDto.getProductPrice()Get productPriceMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription with parameters of type TmaProductPriceWsDtoModifier and TypeMethodDescriptionTmaProductWsDto.addProductPriceItem(TmaProductPriceWsDto productPriceItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription with type arguments of type TmaProductPriceWsDtoModifier and TypeMethodDescriptionTmaProductWsDto.productPrice(List<TmaProductPriceWsDto> productPrice) voidTmaProductWsDto.setProductPrice(List<TmaProductPriceWsDto> productPrice) -
Uses of TmaProductPriceWsDto in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription with parameters of type TmaProductPriceWsDtoModifier and TypeMethodDescriptionvoidTmaProductPriceWsDtoMapper.mapAtoB(TmaSubscribedProductData a, TmaProductPriceWsDto b, ma.glasnost.orika.MappingContext context) protected voidTmaProductPriceWsDtoMapper.mapAtoBBillingFrequency(TmaSubscribedProductData a, TmaProductPriceWsDto b, ma.glasnost.orika.MappingContext context) protected voidTmaProductPriceWsDtoMapper.mapAtoBDefault(TmaSubscribedProductData a, TmaProductPriceWsDto b, ma.glasnost.orika.MappingContext context) voidTmaProductPriceWsDtoMapper.mapBtoA(TmaProductPriceWsDto b, TmaSubscribedProductData a, ma.glasnost.orika.MappingContext context)