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 TypeMethodDescriptionvoidSyndicationDetailsPanel.setSyndication(GUISyndication share) voidSyndicationsPanel.showSyndicationDetails(GUISyndication syndication) voidSyndicationsPanel.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 syndicationvoidSyndicationServiceAsync.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 TypeMethodDescriptionvoidSyndicationServiceAsync.getSyndication(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUISyndication> callback) voidSyndicationServiceAsync.save(GUISyndication syndication, com.google.gwt.user.client.rpc.AsyncCallback<GUISyndication> callback)