Class NavigationAreaModel
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
-
- de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
-
- de.hybris.platform.cockpit.components.navigationarea.DefaultNavigationAreaModel
-
- de.hybris.platform.importcockpit.components.navigationarea.NavigationAreaModel
-
- All Implemented Interfaces:
SectionPanelModel
public class NavigationAreaModel extends DefaultNavigationAreaModel
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
queryTypeViews
-
-
Constructor Summary
Constructors Constructor Description NavigationAreaModel()NavigationAreaModel(AbstractUINavigationArea area)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvent(StartStopEvent event)java.util.List<StartStopEvent>getJobEvents()protected intgetMaxJobEvents()ImportCockpitNavigationAreagetNavigationArea()voidsetMaxJobEvents(int maxJobEvents)-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.DefaultNavigationAreaModel
initialize, 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, hideSection, refreshCollections, refreshDynamicQueries, refreshSavedQueries, refreshSpecialCollections, removeQuery, setAvailableQueryType, setDefaultQueryType, setNavigationArea, setSelectedQueryType, setSpecialCollectionTypes, showSection
-
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
-
NavigationAreaModel
public NavigationAreaModel()
-
NavigationAreaModel
public NavigationAreaModel(AbstractUINavigationArea area)
-
-
Method Detail
-
setMaxJobEvents
public void setMaxJobEvents(int maxJobEvents)
-
getMaxJobEvents
protected int getMaxJobEvents()
-
getNavigationArea
public ImportCockpitNavigationArea getNavigationArea()
- Overrides:
getNavigationAreain classAbstractNavigationAreaModel
-
addEvent
public void addEvent(StartStopEvent event)
-
getJobEvents
public java.util.List<StartStopEvent> getJobEvents()
-
-