Uses of Class
com.saperion.ngc.favorites.FavoriteQueryInformation
-
Packages that use FavoriteQueryInformation Package Description com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.navigation Package for all navigation events. -
-
Uses of FavoriteQueryInformation in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type FavoriteQueryInformation Modifier and Type Method Description void
BaseWindow. postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event.void
EventChildHandler. postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event.void
EventChildHandlerImpl. postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event. -
Uses of FavoriteQueryInformation in com.saperion.ngc.events.navigation
Methods in com.saperion.ngc.events.navigation that return FavoriteQueryInformation Modifier and Type Method Description FavoriteQueryInformation
AddToFavoritesEvent. getFavoriteQueryInformation()
-