Uses of Interface
org.exoplatform.services.xmpp.history.HistoricalMessage

Packages that use HistoricalMessage
org.exoplatform.services.xmpp.bean   
org.exoplatform.services.xmpp.connection   
org.exoplatform.services.xmpp.connection.impl   
org.exoplatform.services.xmpp.history   
org.exoplatform.services.xmpp.history.impl.jcr   
org.exoplatform.services.xmpp.util   
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.bean
 

Methods in org.exoplatform.services.xmpp.bean that return types with arguments of type HistoricalMessage
 java.util.List<HistoricalMessage> InitInfoBean.getMessages()
           
 

Method parameters in org.exoplatform.services.xmpp.bean with type arguments of type HistoricalMessage
 void InitInfoBean.setMessages(java.util.List<HistoricalMessage> messages)
           
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.connection
 

Methods in org.exoplatform.services.xmpp.connection that return types with arguments of type HistoricalMessage
 java.util.List<HistoricalMessage> XMPPSession.getAllHistory(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat)
          Get history.
 java.util.List<HistoricalMessage> XMPPSession.getHistoryBetweenDate(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat, java.util.Date dateFrom, java.util.Date dateTo)
          Get history between two date.
 java.util.List<HistoricalMessage> XMPPSession.getHistoryFromDateToNow(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat, java.util.Date dateFrom)
          Get history between the date and current time.
 java.util.List<HistoricalMessage> XMPPSession.getNotRecieveMessages()
          Get all not received message.
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.connection.impl
 

Methods in org.exoplatform.services.xmpp.connection.impl that return types with arguments of type HistoricalMessage
 java.util.List<HistoricalMessage> XMPPSessionImpl.getAllHistory(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat)
          Get history.
 java.util.List<HistoricalMessage> XMPPSessionImpl.getHistoryBetweenDate(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat, java.util.Date dateFrom, java.util.Date dateTo)
          Get history between two date.
 java.util.List<HistoricalMessage> XMPPSessionImpl.getHistoryFromDateToNow(java.lang.String usernameto, java.lang.String usernamefrom, boolean isGroupChat, java.util.Date dateFrom)
          Get history between the date and current time.
 java.util.List<HistoricalMessage> XMPPSessionImpl.getNotRecieveMessages()
          Get all not received message.
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.history
 

Methods in org.exoplatform.services.xmpp.history that return types with arguments of type HistoricalMessage
 java.util.List<HistoricalMessage> History.getHistoricalMessages(java.lang.String jidTo, java.lang.String jidFrom, java.lang.Boolean isGroupChat)
           
 java.util.List<HistoricalMessage> History.getHistoricalMessages(java.lang.String jidTo, java.lang.String jidFrom, java.lang.Boolean isGroupChat, java.util.Date dateFrom)
          messages from conversation after dateFrom.
 java.util.List<HistoricalMessage> History.getHistoricalMessages(java.lang.String jidTo, java.lang.String jidFrom, java.lang.Boolean isGroupChat, java.util.Date dateFrom, java.util.Date dateTo)
          messages between dateFrom and dateTo.
 

Methods in org.exoplatform.services.xmpp.history with parameters of type HistoricalMessage
 void History.addHistoricalMessage(HistoricalMessage historicalMessage)
           
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.history.impl.jcr
 

Classes in org.exoplatform.services.xmpp.history.impl.jcr that implement HistoricalMessage
 class HistoricalMessageImpl
          Created by The eXo Platform SAS.
 

Methods in org.exoplatform.services.xmpp.history.impl.jcr that return types with arguments of type HistoricalMessage
 java.util.List<HistoricalMessage> HistoryImpl.getHistoricalMessages(java.lang.String usernameTo, java.lang.String usernameFrom, java.lang.Boolean isGroupChat, java.util.Date dateFrom, java.util.Date dateTo, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 java.util.List<HistoricalMessage> HistoryImpl.getHistoricalMessages(java.lang.String usernameTo, java.lang.String usernameFrom, java.lang.Boolean isGroupChat, java.util.Date dateFrom, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 java.util.List<HistoricalMessage> HistoryImpl.getHistoricalMessages(java.lang.String usernameTo, java.lang.String usernameFrom, java.lang.Boolean isGroupChat, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 java.util.List<HistoricalMessage> HistoryImpl.getNotReciveMessage(java.lang.String usernameTo, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 

Methods in org.exoplatform.services.xmpp.history.impl.jcr with parameters of type HistoricalMessage
 boolean HistoryImpl.addHistoricalMessage(HistoricalMessage message, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
           
 

Uses of HistoricalMessage in org.exoplatform.services.xmpp.util
 

Methods in org.exoplatform.services.xmpp.util with parameters of type HistoricalMessage
static MessageBean TransformUtils.messageToBean(HistoricalMessage message)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.