|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.comment.service.CommentServiceFactory
public class CommentServiceFactory
A factory of CommentService objects. Its aim is to manage the life-cycle of such objects and so to encapsulates from the CommentService client the adopted policy about that life-cycle.
Method Summary | |
---|---|
CommentService |
getCommentService()
Gets a CommentService instance. |
CommentUserNotificationService |
getCommentUserNotificationService()
Gets a CommentUserNotificationService instance. |
static CommentServiceFactory |
getFactory()
Gets an instance of this CommentServiceFactory class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CommentServiceFactory getFactory()
public CommentService getCommentService()
public CommentUserNotificationService getCommentUserNotificationService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |