|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SilverpeasComponentService | |
---|---|
com.silverpeas.comment.service | |
com.silverpeas.comment.service.notification |
Uses of SilverpeasComponentService in com.silverpeas.comment.service |
---|
Subinterfaces of SilverpeasComponentService in com.silverpeas.comment.service | |
---|---|
interface |
CommentService
User: ehugonnet Date: 21/03/11 Time: 09:54 |
Classes in com.silverpeas.comment.service that implement SilverpeasComponentService | |
---|---|
class |
DefaultCommentService
A service that provide the features to handle the comments in Silverpeas. |
Methods in com.silverpeas.comment.service with parameters of type SilverpeasComponentService | |
---|---|
void |
CommentUserNotificationService.register(String component,
SilverpeasComponentService<? extends SilverpeasContent> service)
Registers the specified Silverpeas component so that the comments created or removed in an instance of the component will be treated by this service. |
Uses of SilverpeasComponentService in com.silverpeas.comment.service.notification |
---|
Methods in com.silverpeas.comment.service.notification with parameters of type SilverpeasComponentService | |
---|---|
void |
DefaultCommentUserNotificationService.register(String component,
SilverpeasComponentService<? extends SilverpeasContent> service)
Registers a Silverpeas component as a source of notifications about the add, the update or the deletion of a comment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |