Class UserPortalChatsPageBean
- java.lang.Object
 - 
- de.xima.fc.user_portal.bean.pages.UserPortalChatsPageBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@ViewScoped @Named public class UserPortalChatsPageBean extends Object implements Serializable
- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserPortalChatsPageBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource>getChats()StringgetMessage()List<String>getMessages()de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResourcegetSelectedChat()voidinit()voidonRowSelect()voidsendMessage()voidsetChats(List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource> chats)voidsetMessage(String message)voidsetMessages(List<String> messages)voidsetSelectedChat(de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource selectedChat) 
 - 
 
- 
- 
Method Detail
- 
getMessage
public String getMessage()
 
- 
setMessage
public void setMessage(String message)
 
- 
getSelectedChat
public de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource getSelectedChat()
 
- 
setSelectedChat
public void setSelectedChat(de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource selectedChat)
 
- 
getChats
public List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource> getChats()
 
- 
setChats
public void setChats(List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource> chats)
 
- 
sendMessage
public void sendMessage()
 
- 
init
@PostConstruct public void init()
 
- 
onRowSelect
public void onRowSelect()
 
 - 
 
 -