Uses of Interface
com.hybris.cockpitng.core.events.CockpitEvent
-
-
Uses of CockpitEvent in com.hybris.backoffice.widgets.collectioneditorarea
Methods in com.hybris.backoffice.widgets.collectioneditorarea with parameters of type CockpitEvent Modifier and Type Method Description voidCollectionEditorAreaController. onDelete(CockpitEvent cockpitEvent) -
Uses of CockpitEvent in com.hybris.backoffice.widgets.collectionpreview
Methods in com.hybris.backoffice.widgets.collectionpreview with parameters of type CockpitEvent Modifier and Type Method Description voidCollectionPreviewController. handleObjectDeletedEvent(CockpitEvent event)voidCollectionPreviewController. handleObjectUpdatedEvent(CockpitEvent event)protected voidCollectionPreviewController. updatePreviewCollection(CockpitEvent event)protected voidCollectionPreviewController. updatePreviewCollection(Pageable pageable, CockpitEvent event, java.lang.Object updatedObject) -
Uses of CockpitEvent in com.hybris.backoffice.widgets.networkchart
Methods in com.hybris.backoffice.widgets.networkchart with parameters of type CockpitEvent Modifier and Type Method Description protected voidNetworkChartController. handleEvent(CockpitEvent event, java.util.function.Consumer consumer)voidNetworkChartController. handleObjectsDeletedEvent(CockpitEvent event)voidNetworkChartController. handleObjectsUpdatedEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.backoffice.widgets.notificationarea.event
Classes in com.hybris.backoffice.widgets.notificationarea.event that implement CockpitEvent Modifier and Type Class Description classClearNotificationsEventDeprecated, for removal: This API element is subject to removal in a future version.since 1811classNotificationEventDeprecated, for removal: This API element is subject to removal in a future version.since 1811 -
Uses of CockpitEvent in com.hybris.backoffice.widgets.perspectivechooser.controller
Methods in com.hybris.backoffice.widgets.perspectivechooser.controller with parameters of type CockpitEvent Modifier and Type Method Description voidPerspectiveChooserWidgetController. reset(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.backoffice.widgets.quicklist
Methods in com.hybris.backoffice.widgets.quicklist with parameters of type CockpitEvent Modifier and Type Method Description protected java.util.Collection<java.lang.Object>QuickListController. extractDataCollection(CockpitEvent event)voidQuickListController. handleObjectDeletedEvent(CockpitEvent event)voidQuickListController. handleObjectUpdatedEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.backoffice.widgets.quicktogglelocale.event
Classes in com.hybris.backoffice.widgets.quicktogglelocale.event that implement CockpitEvent Modifier and Type Class Description classCurrentlyActiveLocalesChangedEvent -
Uses of CockpitEvent in com.hybris.backoffice.widgets.viewswitcher
Methods in com.hybris.backoffice.widgets.viewswitcher with parameters of type CockpitEvent Modifier and Type Method Description voidViewSwitcherWidgetController. reset(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.core.events
Methods in com.hybris.cockpitng.core.events that return types with arguments of type CockpitEvent Modifier and Type Method Description java.util.List<CockpitEvent>CockpitEventQueue. fetchEvents(java.lang.String widgetID)Returns all events available for the specified widget and removes them from the queue.Methods in com.hybris.cockpitng.core.events with parameters of type CockpitEvent Modifier and Type Method Description voidCockpitEventPublisher. publishEvent(CockpitEvent event)voidCockpitEventQueue. publishEvent(CockpitEvent event)Adds an event to the event queue.voidCockpitEventQueueConnector. publishEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.core.events.impl
Classes in com.hybris.cockpitng.core.events.impl that implement CockpitEvent Modifier and Type Class Description classDefaultCockpitEventclassItemsChangedEventMethods in com.hybris.cockpitng.core.events.impl with parameters of type CockpitEvent Modifier and Type Method Description voidDefaultCockpitEventPublisher. publishEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.dataaccess.util.impl
Methods in com.hybris.cockpitng.dataaccess.util.impl that return CockpitEvent Modifier and Type Method Description protected CockpitEventDefaultCockpitGlobalEventPublisher. createEvent(java.lang.Object eventSource, java.lang.String eventName, java.lang.Object eventData)Methods in com.hybris.cockpitng.dataaccess.util.impl with parameters of type CockpitEvent Modifier and Type Method Description protected voidDefaultCockpitGlobalEventPublisher. populateEventContext(Context source, CockpitEvent destination) -
Uses of CockpitEvent in com.hybris.cockpitng.events.impl
Methods in com.hybris.cockpitng.events.impl that return types with arguments of type CockpitEvent Modifier and Type Method Description java.util.List<CockpitEvent>DefaultCockpitEventQueue. fetchEvents(java.lang.String widgetID)protected java.util.Set<CockpitEvent>DefaultCockpitEventQueue. findEventsForWidgets(java.lang.String widgetId)Methods in com.hybris.cockpitng.events.impl with parameters of type CockpitEvent Modifier and Type Method Description protected voidDefaultCockpitEventQueue. addEventToAggregatedEventsForWidgets(CockpitEvent event, java.util.List<ListenerInfo> listenerWidgetsToNotify)protected java.util.List<ListenerInfo>DefaultCockpitEventQueue. findWidgetListenersToNotify(CockpitEvent event)voidDefaultCockpitEventQueue. publishEvent(CockpitEvent event)voidDefaultCockpitEventQueueConnector. publishEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.util.notifications.event
Classes in com.hybris.cockpitng.util.notifications.event that implement CockpitEvent Modifier and Type Class Description classClearNotificationsEventEvent used to clear displayed notifications.classNotificationEventCommunicates information across application. -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type CockpitEvent Modifier and Type Method Description voidDefaultEditorAreaController. handleObjectDeletedEvent(CockpitEvent event)Object deleted global event handler.
Checks if deleted object is equal to current object or if it's referenced by any editor within the editor area.voidDefaultEditorAreaController. handleObjectUpdatedEvent(CockpitEvent event)Object updated global event handler.
Default implementation checks if deleted object is referenced by any editor within the editor area, and if it is, the corresponding editors are reloaded.voidDefaultEditorAreaController. handleResizeBrowser(CockpitEvent event)voidDefaultEditorAreaController. itemLockingChanged(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser
Methods in com.hybris.cockpitng.widgets.collectionbrowser with parameters of type CockpitEvent Modifier and Type Method Description protected booleanCollectionBrowserController. areUpdatedObjectsVisibleOnCurrentPage(CockpitEvent event)protected booleanCollectionBrowserController. canHandleEvent(CockpitEvent event)voidCollectionBrowserController. handleObjectCreateEvent(CockpitEvent event)voidCollectionBrowserController. handleObjectDeleteEvent(CockpitEvent event)voidCollectionBrowserController. handleObjectsUpdatedEvent(CockpitEvent event)protected voidCollectionBrowserController. handleSelectionRefresh(CockpitEvent event)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, please use theSelectAndFocusDelegateController.handleObjectUpdated(CockpitEvent)insteadprotected voidCollectionBrowserController. handleViewRefresh(CockpitEvent event)protected booleanCollectionBrowserController. isNewTheUpdatedObject(CockpitEvent event)protected booleanCollectionBrowserController. isShouldReloadAfterUpdateEnabled(CockpitEvent event)voidCollectionBrowserController. itemLockingChanged(CockpitEvent event)protected booleanCollectionBrowserController. shouldReloadAfterUpdate(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type CockpitEvent Modifier and Type Method Description voidSelectAndFocusDelegateController. handleItemLockedStateChanged(CockpitEvent event)Handles item locked state changed event.voidSelectAndFocusDelegateController. handleObjectCreated(CockpitEvent event)Handles object created event.voidCollectionBrowserMoldStrategy. handleObjectCreateEvent(CockpitEvent event)Additional logic to perform on object create event.voidSelectAndFocusDelegateController. handleObjectDeleted(CockpitEvent event)Handles object deleted event.voidCollectionBrowserMoldStrategy. handleObjectDeleteEvent(CockpitEvent event)Additional logic to perform on object deleted event.default voidCollectionBrowserMoldStrategy. handleObjectsUpdateEvent(CockpitEvent event)Additional logic to perform on objects updated event.voidSelectAndFocusDelegateController. handleObjectUpdated(CockpitEvent event)Handles object updated event.voidCollectionBrowserMoldStrategy. handleObjectUpdateEvent(CockpitEvent event)Additional logic to perform on object updated event. -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type CockpitEvent Modifier and Type Method Description voidDefaultSelectAndFocusDelegateController. handleItemLockedStateChanged(CockpitEvent event)voidDefaultSelectAndFocusDelegateController. handleObjectCreated(CockpitEvent event)voidDefaultSelectAndFocusDelegateController. handleObjectDeleted(CockpitEvent event)voidDefaultSelectAndFocusDelegateController. handleObjectUpdated(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common with parameters of type CockpitEvent Modifier and Type Method Description protected booleanAbstractMoldStrategy. canHandle(CockpitEvent event)voidAbstractMoldStrategy. handleObjectsUpdateEvent(CockpitEvent event)voidAbstractMoldStrategy. handleObjectUpdateEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview with parameters of type CockpitEvent Modifier and Type Method Description voidGridViewCollectionBrowserMoldStrategy. handleObjectCreateEvent(CockpitEvent event)voidGridViewCollectionBrowserMoldStrategy. handleObjectDeleteEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview with parameters of type CockpitEvent Modifier and Type Method Description voidListViewCollectionBrowserMoldStrategy. handleObjectCreateEvent(CockpitEvent event)voidListViewCollectionBrowserMoldStrategy. handleObjectDeleteEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview with parameters of type CockpitEvent Modifier and Type Method Description voidTreeViewCollectionBrowserMoldStrategy. handleObjectCreateEvent(CockpitEvent event)voidTreeViewCollectionBrowserMoldStrategy. handleObjectDeleteEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.common.explorertree
Methods in com.hybris.cockpitng.widgets.common.explorertree with parameters of type CockpitEvent Modifier and Type Method Description protected voidExplorerTreeController. clearSelection(CockpitEvent event)protected java.util.List<java.lang.Object>ExplorerTreeController. extractItemModelsToRefresh(CockpitEvent event)protected java.util.List<java.lang.Object>ExplorerTreeController. extractModifiedObjectFromEvent(CockpitEvent event)protected java.util.Set<java.lang.Object>ExplorerTreeController. findItemsToUpdateInRefreshStrategy(CockpitEvent event)protected java.util.List<NavigationNode>ExplorerTreeController. findNodesToRefresh(CockpitEvent event)voidExplorerTreeController. handleObjectsDeletedEvent(CockpitEvent event)protected voidExplorerTreeController. handleObjectsModification(CockpitEvent event)voidExplorerTreeController. handleObjectsUpdatedEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.compare
Methods in com.hybris.cockpitng.widgets.compare with parameters of type CockpitEvent Modifier and Type Method Description voidCompareViewController. objectsDeleted(CockpitEvent event)voidCompareViewController. objectsUpdated(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.configurableflow
Methods in com.hybris.cockpitng.widgets.configurableflow with parameters of type CockpitEvent Modifier and Type Method Description voidConfigurableFlowController. handleObjectDeletedEvent(CockpitEvent event)voidConfigurableFlowController. handleObjectsUpdatedEvent(CockpitEvent event)protected voidConfigurableFlowController. handleUpdate(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.controller
Methods in com.hybris.cockpitng.widgets.controller with parameters of type CockpitEvent Modifier and Type Method Description voidExampleDefaultWidgetController. handleGlobalEvent1(CockpitEvent event)voidExampleDefaultWidgetController. handleGlobalEvent2(CockpitEvent event)voidExampleDefaultWidgetController. handleGlobalEvent3(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.controller.bookmark
Methods in com.hybris.cockpitng.widgets.controller.bookmark with parameters of type CockpitEvent Modifier and Type Method Description voidGenericBookmarkHandlerController. handleBookmarkChanged(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.navigation
Methods in com.hybris.cockpitng.widgets.navigation with parameters of type CockpitEvent Modifier and Type Method Description voidNavigationHistoryController. handleObjectUpdatedEvent(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.summaryview
Methods in com.hybris.cockpitng.widgets.summaryview with parameters of type CockpitEvent Modifier and Type Method Description voidSummaryViewController. onDelete(CockpitEvent event)voidSummaryViewController. onUpdate(CockpitEvent event) -
Uses of CockpitEvent in com.hybris.cockpitng.widgets.viewmodel
Methods in com.hybris.cockpitng.widgets.viewmodel with parameters of type CockpitEvent Modifier and Type Method Description voidExampleWidgetViewModel. handleGlobalEvent(CockpitEvent event)
-