Uses of Interface
org.exoplatform.chat.services.NotificationService
-
Packages that use NotificationService Package Description org.exoplatform.chat.services -
-
Uses of NotificationService in org.exoplatform.chat.services
Methods in org.exoplatform.chat.services with parameters of type NotificationService Modifier and Type Method Description List<RoomBean>ChatService. getExistingRooms(String user, boolean withPublic, boolean isAdmin, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getRooms(String user, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getRooms(String user, List<String> onlineUsers, String filter, boolean withUsers, boolean withSpaces, boolean withPublic, boolean withOffline, boolean isAdmin, int limit, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getUserRooms(String user, List<String> onlineUsers, String filter, int offset, int limit, NotificationService notificationService, TokenService tokenService)RoomsBeanChatService. getUserRooms(String user, List<String> onlineUsers, String filter, int offset, int limit, NotificationService notificationService, TokenService tokenService, String roomType)
-