Uses of Class
com.logicaldoc.gui.common.client.beans.GUISyndication
Packages that use GUISyndication
Package
Description
-
Uses of GUISyndication in com.logicaldoc.gui.frontend.client.impex.syndication
Methods in com.logicaldoc.gui.frontend.client.impex.syndication that return GUISyndicationModifier and TypeMethodDescriptionSyndicationDetailsPanel.getShare()
SyndicationDetailsTab.getSyndication()
Methods in com.logicaldoc.gui.frontend.client.impex.syndication with parameters of type GUISyndicationModifier and TypeMethodDescriptionvoid
SyndicationDetailsPanel.setSyndication
(GUISyndication share) void
SyndicationsPanel.showSyndicationDetails
(GUISyndication syndication) void
SyndicationsPanel.updateRecord
(GUISyndication syndication) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.impex.syndication with parameters of type GUISyndicationModifierConstructorDescriptionSyndicationStandardProperties
(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 GUISyndicationModifier and TypeMethodDescriptionSyndicationService.getSyndication
(long id) Loads a given syndication from the databaseSyndicationService.save
(GUISyndication syndication) Creates or updates a syndicationMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISyndicationModifier and TypeMethodDescriptionSyndicationService.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 GUISyndicationModifier and TypeMethodDescriptionvoid
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)