Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BundledProductSpecification
Packages that use BundledProductSpecification
Package
Description
-
Uses of BundledProductSpecification in de.hybris.platform.b2ctelcotmfwebservices.mappers.bundledproductspecification
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.bundledproductspecification with parameters of type BundledProductSpecificationModifier and TypeMethodDescriptionvoidBundledPsAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaProductSpecificationData source, BundledProductSpecification target, ma.glasnost.orika.MappingContext context) voidBundledPsHrefAttributeMapper.populateTargetAttributeFromSource(TmaProductSpecificationData source, BundledProductSpecification target, ma.glasnost.orika.MappingContext context) voidBundledPsLifecycleStatusAttributeMapper.populateTargetAttributeFromSource(TmaProductSpecificationData source, BundledProductSpecification target, ma.glasnost.orika.MappingContext context) -
Uses of BundledProductSpecification in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return BundledProductSpecificationModifier and TypeMethodDescriptionBundledProductSpecification.atBaseType(String atBaseType) BundledProductSpecification.atSchemaLocation(String atSchemaLocation) BundledProductSpecification.lifecycleStatus(String lifecycleStatus) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type BundledProductSpecificationModifier and TypeMethodDescription@Valid List<BundledProductSpecification>ProductSpecification.getBundledProductSpecification()A type of ProductSpecification that belongs to a grouping of ProductSpecifications made available to the market.@Valid List<BundledProductSpecification>ProductSpecificationUnderscoreCreate.getBundledProductSpecification()Get bundledProductSpecification@Valid List<BundledProductSpecification>ProductSpecificationUnderscoreUpdate.getBundledProductSpecification()Get bundledProductSpecificationMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type BundledProductSpecificationModifier and TypeMethodDescriptionProductSpecification.addBundledProductSpecificationItem(BundledProductSpecification bundledProductSpecificationItem) ProductSpecificationUnderscoreCreate.addBundledProductSpecificationItem(BundledProductSpecification bundledProductSpecificationItem) ProductSpecificationUnderscoreUpdate.addBundledProductSpecificationItem(BundledProductSpecification bundledProductSpecificationItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type BundledProductSpecificationModifier and TypeMethodDescriptionProductSpecification.bundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification) ProductSpecificationUnderscoreCreate.bundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification) ProductSpecificationUnderscoreUpdate.bundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification) voidProductSpecification.setBundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification) voidProductSpecificationUnderscoreCreate.setBundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification) voidProductSpecificationUnderscoreUpdate.setBundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification)