| Modifier and Type | Class and Description |
|---|---|
class |
TrackingEventToCsvDataConverter |
| 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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDataToModelPositionPopulator.setNavigationModelToDataConverter(AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> navigationModelToDataConverter)
Deprecated.
|
| 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<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 | Class and Description |
|---|---|
class |
FaultTolerantConverter<SOURCE,TARGET> |
| 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 | Class and Description |
|---|---|
class |
AbstractContextualPopulatingConverter<SOURCE,TARGET,CONTEXT>
Compared to it's parent the
AbstractPopulatingConverter, this abstract converter can handle both ordinary
Populators and ContextualPopulators.So it manages two lists. |
| 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.