| Package | Description |
|---|---|
| org.craftercms.social.controllers.rest.v3.comments |
| Modifier and Type | Method and Description |
|---|---|
static SocialSortOrder |
SocialSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialSortOrder[] |
SocialSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
CommentsController.byStatus(SocialUgc.ModerationStatus status,
String thread,
int pageNumber,
int pageSize,
List<String> sortBy,
List<SocialSortOrder> sortOrder) |
Thread |
ThreadsController.comments(String id,
String commentId,
int recursive,
int pageNumber,
int pageSize,
int childrenCount,
List<String> sortBy,
List<SocialSortOrder> sortOrder) |
static List<org.apache.commons.collections4.keyvalue.DefaultKeyValue<String,Boolean>> |
ThreadsController.getSortOrder(List<String> sortFields,
List<SocialSortOrder> sortOrder) |
Thread |
ThreadsController.thread(String id,
int recursive,
int pageNumber,
int pageSize,
int childrenCount,
List<String> sortBy,
List<SocialSortOrder> sortOrder) |
Copyright © 2014 CrafterCMS. All Rights Reserved.