Class CatalogNavigationAreaModel
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
-
- de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
-
- de.hybris.platform.productcockpit.components.navigationarea.CatalogNavigationAreaModel
-
- All Implemented Interfaces:
SectionPanelModel
public class CatalogNavigationAreaModel extends AbstractNavigationAreaModel
Represents model for catalog section in catalogue perspective
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CatalogNavigationAreaModel.UIFavorite
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
queryTypeViews
-
-
Constructor Summary
Constructors Constructor Description CatalogNavigationAreaModel()
CatalogNavigationAreaModel(CatalogNavigationArea area)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<FavoriteCategory>
getFavoriteCategoriesFromJalo()
NavigationPanelSection
getFavoritesSection()
CatalogNavigationArea
getNavigationArea()
NavigationPanelSection
getOpenBrowsersSection()
java.util.List<ItemModel>
getTmpOpenedCatalogItems()
void
hideSection(Section section)
void
initialize()
void
setFavoritesSection(NavigationPanelSection favoritesSection)
void
setOpenBrowsersSection(NavigationPanelSection openBrowsersSection)
void
showSection(Section section)
void
update()
-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
addAllSpecialCollectionsStandard, addNewCollection, addNewSpecialCollection, addNewSpecialCollectionsStandard, addSavedQuery, getAvailableViewModes, getCollectionQuery, getCollections, getCollectionsFromJalo, getDynamicQueries, getDynamicQueryFromJalo, getNotSharedQueriesFromJalo, getSavedQueries, getSelectedQueryType, getSharedQueriesFromJalo, getSpecialCollections, getSpecialCollectionsFromJalo, getSpecialCollectionTypes, refreshCollections, refreshDynamicQueries, refreshSavedQueries, refreshSpecialCollections, removeQuery, setAvailableQueryType, setDefaultQueryType, setNavigationArea, setSelectedQueryType, setSpecialCollectionTypes
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
addMessage, addModelListener, addSection, addSections, clearMessages, fireAttacheValidationIconMenu, fireMessagesChanged, fireRowHide, fireRowMoved, fireRowShow, fireRowStatusChange, fireRowUpdate, fireSectionAdded, fireSectionHeaderChange, fireSectionHide, fireSectionMoved, fireSectionRemoved, fireSectionRenamed, fireSectionShow, fireSectionUpdate, getContext, getImageUrl, getLabel, getMessages, getSectionByLabel, getSections, hideMessage, moveSection, refreshInfoContainer, removeAllSections, removeModelListener, removeSection, removeSections, renameSection, rowUpdated, sectionUpdated, setImageUrl, setLabel, setSections, showAllMessages, showMessage
-
-
-
-
Constructor Detail
-
CatalogNavigationAreaModel
public CatalogNavigationAreaModel()
-
CatalogNavigationAreaModel
public CatalogNavigationAreaModel(CatalogNavigationArea area)
-
-
Method Detail
-
initialize
public void initialize()
- Specified by:
initialize
in interfaceSectionPanelModel
- Specified by:
initialize
in classAbstractNavigationAreaModel
-
update
public void update()
- Specified by:
update
in interfaceSectionPanelModel
- Specified by:
update
in classAbstractNavigationAreaModel
-
getOpenBrowsersSection
public NavigationPanelSection getOpenBrowsersSection()
-
setOpenBrowsersSection
public void setOpenBrowsersSection(NavigationPanelSection openBrowsersSection)
-
getFavoritesSection
public NavigationPanelSection getFavoritesSection()
-
setFavoritesSection
public void setFavoritesSection(NavigationPanelSection favoritesSection)
-
getTmpOpenedCatalogItems
public java.util.List<ItemModel> getTmpOpenedCatalogItems()
-
hideSection
public void hideSection(Section section)
- Overrides:
hideSection
in classAbstractNavigationAreaModel
-
showSection
public void showSection(Section section)
- Specified by:
showSection
in interfaceSectionPanelModel
- Overrides:
showSection
in classAbstractNavigationAreaModel
-
getFavoriteCategoriesFromJalo
public java.util.List<FavoriteCategory> getFavoriteCategoriesFromJalo()
-
getNavigationArea
public CatalogNavigationArea getNavigationArea()
- Overrides:
getNavigationArea
in classAbstractNavigationAreaModel
-
-