| Modifier and Type | Method and Description |
|---|---|
List<? extends UGC> |
Thread.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Thread.setComments(List<? extends UGC> comments) |
| Modifier and Type | Class and Description |
|---|---|
class |
UGC<T extends UGC> |
| Modifier and Type | Method and Description |
|---|---|
<T extends UGC> |
UGC.isMyChild(T ug) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationDigest<T extends UGC> |
| Modifier and Type | Class and Description |
|---|---|
class |
SocialUgc |
| Modifier and Type | Class and Description |
|---|---|
class |
SocialJongoRepository<T extends UGC> |
interface |
UgcFactory<T extends UGC> |
| Modifier and Type | Method and Description |
|---|---|
UGC |
BaseUgcFactory.getUGC() |
| Modifier and Type | Class and Description |
|---|---|
class |
SocialUgcFactory<T extends UGC> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UGCRepository<T extends UGC>
UGC Repository Definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UGCRepositoryImpl<T extends UGC> |
| Modifier and Type | Method and Description |
|---|---|
UGC |
UGCRepositoryImpl.findById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<UGC> |
UGCRepositoryImpl.findAll() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTreeUgc<T extends UGC> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UGCService<T extends UGC>
Defines all Rest Services for UGCs.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UGC> |
UgcPipe.process(T ugc)
Process the given ugc in to the pipeline
|
<T extends UGC> |
UGCService.readByTargetId(String targetId,
String contextId) |
| Modifier and Type | Class and Description |
|---|---|
class |
UGCServiceImpl<T extends UGC> |
| Modifier and Type | Method and Description |
|---|---|
UGC |
UGCServiceImpl.create(String contextId,
String ugcParentId,
String targetId,
String textContent,
String subject,
Map attrs) |
UGC |
UGCServiceImpl.read(String ugcId,
String contextId) |
UGC |
UGCServiceImpl.update(String ugcId,
String body,
String subject,
String contextId,
Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UGCServiceImpl.findMyParent(Collection<T> possibleParents,
UGC orphanChild)
Finds the parent of the orphanChild in the list of possible parents.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UGC> |
ModerationPipe.process(T ugc) |
<T extends UGC> |
HtmlCleanupPipe.process(T ugc) |
<T extends UGC> |
MetadataPipe.process(T ugc) |
<T extends UGC> |
UgcPipeline.processUgc(T ugc) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocialEvent<T extends UGC>
Created by Carlos Ortiz on 7/29/14.
|
Copyright © 2014 CrafterCMS. All Rights Reserved.