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
public class PageViewNavigationEvent extends CmsNavigationEvent
The Class PageViewNavigationEvent.
-
-
Constructor Summary
Constructors Constructor Description PageViewNavigationEvent(java.lang.Object source, CMSSiteModel site, CatalogVersionModel catalog, AbstractPageModel page)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractPageModelgetPagePk()Gets the page pk.-
Methods inherited from class de.hybris.platform.cmscockpit.events.impl.CmsNavigationEvent
getCatalog, getPage, getSite
-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
-
-
-
Constructor Detail
-
PageViewNavigationEvent
public PageViewNavigationEvent(java.lang.Object source, CMSSiteModel site, CatalogVersionModel catalog, AbstractPageModel page)The Constructor.- Parameters:
source- the sourcesite- the sitecatalog- the catalogpage- the page
-
-
Method Detail
-
getPagePk
public AbstractPageModel getPagePk()
Gets the page pk.- Returns:
- the pagePk
-
-