Class TmaProductUsageSpecificationBasicReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductUsageSpecificationBasicReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel>
public class TmaProductUsageSpecificationBasicReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel>
Populates
TmaProductUsageSpecificationModel with basic attributes from TmaProductUsageSpecificationData.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductUsageSpecificationBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.catalog.CatalogVersionServiceprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205void
-
Constructor Details
-
TmaProductUsageSpecificationBasicReversePopulator
public TmaProductUsageSpecificationBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
-
-
Method Details
-
populate
public void populate(TmaProductUsageSpecificationData source, TmaProductUsageSpecificationModel target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel>
-
getTmaExternalIdentifierEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaExternalIdentifierData,TmaExternalIdentifierModel> getTmaExternalIdentifierEntityResourceNormalizer() -
getCatalogVersionService
protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService() -
getExternalIdentifierReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> getExternalIdentifierReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-