Class CmsComponentWizard
- java.lang.Object
-
- de.hybris.platform.cmscockpit.wizard.CmsComponentWizard
-
public class CmsComponentWizard extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserModelbrowserModelprotected static java.lang.StringCMSITEM_CATALOGVERSIONprotected static java.lang.StringCMSITEM_UIDprotected static java.lang.StringCMSITEM_UID_PREFIXprotected static java.lang.StringDEFAULT_WIZARD_FRAMEprotected BrowserSectionModelmodelprotected org.zkoss.zk.ui.Componentparentprotected java.lang.Stringpositionprotected UIConfigurationServiceuiConfigurationServiceprotected static java.lang.StringWIZARD_CONFIG
-
Constructor Summary
Constructors Constructor Description CmsComponentWizard(BrowserSectionModel model, org.zkoss.zk.ui.Component parent, BrowserModel browserModel)CmsComponentWizard(org.zkoss.zk.ui.Component parent)
-
Method Summary
-
-
-
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
-
CMSITEM_UID_PREFIX
protected static final java.lang.String CMSITEM_UID_PREFIX
- See Also:
- Constant Field Values
-
parent
protected org.zkoss.zk.ui.Component parent
-
model
protected BrowserSectionModel model
-
position
protected java.lang.String position
-
browserModel
protected BrowserModel browserModel
-
uiConfigurationService
protected UIConfigurationService uiConfigurationService
-
-
Constructor Detail
-
CmsComponentWizard
public CmsComponentWizard(BrowserSectionModel model, org.zkoss.zk.ui.Component parent, BrowserModel browserModel)
-
CmsComponentWizard
public CmsComponentWizard(org.zkoss.zk.ui.Component parent)
-
-
Method Detail
-
getCurrentPosition
protected java.lang.String getCurrentPosition(BrowserSectionModel model)
-
getWizardConfiguration
protected WizardConfiguration getWizardConfiguration()
-
start
public Wizard start()
-
getCurrentTypeElementConfiguration
protected ContentElementConfiguration getCurrentTypeElementConfiguration(CmsWizard wizard)
-
getContentElementConfiguration
protected ContentElementListConfiguration getContentElementConfiguration()
-
getContentElementConfiguration
protected ContentElementListConfiguration getContentElementConfiguration(ObjectTemplate objectTemplate)
-
setPosition
public void setPosition(java.lang.String position)
-
isDisplaySubtypes
public boolean isDisplaySubtypes()
-
setDisplaySubtypes
public void setDisplaySubtypes(boolean displaySubtypes)
-
setParameters
public void setParameters(java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
-
getParameters
public java.util.Map<java.lang.String,? extends java.lang.Object> getParameters()
-
getCmsAdminSiteService
protected CMSAdminSiteService getCmsAdminSiteService()
Returns proper admin site related service.- Returns:
- site related admin service
-
getGenericRandomNameProducer
public GenericRandomNameProducer getGenericRandomNameProducer()
-
getUIConfigurationService
protected UIConfigurationService getUIConfigurationService()
-
getCmsComponentSelectorPageFactory
protected CmsComponentSelectorPageFactory getCmsComponentSelectorPageFactory()
-
-