Uses of Class
com.logicaldoc.gui.common.client.beans.GUISyndication
-
Packages that use GUISyndication Package Description com.logicaldoc.gui.frontend.client.impex.syndication com.logicaldoc.gui.frontend.client.services -
-
Uses of GUISyndication in com.logicaldoc.gui.frontend.client.impex.syndication
Methods in com.logicaldoc.gui.frontend.client.impex.syndication that return GUISyndication Modifier and Type Method Description GUISyndication
SyndicationDetailsPanel. getShare()
GUISyndication
SyndicationDetailsTab. getSyndication()
Methods in com.logicaldoc.gui.frontend.client.impex.syndication with parameters of type GUISyndication Modifier and Type Method Description void
SyndicationDetailsPanel. setSyndication(GUISyndication share)
void
SyndicationsPanel. showSyndicationDetails(GUISyndication syndication)
void
SyndicationsPanel. updateRecord(GUISyndication syndication)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.impex.syndication with parameters of type GUISyndication Constructor Description SyndicationDetailsTab(GUISyndication syndication, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
SyndicationStandardProperties(GUISyndication syndication, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
-
Uses of GUISyndication in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUISyndication Modifier and Type Method Description GUISyndication
SyndicationService. getSyndication(long id)
Loads a given syndication from the databaseGUISyndication
SyndicationService. save(GUISyndication syndication)
Creates or updates a syndicationMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISyndication Modifier and Type Method Description GUISyndication
SyndicationService. save(GUISyndication syndication)
Creates or updates a syndicationvoid
SyndicationServiceAsync. save(GUISyndication syndication, com.google.gwt.user.client.rpc.AsyncCallback<GUISyndication> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUISyndication Modifier and Type Method Description void
SyndicationServiceAsync. getSyndication(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUISyndication> callback)
void
SyndicationServiceAsync. save(GUISyndication syndication, com.google.gwt.user.client.rpc.AsyncCallback<GUISyndication> callback)
-