| Modifier and Type | Class and Description |
|---|---|
class |
TrackingEventToCsvDataConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentAdminMenuGroupPopulator |
class |
SlotAdminMenuGroupPopulator |
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayRequestDataConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayPaymentInfoConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPopulatingConverter<SOURCE,TARGET>
Deprecated.
since ages. Please, use
AbstractPopulatingConverter
Populating converter that uses a list of configured populators to populate the target during conversion. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> |
CmsComponentConverterFactory.getConverter(java.lang.Class<? extends AbstractCMSComponentModel> classType)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> |
DefaultCmsComponentConverterFactory.getConverter(java.lang.Class<? extends AbstractCMSComponentModel> classType)
Deprecated.
|
java.util.Map<java.lang.Class<? extends AbstractCMSComponentModel>,AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> |
DefaultCmsComponentConverterFactory.getConverters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCmsComponentConverterFactory.setConverters(java.util.Map<java.lang.Class<? extends AbstractCMSComponentModel>,AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> converters)
Deprecated.
|
| Constructor and Description |
|---|
DefaultCmsComponentConverterFactory(java.util.Map<java.lang.Class<? extends AbstractCMSComponentModel>,AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData>> converters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData> |
DefaultComponentItemFacade.getBasicCMSComponentModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultComponentItemFacade.setBasicCMSComponentModelConverter(AbstractPopulatingConverter<AbstractCMSComponentModel,AbstractCMSComponentData> basicCMSComponentModelConverter)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> |
DefaultNavigationFacade.getNavigationModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNavigationFacade.setNavigationModelToDataConverter(AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> navigationModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> |
NavigationNodeDataToModelPositionPopulator.getNavigationModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDataToModelPositionPopulator.setNavigationModelToDataConverter(AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> navigationModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<AbstractPageData,AbstractPageModel> |
DefaultPageFacade.getPageDataConverter(java.lang.Class<?> pageClass)
Deprecated.
since 6.6
|
protected AbstractPopulatingConverter<AbstractPageModel,AbstractPageData> |
DefaultPageFacade.getPageModelConverter(java.lang.Class<?> pageClass)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> |
DefaultPageFacade.getPageDataPopulatorFactory() |
protected java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> |
DefaultPageFacade.getPageModelConverterFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageFacade.setPageDataPopulatorFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageData,AbstractPageModel>> pageDataPopulatorFactory)
Deprecated.
since 6.6
|
void |
DefaultPageFacade.setPageModelConverterFactory(java.util.Map<java.lang.Class<?>,AbstractPopulatingConverter<AbstractPageModel,AbstractPageData>> pageModelConverterFactory)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> |
PageContentSlotConverterType.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageContentSlotConverterType.setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> |
DefaultPageContentSlotConverterType.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageContentSlotConverterType.setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
DefaultRestrictionFacade.getDataToModelConverter(java.lang.String typecode)
Deprecated.
Get data to model converter for a given typecode.
|
protected AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
DefaultRestrictionFacade.getModelToDataConverter(java.lang.String typecode)
Deprecated.
Get model to data converter for a given typecode.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
RestrictionModelToDataConverter.getConverter()
Deprecated.
Get the converter to be applied.
|
AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
RestrictionDataToModelConverter.getConverter()
Deprecated.
Get the converter to be applied.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
DefaultRestrictionDataToModelConverter.getConverter()
Deprecated.
|
AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
DefaultRestrictionModelToDataConverter.getConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestrictionDataToModelConverter.setConverter(AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> converter)
Deprecated.
|
void |
DefaultRestrictionModelToDataConverter.setConverter(AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> converter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<ProductModel,ProductData> |
CategoryHierarchyPopulator.getProductConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryHierarchyPopulator.setProductConverter(AbstractPopulatingConverter<ProductModel,ProductData> productConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointOfServiceDistanceConverter
PointOfServer converter that also adds the distance data
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSolrProductSearchServiceTest.SearchQueryPageableConverter |
static class |
DefaultSolrProductSearchServiceTest.SolrSearchRequestConverter |
static class |
DefaultSolrProductSearchServiceTest.SolrSearchResponseConverter |
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<SOURCE,TARGET> |
ConverterFactory.create(java.lang.Class<TARGET> targetClass,
P... populators)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<java.lang.String,VoucherData> |
DefaultCouponFacade.getCouponCodeModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCouponFacade.setCouponCodeModelConverter(AbstractPopulatingConverter<java.lang.String,VoucherData> couponCodeModelConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<ProductModel,ProductData> |
ProductInterestPopulator.getProductConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestPopulator.setProductConverter(AbstractPopulatingConverter<ProductModel,ProductData> productConverter) |
| Modifier and Type | Method and Description |
|---|---|
static <SOURCE,TARGET> |
TestUtil.createNewConverter(java.lang.Class<TARGET> targetClass,
Populator<SOURCE,TARGET> populator) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter |
DataHubTransferConfiguration.getConverter()
Returns the converter of the Data Hub configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
DataHubTransferHandler.createConfigurationDTO(ItemModel model,
AbstractPopulatingConverter converter)
Creates the DTO for the item type of the save event.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
DataHubTransferHandler.createConfigurationMap(ItemModel model,
AbstractPopulatingConverter<ItemModel,java.util.Map<java.lang.String,java.lang.Object>> converter)
Creates the property map for the given model.
|
void |
DataHubTransferConfiguration.setConverter(AbstractPopulatingConverter converter)
Sets the converter of the Data Hub configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericPopulatorConfigurer.setConverter(AbstractPopulatingConverter converter)
Inject setter for
AbstractPopulatingConverter. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<ConfigurationData,SmarteditConfigurationModel> |
DefaultSmarteditConfigurationFacade.getConfigurationDataToModelConverter() |
protected AbstractPopulatingConverter<SmarteditConfigurationModel,ConfigurationData> |
DefaultSmarteditConfigurationFacade.getConfigurationModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSmarteditConfigurationFacade.setConfigurationDataToModelConverter(AbstractPopulatingConverter<ConfigurationData,SmarteditConfigurationModel> configurationDataToModelConverter) |
void |
DefaultSmarteditConfigurationFacade.setConfigurationModelToDataConverter(AbstractPopulatingConverter<SmarteditConfigurationModel,ConfigurationData> configurationModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<java.util.Locale,SmarteditLanguageData> |
DefaultSmarteditI18nFacade.getSmarteditLanguageConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSmarteditI18nFacade.setSmarteditLanguageConverter(AbstractPopulatingConverter<java.util.Locale,SmarteditLanguageData> smarteditLanguageConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsnEntryModelPopulatingConverter
Custom converter for converting
AsnEntryData into AdvancedShippingNoticeEntryModel |
class |
AsnModelPopulatingConverter
Custom converter for converting
AsnData into AdvancedShippingNoticeModel |
Copyright © 2018 SAP SE. All Rights Reserved.