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

Packages that use FileAttachment
org.exoplatform.faq.service Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers. 
org.exoplatform.faq.service.impl   
 

Uses of FileAttachment in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service that return FileAttachment
 FileAttachment DataStorage.getUserAvatar(String userName)
           
 FileAttachment FAQService.getUserAvatar(String userName)
          Gets a user's avatar.
 

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

Methods in org.exoplatform.faq.service with parameters of type FileAttachment
 void DataStorage.saveUserAvatar(String userId, FileAttachment fileAttachment)
           
 void FAQService.saveUserAvatar(String userId, FileAttachment fileAttachment)
          Saves an avatar of the user.
 

Method parameters in org.exoplatform.faq.service with type arguments of type FileAttachment
 void Question.setAttachMent(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(String userName)
           
 FileAttachment JCRDataStorage.getUserAvatar(String userName)
           
 FileAttachment FAQServiceImpl.getUserAvatar(String userName, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 

Methods in org.exoplatform.faq.service.impl that return types with arguments of type FileAttachment
static List<FileAttachment> JCRDataStorage.getFileAttachments(javax.jcr.Node node)
           
 

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



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