Class CreateItemWizardRegistry
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.generic.CreateItemWizardRegistry
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class CreateItemWizardRegistry extends java.lang.Object implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description CreateItemWizardRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor)java.lang.StringgetCustomWizardID(java.lang.String templateCode, UICockpitPerspective perspective, java.lang.String propertyQualifier)voidinit()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
init
public void init()
-
getCustomWizardID
public java.lang.String getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor)
-
getCustomWizardID
public java.lang.String getCustomWizardID(java.lang.String templateCode, UICockpitPerspective perspective, java.lang.String propertyQualifier)
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-