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 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)
-
-
-
Method Detail
-
processInboundQuoteEntry
public QuoteEntryModel processInboundQuoteEntry(QuoteEntryModel inboundQuoteEntry)
- Specified by:
processInboundQuoteEntry
in 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
-
-