Uses of Class
org.exoplatform.forum.service.ForumAttachment

Packages that use ForumAttachment
org.exoplatform.forum.service   
org.exoplatform.forum.service.impl   
 

Uses of ForumAttachment in org.exoplatform.forum.service
 

Subclasses of ForumAttachment in org.exoplatform.forum.service
 class BufferAttachment
          Created by The eXo Platform SARL Author : Hung Ngyen Quang hung.nguyen@exoplatform.com Jul 9, 2007
 class JCRForumAttachment
          Created by The eXo Platform SARL Author : Hung Ngyen Quang hung.nguyen@exoplatform.com Jul 9, 2007 TODO: wrong location, rename to JCRMessageAttachment
 

Methods in org.exoplatform.forum.service that return ForumAttachment
 ForumAttachment ForumService.getUserAvatar(java.lang.String userName)
           
 ForumAttachment ForumServiceLegacy.getUserAvatar(java.lang.String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use ForumService.getUserAvatar(String userName)
 

Methods in org.exoplatform.forum.service that return types with arguments of type ForumAttachment
 java.util.List<ForumAttachment> Post.getAttachments()
           
 java.util.List<ForumAttachment> Topic.getAttachments()
           
 

Methods in org.exoplatform.forum.service with parameters of type ForumAttachment
 void ForumService.saveUserAvatar(java.lang.String userId, ForumAttachment fileAttachment)
           
 void ForumServiceLegacy.saveUserAvatar(java.lang.String userId, ForumAttachment fileAttachment, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use ForumService.saveUserAvatar(String userId, ForumAttachment fileAttachment)
 

Method parameters in org.exoplatform.forum.service with type arguments of type ForumAttachment
 void Post.setAttachments(java.util.List<ForumAttachment> attachments)
           
 void Topic.setAttachments(java.util.List<ForumAttachment> attachments)
           
 

Uses of ForumAttachment in org.exoplatform.forum.service.impl
 

Methods in org.exoplatform.forum.service.impl that return ForumAttachment
 ForumAttachment ForumServiceImpl.getUserAvatar(java.lang.String userName)
           
 ForumAttachment JCRDataStorage.getUserAvatar(java.lang.String userName)
           
 ForumAttachment ForumServiceImpl.getUserAvatar(java.lang.String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 

Methods in org.exoplatform.forum.service.impl with parameters of type ForumAttachment
 void ForumServiceImpl.saveUserAvatar(java.lang.String userId, ForumAttachment fileAttachment)
           
 void JCRDataStorage.saveUserAvatar(java.lang.String userId, ForumAttachment fileAttachment)
           
 void ForumServiceImpl.saveUserAvatar(java.lang.String userId, ForumAttachment fileAttachment, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.