Operation |
Details |
public changeLanguage( ResourceBundle bundle):void |
Sequential Notes: | changes the language in the navigation menu (according to login state) | |
public checkLogin():String |
Sequential Tags: | throws=IOException,ServletException,ServiceException,TechnicalException,URISyntaxException
| Notes: | Method checks if the user is already logged in and inserts the escidoc user handle. If not it redirects to the login page. @return String empty navigation string for reloading the current page | |
public fetchAccountUser( String userHandle):void |
Sequential Tags: | throws=WebserverSystemException,SqlDatabaseSystemException,RemoteException,MalformedURLException,ServiceException,TechnicalException,URISyntaxException
| Notes: | retrieves the account user with the user handle | |
public getAccountUser():AccountUserVO |
Sequential |
public getBtnLoginLogout():String |
Sequential |
public getESciDocUserHandle():String |
Sequential |
public getIsDepositor():boolean |
Sequential Notes: | JSF Wrapper for isDepositor() @return | |
public getIsMdEditor():boolean |
Sequential Notes: | JSF Wrapper for isMdEditor() @return | |
public getIsModerator():boolean |
Sequential Notes: | JSF Wrapper for isModerator() @return | |
public getLoggedIn():boolean |
Sequential |
public getLoginLogoutLabel():String |
Sequential |
public getUser():String |
Sequential |
public insertLogin():String |
Sequential Tags: | throws=IOException,ServiceException,TechnicalException,URISyntaxException
| Notes: | Method checks if the user is already logged in and inserts the escidoc user handle. @return String empty navigation string for reloading the current page | |
public isLoggedIn():boolean |
Sequential |
public isWasLoggedIn():boolean |
Sequential |
public login( String userHandle):void |
Sequential Notes: | Getters and Setters | |
public LoginHelper(): |
Sequential Notes: | Public constructor. | |
public logout( String userHandle):void |
Sequential |
public setAccountUser( AccountUserVO accountUser):void |
Sequential |
public setBtnLoginLogout( String btnLoginLogout):void |
Sequential |
public setESciDocUserHandle( String eSciDocUserHandle):void |
Sequential |
public setLoggedIn( boolean loggedIn):void |
Sequential |
public setWasLoggedIn( boolean wasLoggedIn):void |
Sequential |
public toString():String |
Sequential |