Uses of Class
com.hybris.cockpitng.config.notification.jaxb.Notification
-
Packages that use Notification Package Description com.hybris.backoffice.widgets.notificationarea com.hybris.cockpitng.config.notification.jaxb -
-
Uses of Notification in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea that return Notification Modifier and Type Method Description protected NotificationNotificationController. extractNotificationConfig(NotificationEvent notificationEvent, NotificationArea notificationArea)protected NotificationNotificationController. resolveConfigurationDuplications(Notification a, Notification b)Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type Notification Modifier and Type Method Description protected voidNotificationController. addMessageComponent(org.zkoss.zul.Div container, NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected voidNotificationController. addNotification(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected org.zkoss.zk.ui.ComponentNotificationController. createNotificationComponent(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected DestinationNotificationController. getNotificationDestination(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected NotificationReferenceNotificationController. getNotificationReference(int index, Notification notificationConfig)protected java.math.BigIntegerNotificationController. getNotificationTimeout(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected booleanNotificationController. isLinkEnabled(NotificationEvent event, Notification notificationConfig, NotificationDefaults notificationDefaults)protected booleanNotificationController. isMatchingNotification(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)protected NotificationNotificationController. resolveConfigurationDuplications(Notification a, Notification b)protected booleanNotificationController. validateMessage(Notification notification, NotificationEvent notificationEvent) -
Uses of Notification in com.hybris.cockpitng.config.notification.jaxb
Fields in com.hybris.cockpitng.config.notification.jaxb with type parameters of type Notification Modifier and Type Field Description protected java.util.List<Notification>NotificationArea. notificationsMethods in com.hybris.cockpitng.config.notification.jaxb that return types with arguments of type Notification Modifier and Type Method Description java.util.List<Notification>NotificationArea. getNotifications()Gets the value of the notifications property.
-