Package com.saperion.intf
Interface SaNavigation
- All Superinterfaces:
SaUserSettingType
,Serializable
- All Known Implementing Classes:
SaNavigationImpl
Navigation information for the given user.
- Author:
- rbo
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.intf.SaUserSettingType
SaUserSettingType.TYPE
-
Method Summary
-
Method Details
-
getTitle
String getTitle()- Returns:
- Title
-
getChildren
List<SaNavigation> getChildren()- Returns:
- Children
-
getIndexForm
String getIndexForm()- Returns:
- Index form name
-
getQueryForm
String getQueryForm()- Returns:
- Query form name
-