Uses of Class
org.exoplatform.services.user.UserStateModel
-
Packages that use UserStateModel Package Description org.exoplatform.services.user -
-
Uses of UserStateModel in org.exoplatform.services.user
Methods in org.exoplatform.services.user that return UserStateModel Modifier and Type Method Description UserStateModelUserStateModel. clone()UserStateModelUserStateService. getUserState(String userId)Return user connection stateUserStateModelUserStateService. lastLogin()UserStateModelUserStateService. ping(String userId)Deprecated.not needed anymore since the user online status is managed in realtime with WebSocket ChannelMethods in org.exoplatform.services.user that return types with arguments of type UserStateModel Modifier and Type Method Description List<UserStateModel>UserStateService. online()Methods in org.exoplatform.services.user with parameters of type UserStateModel Modifier and Type Method Description voidUserStateService. save(UserStateModel model)Deprecated.useUserStateService.saveStatus(String, String)instead
-