org.olat.user.notification
Class UserJumpInReceptionist

java.lang.Object
  extended by org.olat.user.notification.UserJumpInReceptionist
All Implemented Interfaces:
JumpInReceptionist

public class UserJumpInReceptionist
extends java.lang.Object
implements JumpInReceptionist

Description:
Implement a JumpInReceptionist to jump with an Identity to the HomePageDisplayController of this user.

Initial Date: 19 august 2009

Author:
srosse

Nested Class Summary
 class UserJumpInReceptionist.IdentityResourceable
           
 
Constructor Summary
UserJumpInReceptionist(Identity identity, java.util.Locale locale)
           
 
Method Summary
 JumpInResult createJumpInResult(UserRequest ureq, WindowControl wControl)
          Return the UserInfoMainController packed in a JumpInResult
 java.lang.String extractActiveViewId(UserRequest ureq)
           
 OLATResourceable getOLATResourceable()
           
 java.lang.String getTitle()
          Return the last name of the user
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserJumpInReceptionist

public UserJumpInReceptionist(Identity identity,
                              java.util.Locale locale)
Method Detail

getTitle

public java.lang.String getTitle()
Return the last name of the user

Specified by:
getTitle in interface JumpInReceptionist
Returns:

getOLATResourceable

public OLATResourceable getOLATResourceable()
Specified by:
getOLATResourceable in interface JumpInReceptionist
Returns:

createJumpInResult

public JumpInResult createJumpInResult(UserRequest ureq,
                                       WindowControl wControl)
Return the UserInfoMainController packed in a JumpInResult

Specified by:
createJumpInResult in interface JumpInReceptionist
Returns:
never null!, but the contained controller may be null if the resource could not be started

extractActiveViewId

public java.lang.String extractActiveViewId(UserRequest ureq)
Specified by:
extractActiveViewId in interface JumpInReceptionist
Returns: