Package | Description |
---|---|
com.logicaldoc.gui.common.client.beans | |
com.logicaldoc.gui.frontend.client.metadata | |
com.logicaldoc.gui.frontend.client.services |
Modifier and Type | Method and Description |
---|---|
int |
GUICustomId.compareTo(GUICustomId o) |
Constructor and Description |
---|
CustomIdPanel(GUICustomId[] schemesData,
GUISequence[] sequencesData) |
Modifier and Type | Method and Description |
---|---|
GUICustomId |
CustomIdService.get(String sid,
long templateId)
Loads a given configuration from the database
|
GUICustomId[] |
CustomIdService.load(String sid)
Load all CustomIds configutations
|
Modifier and Type | Method and Description |
---|---|
void |
CustomIdService.save(String sid,
GUICustomId customid)
Creates or updates a configuration
|
void |
CustomIdServiceAsync.save(String sid,
GUICustomId customid,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
CustomIdServiceAsync.get(String sid,
long id,
com.google.gwt.user.client.rpc.AsyncCallback<GUICustomId> callback) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.