Uses of Interface
org.benjp.services.NotificationService

Packages that use NotificationService
org.benjp.services   
org.benjp.services.jcr   
org.benjp.services.mongodb   
 

Uses of NotificationService in org.benjp.services
 

Methods in org.benjp.services with parameters of type NotificationService
 List<RoomBean> ChatService.getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)
           
 RoomsBean ChatService.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 

Uses of NotificationService in org.benjp.services.jcr
 

Classes in org.benjp.services.jcr that implement NotificationService
 class NotificationServiceImpl
           
 

Methods in org.benjp.services.jcr with parameters of type NotificationService
 List<RoomBean> ChatServiceImpl.getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)
           
 RoomsBean ChatServiceImpl.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 

Uses of NotificationService in org.benjp.services.mongodb
 

Methods in org.benjp.services.mongodb with parameters of type NotificationService
 List<RoomBean> ChatServiceImpl.getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)
           
 RoomsBean ChatServiceImpl.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.