Class AgentDesktopOrderConversionService
- java.lang.Object
-
- de.hybris.platform.sap.agentdesktopdataexchange.service.impl.AgentDesktopOrderConversionService
-
public class AgentDesktopOrderConversionService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AgentDesktopOrderConversionService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderModelconvertOrderModel(OrderModel orderModel, int eventType)protected static java.lang.StringdateFormatter(java.util.Date date, java.lang.String formatterType)ConfigurationServicegetConfigurationService()CustomerNameStrategygetCustomerNameStrategy()ModelServicegetModelService()voidsetConfigurationService(ConfigurationService configurationService)voidsetCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
convertOrderModel
public OrderModel convertOrderModel(OrderModel orderModel, int eventType)
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
getConfigurationService
public ConfigurationService getConfigurationService()
- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
- Parameters:
configurationService- the configurationService to set
-
getCustomerNameStrategy
public CustomerNameStrategy getCustomerNameStrategy()
- Returns:
- the customerNameStrategy
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
- Parameters:
customerNameStrategy- the customerNameStrategy to set
-
dateFormatter
protected static java.lang.String dateFormatter(java.util.Date date, java.lang.String formatterType)
-
-