@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
InvalidSessionException
void save(String sid, GUICustomId customid) throws InvalidSessionException
InvalidSessionException
GUICustomId get(String sid, long templateId) throws InvalidSessionException
InvalidSessionException
GUICustomId[] load(String sid) throws InvalidSessionException
InvalidSessionException
void resetSequence(String sid, long sequenceId, long value) throws InvalidSessionException
InvalidSessionException
GUISequence[] loadSequences(String sid) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.