PERSPECTIVE_ATTRIBUTE| Constructor and Description |
|---|
DummyUISession() |
public void addSessionListener(UISessionListener listener)
UISessionaddSessionListener in interface UISessionlistener - the new listenerpublic void removeSessionListener(UISessionListener listener)
UISessionremoveSessionListener in interface UISessionlistener - the listener to removepublic String getLanguageIso()
UISessionUISession.getLocale() instead, if you want the locale
before creating your own locale objectgetLanguageIso in interface UISessionpublic String getGlobalDataLanguageIso()
UISessionUISession.getGlobalDataLocale() instead, if you want the
locale before creating your own locale objectgetGlobalDataLanguageIso in interface UISessionpublic Locale getLocale()
public Locale getGlobalDataLocale()
getGlobalDataLocale in interface UISessionpublic void setGlobalDataLanguageIso(String iso)
setGlobalDataLanguageIso in interface UISessionpublic UserModel getUser()
UISessionpublic void login(UserModel user)
UISessionpublic void setUser(UserModel currentUser)
UISessionpublic void setUserByUID(String uid)
UISessionsetUserByUID in interface UISessionpublic UICockpitPerspective getCurrentPerspective()
UISessiongetCurrentPerspective in interface UISessionpublic void setCurrentPerspective(UICockpitPerspective perspective)
UISessionUISession.getAvailablePerspectives(). Triggers
UISessionListener.perspectiveChanged(UICockpitPerspective, UICockpitPerspective).setCurrentPerspective in interface UISessionperspective - the new perspective beanpublic void setCurrentPerspective(UICockpitPerspective perspective, Map<String,? extends Object> params)
setCurrentPerspective in interface UISessionpublic List<UICockpitPerspective> getAvailablePerspectives()
UISessiongetAvailablePerspectives in interface UISessionpublic boolean isPerspectiveAvailable(String uid)
isPerspectiveAvailable in interface UISessionpublic UICockpitPerspective getPerspective(String uid) throws IllegalArgumentException
getPerspective in interface UISessionIllegalArgumentExceptionpublic void setSelectedCatalogVersions(List<CatalogVersionModel> catalogVersions)
setSelectedCatalogVersions in interface UISessionpublic List<CatalogVersionModel> getSelectedCatalogVersions()
getSelectedCatalogVersions in interface UISessionpublic SystemService getSystemService()
getSystemService in interface UISessionpublic TypeService getTypeService()
getTypeService in interface UISessionpublic NewItemService getNewItemService()
getNewItemService in interface UISessionpublic ObjectValueHandlerRegistry getValueHandlerRegistry()
getValueHandlerRegistry in interface UISessionpublic LabelService getLabelService()
getLabelService in interface UISessionpublic SearchService getSearchService()
getSearchService in interface UISessionpublic SavedQueryService getSavedQueryService()
getSavedQueryService in interface UISessionpublic UIConfigurationService getUiConfigurationService()
getUiConfigurationService in interface UISessionpublic ModelService getModelService()
getModelService in interface UISessionpublic UndoManager getUndoManager()
getUndoManager in interface UISessionpublic void sendGlobalEvent(CockpitEvent event)
UISessionsendGlobalEvent in interface UISessionevent - the event to be processedpublic void sendGlobalEvent(CockpitEvent event, boolean immediate)
UISessionsendGlobalEvent in interface UISessionevent - the event to be processedimmediate - force to send event immediately (not "on later")public boolean isUsingTestIDs()
isUsingTestIDs in interface UISessionpublic boolean isDragOverPerspectivesEnabled()
isDragOverPerspectivesEnabled in interface UISessionpublic boolean isCachePerspectivesEnabled()
isCachePerspectivesEnabled in interface UISessionpublic void setRequestHandler(RequestHandler reqHandler)
setRequestHandler in interface UISessionpublic RequestHandler getRequestHandler()
getRequestHandler in interface UISessionpublic void setPushContainers(List<PushCreationContainer> pushContainers)
setPushContainers in interface UISessionpublic List<PushCreationContainer> getPushContainers()
getPushContainers in interface UISessionpublic boolean setSessionAttribute(String key, Object value)
setSessionAttribute in interface UISessionpublic UIAccessRightService getUiAccessRightService()
getUiAccessRightService in interface UISessionpublic JasperReportsRefresh getJasperReportsRefresh()
UISessiongetJasperReportsRefresh in interface UISessionCopyright © 2017 SAP SE. All Rights Reserved.