Uses of Class
com.saperion.settings.SettingSearchInfo
-
Packages that use SettingSearchInfo 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. -
-
Uses of SettingSearchInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type SettingSearchInfo Modifier and Type Method Description SettingSearchResult
SaClassicConnector. searchSettings(SettingSearchInfo searchInfo)
This method searches settings in the database.SettingSearchResult
SaClassicConnectorImpl. searchSettings(SettingSearchInfo searchInfo)
-
Uses of SettingSearchInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SettingSearchInfo Modifier and Type Method Description SettingSearchResult
SaRMIClientCommand. searchSettings(SettingSearchInfo searchInfo)
Searches for settings.SettingSearchResult
SaRMIClientCommandImpl. searchSettings(SettingSearchInfo searchInfo)
Searches for settings. -
Uses of SettingSearchInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SettingSearchInfo Modifier and Type Method Description SettingSearchResult
SaRMIServerCommand. searchSettings(int token, SettingSearchInfo searchInfo)
Searches for settings. -
Uses of SettingSearchInfo in com.saperion.settings
Methods in com.saperion.settings that return SettingSearchInfo Modifier and Type Method Description static SettingSearchInfo
SettingSearchInfo. create()
SettingSearchInfo
SettingSearchInfo. longSetting(boolean longSetting)
Whether to search for long or for regular settings.SettingSearchInfo
SettingSearchInfo. name(java.lang.String name, SettingSearchInfo.MatchKind matchKind)
Sets the name to search for and the match kind to search with.SettingSearchInfo
SettingSearchInfo. section(java.lang.String section, SettingSearchInfo.MatchKind matchKind)
Sets the section to search for and the match kind to search with.
-