@RemoteServiceRelativePath(value="barcode")
public interface BarcodeService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
GUIBarcodeEngine |
getInfo(String sid)
Loads a bean that contains all engine infos.
|
GUIBarcodePattern[] |
loadPatterns(String sid,
Long templateId)
Loads the patterns configured for a given template.
|
void |
markUnprocessable(String sid,
long[] ids)
Marks a set of documents as not processable.
|
void |
rescheduleAll(String sid)
Reschedule all documents for processing
|
void |
save(String sid,
GUIBarcodeEngine engine)
Saves the engine settings
|
void |
savePatterns(String sid,
String[] patterns,
Long templateId)
Saves the patterns for the given template ordered by position
|
GUIBarcodeEngine getInfo(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid save(String sid, GUIBarcodeEngine engine) throws InvalidSessionException
InvalidSessionExceptionvoid rescheduleAll(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid markUnprocessable(String sid, long[] ids) throws InvalidSessionException
InvalidSessionExceptionGUIBarcodePattern[] loadPatterns(String sid, Long templateId) throws InvalidSessionException
InvalidSessionExceptionvoid savePatterns(String sid, String[] patterns, Long templateId) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.