|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileAttachment | |
|---|---|
| org.exoplatform.faq.service | Provides the classes necessary to manage FAQ; including create, get, update, delete, move... |
| 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 avatar of user. |
| 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 avatar of an 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||