public abstract class AbstractNavigationAreaModel extends AbstractSectionPanelModel
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryTypeSectionModel> |
queryTypeViews |
| Constructor and Description |
|---|
AbstractNavigationAreaModel() |
AbstractNavigationAreaModel(AbstractUINavigationArea area) |
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, showMessageprotected List<QueryTypeSectionModel> queryTypeViews
public AbstractNavigationAreaModel()
public AbstractNavigationAreaModel(AbstractUINavigationArea area)
protected void setDefaultQueryType()
protected void setAvailableQueryType()
public void setNavigationArea(AbstractUINavigationArea area)
public AbstractUINavigationArea getNavigationArea()
public QueryTypeSectionModel getSelectedQueryType()
public void setSelectedQueryType(QueryTypeSectionModel selectedQueryTypeView)
public List<QueryTypeSectionModel> getAvailableViewModes()
public void hideSection(Section section)
hideSection in class AbstractSectionPanelModelpublic void showSection(Section section)
showSection in interface SectionPanelModelshowSection in class AbstractSectionPanelModelprotected void refreshCollections()
protected void refreshSavedQueries()
protected List<UICollectionQuery> getCollectionsFromJalo()
protected List<UISavedQuery> getNotSharedQueriesFromJalo()
protected List<UISavedQuery> getSharedQueriesFromJalo()
protected List<UIDynamicQuery> getDynamicQueryFromJalo()
protected void refreshDynamicQueries()
protected void refreshSpecialCollections()
protected List<UICollectionQuery> getSpecialCollectionsFromJalo()
public void addSavedQuery(String label, CockpitSavedQueryModel query)
public UICollectionQuery addNewCollection()
@Deprecated protected void addNewSpecialCollectionsStandard(String qualifier, EnumerationValue collectionType)
addNewSpecialCollection(String, HybrisEnumValue) insteadprotected void addNewSpecialCollection(String qualifier, HybrisEnumValue collectionType)
public void removeQuery(UIQuery query)
public List<UISavedQuery> getSavedQueries()
public List<UIDynamicQuery> getDynamicQueries()
public List<UICollectionQuery> getCollections()
public List<UICollectionQuery> getSpecialCollections()
protected void addAllSpecialCollectionsStandard()
public UICollectionQuery getCollectionQuery(ObjectCollection coll)
public abstract void initialize()
public abstract void update()
Copyright © 2017 SAP SE. All Rights Reserved.