Class LiveEditNavigationAreaModel
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
-
- de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
-
- de.hybris.platform.cmscockpit.components.navigationarea.LiveEditNavigationAreaModel
-
- All Implemented Interfaces:
SectionPanelModel
public class LiveEditNavigationAreaModel extends AbstractNavigationAreaModel
Represents a model of Navigation Area for Live Edit Perspective
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
queryTypeViews
-
-
Constructor Summary
Constructors Constructor Description LiveEditNavigationAreaModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()java.lang.StringretriveCurrentFrontendSessionId()UserModelretriveCurrentFrontendUser()voidupdate()-
Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.AbstractNavigationAreaModel
addAllSpecialCollectionsStandard, addNewCollection, addNewSpecialCollection, addNewSpecialCollectionsStandard, addSavedQuery, getAvailableViewModes, getCollectionQuery, getCollections, getCollectionsFromJalo, getDynamicQueries, getDynamicQueryFromJalo, getNavigationArea, 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
-
-
-
-
Method Detail
-
initialize
public void initialize()
- Specified by:
initializein interfaceSectionPanelModel- Specified by:
initializein classAbstractNavigationAreaModel
-
update
public void update()
- Specified by:
updatein interfaceSectionPanelModel- Specified by:
updatein classAbstractNavigationAreaModel
-
retriveCurrentFrontendSessionId
public java.lang.String retriveCurrentFrontendSessionId()
-
retriveCurrentFrontendUser
public UserModel retriveCurrentFrontendUser()
-
-