Uses of Class
com.logicaldoc.gui.common.client.beans.GUIStamp
-
Packages that use GUIStamp Package Description com.logicaldoc.gui.frontend.client.metadata.stamp com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.metadata.stamp
Methods in com.logicaldoc.gui.frontend.client.metadata.stamp that return GUIStamp Modifier and Type Method Description GUIStamp
StampDetailsPanel. getStamp()
Methods in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStamp Modifier and Type Method Description void
StampDetailsPanel. setStamp(GUIStamp stamp)
void
StampsPanel. showStampDetails(GUIStamp stamp)
void
StampsPanel. updateRecord(GUIStamp stamp)
Updates the selected record with new data -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIStamp Modifier and Type Method Description GUIStamp
StampService. getStamp(long stampId)
Loads a given stamp from the databaseGUIStamp
StampService. save(GUIStamp stamp)
Creates or updates a stampMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIStamp Modifier and Type Method Description void
StampService. applyStamp(long[] docIds, GUIStamp stamp)
Applies a stamp to the given documentvoid
StampServiceAsync. applyStamp(long[] docIds, GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GUIStamp
StampService. save(GUIStamp stamp)
Creates or updates a stampvoid
StampServiceAsync. save(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIStamp Modifier and Type Method Description void
StampServiceAsync. getStamp(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)
void
StampServiceAsync. save(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)
-