Uses of Class
domain.User
Packages that use User
-
Uses of User in domain
Modifier and TypeMethodDescriptionGruppenRoom.getCreator()
Message.getSender()
ChatRoom.getUser1()
ChatRoom.getUser2()
Modifier and TypeMethodDescriptionGruppenRoom.getAdmins()
UserContacts.getContacts()
GruppenRoom.getParticipants()
Modifier and TypeMethodDescriptionboolean
boolean
UserContacts.addContact
(User user) void
GruppenRoom.addMessage
(User sender, String content) boolean
GruppenRoom.addParticipant
(User user) boolean
UserContacts.hasContact
(User user) boolean
boolean
GruppenRoom.isParticipant
(User user) boolean
GruppenRoom.removeAdmin
(User demoter, User userToDemote) boolean
UserContacts.removeContact
(User user) boolean
GruppenRoom.removeParticipant
(User remover, User userToRemove) void