Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.favorites |
Package for favorites.
|
com.saperion.ngc.favorites.xml |
Modifier and Type | Method and Description |
---|---|
Favorites |
QueryFavoriteEvent.getFavorites() |
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postQueryFavoriteEvent(Favorites favorites,
boolean close)
Posts an on query favorite event.
|
void |
EventChildHandler.postQueryFavoriteEvent(Favorites favorites,
boolean close)
Posts an on query favorite event.
|
void |
BaseWindow.postQueryFavoriteEvent(Favorites favorites,
boolean close)
Posts an on query favorite event.
|
Modifier and Type | Method and Description |
---|---|
Favorites |
FavoriteXmlHandler.getAdaptedFavorites(InputStream stream)
Converts the given favorites xml stream to java binding and adds additional information
(converts the string data to the real data types).
|
Favorites |
FavoriteXmlHandler.unmarshal(InputStream stream)
Converts the given favorites xml stream to java binding.
|
Favorites |
FavoriteXmlHandler.unmarshal(String xml)
Converts the given favorites xml string to java binding.
|
Modifier and Type | Method and Description |
---|---|
String |
FavoriteXmlHandler.marshal(Favorites favorites)
Converts the given favorites java object to xml binding.
|
com.saperion.rmi.SaContentStream |
FavoriteXmlHandler.marshalToStream(Favorites favorites)
Converts the given favorites java object to xml binding.
|
Modifier and Type | Method and Description |
---|---|
Favorites |
ObjectFactory.createFavorites()
Create an instance of
Favorites |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.