Uses of Class
org.exoplatform.calendar.service.Attachment

Packages that use Attachment
org.exoplatform.calendar.service   
org.exoplatform.calendar.service.impl   
 

Uses of Attachment in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return types with arguments of type Attachment
 List<Attachment> CalendarEvent.getAttachment()
           
 

Methods in org.exoplatform.calendar.service with parameters of type Attachment
 void DataStorage.addAttachment(javax.jcr.Node eventNode, Attachment attachment, boolean isNew)
          Add an attachment to event
 

Method parameters in org.exoplatform.calendar.service with type arguments of type Attachment
 void CalendarEvent.setAttachment(List<Attachment> list)
           
 

Uses of Attachment in org.exoplatform.calendar.service.impl
 

Methods in org.exoplatform.calendar.service.impl with parameters of type Attachment
 void JCRDataStorage.addAttachment(javax.jcr.Node eventNode, Attachment attachment, boolean isNew)
          Add an attachment to event
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.