public interface ContentInterface
Title: T1开发框架
Description: 内容组件应用自定义扩展逻辑接口定义
Copyright: Copyright (c) 2012
Company: seeyon.com
限定符和类型 | 方法和说明 |
---|---|
void |
doCommentPrise(com.seeyon.ctp.common.authenticate.domain.User sender,
java.lang.String subject,
CtpCommentAll comment)
点赞的消息推送
|
void |
doCommentPushMessage(Comment comment)
应用自定义扩展评论回复组件消息推送逻辑
|
void doCommentPushMessage(Comment comment) throws com.seeyon.ctp.common.exceptions.BusinessException
comment
- 评论回复BO对象com.seeyon.ctp.common.exceptions.BusinessException
void doCommentPrise(com.seeyon.ctp.common.authenticate.domain.User sender, java.lang.String subject, CtpCommentAll comment) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException