| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
FileAttachment |
FAQService.getUserAvatar(String userName)
Gets a user's avatar.
|
FileAttachment |
DataStorage.getUserAvatar(String userName) |
| Modifier and Type | Method and Description |
|---|---|
List<FileAttachment> |
Question.getAttachMent()
Get list files are attached to this quetsion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FAQService.saveUserAvatar(String userId,
FileAttachment fileAttachment)
Saves an avatar of the user.
|
void |
DataStorage.saveUserAvatar(String userId,
FileAttachment fileAttachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Question.setAttachMent(List<FileAttachment> listFile)
Registers list files will be attach to this question to description for this question.
|
| Modifier and Type | Method and Description |
|---|---|
FileAttachment |
JCRDataStorage.getUserAvatar(String userName) |
FileAttachment |
FAQServiceImpl.getUserAvatar(String userName) |
FileAttachment |
FAQServiceImpl.getUserAvatar(String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider) |
| Modifier and Type | Method and Description |
|---|---|
static List<FileAttachment> |
JCRDataStorage.getFileAttachments(javax.jcr.Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRDataStorage.saveUserAvatar(String userId,
FileAttachment fileAttachment) |
void |
FAQServiceImpl.saveUserAvatar(String userId,
FileAttachment fileAttachment) |
void |
FAQServiceImpl.saveUserAvatar(String userId,
FileAttachment fileAttachment,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.