Uses of Interface
org.exoplatform.chat.services.UserService

Packages that use UserService
org.exoplatform.chat.services   
org.exoplatform.chat.services.mongodb   
 

Uses of UserService in org.exoplatform.chat.services
 

Methods in org.exoplatform.chat.services with parameters of type UserService
 RoomsBean ChatService.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, int limit, NotificationService notificationService, UserService userService, 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)
           
 List<NotificationBean> NotificationService.getUnreadNotifications(String user, UserService userService)
           
 List<NotificationBean> NotificationService.getUnreadNotifications(String user, UserService userService, String type, String category, String categoryId)
           
 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.exoplatform.chat.services.mongodb
 

Classes in org.exoplatform.chat.services.mongodb that implement UserService
 class UserServiceImpl
           
 

Methods in org.exoplatform.chat.services.mongodb with parameters of type UserService
 RoomsBean ChatServiceImpl.getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, int limit, NotificationService notificationService, UserService userService, 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)
           
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user, UserService userService)
           
 List<NotificationBean> NotificationServiceImpl.getUnreadNotifications(String user, UserService userService, String type, String category, String categoryId)
           
 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–2014 eXo Platform SAS. All rights reserved.