|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallRecord | |
|---|---|
| net.java.sip.communicator.impl.callhistory | |
| net.java.sip.communicator.service.callhistory | |
| net.java.sip.communicator.service.callhistory.event | |
| Uses of CallRecord in net.java.sip.communicator.impl.callhistory |
|---|
| Subclasses of CallRecord in net.java.sip.communicator.impl.callhistory | |
|---|---|
class |
CallRecordImpl
Add Source call to the CallRecord |
| Methods in net.java.sip.communicator.impl.callhistory that return CallRecord | |
|---|---|
(package private) static CallRecord |
CallHistoryServiceImpl.convertHistoryRecordToCallRecord(HistoryRecord hr)
Used to convert HistoryRecord in CallReord and CallPeerRecord which are returned by the finder methods |
| Methods in net.java.sip.communicator.impl.callhistory that return types with arguments of type CallRecord | |
|---|---|
Collection<CallRecord> |
CallHistoryServiceImpl.findByEndDate(Date endDate)
Returns all the calls made before the given date |
Collection<CallRecord> |
CallHistoryServiceImpl.findByEndDate(MetaContact contact,
Date endDate)
Returns all the calls made by all the contacts in the supplied metacontact before the given date |
Collection<CallRecord> |
CallHistoryServiceImpl.findByPeriod(Date startDate,
Date endDate)
Returns all the calls made between the given dates |
Collection<CallRecord> |
CallHistoryServiceImpl.findByPeriod(MetaContact contact,
Date startDate,
Date endDate)
Returns all the calls made by all the contacts in the supplied metacontact between the given dates |
Collection<CallRecord> |
CallHistoryServiceImpl.findByStartDate(Date startDate)
Returns all the calls made after the given date |
Collection<CallRecord> |
CallHistoryServiceImpl.findByStartDate(MetaContact contact,
Date startDate)
Returns all the calls made by all the contacts in the supplied contact after the given date. |
Collection<CallRecord> |
CallHistoryServiceImpl.findLast(int count)
Returns the supplied number of calls made |
Collection<CallRecord> |
CallHistoryServiceImpl.findLast(MetaContact contact,
int count)
Returns the supplied number of calls by all the contacts in the supplied metacontact |
Collection<CallRecord> |
CallHistoryQueryImpl.getCallRecords()
Returns a collection of the results for this query. |
| Constructors in net.java.sip.communicator.impl.callhistory with parameters of type CallRecord | |
|---|---|
CallHistorySourceContact(CallHistoryContactSource contactSource,
CallRecord callRecord)
Creates an instance of CallHistorySourceContact |
|
| Uses of CallRecord in net.java.sip.communicator.service.callhistory |
|---|
| Methods in net.java.sip.communicator.service.callhistory that return types with arguments of type CallRecord | |
|---|---|
Collection<CallRecord> |
CallHistoryService.findByEndDate(Date endDate)
Returns all the calls made before the given date. |
Collection<CallRecord> |
CallHistoryService.findByEndDate(MetaContact contact,
Date endDate)
Returns all the calls made by all the contacts in the supplied contact before the given date. |
Collection<CallRecord> |
CallHistoryService.findByPeriod(Date startDate,
Date endDate)
Returns all the calls made between the given dates. |
Collection<CallRecord> |
CallHistoryService.findByPeriod(MetaContact contact,
Date startDate,
Date endDate)
Returns all the calls made by all the contacts in the supplied contact between the given dates. |
Collection<CallRecord> |
CallHistoryService.findByStartDate(Date startDate)
Returns all the calls made after the given date. |
Collection<CallRecord> |
CallHistoryService.findByStartDate(MetaContact contact,
Date startDate)
Returns all the calls made by all the contacts in the supplied contact after the given date. |
Collection<CallRecord> |
CallHistoryService.findLast(int count)
Returns the supplied number of recent calls. |
Collection<CallRecord> |
CallHistoryService.findLast(MetaContact contact,
int count)
Returns the supplied number of recent calls made by all the contacts in the supplied contact. |
Collection<CallRecord> |
CallHistoryQuery.getCallRecords()
Returns a collection of the initial results for this query. |
| Uses of CallRecord in net.java.sip.communicator.service.callhistory.event |
|---|
| Methods in net.java.sip.communicator.service.callhistory.event that return CallRecord | |
|---|---|
CallRecord |
CallRecordEvent.getCallRecord()
Returns the CallRecords this event is about. |
| Constructors in net.java.sip.communicator.service.callhistory.event with parameters of type CallRecord | |
|---|---|
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. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||