Uses of Interface
org.olat.core.dispatcher.jumpin.JumpInReceptionist

Packages that use JumpInReceptionist
org.olat.catalog   
org.olat.core.dispatcher.jumpin Overview description of jump-in handling for external links into OLAT system. 
org.olat.notifications Overview description of notifications package. 
org.olat.repository   
org.olat.user.notification These package deals with notifications send after the creation of new identity. 
 

Uses of JumpInReceptionist in org.olat.catalog
 

Methods in org.olat.catalog that return JumpInReceptionist
 JumpInReceptionist CatalogJumpInHandlerFactory.createJumpInHandler(UserRequest ureq)
           
 

Uses of JumpInReceptionist in org.olat.core.dispatcher.jumpin
 

Methods in org.olat.core.dispatcher.jumpin that return JumpInReceptionist
 JumpInReceptionist JumpInHandlerFactory.createJumpInHandler(UserRequest ureq)
           
 JumpInReceptionist JumpInManager.getJumpInReceptionist(UserRequest ureq)
           
 

Uses of JumpInReceptionist in org.olat.notifications
 

Methods in org.olat.notifications that return JumpInReceptionist
 JumpInReceptionist SubscriptionJumpInHandlerFactory.createJumpInHandler(UserRequest ureq)
          Deprecated.  
 

Uses of JumpInReceptionist in org.olat.repository
 

Methods in org.olat.repository that return JumpInReceptionist
 JumpInReceptionist RepoJumpInHandlerFactory.createJumpInHandler(UserRequest ureq)
           
 

Uses of JumpInReceptionist in org.olat.user.notification
 

Classes in org.olat.user.notification that implement JumpInReceptionist
 class UserAdminJumpInReceptionist
          Description:
Implement a JumpInReceptionist to jump to the UserAdminSite to see all new users.
 class UserJumpInReceptionist
          Description:
Implement a JumpInReceptionist to jump with an Identity to the HomePageDisplayController of this user.
 

Methods in org.olat.user.notification that return JumpInReceptionist
 JumpInReceptionist UserJumpInHandlerFactory.createJumpInHandler(UserRequest ureq)