public abstract class AbstractContentInterface extends java.lang.Object implements ContentInterface
Title: T1开发框架
Description: 内容组件应用自定义扩展逻辑接口定义抽象类,方便以后接口扩展
Copyright: Copyright (c) 2012
Company: seeyon.com
| 构造器和说明 |
|---|
AbstractContentInterface() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doCommentPrise(com.seeyon.ctp.common.authenticate.domain.User sender,
java.lang.String subject,
CtpCommentAll comment)
点赞的消息推送
|
void |
doCommentPushMessage(Comment comment)
应用自定义扩展评论回复组件消息推送逻辑
|
public void doCommentPushMessage(Comment comment) throws com.seeyon.ctp.common.exceptions.BusinessException
ContentInterfacedoCommentPushMessage 在接口中 ContentInterfacecomment - 评论回复BO对象com.seeyon.ctp.common.exceptions.BusinessExceptionpublic void doCommentPrise(com.seeyon.ctp.common.authenticate.domain.User sender,
java.lang.String subject,
CtpCommentAll comment)
throws com.seeyon.ctp.common.exceptions.BusinessException
ContentInterfacedoCommentPrise 在接口中 ContentInterfacecom.seeyon.ctp.common.exceptions.BusinessException