Class TmaServiceSpecificationBasicReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaServiceSpecificationBasicReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaServiceSpecificationData,TmaServiceSpecificationModel>
public class TmaServiceSpecificationBasicReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaServiceSpecificationData,TmaServiceSpecificationModel>
Populates
TmaServiceSpecificationModel from a TmaServiceSpecificationData entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaServiceSpecificationBasicReversePopulator(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 2205voidpopulate(TmaServiceSpecificationData source, TmaServiceSpecificationModel target)
-
Constructor Details
-
TmaServiceSpecificationBasicReversePopulator
public TmaServiceSpecificationBasicReversePopulator(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
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaServiceSpecificationData,TmaServiceSpecificationModel>
-
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
-