Class AbstractSapOrderHistoryPageController
- java.lang.Object
-
- de.hybris.platform.addonsupport.controllers.AbstractAddOnController
-
- de.hybris.platform.addonsupport.controllers.page.AbstractAddOnPageController
-
- de.hybris.platform.sap.sapcarintegrationaddon.controllers.pages.AbstractSapOrderHistoryPageController
-
- Direct Known Subclasses:
SapOrderHistoryPageController
public abstract class AbstractSapOrderHistoryPageController extends AbstractAddOnPageController
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractSapOrderHistoryPageController.ShowMode-
Nested classes/interfaces inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController
AbstractAddOnController.HttpNotFoundException
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_PAGE_LIMIT-
Fields inherited from class de.hybris.platform.addonsupport.controllers.page.AbstractAddOnPageController
CMS_PAGE_MODEL, CMS_PAGE_TITLE, PAGE_ROOT
-
Fields inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController
FORWARD_PREFIX, REDIRECT_PREFIX, ROOT
-
-
Constructor Summary
Constructors Constructor Description AbstractSapOrderHistoryPageController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.BooleancalculateShowAll(SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)protected java.lang.BooleancalculateShowPaged(SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)protected PageableDatacreatePageableData(int pageNumber, int pageSize, java.lang.String sortCode, AbstractSapOrderHistoryPageController.ShowMode showMode)protected ContentPageModelgetContentPageForLabelOrId(java.lang.String labelOrId)protected booleanisShowAllAllowed(SearchPageData<?> searchPageData)protected voidpopulateModel(org.springframework.ui.Model model, SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)-
Methods inherited from class de.hybris.platform.addonsupport.controllers.page.AbstractAddOnPageController
checkRequestUrl, createMetaElement, getCmsPageService, getCmsSiteService, getCurrencies, getCurrentCurrency, getCurrentLanguage, getCustomerFacade, getHostConfigService, getI18nService, getLanguages, getMessageSource, getPageTitleResolver, getRequestContextData, getSessionService, getSiteConfigService, getSiteName, getStoreSessionFacade, getUser, getViewForPage, getViewForPage, setUpMetaData, setUpMetaDataForContentPage, storeCmsPageInModel, storeContentPageTitleInModel, storeContinueUrl
-
Methods inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController
addRequestToModel, getBean
-
-
-
-
Field Detail
-
MAX_PAGE_LIMIT
public static final int MAX_PAGE_LIMIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentPageForLabelOrId
protected ContentPageModel getContentPageForLabelOrId(java.lang.String labelOrId) throws CMSItemNotFoundException
- Overrides:
getContentPageForLabelOrIdin classAbstractAddOnPageController- Throws:
CMSItemNotFoundException
-
createPageableData
protected PageableData createPageableData(int pageNumber, int pageSize, java.lang.String sortCode, AbstractSapOrderHistoryPageController.ShowMode showMode)
-
populateModel
protected void populateModel(org.springframework.ui.Model model, SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)
-
calculateShowAll
protected java.lang.Boolean calculateShowAll(SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)
-
calculateShowPaged
protected java.lang.Boolean calculateShowPaged(SearchPageData<?> searchPageData, AbstractSapOrderHistoryPageController.ShowMode showMode)
-
isShowAllAllowed
protected boolean isShowAllAllowed(SearchPageData<?> searchPageData)
-
-