| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentsController.addAttributes(String id,
Map<String,Object> attributes) |
Iterable<org.craftercms.commons.mongo.FileInfo> |
AttachmentsController.listAttachments(String id) |
T |
CommentsController.update(String id,
String body,
String attributes) |
T |
CommentsController.updatePost(String id,
String body,
String attributes) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
UGCRepository.findChildren(String ugcId,
String targetId,
String contextId,
int start,
int limit,
List sortOrder,
int upToLevel)
Finds all the children of a given ugc.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
UGCRepositoryImpl.findChildren(String ugcId,
String targetId,
String contextId,
int start,
int limit,
List sortOrder,
int upToLevel) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
UGCService.readChildren(String ugcId,
String targetId,
String contextId,
int start,
int limit,
List sortOrder,
int upToLevel,
int childrenPerLevel) |
void |
UGCService.setAttributes(String ugcId,
String contextId,
Map<String,Object> attributes)
Sets an attribute to the given UGC Creates if does not exist
|
T |
UGCService.update(String ugcId,
String body,
String subject,
String contextId,
Map<String,Object> attributes)
Updates the given UGC with the given information.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
UGCServiceImpl.readChildren(String ugcId,
String targetId,
String contextId,
int start,
int limit,
List sortOrder,
int upToLevel,
int childrenPerLevel) |
void |
UGCServiceImpl.setAttributes(String ugcId,
String contextId,
Map attributes) |
UGC |
UGCServiceImpl.update(String ugcId,
String body,
String subject,
String contextId,
Map attributes) |
Copyright © 2019 CrafterCMS. All Rights Reserved.