public interface CommentDemoDataCreator
| Modifier and Type | Method and Description |
|---|---|
Comment |
create(long userId,
ClassedModel classedModel) |
Comment |
create(long userId,
long parentCommentId) |
void |
delete() |
Comment create(long userId, ClassedModel classedModel) throws PortalException
PortalExceptionComment create(long userId, long parentCommentId) throws PortalException
PortalExceptionvoid delete()
throws PortalException
PortalException