public class DecoratedChatChannel extends Object
| Constructor and Description |
|---|
DecoratedChatChannel(ChatTool chatTool,
org.sakaiproject.chat2.model.ChatChannel chatChannel) |
DecoratedChatChannel(ChatTool chatTool,
org.sakaiproject.chat2.model.ChatChannel chatChannel,
boolean newChannel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanDelete() |
boolean |
getCanDeleteMessages() |
boolean |
getCanEdit() |
boolean |
getCanRead() |
org.sakaiproject.chat2.model.ChatChannel |
getChatChannel() |
ChatTool |
getChatTool() |
Date |
getEndDate() |
String |
getEnterChatText()
Returns the bundle message with key "enter_the_chat_room", inserting the chat channel's title
|
int |
getFilterParamLast() |
int |
getFilterParamNone() |
int |
getFilterParamPast() |
int |
getNumberChannelMessages() |
String |
getSetAsDefaultText() |
Date |
getStartDate() |
boolean |
isDirectEdit() |
boolean |
isNewChannel() |
String |
processActionDeleteRoom() |
String |
processActionDeleteRoomMessages() |
String |
processActionEditRoom()
This method will edit the room from the page listing all the rooms
|
String |
processActionEditRoomDirect()
This method will edit the room directly from the main chat page
|
String |
processActionEnterRoom() |
String |
processActionSetAsDefaultRoom() |
void |
setDirectEdit(boolean directEdit) |
void |
setEndDate(Date endDate) |
void |
setFilterParamLast(int filterParamLast) |
void |
setFilterParamNone(int filterParamNone) |
void |
setFilterParamPast(int filterParamPast) |
void |
setNewChannel(boolean newChannel) |
void |
setStartDate(Date startDate) |
public DecoratedChatChannel(ChatTool chatTool, org.sakaiproject.chat2.model.ChatChannel chatChannel)
public DecoratedChatChannel(ChatTool chatTool, org.sakaiproject.chat2.model.ChatChannel chatChannel, boolean newChannel)
public String processActionEnterRoom()
public String processActionEditRoom()
public String processActionEditRoomDirect()
public String processActionDeleteRoom()
public String processActionDeleteRoomMessages()
public String processActionSetAsDefaultRoom()
public org.sakaiproject.chat2.model.ChatChannel getChatChannel()
public ChatTool getChatTool()
public boolean getCanDelete()
public boolean getCanDeleteMessages()
public boolean getCanEdit()
public boolean getCanRead()
public String getEnterChatText()
public String getSetAsDefaultText()
public int getFilterParamLast()
public void setFilterParamLast(int filterParamLast)
public int getFilterParamPast()
public void setFilterParamPast(int filterParamPast)
public int getFilterParamNone()
public void setFilterParamNone(int filterParamNone)
public boolean isDirectEdit()
public void setDirectEdit(boolean directEdit)
public boolean isNewChannel()
public void setNewChannel(boolean newChannel)
public int getNumberChannelMessages()
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.