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 GUISyndicationSyndicationDetailsPanel. getShare()GUISyndicationSyndicationDetailsTab. getSyndication()Methods in com.logicaldoc.gui.frontend.client.impex.syndication with parameters of type GUISyndication Modifier and Type Method Description voidSyndicationDetailsPanel. setSyndication(GUISyndication share)voidSyndicationsPanel. showSyndicationDetails(GUISyndication syndication)voidSyndicationsPanel. 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 GUISyndicationSyndicationService. getSyndication(long id)Loads a given syndication from the databaseGUISyndicationSyndicationService. 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 GUISyndicationSyndicationService. 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 GUISyndication Modifier and Type Method Description voidSyndicationServiceAsync. 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)
-