org.exoplatform.mail.webui
Class UIMessagePreview
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.mail.webui.UIMessagePreview
public class UIMessagePreview
- extends org.exoplatform.webui.core.UIComponent
Created by The eXo Platform SARL
Author : Hung Nguyen
hung.nguyen@exoplatform.com
Aus 01, 2007 2:48:18 PM
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
config, OBJECTID, UICOMPONENT, uiparent |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUESTION
public static java.lang.String QUESTION
ANSWER_IMPORT
public static java.lang.String ANSWER_IMPORT
ANSWER_YES
public static java.lang.String ANSWER_YES
ANSWER_NO
public static java.lang.String ANSWER_NO
ANSWER_MAYBE
public static java.lang.String ANSWER_MAYBE
UIMessagePreview
public UIMessagePreview()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMessage
public Message getMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
setMessage
public void setMessage(Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
getShowedMessages
public java.util.List<Message> getShowedMessages()
throws java.lang.Exception
- Throws:
java.lang.Exception
setShowedMessages
public void setShowedMessages(java.util.List<Message> msgList)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUnreadMessages
public java.util.List<java.lang.String> getUnreadMessages()
throws java.lang.Exception
- Throws:
java.lang.Exception
setUnreadMessages
public void setUnreadMessages(java.util.List<java.lang.String> unreadMsgIds)
throws java.lang.Exception
- Throws:
java.lang.Exception
getImageLocationMap
public java.util.Map<java.lang.String,java.lang.String> getImageLocationMap(Message message)
throws java.lang.Exception
- Throws:
java.lang.Exception
setIsHideMessageList
public void setIsHideMessageList(boolean b)
isHideMessageList
public boolean isHideMessageList()
isShowBcc
public boolean isShowBcc(Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEvent
public CalendarEvent getEvent(Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
getShowedMessageById
public Message getShowedMessageById(java.lang.String id)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDownloadService
public org.exoplatform.download.DownloadService getDownloadService()
getPortalName
public java.lang.String getPortalName()
getRepository
public java.lang.String getRepository()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAnswerStatus
public java.lang.String getAnswerStatus()
throws java.lang.Exception
- Throws:
java.lang.Exception
isShowPicInBody
public boolean isShowPicInBody(Message msg)
Copyright © 2011 eXo Platform SAS. All Rights Reserved.