Operation |
Details |
public getAffiliations():List |
Sequential Notes: | Delivers the list of affiliations the account user is affiliated to. | |
public getEmail():String |
Sequential Notes: | Delivers the email address of the account user. | |
public getGrants():List |
Sequential Notes: | Delivers the list of the account users' grants. Caution: This list is NOT filled automatically by JiBX or the AccountUserVO class itself when creating the VO. | |
public getHandle():String |
Sequential Notes: | Delivers the handle for the authenticated user, given back by the framework. | |
public getLastModificationDate():Date |
Sequential |
public getName():String |
Sequential Notes: | Delivers the name of the account user, i. e. first and last name. | |
public getPassword():String |
Sequential Notes: | Delivers the password of the account user. The password has to be encrypted. | |
public getReference():AccountUserRO |
Sequential Notes: | Delivers the account users' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public getUserid():String |
Sequential Notes: | Delivers the user-id of the account user. The user-id is a unique id for the user within the system. | |
public isActive():boolean |
Sequential Notes: | Delivers the active flag of the user account. The active flag is true if the user account can be used, false otherwise. | |
public isDepositor():boolean |
Sequential Notes: | Delivers true if the granted role is of type 'depositor' for any object. | |
public isMdEditor():boolean |
Sequential Notes: | Delivers true if the granted role is of type 'md-editor' for any object. | |
public isModerator():boolean |
Sequential Notes: | Delivers true if the granted role is of type 'moderator' for any object. | |
public isModerator( ReferenceObject refObj):boolean |
Sequential Notes: | Delivers true if the granted role is of type 'moderator' for the given object (normally a PubCollection). @return true if the granted role is of type 'moderator' for the given object | |
public isPrivilegedViewer( ReferenceObject refObj):boolean |
Sequential Notes: | Delivers true if the granted role is of type 'PrivilegedViewer' for the given object (normally a PubCollection). @return true if the granted role is of type 'PrivilegedViewer' for the given object | |
public setActive( boolean newVal):void |
Sequential Notes: | Sets the active flag of the user account. The active flag is true if the user account can be used, false otherwise. | |
public setEmail( String newVal):void |
Sequential Notes: | Sets the email address of the account user. | |
public setHandle( String newVal):void |
Sequential Notes: | Sets the handle for the authenticated user, given back by the framework. | |
public setLastModificationDate( Date lastModificationDate):void |
Sequential |
public setName( String newVal):void |
Sequential Notes: | Sets the name of the account user, i. e. first and last name. | |
public setPassword( String newVal):void |
Sequential Notes: | Sets the password of the account user. The password has to be encrypted. | |
public setReference( AccountUserRO newVal):void |
Sequential Notes: | Sets the account users' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public setUserid( String newVal):void |
Sequential Notes: | Sets the user-id of the account user. The user-id is a unique id for the user within the system. | |