Class DefaultInboundQuoteEntryHelper
java.lang.Object
com.sap.hybris.sapquoteintegration.inbound.helper.impl.DefaultInboundQuoteEntryHelper
- All Implemented Interfaces:
InboundQuoteEntryHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculateQuote(QuoteEntryModel quoteEntryModel) protected Stringde.hybris.platform.order.CalculationServicede.hybris.platform.comments.services.CommentServicede.hybris.platform.servicelayer.keygenerator.KeyGeneratorde.hybris.platform.product.ProductServicede.hybris.platform.order.QuoteServicede.hybris.platform.servicelayer.user.UserServiceprocessInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry) protected List<CommentModel>processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry) voidsetCalculationService(de.hybris.platform.order.CalculationService calculationService) voidsetCommentService(de.hybris.platform.comments.services.CommentService commentService) voidsetKeyGenerator(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) voidsetProductService(de.hybris.platform.product.ProductService productService) voidsetQuoteService(de.hybris.platform.order.QuoteService quoteService) voidsetSapQuoteService(SapQuoteService sapQuoteService) voidsetUserService(de.hybris.platform.servicelayer.user.UserService userService)
-
Constructor Details
-
DefaultInboundQuoteEntryHelper
public DefaultInboundQuoteEntryHelper()
-
-
Method Details
-
processInboundQuoteEntry
- Specified by:
processInboundQuoteEntryin interfaceInboundQuoteEntryHelper
-
processQuoteEntryComments
- Parameters:
inboundQuote-
-
generateCode
-
calculateQuote
-
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
-
setSapQuoteService
-
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
-