Class OrgUnitAfterInitializationEndEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AfterInitializationEndEvent>
de.hybris.platform.commerceservices.organization.listeners.impl.OrgUnitAfterInitializationEndEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AfterInitializationEndEvent>

public class OrgUnitAfterInitializationEndEventListener extends AbstractEventListener<AfterInitializationEndEvent>
Event listener for the AfterInitializationEndEvent which triggers the generation of hierarchy paths for organizational units of the configured unitType after initialization has finished.
See Also:
  • Constructor Details

    • OrgUnitAfterInitializationEndEventListener

      public OrgUnitAfterInitializationEndEventListener(Class<? extends OrgUnitModel> unitType)
      Constructor setting the type to generate unit paths for
      Parameters:
      unitType - the unit type to generate path values for
  • Method Details