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 TypeMethodDescriptionbooleanbooleanUserContacts.addContact(User user) voidGruppenRoom.addMessage(User sender, String content) booleanGruppenRoom.addParticipant(User user) booleanUserContacts.hasContact(User user) booleanbooleanGruppenRoom.isParticipant(User user) booleanGruppenRoom.removeAdmin(User demoter, User userToDemote) booleanUserContacts.removeContact(User user) booleanGruppenRoom.removeParticipant(User remover, User userToRemove) void