|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestComment | |
|---|---|
| org.exoplatform.social.client.api.model | |
| org.exoplatform.social.client.api.service | |
| org.exoplatform.social.client.core.model | |
| org.exoplatform.social.client.core.service | |
| Uses of RestComment in org.exoplatform.social.client.api.model |
|---|
| Methods in org.exoplatform.social.client.api.model that return types with arguments of type RestComment | |
|---|---|
List<RestComment> |
RestActivity.getAvailableComments()
Gets the available list of comments for this activity. |
List<RestComment> |
RestActivity.getTotalComments()
Gets the total number of comments. |
| Method parameters in org.exoplatform.social.client.api.model with type arguments of type RestComment | |
|---|---|
void |
RestActivity.setAvailableComments(List<RestComment> restCommentList)
Sets the available list of comments for this activity. |
| Uses of RestComment in org.exoplatform.social.client.api.service |
|---|
| Methods in org.exoplatform.social.client.api.service that return RestComment | |
|---|---|
RestComment |
ActivityService.createComment(Activity existingActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityService.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
RestComment |
ActivityService.getComment(String commentId)
Gets an existing comment by its id. |
| Methods in org.exoplatform.social.client.api.service with parameters of type RestComment | |
|---|---|
RestComment |
ActivityService.createComment(Activity existingActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityService.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
| Uses of RestComment in org.exoplatform.social.client.core.model |
|---|
| Classes in org.exoplatform.social.client.core.model that implement RestComment | |
|---|---|
class |
RestCommentImpl
Implementation of RestComment. |
| Methods in org.exoplatform.social.client.core.model that return types with arguments of type RestComment | |
|---|---|
List<RestComment> |
RestActivityImpl.getAvailableComments()
Gets the available list of comments for this activity. |
List<RestComment> |
RestActivityImpl.getTotalComments()
Gets the total number of comments. |
| Method parameters in org.exoplatform.social.client.core.model with type arguments of type RestComment | |
|---|---|
void |
RestActivityImpl.setAvailableComments(List<RestComment> restCommentList)
Sets the available list of comments for this activity. |
| Uses of RestComment in org.exoplatform.social.client.core.service |
|---|
| Methods in org.exoplatform.social.client.core.service that return RestComment | |
|---|---|
RestComment |
ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
RestComment |
ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
RestComment |
ActivityServiceImplV1Alpha2.getComment(String commentId)
Gets an existing comment by its id. |
RestComment |
ActivityServiceImplV1Alpha1.getComment(String commentId)
Gets an existing comment by its id. |
| Methods in org.exoplatform.social.client.core.service with parameters of type RestComment | |
|---|---|
RestComment |
ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity. |
RestComment |
ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
RestComment |
ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
Deletes an existing comment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||