@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
InvalidSessionException
void save(String sid, GUIBarcodeEngine engine) throws InvalidSessionException
InvalidSessionException
void rescheduleAll(String sid) throws InvalidSessionException
InvalidSessionException
void markUnprocessable(String sid, long[] ids) throws InvalidSessionException
InvalidSessionException
GUIBarcodePattern[] loadPatterns(String sid, Long templateId) throws InvalidSessionException
InvalidSessionException
void savePatterns(String sid, String[] patterns, Long templateId) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.