Class AgentDesktopOrderConversionService


  • public class AgentDesktopOrderConversionService
    extends java.lang.Object
    • Constructor Detail

      • AgentDesktopOrderConversionService

        public AgentDesktopOrderConversionService()
    • 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)