Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOfferingTerm
Packages that use ProductOfferingTerm
Package
Description
-
Uses of ProductOfferingTerm in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingterm
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingterm with parameters of type ProductOfferingTermModifier and TypeMethodDescriptionvoidPoTermDurationAttributeMapper.populateSourceAttributeFromTarget(ProductOfferingTerm target, SubscriptionTermData source, ma.glasnost.orika.MappingContext context) voidPoTermAtTypeAttributeMapper.populateTargetAttributeFromSource(SubscriptionTermData source, ProductOfferingTerm target, ma.glasnost.orika.MappingContext context) voidPoTermDurationAttributeMapper.populateTargetAttributeFromSource(SubscriptionTermData source, ProductOfferingTerm target, ma.glasnost.orika.MappingContext context) voidPoTermSchemaLocationAttributeMapper.populateTargetAttributeFromSource(SubscriptionTermData source, ProductOfferingTerm target, ma.glasnost.orika.MappingContext context) -
Uses of ProductOfferingTerm in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ProductOfferingTermModifier and TypeMethodDescriptionProductOfferingTerm.atSchemaLocation(String atSchemaLocation) ProductOfferingTerm.description(String description) ProductOfferingTerm.validFor(TimePeriod validFor) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ProductOfferingTermModifier and TypeMethodDescription@Valid List<ProductOfferingTerm>ProductOffering.getProductOfferingTerm()Different commitment period for which the product offering is available.@Valid List<ProductOfferingTerm>ProductOfferingPrice.getProductOfferingTerm()Get productOfferingTerm@Valid List<ProductOfferingTerm>ProductOfferingPriceUnderscoreCreate.getProductOfferingTerm()Get productOfferingTerm@Valid List<ProductOfferingTerm>ProductOfferingPriceUnderscoreUpdate.getProductOfferingTerm()Get productOfferingTerm@Valid List<ProductOfferingTerm>ProductOfferingUnderscoreCreate.getProductOfferingTerm()Get productOfferingTerm@Valid List<ProductOfferingTerm>ProductOfferingUnderscoreUpdate.getProductOfferingTerm()Get productOfferingTermMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ProductOfferingTermModifier and TypeMethodDescriptionProductOffering.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingPrice.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingPriceUnderscoreCreate.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingPriceUnderscoreUpdate.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingUnderscoreCreate.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingUnderscoreUpdate.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ProductOfferingTermModifier and TypeMethodDescriptionProductOffering.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingPrice.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingPriceUnderscoreCreate.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingPriceUnderscoreUpdate.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingUnderscoreCreate.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingUnderscoreUpdate.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOffering.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingPrice.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingPriceUnderscoreCreate.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingPriceUnderscoreUpdate.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingUnderscoreCreate.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingUnderscoreUpdate.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) -
Uses of ProductOfferingTerm in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type ProductOfferingTermModifier and TypeMethodDescription@Valid List<ProductOfferingTerm>PriceContext.getProductOfferingTerm()Get productOfferingTerm@Valid List<ProductOfferingTerm>ProductOffering.getProductOfferingTerm()not sent@Valid List<ProductOfferingTerm>ProductOfferingPrice.getProductOfferingTerm()not sentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type ProductOfferingTermModifier and TypeMethodDescriptionPriceContext.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOffering.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) ProductOfferingPrice.addProductOfferingTermItem(ProductOfferingTerm productOfferingTermItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type ProductOfferingTermModifier and TypeMethodDescriptionPriceContext.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOffering.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) ProductOfferingPrice.productOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidPriceContext.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOffering.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm) voidProductOfferingPrice.setProductOfferingTerm(List<ProductOfferingTerm> productOfferingTerm)