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.String
getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor)
java.lang.String
getCustomWizardID(java.lang.String templateCode, UICockpitPerspective perspective, java.lang.String propertyQualifier)
void
init()
void
setApplicationContext(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:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-