Class AbstractNavigationAreaModel
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
- All Implemented Interfaces:
SectionPanelModel
- Direct Known Subclasses:
CatalogNavigationAreaModel,DefaultNavigationAreaModel,LiveEditNavigationAreaModel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidaddNewSpecialCollection(String qualifier, HybrisEnumValue collectionType) protected voidaddNewSpecialCollectionsStandard(String qualifier, EnumerationValue collectionType) Deprecated.voidaddSavedQuery(String label, CockpitSavedQueryModel query) protected List<UICollectionQuery>protected List<UIDynamicQuery>protected List<UISavedQuery>protected List<UISavedQuery>protected List<UICollectionQuery>voidhideSection(Section section) abstract voidprotected voidprotected voidprotected voidprotected voidvoidremoveQuery(UIQuery query) protected voidprotected voidvoidvoidsetSelectedQueryType(QueryTypeSectionModel selectedQueryTypeView) voidsetSpecialCollectionTypes(List<String> collTypes) voidshowSection(Section section) abstract voidupdate()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
-
Field Details
-
queryTypeViews
-
-
Constructor Details
-
AbstractNavigationAreaModel
public AbstractNavigationAreaModel()
-
-
Method Details
-
setDefaultQueryType
protected void setDefaultQueryType() -
setAvailableQueryType
protected void setAvailableQueryType() -
getSelectedQueryType
-
getAvailableViewModes
-
hideSection
- Specified by:
hideSectionin classAbstractSectionPanelModel
-
showSection
- Specified by:
showSectionin interfaceSectionPanelModel- Specified by:
showSectionin classAbstractSectionPanelModel
-
refreshCollections
protected void refreshCollections() -
refreshSavedQueries
protected void refreshSavedQueries() -
getCollectionsFromJalo
-
getDynamicQueryFromJalo
- Returns:
- list of predefined queries
-
refreshDynamicQueries
protected void refreshDynamicQueries() -
refreshSpecialCollections
protected void refreshSpecialCollections() -
getSpecialCollectionsFromJalo
-
addSavedQuery
-
addNewCollection
-
addNewSpecialCollectionsStandard
@Deprecated protected void addNewSpecialCollectionsStandard(String qualifier, EnumerationValue collectionType) Deprecated.since 6.3, useaddNewSpecialCollection(String, HybrisEnumValue)instead -
addNewSpecialCollection
-
removeQuery
-
getSavedQueries
-
getDynamicQueries
-
getCollections
-
getSpecialCollections
-
addAllSpecialCollectionsStandard
protected void addAllSpecialCollectionsStandard() -
getCollectionQuery
-
initialize
public abstract void initialize() -
update
public abstract void update() -
getSpecialCollectionTypes
-
setSpecialCollectionTypes
-
addNewSpecialCollection(String, HybrisEnumValue)instead