Uses of Class
com.logicaldoc.gui.common.client.beans.GUIStamp
Packages that use GUIStamp
Package
Description
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.account
Constructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIStamp -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.document.stamp
Constructors in com.logicaldoc.gui.frontend.client.document.stamp with parameters of type GUIStampModifierConstructorDescriptionFillStamp(List<GUIDocument> documents, GUIStamp stamp, boolean visualPositioning) VisualPositioningStampDialog(List<GUIDocument> documents, GUIStamp stamp) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.metadata.stamp
Methods in com.logicaldoc.gui.frontend.client.metadata.stamp that return GUIStampMethods in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStampModifier and TypeMethodDescriptionvoidvoidStampsPanel.showStampDetails(GUIStamp stamp) voidStampsPanel.updateRecord(GUIStamp stamp) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStampModifierConstructorDescriptionStampParameters(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) StampProperties(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) StampSecurity(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIStampModifier and TypeMethodDescriptionStampService.getSignature()Loads the stamp that represents the signature of the customer.StampService.getStamp(long stampId) Loads a given stamp from the databaseLoads a given stamp from the databaseCreates or updates a stampMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIStampModifier and TypeMethodDescriptionvoidStampService.applyStamp(List<Long> docIds, GUIStamp stamp) Applies a stamp to the given documentvoidStampServiceAsync.applyStamp(List<Long> docIds, GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Creates or updates a stampvoidStampServiceAsync.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 GUIStampModifier and TypeMethodDescriptionvoidStampServiceAsync.getSignature(com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) voidStampServiceAsync.getStamp(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) voidStampServiceAsync.getStamp(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) voidStampServiceAsync.save(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)