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
PortalException
Comment create(long userId, long parentCommentId) throws PortalException
PortalException
void delete() throws PortalException
PortalException