public interface TimeViewApi
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeViewInfoBO> |
find4Xiaoz(com.seeyon.ctp.common.authenticate.domain.User user,
Date startDate,
Date endDate,
List<Integer> status,
List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps,
com.seeyon.ctp.util.FlipInfo flipInfo)
获取日程相关的数据(提供给智能消息提醒用)
|
List<TimeViewInfoBO> |
findTimeViewInfo(com.seeyon.ctp.common.authenticate.domain.User user,
Date startDate,
Date endDate,
List<Integer> status,
List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps) |
List<TimeViewInfoBO> |
findTimeViewInfo(com.seeyon.ctp.common.authenticate.domain.User user,
Date startDate,
Date endDate,
List<Integer> status,
List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps,
com.seeyon.ctp.util.FlipInfo flipInfo)
获取日程相关的数据
|
List<TimeViewInfoBO> findTimeViewInfo(com.seeyon.ctp.common.authenticate.domain.User user, Date startDate, Date endDate, List<Integer> status, List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps, com.seeyon.ctp.util.FlipInfo flipInfo) throws com.seeyon.ctp.common.exceptions.BusinessException
获取日程相关的数据
user - 获取指定人的数据startDate - 开始时间(时间安排的开始时间)endDate - 结束时间(时间安排的结束时间)status - 状态(0:未完成、1:已完成)TimeViewStatus apps - 需要那几个模块的数据(任务、会议、日程、计划)ApplicationCategoryEnumflipInfo - 分页对象com.seeyon.ctp.common.exceptions.BusinessExceptionList<TimeViewInfoBO> findTimeViewInfo(com.seeyon.ctp.common.authenticate.domain.User user, Date startDate, Date endDate, List<Integer> status, List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionList<TimeViewInfoBO> find4Xiaoz(com.seeyon.ctp.common.authenticate.domain.User user, Date startDate, Date endDate, List<Integer> status, List<com.seeyon.ctp.common.constants.ApplicationCategoryEnum> apps, com.seeyon.ctp.util.FlipInfo flipInfo) throws com.seeyon.ctp.common.exceptions.BusinessException
获取日程相关的数据(提供给智能消息提醒用)
user - startDate - endDate - status - apps - flipInfo - com.seeyon.ctp.common.exceptions.BusinessExceptionCopyright © 2016–2018. All rights reserved.