Uses of Class
org.exoplatform.faq.service.FileAttachment

Packages that use FileAttachment
org.exoplatform.faq.service   
org.exoplatform.faq.service.impl   
 

Uses of FileAttachment in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service that return FileAttachment
 FileAttachment FAQService.getUserAvatar(java.lang.String userName)
           
 FileAttachment FAQServiceLegacy.getUserAvatar(java.lang.String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use FAQService.getUserAvatar(String userName)
 

Methods in org.exoplatform.faq.service that return types with arguments of type FileAttachment
 java.util.List<FileAttachment> Question.getAttachMent()
          Get list files are attached to this quetsion.
 

Methods in org.exoplatform.faq.service with parameters of type FileAttachment
 void FAQService.saveUserAvatar(java.lang.String userId, FileAttachment fileAttachment)
           
 void FAQServiceLegacy.saveUserAvatar(java.lang.String userId, FileAttachment fileAttachment, org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
          Deprecated. use FAQService.saveUserAvatar(String userId, FileAttachment fileAttachment)
 

Method parameters in org.exoplatform.faq.service with type arguments of type FileAttachment
 void Question.setAttachMent(java.util.List<FileAttachment> listFile)
          Registers list files will be attach to this question to description for this question.
 

Uses of FileAttachment in org.exoplatform.faq.service.impl
 

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

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



Copyright © 2011 eXo Platform SAS. All Rights Reserved.