|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.stratelia.silverpeas.chat.control.ChatSessionController
public class ChatSessionController
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
ChatSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl,
com.stratelia.silverpeas.peasCore.ComponentContext componentContext,
String multilangBaseName,
String iconBaseName)
|
Method Summary | |
---|---|
void |
createIndexChatroom(ChatRoomDetail room)
|
void |
DeleteBanned(String user,
int chatRoomId)
|
void |
DeleteBannedAll(int chatRoomId)
|
void |
DeleteChatroom(Integer ID)
|
com.stratelia.silverpeas.notificationManager.NotificationMetaData |
getAlertNotificationMetaData()
|
com.stratelia.webactiv.beans.admin.UserDetail[] |
getAvailableUsers()
|
String |
getCurrentSilverObjectId()
|
String[] |
getLastnameSelectedUsers()
|
Vector |
getListChatRoom()
|
String[] |
getNameSelectedUsers()
|
String[] |
getSelectedUsers()
|
int |
getSilverObjectId(String objectId)
|
void |
index()
|
String |
initUserPanel()
|
void |
InsertBanned(String user,
int chatRoomId)
|
void |
InsertChatroom(int ID,
String name,
String comment)
|
boolean |
isPdcUsed()
|
boolean |
RetreiveBanned(String user,
int chatRoomId)
|
Vector |
RetreiveListBanned(int chatRoomId)
|
void |
setCurrentChatRoomId(String roomId)
|
void |
UpdateChatroom(Integer ID,
String name,
String comment)
|
Methods inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
addClipboardSelection, clipboardPasteDone, close, getAlertUser, getClipboardCount, getClipboardErrorMessage, getClipboardExceptionError, getClipboardName, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameters, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getFavoriteSpace, getGenericPanel, getHighestSilverpeasUserRole, getIcon, getLanguage, getLastResults, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getServerNameAndPort, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserAvailSpaceIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoleLevel, getUserRoles, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardError, setClipboardSelectedElement, setComponentRootName, setFavoriteSpaceToMainSessionController, setGenericPanel, setIconFileName, setLastResults, setMultilangFileName, setResourceFileName, setSpaceModeMaintenance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChatSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext componentContext, String multilangBaseName, String iconBaseName)
Method Detail |
---|
public void setCurrentChatRoomId(String roomId)
public String getCurrentSilverObjectId()
public Vector getListChatRoom() throws ChatException
ChatException
public void DeleteChatroom(Integer ID) throws ChatException
ChatException
public void InsertChatroom(int ID, String name, String comment) throws ChatException
ChatException
public void UpdateChatroom(Integer ID, String name, String comment) throws ChatException
ChatException
public void createIndexChatroom(ChatRoomDetail room)
public void index() throws ChatException, jChatBox.Chat.ChatException
ChatException
public boolean RetreiveBanned(String user, int chatRoomId) throws ChatException
ChatException
public void DeleteBanned(String user, int chatRoomId) throws ChatException
ChatException
public void DeleteBannedAll(int chatRoomId) throws ChatException
ChatException
public void InsertBanned(String user, int chatRoomId) throws ChatException
ChatException
public Vector RetreiveListBanned(int chatRoomId) throws ChatException
ChatException
public String initUserPanel() throws RemoteException, jChatBox.Chat.ChatException
RemoteException
jChatBox.Chat.ChatException
public String[] getNameSelectedUsers()
public String[] getLastnameSelectedUsers()
public String[] getSelectedUsers()
public com.stratelia.silverpeas.notificationManager.NotificationMetaData getAlertNotificationMetaData() throws RemoteException, jChatBox.Chat.ChatException
RemoteException
jChatBox.Chat.ChatException
public com.stratelia.webactiv.beans.admin.UserDetail[] getAvailableUsers()
public boolean isPdcUsed()
public int getSilverObjectId(String objectId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |