Class DefaultInboundQuoteEntryHelper

java.lang.Object
com.sap.hybris.sapquoteintegration.inbound.helper.impl.DefaultInboundQuoteEntryHelper
All Implemented Interfaces:
InboundQuoteEntryHelper

public class DefaultInboundQuoteEntryHelper extends Object implements InboundQuoteEntryHelper
  • Constructor Details

    • DefaultInboundQuoteEntryHelper

      public DefaultInboundQuoteEntryHelper()
  • Method Details

    • processInboundQuoteEntry

      public QuoteEntryModel processInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry)
      Specified by:
      processInboundQuoteEntry in interface InboundQuoteEntryHelper
    • processQuoteEntryComments

      protected List<CommentModel> processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry)
      Parameters:
      inboundQuote -
    • generateCode

      protected String generateCode()
    • calculateQuote

      public void calculateQuote(QuoteEntryModel quoteEntryModel)
    • getQuoteService

      public de.hybris.platform.order.QuoteService getQuoteService()
    • setQuoteService

      public void setQuoteService(de.hybris.platform.order.QuoteService quoteService)
    • getUserService

      public de.hybris.platform.servicelayer.user.UserService getUserService()
    • setUserService

      public void setUserService(de.hybris.platform.servicelayer.user.UserService userService)
    • getKeyGenerator

      public de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()
    • setKeyGenerator

      public void setKeyGenerator(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator)
    • getSapQuoteService

      public SapQuoteService getSapQuoteService()
    • setSapQuoteService

      public void setSapQuoteService(SapQuoteService sapQuoteService)
    • getCommentService

      public de.hybris.platform.comments.services.CommentService getCommentService()
    • setCommentService

      public void setCommentService(de.hybris.platform.comments.services.CommentService commentService)
    • getCalculationService

      public de.hybris.platform.order.CalculationService getCalculationService()
    • setCalculationService

      public void setCalculationService(de.hybris.platform.order.CalculationService calculationService)
    • getProductService

      public de.hybris.platform.product.ProductService getProductService()
      Returns:
      the productService
    • setProductService

      public void setProductService(de.hybris.platform.product.ProductService productService)
      Parameters:
      productService - the productService to set