Class CreateWizardConfiguration

java.lang.Object
de.hybris.platform.cockpit.wizards.generic.CreateWizardConfiguration

public class CreateWizardConfiguration extends Object
  • Constructor Details

    • CreateWizardConfiguration

      public CreateWizardConfiguration()
  • Method Details

    • getRestrictToProperties

      public Set<String> getRestrictToProperties()
    • setRestrictToProperties

      public void setRestrictToProperties(Set<String> restrictToProperties)
    • getIgnoreAtProperties

      public Set<String> getIgnoreAtProperties()
    • setIgnoreAtProperties

      public void setIgnoreAtProperties(Set<String> ignoreAtProperties)
    • setRestrictToPerspectives

      public void setRestrictToPerspectives(Set<String> restrictToPerspectives)
    • getRestrictToPerspectives

      public Set<String> getRestrictToPerspectives()
    • setWizardBeanId

      public void setWizardBeanId(String wizardBeanId)
    • getWizardBeanId

      public String getWizardBeanId()
    • setTemplateCode

      public void setTemplateCode(String templateCode)
    • getTemplateCode

      public String getTemplateCode()
    • hasRestrictions

      public boolean hasRestrictions()