Uses of Class
org.jasig.portlet.cms.model.Attachment

Packages that use Attachment
org.jasig.portlet.cms.model   
 

Uses of Attachment in org.jasig.portlet.cms.model
 

Methods in org.jasig.portlet.cms.model that return Attachment
static Attachment Attachment.fromFile(String fileName, String contentType, Date lastModified, Locale lc, byte[] contents)
           
 Attachment RemovePostAttachmentResponse.getRemovedAttachment()
           
 

Methods in org.jasig.portlet.cms.model that return types with arguments of type Attachment
 List<Attachment> Post.getAttachments()
           
 

Methods in org.jasig.portlet.cms.model with parameters of type Attachment
 void RemovePostAttachmentResponse.setRemovedAttachment(Attachment attachmentToRemove)
           
 

Method parameters in org.jasig.portlet.cms.model with type arguments of type Attachment
 void Post.setAttachments(List<Attachment> attachments)
           
 



Copyright © 2011 uPortal Jasig Community. All Rights Reserved.