Uses of Class
com.logicaldoc.gui.common.client.beans.GUIBarcodePattern
-
Packages that use GUIBarcodePattern Package Description com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIBarcodePattern in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIBarcodePattern Modifier and Type Method Description GUIBarcodePattern[]
BarcodeService. loadPatterns(Long templateId)
Loads the patterns configured for a given templateMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIBarcodePattern Modifier and Type Method Description void
BarcodeService. savePatterns(GUIBarcodePattern[] patterns, Long templateId)
Saves the patterns for the given template ordered by positionvoid
BarcodeServiceAsync. savePatterns(GUIBarcodePattern[] patterns, Long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-