Uses of Class
com.hybris.cockpitng.config.notification.jaxb.Destination
-
Packages that use Destination Package Description com.hybris.backoffice.widgets.notificationarea com.hybris.cockpitng.config.notification.jaxb -
-
Uses of Destination in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea that return Destination Modifier and Type Method Description protected DestinationNotificationController. getNotificationDestination(NotificationEvent notificationEvent, Notification notificationConfig, NotificationDefaults notificationDefaults)Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type Destination Modifier and Type Method Description protected booleanNotificationController. notificationsMatches(Destination expected, java.lang.String current) -
Uses of Destination in com.hybris.cockpitng.config.notification.jaxb
Fields in com.hybris.cockpitng.config.notification.jaxb declared as Destination Modifier and Type Field Description protected DestinationNotification. destinationprotected DestinationNotificationDestination. destinationMethods in com.hybris.cockpitng.config.notification.jaxb that return Destination Modifier and Type Method Description static DestinationDestination. fromValue(java.lang.String v)DestinationNotification. getDestination()Gets the value of the destination property.DestinationNotificationDestination. getDestination()Gets the value of the destination property.static DestinationDestination. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Destination[]Destination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.config.notification.jaxb with parameters of type Destination Modifier and Type Method Description voidNotification. setDestination(Destination value)Sets the value of the destination property.voidNotificationDestination. setDestination(Destination value)Sets the value of the destination property.
-