public class DefaultIntegrationObjectConversionService extends java.lang.Object implements IntegrationObjectConversionService
| Constructor and Description |
|---|
DefaultIntegrationObjectConversionService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
convert(ItemModel itemModel,
java.lang.String integrationObjectCode)
Convert the item model to a Map
|
protected boolean |
doesIntegrationObjectExist(java.lang.String integrationObjectCode) |
protected ItemToMapConversionContext |
getConversionContext(ItemModel itemModel,
IntegrationObjectItemModel integrationObjectItemModel) |
protected IntegrationObjectService |
getIntegrationObjectService() |
protected Converter<ItemToMapConversionContext,java.util.Map<java.lang.String,java.lang.Object>> |
getItemToIntegrationObjectMapConverter() |
void |
setIntegrationObjectService(IntegrationObjectService integrationObjectService) |
void |
setItemToIntegrationObjectMapConverter(Converter<ItemToMapConversionContext,java.util.Map<java.lang.String,java.lang.Object>> itemToIntegrationObjectMapConverter) |
public DefaultIntegrationObjectConversionService()
public java.util.Map<java.lang.String,java.lang.Object> convert(ItemModel itemModel, java.lang.String integrationObjectCode)
IntegrationObjectConversionServiceconvert in interface IntegrationObjectConversionServiceitemModel - the item modelintegrationObjectCode - the integration object codeprotected ItemToMapConversionContext getConversionContext(ItemModel itemModel, IntegrationObjectItemModel integrationObjectItemModel)
protected boolean doesIntegrationObjectExist(java.lang.String integrationObjectCode)
protected Converter<ItemToMapConversionContext,java.util.Map<java.lang.String,java.lang.Object>> getItemToIntegrationObjectMapConverter()
public void setItemToIntegrationObjectMapConverter(Converter<ItemToMapConversionContext,java.util.Map<java.lang.String,java.lang.Object>> itemToIntegrationObjectMapConverter)
protected IntegrationObjectService getIntegrationObjectService()
public void setIntegrationObjectService(IntegrationObjectService integrationObjectService)
Copyright © 2018 SAP SE. All Rights Reserved.