Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.settings |
Package for navigation component classes.
|
Modifier and Type | Method and Description |
---|---|
Setting |
SaClassicConnectorImpl.getSetting(String name,
String section,
boolean isLong) |
Setting |
SaClassicConnector.getSetting(String name,
String section,
boolean isLong)
This method retrieves a
Setting identified by it's key and section from the database. |
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.setSetting(Setting setting) |
void |
SaClassicConnector.setSetting(Setting setting)
This method stores a
Setting in the database. |
Modifier and Type | Method and Description |
---|---|
Setting |
SaRMIClientCommandImpl.getSetting(String name,
String section,
boolean isLong)
Retrieves a setting from the database.
|
Setting |
SaRMIClientCommand.getSetting(String name,
String section,
boolean isLong)
Retrieves a setting from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
SaRMIClientCommandImpl.setSetting(Setting setting)
Persists a setting in the database.
|
void |
SaRMIClientCommand.setSetting(Setting setting)
Persists a setting in the database.
|
Modifier and Type | Method and Description |
---|---|
Setting |
SaRMIServerCommand.getSetting(int token,
String name,
String section,
boolean isLong)
Reads the setting with the specified name and section.
|
Modifier and Type | Method and Description |
---|---|
void |
SaRMIServerCommand.setSetting(int token,
Setting setting)
Persists the setting in the database.
|
Modifier and Type | Method and Description |
---|---|
Setting |
SettingSearchResult.getUnique() |
Modifier and Type | Method and Description |
---|---|
List<Setting> |
SettingSearchResult.getAll() |
Constructor and Description |
---|
SettingSearchResult(List<Setting> settings)
Creates a new
SettingSearchResult . |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.