Uses of Class
com.hybris.cockpitng.config.notification.jaxb.NotificationDefaults
-
Packages that use NotificationDefaults Package Description com.hybris.backoffice.widgets.notificationarea com.hybris.cockpitng.config.notification.jaxb -
-
Uses of NotificationDefaults in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea that return NotificationDefaults Modifier and Type Method Description protected NotificationDefaultsNotificationController. extractNotificationDefaults(NotificationArea notificationArea)Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type NotificationDefaults 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 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) -
Uses of NotificationDefaults in com.hybris.cockpitng.config.notification.jaxb
Fields in com.hybris.cockpitng.config.notification.jaxb declared as NotificationDefaults Modifier and Type Field Description protected NotificationDefaultsNotificationArea. defaultsMethods in com.hybris.cockpitng.config.notification.jaxb that return NotificationDefaults Modifier and Type Method Description NotificationDefaultsNotificationArea. getDefaults()Gets the value of the defaults property.Methods in com.hybris.cockpitng.config.notification.jaxb with parameters of type NotificationDefaults Modifier and Type Method Description voidNotificationArea. setDefaults(NotificationDefaults value)Sets the value of the defaults property.
-