| 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 |
PosConverter
Converter for
PointOfServiceModel. |
class |
ProductConverter
Converts
ProductModel to Product. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayRequestDataConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayPaymentInfoConverter |
| 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 |
|---|---|
class |
AbstractConverter<SOURCE,TARGET>
Deprecated.
Since 5.0. Please use
AbstractConverter
Abstract implementation of the Converter interface that also supports the Populator interface.
Implementations of this base type can either be used as a converter or as a populator. When used as a
converter the createTarget() method is called to create the target instance and then the
populate(Object, Object) method is called to populate the target with values from the source
instance. The createTarget() method can be implemented via a spring lookup-method
rather than being overridden in code. |
| 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 |
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 © 2017 SAP SE. All Rights Reserved.