public class MyQuotesController
extends AbstractSearchPageController
| Constructor and Description |
|---|
MyQuotesController() |
| Modifier and Type | Method and Description |
|---|---|
protected CartFacade |
getCartFacade() |
java.lang.String |
getProductVariantMatrixForResponsive(java.lang.String quoteCode,
java.lang.String productCode,
Model model) |
protected QuoteFacade |
getQuoteFacade() |
VoucherFacade |
getVoucherFacade() |
protected void |
loadCommentsShown(Model model) |
java.lang.String |
quote(Model model,
RedirectAttributes redirectModel,
java.lang.String quoteCode) |
java.lang.String |
quotes(int page,
ShowMode showMode,
java.lang.String sortCode,
Model model) |
protected void |
setAllowedActions(Model model,
java.lang.String quoteCode)
Set allowed actions for a given quote on model.
|
protected void |
sortComments(AbstractOrderData orderData) |
public java.lang.String quotes(int page,
ShowMode showMode,
java.lang.String sortCode,
Model model)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String quote(Model model,
RedirectAttributes redirectModel,
java.lang.String quoteCode)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String getProductVariantMatrixForResponsive(java.lang.String quoteCode,
java.lang.String productCode,
Model model)
protected void sortComments(AbstractOrderData orderData)
protected void loadCommentsShown(Model model)
protected void setAllowedActions(Model model,
java.lang.String quoteCode)
model - the MVC modelquoteCode - the quote to be checked.protected QuoteFacade getQuoteFacade()
public VoucherFacade getVoucherFacade()
protected CartFacade getCartFacade()
Copyright © 2018 SAP SE. All Rights Reserved.