Uses of Interface
org.benjp.services.UserService

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

Uses of UserService in org.benjp.services
 

Methods in org.benjp.services with parameters of type UserService
 RoomsBean ChatService.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 String ChatService.read(String room, UserService userService)
           
 String ChatService.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp)
           
 String ChatService.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp, Long toTimestamp)
           
 

Uses of UserService in org.benjp.services.jcr
 

Classes in org.benjp.services.jcr that implement UserService
 class UserServiceImpl
           
 

Methods in org.benjp.services.jcr with parameters of type UserService
 RoomsBean ChatServiceImpl.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 String ChatServiceImpl.read(String room, UserService userService)
           
 String ChatServiceImpl.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp)
           
 String ChatServiceImpl.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp, Long toTimestamp)
           
 

Uses of UserService in org.benjp.services.mongodb
 

Methods in org.benjp.services.mongodb with parameters of type UserService
 RoomsBean ChatServiceImpl.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, UserService userService, TokenService tokenService)
           
 String ChatServiceImpl.read(String room, UserService userService)
           
 String ChatServiceImpl.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp)
           
 String ChatServiceImpl.read(String room, UserService userService, boolean isTextOnly, Long fromTimestamp, Long toTimestamp)
           
 



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