org.exoplatform.mail.webui
Class UIMessagePreview

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by 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


Nested Class Summary
static class UIMessagePreview.AddContactActionListener
           
static class UIMessagePreview.AddStarActionListener
           
static class UIMessagePreview.AddTagActionListener
           
static class UIMessagePreview.AnswerInvitationActionListener
           
static class UIMessagePreview.BackToListActionListener
           
static class UIMessagePreview.CreateFilterActionListener
           
static class UIMessagePreview.DeleteActionListener
           
static class UIMessagePreview.DownloadAttachmentActionListener
           
static class UIMessagePreview.ExportActionListener
           
static class UIMessagePreview.ForwardActionListener
           
static class UIMessagePreview.HideMessageListActionListener
           
static class UIMessagePreview.MoveMessagesActionListener
           
static class UIMessagePreview.PrintActionListener
           
static class UIMessagePreview.ReplyActionListener
           
static class UIMessagePreview.ReplyAllActionListener
           
static class UIMessagePreview.ViewAllHeadersActionListener
           
 
Field Summary
static java.lang.String ANSWER_IMPORT
           
static java.lang.String ANSWER_MAYBE
           
static java.lang.String ANSWER_NO
           
static java.lang.String ANSWER_YES
           
static java.lang.String QUESTION
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIMessagePreview()
           
 
Method Summary
 java.lang.String getAnswerStatus()
           
 org.exoplatform.download.DownloadService getDownloadService()
           
 CalendarEvent getEvent(Message msg)
           
 java.util.Map<java.lang.String,java.lang.String> getImageLocationMap(Message message)
           
 Message getMessage()
           
 java.lang.String getPortalName()
           
 java.lang.String getRepository()
           
 Message getShowedMessageById(java.lang.String id)
           
 java.util.List<Message> getShowedMessages()
           
 java.util.List<java.lang.String> getUnreadMessages()
           
 boolean isHideMessageList()
           
 boolean isShowBcc(Message msg)
           
 boolean isShowPicInBody(Message msg)
           
 void setIsHideMessageList(boolean b)
           
 void setMessage(Message msg)
           
 void setShowedMessages(java.util.List<Message> msgList)
           
 void setUnreadMessages(java.util.List<java.lang.String> unreadMsgIds)
           
 
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
 

Field Detail

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
Constructor Detail

UIMessagePreview

public UIMessagePreview()
                 throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

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 © 2012 eXo Platform SAS. All Rights Reserved.