public class MyInterestsPageController
extends AbstractSearchPageController
| Constructor and Description |
|---|
MyInterestsPageController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SortData> |
buildSorts(java.lang.String sortCode) |
protected PaginationData |
createPagination(PageableData pageableData,
int total) |
protected ResourceBreadcrumbBuilder |
getAccountBreadcrumbBuilder() |
protected ConfigurationService |
getConfigurationService() |
java.lang.String |
getCustomerInterests(int page,
ShowMode showMode,
java.lang.String sortCode,
Model model) |
protected FutureStockFacade |
getFutureStockFacade() |
protected MediaService |
getMediaService() |
protected ProductInterestFacade |
getProductInterestFacade() |
void |
removeAllInterestForProduct(java.lang.String encodedProductCode,
HttpServletRequest request,
HttpServletResponse response,
Model model) |
java.lang.String |
show(java.lang.String encodedProductCode,
java.lang.String notificationType,
HttpServletRequest request,
HttpServletResponse response,
Model model) |
public java.lang.String getCustomerInterests(int page,
ShowMode showMode,
java.lang.String sortCode,
Model model)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String show(java.lang.String encodedProductCode,
java.lang.String notificationType,
HttpServletRequest request,
HttpServletResponse response,
Model model)
throws java.io.IOException
java.io.IOExceptionpublic void removeAllInterestForProduct(java.lang.String encodedProductCode,
HttpServletRequest request,
HttpServletResponse response,
Model model)
throws java.io.IOException,
CMSItemNotFoundException
java.io.IOExceptionCMSItemNotFoundExceptionprotected ResourceBreadcrumbBuilder getAccountBreadcrumbBuilder()
protected ProductInterestFacade getProductInterestFacade()
protected ConfigurationService getConfigurationService()
protected MediaService getMediaService()
protected FutureStockFacade getFutureStockFacade()
protected PaginationData createPagination(PageableData pageableData, int total)
protected java.util.List<SortData> buildSorts(java.lang.String sortCode)
Copyright © 2018 SAP SE. All Rights Reserved.