Package com.saperion.ngc.toolbar
Class SaperionToolbarPresenter
- java.lang.Object
-
- com.saperion.ngc.toolbar.SaperionToolbarPresenter
-
public class SaperionToolbarPresenter extends java.lang.Object
Presenter forSaperionToolbarView
.
-
-
Constructor Summary
Constructors Constructor Description SaperionToolbarPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLocale(java.util.Locale locale)
Sets the locale on the underlying backend connection.
-
-
-
Method Detail
-
setLocale
public void setLocale(java.util.Locale locale) throws AuthenticationException, NgcUiException
Sets the locale on the underlying backend connection. Does not change the locale of the client.- Parameters:
locale
- locale to set- Throws:
AuthenticationException
- re-logon requiredNgcUiException
- exception to be handled by view
-
-