Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.filehistory.FileRecord

Packages that use FileRecord
net.java.sip.communicator.impl.filehistory   
net.java.sip.communicator.impl.gui.main.chat.filetransfer   
net.java.sip.communicator.service.filehistory   
 

Uses of FileRecord in net.java.sip.communicator.impl.filehistory
 

Methods in net.java.sip.communicator.impl.filehistory that return types with arguments of type FileRecord
 Collection<FileRecord> FileHistoryServiceImpl.findByEndDate(MetaContact contact, Date endDate)
          Returns all the file transfers made before the given date
 Collection<FileRecord> FileHistoryServiceImpl.findByKeyword(MetaContact contact, String keyword)
          Returns all the file transfers having the given keyword in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByKeyword(MetaContact contact, String keyword, boolean caseSensitive)
          Returns all the file transfers having the given keyword in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByKeywords(MetaContact contact, String[] keywords)
          Returns all the file transfers having the given keywords in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByKeywords(MetaContact contact, String[] keywords, boolean caseSensitive)
          Returns all the file transfershaving the given keywords in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByPeriod(MetaContact contact, Date startDate, Date endDate)
          Returns all the file transfers made between the given dates
 Collection<FileRecord> FileHistoryServiceImpl.findByPeriod(MetaContact contact, Date startDate, Date endDate, String[] keywords)
          Returns all the file transfers made between the given dates and having the given keywords in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByPeriod(MetaContact contact, Date startDate, Date endDate, String[] keywords, boolean caseSensitive)
          Returns all the file transfers made between the given dates and having the given keywords in the filename
 Collection<FileRecord> FileHistoryServiceImpl.findByStartDate(MetaContact contact, Date startDate)
          Returns all the file transfers made after the given date
 Collection<FileRecord> FileHistoryServiceImpl.findFirstRecordsAfter(MetaContact contact, Date date, int count)
          Returns the supplied number of recent file transfers after the given date
 Collection<FileRecord> FileHistoryServiceImpl.findLast(MetaContact contact, int count)
          Returns the supplied number of file transfers
 Collection<FileRecord> FileHistoryServiceImpl.findLastRecordsBefore(MetaContact contact, Date date, int count)
          Returns the supplied number of recent file transfers before the given date
 

Uses of FileRecord in net.java.sip.communicator.impl.gui.main.chat.filetransfer
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.filetransfer with parameters of type FileRecord
FileHistoryConversationComponent(Window parentWindow, FileRecord fileRecord)
           
 

Uses of FileRecord in net.java.sip.communicator.service.filehistory
 

Methods in net.java.sip.communicator.service.filehistory that return types with arguments of type FileRecord
 Collection<FileRecord> FileHistoryService.findByEndDate(MetaContact contact, Date endDate)
          Returns all the file transfers made before the given date
 Collection<FileRecord> FileHistoryService.findByKeyword(MetaContact contact, String keyword)
          Returns all the file transfers having the given keyword in the filename
 Collection<FileRecord> FileHistoryService.findByKeyword(MetaContact contact, String keyword, boolean caseSensitive)
          Returns all the file transfers having the given keyword in the filename
 Collection<FileRecord> FileHistoryService.findByKeywords(MetaContact contact, String[] keywords)
          Returns all the file transfers having the given keywords in the filename
 Collection<FileRecord> FileHistoryService.findByKeywords(MetaContact contact, String[] keywords, boolean caseSensitive)
          Returns all the file transfershaving the given keywords in the filename
 Collection<FileRecord> FileHistoryService.findByPeriod(MetaContact contact, Date startDate, Date endDate)
          Returns all the file transfers made between the given dates
 Collection<FileRecord> FileHistoryService.findByPeriod(MetaContact contact, Date startDate, Date endDate, String[] keywords)
          Returns all the file transfers made between the given dates and having the given keywords in the filename
 Collection<FileRecord> FileHistoryService.findByPeriod(MetaContact contact, Date startDate, Date endDate, String[] keywords, boolean caseSensitive)
          Returns all the file transfers made between the given dates and having the given keywords in the filename
 Collection<FileRecord> FileHistoryService.findByStartDate(MetaContact contact, Date startDate)
          Returns all the file transfers made after the given date
 Collection<FileRecord> FileHistoryService.findFirstRecordsAfter(MetaContact contact, Date date, int count)
          Returns the supplied number of recent file transfers after the given date
 Collection<FileRecord> FileHistoryService.findLast(MetaContact contact, int count)
          Returns the supplied number of file transfers
 Collection<FileRecord> FileHistoryService.findLastRecordsBefore(MetaContact contact, Date date, int count)
          Returns the supplied number of recent file transfers before the given date
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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