Method Summary |
|
public SelectItem | createSelect(Object id, String description) |
public boolean | getCanCreateChannel() |
public boolean | getCanEditChannel(ChatChannel channel) |
public boolean | getCanManageTool() |
public boolean | getCanRead(ChatChannel channel) |
public boolean | getCanRemoveChannel(ChatChannel channel) |
public boolean | getCanRemoveMessage(ChatMessage message) |
public boolean | getCanRenderAllMessages() |
public boolean | getCanRenderDateMessages() |
public boolean | getCanRenderMessageOptions() |
public boolean | getCanRenderNumberMessages() |
public List | getChatChannels() |
public String | getChatFunctionPrefix() |
public ChatManager | getChatManager() |
public List | getChatRoomsSelectItems() |
public ColorMapper | getColorMapper() |
protected String | getContext() |
public String | getCourierString() This allows us to change/give the courier address. |
public DecoratedChatChannel | getCurrentChannel() |
public DecoratedChatChannel | getCurrentChannelEdit() |
public String | getCurrentChatChannelId() gets the channel id of the current channel. |
public DecoratedChatMessage | getCurrentMessage() |
public DecoratedSynopticOptions | getCurrentSynopticOptions() |
protected String | getCustomOptionText(String filterType, int filterParam) |
protected String | getCustomOptionValue(String filterType) |
public boolean | getDisplayDate() |
public boolean | getDisplayTime() |
public String | getEnterTool() This is called from the first page to redirect the user to the proper view.
If the tool is set to go to the select a chat room view and there are multiple chat
rooms, then it will go to the select a room page. |
public String | getFramePlacementId() |
public boolean | getMaintainer() |
public String | getMessageFromBundle(String key, Object[] args) |
public String | getMessageFromBundle(String key) |
public String | getMessageOptions() |
public List | getMessageOptionsList() |
public String | getMessageOwnerDisplayName(ChatMessage message) |
protected List | getMessages(String context, Date limitDate, int numMessages, boolean sortAsc) |
public String | getNewMessageText() |
protected String | getPastXDaysText(int x) |
protected String | getPastXMessagesText(int x) |
public String | getPermissionsMessage() |
public List | getRoomMessages() |
public String | getServerUrl() |
public int | getSiteChannelCount() |
protected List | getSiteChannels() |
public boolean | getSoundAlert() |
public List | getSynopticMessages() |
public ToolManager | getToolManager() |
public String | getToolString() |
public List | getUsersInCurrentChannel() this gets the users in the current channel. |
public String | getViewOptions() |
public String | getViewingChatRoomText() |
public Site | getWorksite() |
protected int | initMessageOptions() |
public DecoratedSynopticOptions | lookupSynopticOptions() |
public String | processActionAddRoom() |
public String | processActionBackToRoom() |
public String | processActionCancelChangeChannel() |
public String | processActionDeleteMessage() |
public String | processActionDeleteMessageCancel() |
protected String | processActionDeleteMessageConfirm(DecoratedChatMessage message) |
public String | processActionDeleteRoom() |
public String | processActionDeleteRoomCancel() |
protected String | processActionDeleteRoomConfirm(DecoratedChatChannel chatChannel) |
protected String | processActionEditRoom(DecoratedChatChannel chatChannel) |
public String | processActionEditRoomCancel() |
public String | processActionEditRoomSave() |
protected String | processActionEnterRoom(DecoratedChatChannel chatChannel) |
public String | processActionListRooms() |
public String | processActionPermissions() |
public String | processActionResetMessage() |
public String | processActionSetAsDefaultRoom(DecoratedChatChannel decoChannel) |
public String | processActionSubmitMessage() |
public String | processActionSynopticOptions() |
public String | processActionSynopticOptionsCancel() |
public String | processActionSynopticOptionsSave() |
public void | receivedMessage(String roomId, Object message) |
protected boolean | refreshPresence() |
protected void | resetCurrentChannel(DecoratedChatChannel oldChannel) |
public void | roomDeleted(String roomId) |
public void | setChatManager(ChatManager chatManager) |
public void | setColorMapper(ColorMapper colorMapper) |
public void | setCurrentChannel(DecoratedChatChannel channel) Implements a change of the chat room. |
public void | setCurrentChannelEdit(DecoratedChatChannel currentChannelEdit) |
public void | setCurrentMessage(DecoratedChatMessage currentMessage) |
public void | setCurrentSynopticOptions(DecoratedSynopticOptions currentSynopticOptions) |
public void | setMessageOptions(String messageOptions) |
public void | setNewMessageText(String newMessageText) |
public void | setToolManager(ToolManager toolManager) |
public void | setViewOptions(String d) |
public void | userJoined(String location, String user) |
public void | userLeft(String location, String user) If a user left the location and there are no more users then
something happened and this is a stray presence observer. |
protected boolean | validateChannel(ChatChannel channel) |