public abstract class AbstractNavigationAreaModel extends AbstractSectionPanelModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.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 java.util.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 java.util.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 java.util.List<UICollectionQuery> getCollectionsFromJalo()
protected java.util.List<UISavedQuery> getNotSharedQueriesFromJalo()
protected java.util.List<UISavedQuery> getSharedQueriesFromJalo()
protected java.util.List<UIDynamicQuery> getDynamicQueryFromJalo()
protected void refreshDynamicQueries()
protected void refreshSpecialCollections()
protected java.util.List<UICollectionQuery> getSpecialCollectionsFromJalo()
public void addSavedQuery(java.lang.String label,
CockpitSavedQueryModel query)
public UICollectionQuery addNewCollection()
@Deprecated
protected void addNewSpecialCollectionsStandard(java.lang.String qualifier,
EnumerationValue collectionType)
addNewSpecialCollection(String, HybrisEnumValue) insteadprotected void addNewSpecialCollection(java.lang.String qualifier,
HybrisEnumValue collectionType)
public void removeQuery(UIQuery query)
public java.util.List<UISavedQuery> getSavedQueries()
public java.util.List<UIDynamicQuery> getDynamicQueries()
public java.util.List<UICollectionQuery> getCollections()
public java.util.List<UICollectionQuery> getSpecialCollections()
protected void addAllSpecialCollectionsStandard()
public UICollectionQuery getCollectionQuery(ObjectCollection coll)
public abstract void initialize()
public abstract void update()
public java.util.List<java.lang.String> getSpecialCollectionTypes()
public void setSpecialCollectionTypes(java.util.List<java.lang.String> collTypes)
Copyright © 2018 SAP SE. All Rights Reserved.