| 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)
|
| 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)
|
| 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)
|