Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.callhistory.CallHistoryQuery

Packages that use CallHistoryQuery
net.java.sip.communicator.impl.callhistory   
net.java.sip.communicator.service.callhistory   
net.java.sip.communicator.service.callhistory.event   
 

Uses of CallHistoryQuery in net.java.sip.communicator.impl.callhistory
 

Classes in net.java.sip.communicator.impl.callhistory that implement CallHistoryQuery
 class CallHistoryQueryImpl
           
 

Methods in net.java.sip.communicator.impl.callhistory that return CallHistoryQuery
 CallHistoryQuery CallHistoryServiceImpl.findByPeer(String address, int recordCount)
          Find the calls made by the supplied peer address
 

Uses of CallHistoryQuery in net.java.sip.communicator.service.callhistory
 

Methods in net.java.sip.communicator.service.callhistory that return CallHistoryQuery
 CallHistoryQuery CallHistoryService.findByPeer(String address, int recordCount)
          Find the calls made by the supplied peer address
 

Uses of CallHistoryQuery in net.java.sip.communicator.service.callhistory.event
 

Methods in net.java.sip.communicator.service.callhistory.event that return CallHistoryQuery
 CallHistoryQuery CallRecordEvent.getQuerySource()
          Returns the ContactQuery that triggered this event.
 CallHistoryQuery CallHistoryQueryStatusEvent.getQuerySource()
          Returns the CallHistoryQuery that triggered this event.
 

Constructors in net.java.sip.communicator.service.callhistory.event with parameters of type CallHistoryQuery
CallHistoryQueryStatusEvent(CallHistoryQuery source, int eventType)
          Creates a CallHistoryQueryStatusEvent by specifying the source CallHistoryQuery and the eventType indicating why initially this event occurred.
CallRecordEvent(CallHistoryQuery query, CallRecord callRecord)
          Creates a CallRecordEvent by specifying the parent query and the callRecord this event is about.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.