Class ChatService
Object
ChatService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateChatline
(String chatlinename, String attribute, String colour, User aUser) void
deleteChatLine
(User aUser, String chatlinename) Delete the chatline including all the users making use of this chatline.void
getChatline
(String chatlinename)
-
Constructor Details
-
ChatService
-
-
Method Details
-
deleteChatLine
Delete the chatline including all the users making use of this chatline. Some notes: 1. you are either a deputy or the owner of the chatline- Parameters:
aUser
- the user issueing the request for deleting the chatlinechatlinename
- name of the chatline
-
getChatline
-
createChatline
-
editChatline
-
getChatlines
-