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 Object
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor) getCustomWizardID(String templateCode, UICockpitPerspective perspective, String propertyQualifier) voidinit()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
CreateItemWizardRegistry
public CreateItemWizardRegistry()
-
-
Method Details
-
init
public void init() -
getCustomWizardID
public String getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor) -
getCustomWizardID
public String getCustomWizardID(String templateCode, UICockpitPerspective perspective, 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
-