Uses of Class
com.hybris.cockpitng.config.notification.jaxb.NotificationReference
-
Packages that use NotificationReference Package Description com.hybris.backoffice.widgets.notificationarea com.hybris.cockpitng.config.notification.jaxb -
-
Uses of NotificationReference in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea that return NotificationReference Modifier and Type Method Description protected NotificationReferenceNotificationController. getFallbackReferenceConfig(int placeHolder, boolean linksEnabledByDefaults)protected NotificationReferenceNotificationController. getNotificationReference(int index, Notification notificationConfig)Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type NotificationReference Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentNotificationController. createLink(NotificationEvent notificationEvent, NotificationReference referenceConfig, ExpressionResolver resolver)protected intNotificationController. getIndexOrPlaceholder(NotificationReference reference)protected java.lang.ObjectNotificationController. getReferencedObject(NotificationEvent event, NotificationReference ref)protected java.lang.StringNotificationController. getReferenceLabel(NotificationEvent notificationEvent, NotificationReference referenceConfig, ExpressionResolver resolver)protected booleanNotificationController. isLinkEnabled(NotificationEvent notificationEvent, NotificationReference reference, ExpressionResolver resolver)protected booleanNotificationController. validateReferenceIndex(NotificationReference ref, NotificationEvent event) -
Uses of NotificationReference in com.hybris.cockpitng.config.notification.jaxb
Fields in com.hybris.cockpitng.config.notification.jaxb with type parameters of type NotificationReference Modifier and Type Field Description protected java.util.List<NotificationReference>NotificationReferences. referenceMethods in com.hybris.cockpitng.config.notification.jaxb that return types with arguments of type NotificationReference Modifier and Type Method Description java.util.List<NotificationReference>NotificationReferences. getReference()Gets the value of the reference property.
-