Class TmaProductSpecServiceSpecsReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecServiceSpecsReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
public class TmaProductSpecServiceSpecsReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
Populates service specifications information from
TmaProductSpecificationData to TmaProductSpecificationModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecServiceSpecsReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationData, TmaCustomerFacingServiceSpecModel> tmaCustomerFacingServiceSpecReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaServiceSpecificationData, TmaCustomerFacingServiceSpecModel> tmaCustomerFacingServiceSpecEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaEntityResourceNormalizer<TmaServiceSpecificationData,TmaCustomerFacingServiceSpecModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationData,TmaCustomerFacingServiceSpecModel> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205voidpopulate(TmaProductSpecificationData source, TmaProductSpecificationModel target)
-
Constructor Details
-
TmaProductSpecServiceSpecsReversePopulator
public TmaProductSpecServiceSpecsReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationData, TmaCustomerFacingServiceSpecModel> tmaCustomerFacingServiceSpecReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaServiceSpecificationData, TmaCustomerFacingServiceSpecModel> tmaCustomerFacingServiceSpecEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
-
getTmaCustomerFacingServiceSpecEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaServiceSpecificationData,TmaCustomerFacingServiceSpecModel> getTmaCustomerFacingServiceSpecEntityResourceNormalizer() -
getTmaCustomerFacingServiceSpecReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationData,TmaCustomerFacingServiceSpecModel> getTmaCustomerFacingServiceSpecReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-