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 SettingSearchResultSaClassicConnector. searchSettings(SettingSearchInfo searchInfo)This method searches settings in the database.SettingSearchResultSaClassicConnectorImpl. 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 SettingSearchResultSaRMIClientCommand. searchSettings(SettingSearchInfo searchInfo)Searches for settings.SettingSearchResultSaRMIClientCommandImpl. 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 SettingSearchResultSaRMIServerCommand. 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 SettingSearchInfoSettingSearchInfo. create()SettingSearchInfoSettingSearchInfo. longSetting(boolean longSetting)Whether to search for long or for regular settings.SettingSearchInfoSettingSearchInfo. name(java.lang.String name, SettingSearchInfo.MatchKind matchKind)Sets the name to search for and the match kind to search with.SettingSearchInfoSettingSearchInfo. section(java.lang.String section, SettingSearchInfo.MatchKind matchKind)Sets the section to search for and the match kind to search with.
-