Uses of Class
com.silverpeas.mailinglist.service.model.beans.Attachment

Packages that use Attachment
com.silverpeas.external.mailinglist.servlets   
com.silverpeas.mailinglist.service.model.beans   
com.silverpeas.mailinglist.service.model.dao   
 

Uses of Attachment in com.silverpeas.external.mailinglist.servlets
 

Constructors in com.silverpeas.external.mailinglist.servlets with parameters of type Attachment
DisplayableAttachment(String messageId, Attachment attachment)
           
 

Uses of Attachment in com.silverpeas.mailinglist.service.model.beans
 

Methods in com.silverpeas.mailinglist.service.model.beans that return types with arguments of type Attachment
 Set<Attachment> Message.getAttachments()
           
 

Method parameters in com.silverpeas.mailinglist.service.model.beans with type arguments of type Attachment
 void Message.setAttachments(Set<Attachment> attachments)
           
 

Uses of Attachment in com.silverpeas.mailinglist.service.model.dao
 

Methods in com.silverpeas.mailinglist.service.model.dao that return Attachment
protected  Attachment MessageDaoImpl.findAlreadyExistingAttachment(String md5Hash, long size, String fileName, String attachmentId)
           
 

Methods in com.silverpeas.mailinglist.service.model.dao with parameters of type Attachment
protected  void MessageDaoImpl.deleteAttachmentFile(Attachment attachment)
           
protected  void MessageDaoImpl.saveAttachmentFile(Attachment attachment)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.