public class DefaultInboundQuoteEntryHelper extends java.lang.Object implements InboundQuoteEntryHelper
| Constructor and Description |
|---|
DefaultInboundQuoteEntryHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
calculateQuote(QuoteEntryModel quoteEntryModel) |
protected java.lang.String |
generateCode() |
CalculationService |
getCalculationService() |
CommentService |
getCommentService() |
KeyGenerator |
getKeyGenerator() |
ProductService |
getProductService() |
QuoteService |
getQuoteService() |
SapQuoteService |
getSapQuoteService() |
UserService |
getUserService() |
QuoteEntryModel |
processInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry) |
protected java.util.List<CommentModel> |
processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry) |
void |
setCalculationService(CalculationService calculationService) |
void |
setCommentService(CommentService commentService) |
void |
setKeyGenerator(KeyGenerator keyGenerator) |
void |
setProductService(ProductService productService) |
void |
setQuoteService(QuoteService quoteService) |
void |
setSapQuoteService(SapQuoteService sapQuoteService) |
void |
setUserService(UserService userService) |
public QuoteEntryModel processInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry)
processInboundQuoteEntry in interface InboundQuoteEntryHelperprotected java.util.List<CommentModel> processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry)
inboundQuote - protected java.lang.String generateCode()
public void calculateQuote(QuoteEntryModel quoteEntryModel)
public QuoteService getQuoteService()
public void setQuoteService(QuoteService quoteService)
public UserService getUserService()
public void setUserService(UserService userService)
public KeyGenerator getKeyGenerator()
public void setKeyGenerator(KeyGenerator keyGenerator)
public SapQuoteService getSapQuoteService()
public void setSapQuoteService(SapQuoteService sapQuoteService)
public CommentService getCommentService()
public void setCommentService(CommentService commentService)
public CalculationService getCalculationService()
public void setCalculationService(CalculationService calculationService)
public ProductService getProductService()
public void setProductService(ProductService productService)
productService - the productService to setCopyright © 2018 SAP SE. All Rights Reserved.