Class SyncFinishedUpdater

java.lang.Object
com.hybris.backoffice.sync.updaters.SyncFinishedUpdater
All Implemented Interfaces:
ProcessesUpdater

@Deprecated(since="6.6", forRemoval=true) public class SyncFinishedUpdater extends Object implements ProcessesUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6, no longer used.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Global event name on which ProcessesUpdater.onEvent(CockpitEvent) will be called.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Scope of the event CockpitEvent.SESSION,CockpitEvent.APPLICATION or CockpitEvent.DESKTOP.
    onEvent(com.hybris.cockpitng.core.events.CockpitEvent cockpitEvent)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Event callback.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SyncFinishedUpdater

      public SyncFinishedUpdater()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getEventName

      public String getEventName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ProcessesUpdater
      Global event name on which ProcessesUpdater.onEvent(CockpitEvent) will be called.
      Specified by:
      getEventName in interface ProcessesUpdater
      Returns:
      name of global event.
    • onEvent

      public List<String> onEvent(com.hybris.cockpitng.core.events.CockpitEvent cockpitEvent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ProcessesUpdater
      Event callback.
      Specified by:
      onEvent in interface ProcessesUpdater
      Parameters:
      cockpitEvent - global cockpit event.
      Returns:
      list of cronJob codes for which processes should be updated/added to the processes list.
    • getEventScope

      public String getEventScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ProcessesUpdater
      Scope of the event CockpitEvent.SESSION,CockpitEvent.APPLICATION or CockpitEvent.DESKTOP.
      Specified by:
      getEventScope in interface ProcessesUpdater
      Returns:
      event scope.