| java.lang.Object org.sakaiproject.chat2.tool.DecoratedChatChannel
DecoratedChatChannel | public class DecoratedChatChannel (Code) | | |
getCanDelete | public boolean getCanDelete()(Code) | | |
getCanEdit | public boolean getCanEdit()(Code) | | |
getCanRead | public boolean getCanRead()(Code) | | |
getEnterChatText | public String getEnterChatText()(Code) | | Returns the bundle message with key "enter_the_chat_room", inserting the chat channel's title
|
getFilterParamLast | public int getFilterParamLast()(Code) | | |
getFilterParamPast | public int getFilterParamPast()(Code) | | |
getSetAsDefaultText | public String getSetAsDefaultText()(Code) | | |
isDirectEdit | public boolean isDirectEdit()(Code) | | |
isNewChannel | public boolean isNewChannel()(Code) | | |
processActionDeleteRoom | public String processActionDeleteRoom()(Code) | | |
processActionEditRoom | public String processActionEditRoom()(Code) | | This method will edit the room from the page listing all the rooms
|
processActionEditRoomDirect | public String processActionEditRoomDirect()(Code) | | This method will edit the room directly from the main chat page
|
processActionEnterRoom | public String processActionEnterRoom()(Code) | | |
processActionSetAsDefaultRoom | public String processActionSetAsDefaultRoom()(Code) | | |
setDirectEdit | public void setDirectEdit(boolean directEdit)(Code) | | |
setFilterParamLast | public void setFilterParamLast(int filterParamLast)(Code) | | |
setFilterParamPast | public void setFilterParamPast(int filterParamPast)(Code) | | |
setNewChannel | public void setNewChannel(boolean newChannel)(Code) | | |
|
|