Class CmsCreatePageWizard
- java.lang.Object
-
- de.hybris.platform.cmscockpit.wizard.CmsCreatePageWizard
-
public class CmsCreatePageWizard extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringABSTRACTPAGE_UID_PREFIXprotected static java.lang.StringCMSITEM_CATALOGVERSIONprotected static java.lang.StringCMSITEM_UIDprotected static java.lang.StringDEFAULT_WIZARD_FRAMEprotected BrowserSectionModelmodelprotected org.zkoss.zk.ui.Componentparentprotected UIConfigurationServiceuiConfigurationServiceprotected static java.lang.StringWIZARD_CONFIG
-
Constructor Summary
Constructors Constructor Description CmsCreatePageWizard(BrowserSectionModel model, org.zkoss.zk.ui.Component parent)CmsCreatePageWizard(org.zkoss.zk.ui.Component parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSAdminSiteServicegetCmsAdminSiteService()Returns proper admin site related service.protected CmsPageSelectorPageFactorygetCmsPageSelectorPageFactory()GenericRandomNameProducergetGenericRandomNameProducer()protected UIConfigurationServicegetUIConfigurationService()protected WizardConfigurationgetWizardConfiguration()booleanisDisplaySubtypes()voidsetDisplaySubtypes(boolean displaySubtypes)Wizardstart()
-
-
-
Field Detail
-
WIZARD_CONFIG
protected static final java.lang.String WIZARD_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_WIZARD_FRAME
protected static final java.lang.String DEFAULT_WIZARD_FRAME
- See Also:
- Constant Field Values
-
CMSITEM_CATALOGVERSION
protected static final java.lang.String CMSITEM_CATALOGVERSION
- See Also:
- Constant Field Values
-
CMSITEM_UID
protected static final java.lang.String CMSITEM_UID
- See Also:
- Constant Field Values
-
ABSTRACTPAGE_UID_PREFIX
protected static final java.lang.String ABSTRACTPAGE_UID_PREFIX
- See Also:
- Constant Field Values
-
parent
protected org.zkoss.zk.ui.Component parent
-
model
protected BrowserSectionModel model
-
uiConfigurationService
protected UIConfigurationService uiConfigurationService
-
-
Constructor Detail
-
CmsCreatePageWizard
public CmsCreatePageWizard(BrowserSectionModel model, org.zkoss.zk.ui.Component parent)
-
CmsCreatePageWizard
public CmsCreatePageWizard(org.zkoss.zk.ui.Component parent)
-
-
Method Detail
-
getWizardConfiguration
protected WizardConfiguration getWizardConfiguration()
-
start
public Wizard start()
-
getCmsAdminSiteService
protected CMSAdminSiteService getCmsAdminSiteService()
Returns proper admin site related service.- Returns:
- site related admin service
-
isDisplaySubtypes
public boolean isDisplaySubtypes()
-
setDisplaySubtypes
public void setDisplaySubtypes(boolean displaySubtypes)
-
getGenericRandomNameProducer
public GenericRandomNameProducer getGenericRandomNameProducer()
-
getUIConfigurationService
protected UIConfigurationService getUIConfigurationService()
-
getCmsPageSelectorPageFactory
protected CmsPageSelectorPageFactory getCmsPageSelectorPageFactory()
-
-