Modifier and Type | Method and Description |
---|---|
GUIValuePair[] |
GUIInfo.getBundle() |
GUIValuePair[] |
GUIInfo.getConfig() |
GUIValuePair[] |
GUIWFState.getParticipants() |
GUIValuePair[] |
GUIInfo.getSupportedGUILanguages() |
GUIValuePair[] |
GUIInfo.getSupportedLanguages() |
Modifier and Type | Method and Description |
---|---|
void |
GUIInfo.setBundle(GUIValuePair[] bundle) |
void |
GUIInfo.setConfig(GUIValuePair[] config) |
void |
GUIWFState.setParticipants(GUIValuePair[] participants) |
void |
GUIInfo.setSupportedGUILanguages(GUIValuePair[] supportedGUILanguages) |
void |
GUIInfo.setSupportedLanguages(GUIValuePair[] supportedLanguages) |
Modifier and Type | Method and Description |
---|---|
static GUIValuePair[] |
I18N.getGuiLanguages() |
GUIValuePair[] |
I18N.getLanguages() |
Modifier and Type | Method and Description |
---|---|
static void |
I18N.initBundle(GUIValuePair[] messages) |
static void |
I18N.setGuiLanguages(GUIValuePair[] guiLanguages) |
static void |
I18N.setLanguages(GUIValuePair[] languages) |
Modifier and Type | Method and Description |
---|---|
GUIValuePair[] |
MockInfoServiceImpl.getBundle(String locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
FolderTemplatesPanel.reloadTemplates(GUIValuePair[] templates) |
Modifier and Type | Method and Description |
---|---|
GUIValuePair[] |
SystemService.getPlugins(String sid)
Retrieves all plugins.
|
GUIValuePair[] |
LdapService.importUsers(String sid,
String[] usernames)
Imports a selection of users
|
GUIValuePair[] |
FolderService.loadTemplates(String sid)
Loads the folders templates
|
Modifier and Type | Method and Description |
---|---|
void |
FolderService.saveTemplates(String sid,
GUIValuePair[] templates)
Saves the passed folder templates
|
void |
FolderServiceAsync.saveTemplates(String sid,
GUIValuePair[] templates,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
protected static GUIValuePair[] |
InfoServiceImpl.getBundle(String locale) |
GUIValuePair[] |
SystemServiceImpl.getPlugins(String sid) |
GUIValuePair[] |
FolderServiceImpl.loadTemplates(String sid) |
Modifier and Type | Method and Description |
---|---|
void |
FolderServiceImpl.saveTemplates(String sid,
GUIValuePair[] templates) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.