Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector 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)
Retrieves a
Setting identified by it's key and section from the database. |
Setting |
SaClassicConnector.getSetting(String name,
String section,
boolean isLong)
Retrieves a
Setting identified by it's key and section from the database. |
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.setSetting(Setting setting)
Stores a
Setting in the database. |
void |
SaClassicConnector.setSetting(Setting setting)
Stores 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 © 2016 SAPERION AG. All rights reserved.