Package com.appiancorp.suiteapi.portal
Interface NavigationService
- All Superinterfaces:
com.appiancorp.services.ContextSensitiveService
,Service
@Deprecated
public interface NavigationService
extends com.appiancorp.services.ContextSensitiveService
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
-
Field Summary
Fields inherited from interface com.appiancorp.services.ContextSensitiveService
SET_SERVICE_CONTEXT_METHOD_NAME
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get all navigation buttons.Deprecated.Get only those buttons that the current user has access to see.getNavigationMenu
(String key_) Deprecated.Deprecated.Get all menus registered in the system.void
updateNavigationButtons
(NavigationButton[] buttons_) Deprecated.All navigation button are updated in bulk.void
updateNavigationMenus
(NavigationMenu[] menus_) Deprecated.All navigation menus are updated in bulk.Methods inherited from interface com.appiancorp.services.ContextSensitiveService
setServiceContext
-
Method Details