Class PageViewNavigationEvent
java.lang.Object
de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
de.hybris.platform.cmscockpit.events.impl.CmsNavigationEvent
de.hybris.platform.cmscockpit.events.impl.PageViewNavigationEvent
- All Implemented Interfaces:
CockpitEvent
The Class PageViewNavigationEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionPageViewNavigationEvent(Object source, CMSSiteModel site, CatalogVersionModel catalog, AbstractPageModel page) The Constructor. -
Method Summary
Methods inherited from class de.hybris.platform.cmscockpit.events.impl.CmsNavigationEvent
getCatalog, getPage, getSiteMethods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
Constructor Details
-
PageViewNavigationEvent
public PageViewNavigationEvent(Object source, CMSSiteModel site, CatalogVersionModel catalog, AbstractPageModel page) The Constructor.- Parameters:
source- the sourcesite- the sitecatalog- the catalogpage- the page
-
-
Method Details
-
getPagePk
Gets the page pk.- Returns:
- the pagePk
-