Class CreateWizardConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.generic.CreateWizardConfiguration
-
public class CreateWizardConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreateWizardConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getIgnoreAtProperties()
java.util.Set<java.lang.String>
getRestrictToPerspectives()
java.util.Set<java.lang.String>
getRestrictToProperties()
java.lang.String
getTemplateCode()
java.lang.String
getWizardBeanId()
boolean
hasRestrictions()
void
setIgnoreAtProperties(java.util.Set<java.lang.String> ignoreAtProperties)
void
setRestrictToPerspectives(java.util.Set<java.lang.String> restrictToPerspectives)
void
setRestrictToProperties(java.util.Set<java.lang.String> restrictToProperties)
void
setTemplateCode(java.lang.String templateCode)
void
setWizardBeanId(java.lang.String wizardBeanId)
-
-
-
Method Detail
-
getRestrictToProperties
public java.util.Set<java.lang.String> getRestrictToProperties()
-
setRestrictToProperties
public void setRestrictToProperties(java.util.Set<java.lang.String> restrictToProperties)
-
getIgnoreAtProperties
public java.util.Set<java.lang.String> getIgnoreAtProperties()
-
setIgnoreAtProperties
public void setIgnoreAtProperties(java.util.Set<java.lang.String> ignoreAtProperties)
-
setRestrictToPerspectives
public void setRestrictToPerspectives(java.util.Set<java.lang.String> restrictToPerspectives)
-
getRestrictToPerspectives
public java.util.Set<java.lang.String> getRestrictToPerspectives()
-
setWizardBeanId
public void setWizardBeanId(java.lang.String wizardBeanId)
-
getWizardBeanId
public java.lang.String getWizardBeanId()
-
setTemplateCode
public void setTemplateCode(java.lang.String templateCode)
-
getTemplateCode
public java.lang.String getTemplateCode()
-
hasRestrictions
public boolean hasRestrictions()
-
-