Class DefaultInboundQuoteEntryHelper
- java.lang.Object
-
- com.sap.hybris.sapquoteintegration.inbound.helper.impl.DefaultInboundQuoteEntryHelper
-
- All Implemented Interfaces:
InboundQuoteEntryHelper
public class DefaultInboundQuoteEntryHelper extends java.lang.Object implements InboundQuoteEntryHelper
-
-
Constructor Summary
Constructors Constructor Description DefaultInboundQuoteEntryHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculateQuote(QuoteEntryModel quoteEntryModel)protected java.lang.StringgenerateCode()CalculationServicegetCalculationService()CommentServicegetCommentService()KeyGeneratorgetKeyGenerator()ProductServicegetProductService()QuoteServicegetQuoteService()SapQuoteServicegetSapQuoteService()UserServicegetUserService()QuoteEntryModelprocessInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry)protected java.util.List<CommentModel>processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry)voidsetCalculationService(CalculationService calculationService)voidsetCommentService(CommentService commentService)voidsetKeyGenerator(KeyGenerator keyGenerator)voidsetProductService(ProductService productService)voidsetQuoteService(QuoteService quoteService)voidsetSapQuoteService(SapQuoteService sapQuoteService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
processInboundQuoteEntry
public QuoteEntryModel processInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry)
- Specified by:
processInboundQuoteEntryin interfaceInboundQuoteEntryHelper
-
processQuoteEntryComments
protected java.util.List<CommentModel> processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry)
- Parameters:
inboundQuote-
-
generateCode
protected java.lang.String generateCode()
-
calculateQuote
public void calculateQuote(QuoteEntryModel quoteEntryModel)
-
getQuoteService
public QuoteService getQuoteService()
-
setQuoteService
public void setQuoteService(QuoteService quoteService)
-
getUserService
public UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
getKeyGenerator
public KeyGenerator getKeyGenerator()
-
setKeyGenerator
public void setKeyGenerator(KeyGenerator keyGenerator)
-
getSapQuoteService
public SapQuoteService getSapQuoteService()
-
setSapQuoteService
public void setSapQuoteService(SapQuoteService sapQuoteService)
-
getCommentService
public CommentService getCommentService()
-
setCommentService
public void setCommentService(CommentService commentService)
-
getCalculationService
public CalculationService getCalculationService()
-
setCalculationService
public void setCalculationService(CalculationService calculationService)
-
getProductService
public ProductService getProductService()
- Returns:
- the productService
-
setProductService
public void setProductService(ProductService productService)
- Parameters:
productService- the productService to set
-
-