@RemoteServiceRelativePath(value="customid")
public interface CustomIdService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String sid,
long templateId)
Deletes a given configuration
|
GUICustomId |
get(String sid,
long templateId)
Loads a given configuration from the database
|
GUICustomId[] |
load(String sid)
Load all CustomIds configutations
|
GUISequence[] |
loadSequences(String sid)
Loads the list of sequences
|
void |
resetSequence(String sid,
long sequenceId,
long value)
Reset the numbering of a given sequence
|
void |
save(String sid,
GUICustomId customid)
Creates or updates a configuration
|
void delete(String sid, long templateId) throws InvalidSessionException
InvalidSessionExceptionvoid save(String sid, GUICustomId customid) throws InvalidSessionException
InvalidSessionExceptionGUICustomId get(String sid, long templateId) throws InvalidSessionException
InvalidSessionExceptionGUICustomId[] load(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid resetSequence(String sid, long sequenceId, long value) throws InvalidSessionException
InvalidSessionExceptionGUISequence[] loadSequences(String sid) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.