# 计划模块
# 计划-新建事件
# 事件对象
com.seeyon.apps.plan.event.PlanAddEvent
# 事件说明
计划-新建事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getPlanBO | - | com.seeyon.apps.plan.bo.PlanBO | 获取planBO |
setPlanBO | com.seeyon.apps.plan.bo.PlanBO | void | 设置planBO |
# 计划-删除事件
# 事件对象
com.seeyon.apps.plan.event.PlanDeleteEvent
# 事件说明
计划-删除事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getPlanBO | - | com.seeyon.apps.plan.bo.PlanBO | 获取planBO |
setPlanBO | com.seeyon.apps.plan.bo.PlanBO | void | 设置planBO |
# 计划-回复事件
# 事件对象
com.seeyon.apps.plan.event.PlanReplyEvent
# 事件说明
计划-回复事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getPlanBO | - | com.seeyon.apps.plan.bo.PlanBO | 获取planBO |
setPlanBO | com.seeyon.apps.plan.bo.PlanBO | void | 设置planBO |
getCurrentUserId | - | java.lang.Long | 获取计划回复人Id |
setCurrentUserId | java.lang.Long | void | 设置计划回复人Id |
# 计划-总结事件
# 事件对象
com.seeyon.apps.plan.event.PlanSummaryEvent
# 事件说明
计划-总结事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getPlanBO | - | com.seeyon.apps.plan.bo.PlanBO | 获取planBO |
setPlanBO | com.seeyon.apps.plan.bo.PlanBO | void | 设置planBO |
# 计划-更新事件
# 事件对象
com.seeyon.apps.plan.event.PlanUpdateEvent
# 事件说明
计划-更新事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getPlanBO | - | com.seeyon.apps.plan.bo.PlanBO | 获取planBO |
setPlanBO | com.seeyon.apps.plan.bo.PlanBO | void | 设置planBO |
