Uses of Class
com.silverpeas.sharing.model.DownloadDetail

Packages that use DownloadDetail
com.silverpeas.sharing.model   
com.silverpeas.sharing.services   
org.silverpeas.sharing.web   
 

Uses of DownloadDetail in com.silverpeas.sharing.model
 

Fields in com.silverpeas.sharing.model with type parameters of type DownloadDetail
protected  List<DownloadDetail> Ticket.downloads
           
 

Methods in com.silverpeas.sharing.model that return types with arguments of type DownloadDetail
 List<DownloadDetail> Ticket.getDownloads()
           
 

Method parameters in com.silverpeas.sharing.model with type arguments of type DownloadDetail
 void Ticket.setDownloads(Collection<DownloadDetail> downloads)
           
 

Uses of DownloadDetail in com.silverpeas.sharing.services
 

Methods in com.silverpeas.sharing.services with parameters of type DownloadDetail
 void JpaSharingTicketService.addDownload(DownloadDetail download)
           
 void SharingTicketService.addDownload(DownloadDetail download)
          Updates the list of downloads that were done for a specified ticket.
 

Uses of DownloadDetail in org.silverpeas.sharing.web
 

Fields in org.silverpeas.sharing.web with type parameters of type DownloadDetail
protected  List<DownloadDetail> TicketEntity.downloads
           
 

Methods in org.silverpeas.sharing.web that return types with arguments of type DownloadDetail
 List<DownloadDetail> TicketEntity.getDownloads()
           
 

Method parameters in org.silverpeas.sharing.web with type arguments of type DownloadDetail
 void TicketEntity.setDownloads(Collection<DownloadDetail> downloads)
           
 void TicketEntity.setDownloads(List<DownloadDetail> downloads)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.