| Modifier and Type | Class and Description |
|---|---|
class |
TrackingEventToCsvDataConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
PosConverter
Converter for
PointOfServiceModel. |
class |
ProductConverter
Converts
ProductModel to Product. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationErrorConverter
Validation Converter for
ValidationErrors type. |
| Modifier and Type | Class and Description |
|---|---|
class |
PointOfServiceDistanceConverter
PointOfServer converter that also adds the distance data
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConverter<CurrencyModel,CurrencyData> |
VoucherPopulator.getCurrencyConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoucherPopulator.setCurrencyConverter(AbstractConverter<CurrencyModel,CurrencyData> currencyConverter) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSolrProductSearchServiceTest.SearchQueryPageableConverter |
static class |
DefaultSolrProductSearchServiceTest.SolrSearchRequestConverter |
static class |
DefaultSolrProductSearchServiceTest.SolrSearchResponseConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPopulatingConverter<SOURCE,TARGET>
Populating converter that uses a list of configured populators to populate the target during conversion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FaultTolerantConverter<SOURCE,TARGET> |
| 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 | Class and Description |
|---|---|
class |
AsnEntryModelPopulatingConverter
Custom converter for converting
AsnEntryData into AdvancedShippingNoticeEntryModel |
class |
AsnModelPopulatingConverter
Custom converter for converting
AsnData into AdvancedShippingNoticeModel |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConverter<AdvancedShippingNoticeEntryModel,AsnEntryData> |
AsnDataPopulator.getAsnEntryDataConverter() |
protected AbstractConverter<AsnEntryData,AdvancedShippingNoticeEntryModel> |
AsnModelPopulator.getAsnEntryModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsnDataPopulator.setAsnEntryDataConverter(AbstractConverter<AdvancedShippingNoticeEntryModel,AsnEntryData> asnEntryDataConverter) |
void |
AsnModelPopulator.setAsnEntryModelConverter(AbstractConverter<AsnEntryData,AdvancedShippingNoticeEntryModel> asnEntryModelConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConverter<AdvancedShippingNoticeModel,AsnData> |
DefaultWarehousingAsnFacade.getAsnDataConverter() |
protected AbstractConverter<AsnData,AdvancedShippingNoticeModel> |
DefaultWarehousingAsnFacade.getAsnModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingAsnFacade.setAsnDataConverter(AbstractConverter<AdvancedShippingNoticeModel,AsnData> asnDataConverter) |
void |
DefaultWarehousingAsnFacade.setAsnModelConverter(AbstractConverter<AsnData,AdvancedShippingNoticeModel> asnModelConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractErrorConverter
Abstract error converter for converting supported objects to a list of
ErrorWsDTO. |
class |
AbstractLocalizedErrorConverter
Abstract localized error converter for converting supported objects to a list of
ErrorWsDTO. |
class |
ExceptionConverter
Converts
Exception to a list of ErrorWsDTO. |
class |
WebserviceExceptionConverter
Converts
WebserviceException to a list of
ErrorWsDTO. |
| Modifier and Type | Class and Description |
|---|---|
class |
CartModificationDataErrorConverter
Converts
CartModificationData to a list of
ErrorWsDTO. |
class |
CartModificationDataListErrorConverter
Converts
CartModificationDataList to a list of
ErrorWsDTO. |
Copyright © 2018 SAP SE. All Rights Reserved.