- favorite(Long, Long, Long, Integer, Integer, Boolean) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
收藏
- FAVORITE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FAVORITE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- filterNull(Number) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
如果是null, 则返回0
- findAccountBbsBoards(Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个单位或某个自定义空间讨论板块列表
正常:
1、传入正确的单位id,返回该单位下的讨论版块列表
2、传入正确的空间id,返回该空间下的讨论版块列表
3、传入正确的单位id且单位下没有讨论版块,返回空
- findAccountBulletinTypes(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个单位或某个自定义空间公告板块列表
正常:
1、传入正确的单位id,返回单位板块列表
2、传入正确的自定义空间id,返回自定义空间板块列表
3、传入正确的自定义空间id(该空间没有板块的情况),返回空列表
- findAccountBulletinTypesCanIssue(Long, Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(某个单位或某个自定义空间)
正常:
1、传入正确的单位id和人员id,返回该人员有发布权限的单位板块列表
2、传入正确的自定义空间id和人员id,返回该人员有发布权限的自定义空间板块列表
3、传入正确的自定义空间id和人员id(人员没有空间板块发布权的情况),返回空列表
- findAccountInquiryTypes(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个单位或某个自定义空间调查板块列表
正常:
1、传入正确的单位id,返回所有单位调查板块列表
2、传入正确的自定义空间id,返回所有自定义空间调查板块列表
3、传入正确的单位id且单位下没有版块,返回空列表
- findAccountNewsTypes(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个单位或某个自定义空间的新闻板块列表
正常:
1、传入正确的单位id,返回新闻版块列表
2、传入正确的自定义空间id,返回新闻版块列表
3、传入正确的自定义空间id且该空间没有新闻版块,返回空
4、传入正确的单位id且该单位没有新闻版块,返回空
- findAccountNewsTypesCanIssue(Long, Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(某个单位或某个自定义空间)
正常:
1、传入正确的人员id和单位id且有单位版块发布权,返回版块列表
2、传入正确的人员id和空间id且有空间版块发布权,返回版块列表
3、传入正确的人员id和空间id但没有空间版块发布权,返回空
- findAffairs4Project(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查找一个项目的所有已发、已办、待办事项。
- findAllBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取所有公告板块列表
正常:
1、获取所有公告板块列表,能正常返回板块列表
- findAllBulletinTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(所有)
正常:
1、传入正确的人员id,能正常返回板块列表
2、传入正确的人员id(该人员没有公告发布权限),返回空列表
- findAllContactInfos() - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取所有联系信息
正常:
1、调用此接口(系统中有人员),返回所有人员的联系信息
异常:
2、调用此接口(系统中没有人员),返回空
- findAllCustomBbsBoards() - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取所有自定义空间讨论板块列表
正常:
1、调用此接口,返回所有自定义空间讨论版块列表
2、调用此接口(没有自定义空间讨论版块的情况),返回空
- findAllCustomBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取所有自定义空间公告板块列表
正常:
1、调用此接口,返回所有自定义空间公告板块列表
- findAllCustomInquiryTypes() - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取所有自定义空间调查板块列表
正常:
1、调用此接口(有自定义空间调查版块的情况),返回所有自定义空间调查板块列表
2、调用此接口(没有自定义空间调查版块的情况),返回空列表
- findAllCustomNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取所有自定义空间新闻板块列表
正常:
1、调用此接口(系统中有自定义空间新闻板块的情况),返回所有新闻版块列表
- findAllNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取所有新闻板块列表
正常:
1、调用此接口(系统中有新闻板块的情况),返回所有新闻版块列表
- findAllNewsTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(所有)
正常:
1、传入正确的人员id且该人员有版块新闻发布权限,返回新闻版块列表
2、传入正确的人员id且该人员没有版块新闻发布权限,返回空
- findAllReportTemplateList() - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
获取所有的报表模板
- findAuthReportTemplateIdList(Long) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
获取人员有权限的报表模板列表
- findBbsArticlesByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个板块的讨论
正常:
1、所有参数传入正确值且当前查询条件下存在讨论,分页显示板块下的讨论列表
2、所有参数传入正确值且当前查询条件下不存在讨论,返回空列表
异常:
3、所有参数传入null,抛异常
- findBbsBoardsByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个单位的讨论板块
正常:
1、所有参数传入正确值且当前查询条件下存在讨论板块,分页显示单位下的讨论板块列表
2、所有参数传入正确值且当前查询条件下不存在讨论板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findBulletinDatasByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个板块的公告
正常:
1、所有参数传入正确值且当前查询条件下存在公告,分页显示板块下的公告列表
2、所有参数传入正确值且当前查询条件下不存在公告,返回空列表
异常:
3、所有参数传入null,抛异常
- findBulletinTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个单位的公告板块
正常:
1、所有参数传入正确值且当前查询条件下存在公告板块,分页显示单位下的公告板块列表
2、所有参数传入正确值且当前查询条件下不存在公告板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findByKey(int) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- findByKey(int) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- findByReadUser(int, int, Long, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser(Long, Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser4FocusNews(User, int, List<Long>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
返回当前用户可以阅读的所有图片新闻或焦点新闻(指定板块)
- findByReadUser4ImageNews(User, int, List<Long>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
返回当前用户可以阅读的所有图片新闻或焦点新闻(指定板块)
- findByReadUser4ImageNews(User) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser4Section(int, int, Long, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
首页-个人空间-单版块公告栏目(获取某一个公告板块作为空间栏目出现),显示该板块下最新8条公告
- findByReadUser4Section(int, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findCalEvents4Project(Long, Long, int) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取项目的日程事件
正常:
1、传入正确的项目id、项目阶段id、条数为5(事件条数大于5),返回该项目该阶段前5条事件列表
2、传入正确的项目id、项目阶段id为空、条数为5(事件条数不足5),返回项目所有阶段的事件列表
异常:
3、必备参数(projectId)传入null,抛异常
- findCalEvents4Relate(Long, Long, Date, Date) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取关联人员的日程事件
正常:
1、所有参数传入正确值,获取关联人员的事件列表
2、所有参数传入正确值且该人员没有关联人员,返回空
异常:
3、有参数传入null,抛异常
- findCalEventsByFromId(Long) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取其它应用转事件的事件列表
正常:
1、传入计划id且该计划转了事件,返回由该计划转发的事件列表
2、传入协同id且该协同转了事件,返回由该协同转发的事件列表
3、传入公文id且该公文转了事件,返回由该公文转发的事件列表
4、传入计划id且该计划未转事件,返回空
5、传入协同id且该协同未转事件,返回空
6、传入公文id且该公文未转事件,返回空
- findColQuote(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询关联文档协同列表
正常:
1、传入已发事项的key,返回已发列表
2、传入待办事项的key,返回待办列表
3、传入已办事项的key,返回已发列表
- findColSummaryIdList(Date, Date, Integer, Integer, boolean) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询某段时间的协同Id列表
正常:
1、传入正确的开始结束时间、isForm为true,返回时间段内的表单协同总数
2、传入正确的开始结束时间、isForm为false,返回时间段内的自由协同总数
3、传入正确的开始结束时间、isForm为false(时间段内没有自由协同),返回空列表
异常:
4、所有参数传入null,抛异常
- findColSummarys(List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据id列表查询协同列表
正常:
1、传入正确的列表id集合,能获取到协同列表
- findColSummarys(QuerySummaryParam, FlipInfo) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询Summary
正常:
1、传入必须传递的参数,查询成功
- findDocLibs(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取人员在某个单位下能访问的文档库
正常:
1、传入正确的人员id和单位id且该人员有能访问的文档库,返回文档库集合
2、传入正确的人员id和单位id且该人员没有能访问的文档库,返回空
- findDocLibsByOwner(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取人员能管理的文档库id集合
正常:
1、传入正确的人员id且该人员有管理的文档库,返回文档库id集合
2、传入正确的人员id且该人员没有管理的文档库,返回空
- findDocResources(List<Long>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取多个文档
正常:
1、传入正确的文档id集合,返回文档集合
- findDocResourcesByType(Long, List<String>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档夹下符合文档类型的文档
正常:
1、传入正确的文档夹id、正确的文档类型集合且文档夹下有文档,返回文档集合
2、传入正确的文档夹id、正确的文档类型集合且文档夹下没有文档,返回空
- findDoneAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取已办事项。
- findEdocAllAppEnumKeys() - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取所有的公文的相关的枚举
正常:
1、调用此接口,返回所有公文相关的枚举列表
- findEdocElementEnumItems4Doc(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据枚举id 查询枚举值(文档中心使用),用于公文元素的显示
正常:
1、传入正确的公文元素id,返回枚举列表
- findEdocElementsByStatus4Doc(Long, Integer) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
查找指定单位启用或者停用的公文元素,过滤了图片,附注等部分公文元素,因为只供文档中心调用
正常:
1、传入正确的单位id、状态为启用(单位下有启用的公文元素),返回该单位启用的公文元素列表
2、传入正确的单位id、状态为停用(单位下有停用的公文元素),返回该单位停用的公文元素列表
3、传入正确的单位id、状态为启用(单位下没有启用的公文元素),返回空
4、传入正确的单位id、状态为停用(单位下没有停用的公文元素),返回空
异常:
5、所有参数传入null,抛异常
- findFavoriteByType(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据文档类型获取文档库中收藏的文档
- findFavorites(Long, List<Long>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取收藏文档的源id
正常:
1、所有参数传入正确值且文档集合里的文档都是被收藏的,返回文档源集合
- findFavoritesByType(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据文档类型获取文档库中收藏的文档
- findFormSearchMoreCond(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.datarelation.api.DataRelationApi
-
获取表单查询条件对象
- findFormStatMoreCond(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.datarelation.api.DataRelationApi
-
获取表单统计条件对象
- findGroupBbsBoards() - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取集团讨论板块列表
正常:
1、调用此接口,返回集团讨论版块列表
2、调用此接口(没有集团讨论版块的情况),返回空
- findGroupBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取集团公告板块列表
正常:
1、调用此接口,返回集团公告板块列表
- findGroupBulletinTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(集团)
正常:
1、传入正确的人员id,能正常返回集团板块列表
2、传入正确的人员id(该人员没有集团公告发布权限),返回空列表
- findGroupInquiryTypes() - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取集团调查板块列表
正常:
1、调用此接口(有集团调查版块的情况),返回所有集团调查板块列表
2、调用此接口(没有集团调查版块的情况),返回空列表
- findGroupNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取集团新闻板块列表
正常:
1、调用此接口(有集团新闻版块的情况),返回所有新闻版块列表
- findGroupNewsTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(集团)
正常:
1、传入正确的人员id且该人员有集团新闻发布权限,返回集团新闻版块列表
2、传入正确的人员id且该人员没有集团版块新闻发布权限,返回空
- findInquiryBasicsByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个板块的调查
正常:
1、所有参数传入正确值且当前查询条件下存在调查,分页显示板块下的调查列表
2、所有参数传入正确值且当前查询条件下不存在调查,返回空列表
异常:
3、所有参数传入null,抛异常
- findInquiryScopes(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查发布范围
正常:
1、传入正确的调查id,返回该调查的发布范围
- findInquiryTemplates(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查模板
正常:
1、传入正确的人员id(该人员有调查模板),返回模板列表
2、传入正确的人员id(该人员没有调查模板),返回空列表
- findInquiryTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个单位的调查板块
正常:
1、所有参数传入正确值且当前查询条件下存在调查板块,分页显示单位下的调查板块列表
2、所有参数传入正确值且当前查询条件下不存在调查板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findInterfixMemberIds(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目角色为“相关人员”的成员id集合
正常:
1、传入正确的项目id(项目设置了项目相关人员),返回相关人员列表
2、传入正确的项目id(项目没设置了项目相关人员),返回空
- findMeetings(ApplicationCategoryEnum, Map<String, Object>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
查找一个人一段时间某些回复状态的会议,主要 用于日程。
- findMeetingVoList(Map<String, Object>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
会议列表查询->二级菜单调整
- findMixProjectListByMemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findMtReplyUsers(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
参会人员列表
正常:
1、传入正确的会议id,获取会议参会人员列表
- findMyPendingColByExpectedProcessTime(Map<String, Object>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据节点期限超期时间来查找待办协同数据,场景:用于时间线
正常:
1、传入正确的map参数,返回当前人员有节点期限的待办协同集合
异常:
2、所有参数传入null,抛异常
- findMyPendingEdocByExpectedProcessTime(Map<String, Object>) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据节点期限超期时间来查找待办公文数据,场景:用于时间线及时间视图
正常:
1、传入正确的map参数(当前人员有超期待办公文),返回超期待办公文数据
2、传入正确的map参数(当前人员没有超期待办公文),返回空
异常:
3、所有参数传入null,抛异常
- findNavigationProjectMemberList(FlipInfo, Map<String, Object>, boolean) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findNewsDatasByTypeId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个板块的新闻
正常:
1、所有参数传入正确值且当前查询条件下存在新闻,分页显示板块下的新闻列表
2、所有参数传入正确值且当前查询条件下不存在新闻,返回空列表
异常:
3、所有参数传入null,抛异常
- findNewsTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个单位的新闻板块
正常:
1、所有参数传入正确值且当前查询条件下存在新闻板块,分页显示单位下的新闻板块列表
2、所有参数传入正确值且当前查询条件下不存在新闻板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findPendingAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取待办事项
正常:
1、传入正确的分页对象和不传入查询对象,查询当前人员的所有待办数据
2、传入正确的分页对象和查询对象,按查询当前人员的待办数据
3、传入正确的分页对象和查询对象(没有符合条件的数据),返回空列表
- findPendingMeetings(FlipInfo, Map<String, Object>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据指定时间段,模块app[ApplicationCategoryEnum的key],查询人员memberId的待办代开会议
正常:
1、所有参数传入正确值,获取人员的待开会议列表
- findPhaseIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据项目ids查询所有项目阶段id
正常:
1、传入正确的项目ids,返回所有项目阶段列表
- findPhases(Collection<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段集合
正常:
1、传入正确的项目阶段id集合,返回项目阶段列表
- findPlans4Calendar(Long, Date, Date, List<String>) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取时间视图中的计划
正常:
1、传入正确的人员id、开始时间小于结束时间且时间段内有计划,返回计划列表
2、传入正确的人员id、开始时间小于结束时间且时间段内无计划,返回空计划列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findPlans4Project(Long, Long, Long, Integer) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取项目的计划
正常:
1、传入正确的人员id、项目id、阶段id为空、条数为5(计划条数大于5),返回前5条所有项目阶段计划列表
2、传入正确的人员id、项目id、阶段id为空、条数为5(计划条数不足5),返回所有计划
异常:
3、有参数传入null,抛异常
- findPlans4Relate(Long, Long, Integer) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获关联人员的计划
正常:
1、所有参数传入正确值且关联人员有计划、条数为5(计划条数大于5),返回前5条计划列表
2、所有参数传入正确值且关联人员有计划、条数为5(计划条数不足5),返回所有计划
3、所有参数传入正确但关联人员没有计划,返回空
异常:
4、所有参数传入null,抛异常
- findProjectByIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据项目ID集合返回(所有状态[正常、删除、结束])的项目
正常:
1、传入只有一个正常状态的项目,返回正确的信息
2、传入只有一个删除状态的项目,返回正确的信息
3、传入只有一个结束状态的项目,返回正确的信息
异常:
4、传入空列表,返回空
5、传入null,返回异常信息
- findProjectIdsByMemberAndType(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取指定人员有权限查看的指定类型项目列表
正常:
1、传入正确的项目类型id和人员id,返回项目列表
2、传入正确的项目类型id和人员id且该类型下没有项目,返回空列表
异常:
3、所有参数传入null,抛异常
- findProjectMembers(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目所有人员的信息
正常:
1、传入正确的项目id,返回项目人员列表
- findProjectMembers(List<Long>, long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取指定人员在项目列表中人员角色信息
正常:
1、传入正确的列表ID和人员ID,返回项目人员角色列表
- findProjectMemberTopList(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目中人员置顶排序列表
正常:
1、传入正确的项目ID,返回该项目中人员排序列表
- findProjectPhases(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段集合
正常:
1、传入正确的项目id(项目设置了项目阶段),返回项目阶段列表
2、传入正确的项目id(项目没设置了项目阶段),返回空
- findProjectPlanByCondition(Long, Long, Long, String, String) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取项目对应的计划列表
正常:
1、传入正确的人员id、项目id、项目阶段id、查询条件类型、查询条件的内容匹配对应计划,返回该项目该阶段所需查询的计划列表
2、传入正确的人员id、项目id、项目阶段id、查询条件类型为空字符、查询条件的内容为空字符,返回该项目该阶段所有计划列表
3、传入正确的人员id、项目id、项目阶段id值为1、查询条件类型为空字符、查询条件的内容为空字符,返回项目下所有计划列表
4、传入正确的人员id、项目id、项目阶段id、查询条件类型、查询条件的内容找不到匹配的计划,返回空计划列表(返回size=0的list实体)
异常:
5、所有参数传入null值,抛异常
- findProjectPurview(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取用户在项目中的操作权限
操作权限包含以下几种:管理和配置项目/修改和删除文档/项目空间栏目中的新建权限/项目查看权限
正常:
1、传入正确的项目id和人员id(该人员为项目负责人),返回项目权限集合(管理和配置项目/修改和删除文档/项目空间栏目中的新建权限/项目查看权限)
2、传入正确的项目id和人员id(该人员为项目成员),返回项目权限集合(项目查看权限)
异常:
3、所有参数传入null,抛异常
- findProjects4MemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findProjectsByAccountId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取单位下的项目,管理员用
正常:
1、传入正确的单位id(且该单位下有项目),返回项目列表
2、传入正确的单位id(且该单位下没有项目),返回空
- findProjectsByAccountIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取多个单位下的项目,用于知识社区--项目文档
正常:
1、传入正确的单位集合accountIds(单位集合下有项目),返回项目列表
2、传入正确的单位集合accountIds(单位集合下没有项目),返回空
- findProjectsByMemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取人员能查看的项目
正常:
1、传入正确的人员id(且该人员有可查看的项目),返回项目列表
2、传入正确的人员id(且该人员没有可查看的项目),返回空
- findProjectsByTypeId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据ProjectTypeId获取项目列表
正常:
1、传入正确的项目类型id,返回项目列表
2、传入正确的项目类型id且该类型下没有项目,返回空列表
- findProjectsByTypeIdAndMemberId(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findProjectTypes(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取单位下的项目类型
正常:
1、传入正确的单位id且单位下有项目类型,返回项目类型集合
2、传入正确的单位id且单位下没有项目类型,返回空
- findProjectTypesByProjectId(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目对应的项目类型
正常:
1、传入正确的项目id集合,返回对应项目的类型集合
- findReplyByMeetingIdAndUserId(Long, Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据当前会议Id、用户id查询回执信息
正常:
1、所有参数传入正确值且该人员在会议中有回执内容,返回该人员的回执列表
2、所有参数传入正确值且该人员在会议中没有回执内容,返回空列表
异常:
3、所有参数传入null,抛异常
- findReplyList(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
会议回复列表
正常:
1、传入正确的会议id且会议有回复,获取会议回复列表
2、传入正确的会议id且会议没有回复,返回空列表
- findSentAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取已发事项
正常:
1、传入正确的分页对象和不传入查询对象,查询当前人员的所有已发数据
2、传入正确的分页对象和查询对象,按查询当前人员的已发数据
3、传入正确的分页对象和查询对象(没有符合条件的数据),返回空列表
- findShareDocs(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取关联人员共享给我的文档
正常:
1、传入正确的人员id、正确的关联人员id且有共享文档,返回文档集合
2、传入正确的人员id、正确的关联人员id且没有共享文档,返回空
- findShowbarHotList(int) - 接口 中的方法com.seeyon.apps.show.api.ShowApi
-
按照热门度排序,获取指定个数的秀吧(权限控制到当前登录用户能看到的秀吧)
- findShowbarNewList(int) - 接口 中的方法com.seeyon.apps.show.api.ShowApi
-
获得最新主题列表
正常:
1、传入参数条数,获取对应条数的主题列表
- findSimpleEdocSummarysByIds(List<Long>) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
通过公文ID获取公文列表, 不包含扩展属性
正常
1、 传入公文ID列表,返回对应的公文数据
2、 传入null的公文ID列表,返回空列表
3、 传入空的公文ID列表,返回空列表
- findTaskInfos(Long, Date, Date, List<TaskStatus>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取人员在某个时间段的任务
正常:
1、传入正确的人员id、开始结束时间(时间段内有任务),返回事件段内的任务列表
2、传入正确的人员id、开始结束时间(时间段内没有任务),返回空
异常:
3、所有参数传入null,抛异常
- findTaskInfosBySourceId(Long) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据来源ID获取来源转的任务(来源包括计划)
正常:
1、传入正确的计划id(计划转了任务),返回任务列表
2、传入正确的计划id(计划没有转任务),返回空
- findTaskPurviewInProject(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findTaskPurviewInProjects(List<Long>, long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取当前登录用户,在任务所能操作的权限和项目名称
正常:
1、传入登陆的用户只有一个可以操作的项目,返回正确的信息
2、传入登陆的用户有多个可以操作和不可用操作的的项目,返回正确的信息
异常:
3、传入登陆的用户有没有可用操作的的项目,返回空
- findTemplates(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取用户所有的会议模版列表
正常:
1、传入正确的用户id,返回该人员全部会议模板列表
2、传入正确的用户id且该人员没有会议模板,返回空列表
- findWaitSentAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取待发事项。
- finishWorkItem(CtpAffair, ColSummary, Comment, Map<String, Object>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
协同处理接口(即处理方式中的提交)
正常:
1、所有参数传入正确值,能成功提交协同处理意见
- FLAG_DELETE - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
- FLAG_DELETE - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- FLAG_NORMAL - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
- FLAG_NORMAL - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- FlowPermAccountId - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
- FOLDER_ARC_PRE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_ARC_PRE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROW - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROW_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROWOUT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROWOUT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_PHASE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_PHASE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_COMMON - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_COMMON_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CORP - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CORP_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_EDOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_EDOC_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_MINE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_MINE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_DAY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_DAY_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_MONTH - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_MONTH_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WEEK - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WEEK_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WORK - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WORK_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PROJECT_ROOT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PROJECT_ROOT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHARE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHARE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHAREOUT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHAREOUT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_TEMPLET - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_TEMPLET_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORBIDDEN_TO_REPLY - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
禁止回帖,其值为"2"
- FORMAT_TYPE_ID_HTM - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_HTML - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_TXT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_DOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_GIF - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_JPG - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_PDF - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_PNG - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_WPS_DOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_WPS_XLS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_XLS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMATE_STYLE_DATA_LONG - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConfUtil
-
- FORMATE_STYLE_DATA_SHORT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConfUtil
-
- FormCondItem - com.seeyon.apps.datarelation.bo中的类
-
表单查询条件组合表达式
- FormCondItem() - 类 的构造器com.seeyon.apps.datarelation.bo.FormCondItem
-
- forwardMail(Long, String, String, List<Attachment>) - 接口 中的方法com.seeyon.apps.webmail.api.WebmailApi
-
转发邮件
正常:
1、传入正确的协同id、标题、正文内容、附件列表,返回邮件实体
2、传入正确的计划id、标题、正文内容、附件列表为空,返回邮件实体
3、传入正确的文档id、标题、正文内容为空、附件列表为空,返回邮件实体
异常:
4、所有参数传入null,抛异常
- getA8DocBaseFolder() - 类 中的静态方法com.seeyon.apps.doc.constants.DocConstants
-
得到A8知识管理基础目录C:\Program Files\UFseeyon\A8\Group\base\doc
- getAccountId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getAccountId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAccountMemberTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAccountRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountRanking() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getAccountTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getActionFlag() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
任务类型所对应的标识值
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getActualEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualEndTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualShowName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getActualStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualStartTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualTaskTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualTaskTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualUserNameArray() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getActualUserNameList() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getAddPhases() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getAddress() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getAddress() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAdmins() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAdvancePigeonhole() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提前提醒
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提前提醒
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getAdvanceRemindTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffair() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffairId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAffairMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAffairState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffairState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAffairSubState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffiliateroomFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAge() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getAllCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAllProjectMembers() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getAllTemplates() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getAnonymousFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAnonymousFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAnonymousReplyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAnonymousReplyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAppCategory() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
应用枚举
- getAppEnumKey() - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
设置各应用的类别名称,参见ApplicationCategoryEnum
- getAppKey() - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- getAppKey() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getApproveState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
归档ID
- getArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
归档ID
- getArchiveId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getArticleName() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAssistantList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getAttachmentArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
附件归档ID
- getAttachmentById(Long) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentIdList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getAttachments(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取附件
- getAttachments() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAttachments() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getAttachments() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getAttachmentsBySummaryId(Long, String) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据summaryId找到这个公文的所有附件。
- getAttachmentsFlag() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getAttachmentsFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getAtts() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getAuditAdvice() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditAdvice() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuditDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuditUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getAuditUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getAuditUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuthId() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getAutoRun() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getAutoRun() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAvgHandleTime() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getAvgScore(Double, Integer) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getAvgScoreClass(Double, Integer) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取评分样式名称,
- getAwakeDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getBackFromId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getBackGround() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getBackGround() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getBBSAndShowIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取讨论和秀数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的参与讨论数和秀出照片数
异常:
7、有参数传入null,抛异常
- getBbsArticleBO() - 类 中的方法com.seeyon.apps.bbs.event.BbsAddEvent
-
- getBbsArticleBO() - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- getBbsBoard(Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取讨论板块
正常:
1、传入讨论板块ID,能获取到板块的实体
- getBbsName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getBbsSendNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getBeforeAlarmDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getBeforeTime() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getBeginDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getBeginTime() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getBirthday() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getBirthplace() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getBlog() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getBoardId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getBoardTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getBodyContent(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取正文内容
- getBodyContent() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBodyContentType() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBodyFile() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getBodyFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyType(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getBodyType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getBodyType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBrief() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getBrief() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getBulDataBO() - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAddEvent
-
- getBulDataBO() - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAuditEvent
-
- getBulletinType(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取公告板块
正常:
1、获取一个公告板块,能正常返回公告实体
- getBulReceiveNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getBusinessType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getById(Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
根据新闻类型ID查询
- getCalEvent(Long) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取日程事件
正常:
1、传入正确的事件id,能获取到事件的实体
- getCalEventBO() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getCalEventBO() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getCanAnyMerge() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getCanArchive() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能归档
- getCanArchive() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能归档
- getCanAutostopflow() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否自动终止流程
- getCanAutostopflow() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否自动终止流程
- getCancelOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCancelOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanDeleteORarchive() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanDeleteORarchive() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanDueReminder() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否周期提醒
- getCanDueReminder() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否周期提醒
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否修改正文
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否修改正文
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanEditAttachment() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否编辑附件
- getCanEditAttachment() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否编辑附件
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能转发
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能转发
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanMergeDeal() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getCanModify() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能修改 流程
- getCanModify() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能修改
- getCanPraise() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanTrack() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能跟踪
- getCanTrack() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能跟踪
- getCanTrack() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCanView() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程实例ID
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程实例ID
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCaseId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getCaseId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCategory() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCategoryId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getCategroy() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getCategroy() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getCc() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCensor() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCensorDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getCensorId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getChargeList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCheckMind() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getChildList(List<Map<String, Object>>, Map<String, Object>) - 类 中的静态方法com.seeyon.apps.seeyonreport.util.SeeyonReportTemplateTreeUtil
-
- getChildList(List<ReportTemplateTreeVo>, ReportTemplateTreeVo) - 类 中的静态方法com.seeyon.apps.seeyonreport.util.SeeyonReportTemplateTreeUtil
-
- getChildTaskCount(List<Long>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据当前任务的id查询其子任务条数
正常:
1、传入正确的任务id,返回子任务条数
2、传入正确的任务id(没有子任务),返回子任务条数为零
- getClickCount() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getClickNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getCloseDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCloseIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getCloseTime() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCode() - 枚举 中的方法com.seeyon.apps.collaboration.batch.BatchState
-
- getCodesMap(Map) - 类 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum.ShareTypeCode
-
- getColAffairsCount(Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询关联文档已发、已办、待办的总数
正常:
1、查询关联文档已发、已办、待办的总数
- getColAffairsCountByCondition(Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据已发、已办、待办查询各事项的总和
正常:
1、传入已发事项的key,返回已发列表
2、传入待办事项的key,返回待办列表
3、传入已办事项的key,返回已发列表
- getColCount(Long, StateEnum, List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取指定状态、表单模板对应的协同事项总数
正常:
1、传入正确的人员id、事物状态为待办、表单模板id集合,返回待办事项总数
2、传入正确的人员id、事物状态为已办、表单模板id集合,返回已办事项总数
3、传入正确的人员id、事物状态为已发、表单模板id集合,返回已发事项总数
- getColSummary(Long) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据id获取协同对象
正常:
1、传入正确的协同id,能获取到协同的实体
- getColSummaryByFormRecordId(Long) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据表单数据Id来查找协同对象
正常:
1、传入正确的表单数据id,能获取到协同的实体
- getColSummaryByProcessId(String) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据流程Id来查找协同对象
正常:
1、传入正确的流程id,能获取到协同的实体
- getColSummaryCount(Date, Date, boolean) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取在某一段时期内,已发的协同总数,用于全文检索
正常:
1、传入正确的开始结束时间、isForm为true,返回表单协同总数
2、传入正确的开始结束时间、isForm为false,返回自由协同总数
异常:
3、所有参数传入null,抛异常
- getColType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同类型
- getColType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同类型
- getColType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCommentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getCommentNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCommunication() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getCompleteTime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getConferees() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getConferees() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getConfereesNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getConferenceCallParams() - 接口 中的方法com.seeyon.apps.multicall.api.MultiCallApi
-
- getConfKey() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getContactInfoByMemberId(Long) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取员工档案联系信息
正常:
1、传入正确的人员id,返回人员档案联系信息实体
- getContent() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getContent() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getContent() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getContent() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getContent() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getContent() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getContent() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getContent() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getContent() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getContentByte() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getContentHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getContentName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentNo() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentStatus() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getContentType() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCopyTo() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCountNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getCoverPicture() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCoverPictureUrl() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCoverTime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCreateDate() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getCreateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
创建时间
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
创建时间
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateFrom() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateFromDisplay() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreatePerson() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCreaterId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getCreateTimeStr() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateType() - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- getCreateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateUserImgUrl() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreator() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCryptonym() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCtpTemplate() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getCtpTemplateAll(FlipInfo, Map<String, Object>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
获取分页的所有应用表单模板数据
- getCtpTemplateAuth() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getCurMemberList() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCurrentNodesInfo(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取当前待办人的名字串
正常:
1、传入正确的公文实体,返回当前代表人名字串
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCurrentPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getCurrentUser() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCurrentUser() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCurrentUserId() - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- getDaochuUser() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getDataFormat() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getDate(int, int, int) - 类 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum
-
Description: 传入年月日返回时间 :
2015-12-1 返回 2015-12-01 00:00:00
- getDate(int, int, int, int, int, int) - 类 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum
-
Description: 传入年月日返回时间 :
2015-12-1 12:12:12返回 2015-12-01 12:12:12
- getDateRangeByRptMonthType(int, int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
Description: 通过枚举的值,获取查询数据的时间范围
- getDeadline() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
处理期限
- getDeadline() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
处理期限
- getDeadLine() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadline() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDeadline() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getDeadLineDateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getDeadLineDateTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getDeadLineDateTime1() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDateTime2() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDisplayDate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getDeadLineName(Date) - 类 中的静态方法com.seeyon.apps.collaboration.util.CollaborationUtils
-
- getDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDealTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDealTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDegreeLevel() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getDelayMeetingList(List<Long>) - 接口 中的方法com.seeyon.apps.meeting.manager.IMeetingManager
-
过滤已知会议中已到时间还未开始的会议
- getDeletePhaseIds() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getDepartment() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getDepartment() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getDepartmentMemberTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDeptRanking() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getDeptTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getDescription() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getDescription() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getDescription() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDescription() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getDetailUrl() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getDir() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getDisAgreeOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDisAgreeOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDiscription() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getDisplayCount() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getDocId() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getDocid() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取文档数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的文档数
异常:
7、有参数传入null,抛异常
- getDocMark() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDocMark() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocPigeonhole(Long) - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
此方法与getPigeonholeSource(Long sourceId)方法唯一的不同是封装了对象对应的名字(由于协同名字的特殊性,也是为了彻底解耦)
以及调查对应的是InquiryBasicData而不是InquirySurveybasic
- getDocResource(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档
正常:
1、传入正确的文档id,能获取到文档的实体
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocUpdateEvent
-
- getDocResourceId() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getDocResourceName(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档名称
正常:
1、传入正确的文档id,返回文档名称
- getDoctitle() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDomainId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDomainId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getDomainId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getDownloadLog() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDownloadNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getDptType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getEdocAppName(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
画流程图的时候,根据应用类型选择节点权限
- getEdocBodys(long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
返回公文正文对象
正常:
1、传入正确的公文ID,返回公文正文列表
- getEdocElementByFiledName(String) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据公文元素代码找到公文元素。
- getEdocId() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getEdocSummary(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据Id获取EdocSummary对象
正常:
1、传入正确的公文id、isLoadExtend为true,返回公文实体
异常:
2、所有参数传入null,抛异常
- getEdocSummaryByProcessId(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据Id获取EdocSummary对象
正常:
1、传入正确的公文流程id,返回公文实体
异常:
2、所有参数传入null,抛异常
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getEdocTypeByTemplateCategory(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getEdocUnit() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getEdu_level() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getElementId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getEliteFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getEmail() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getEmail() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getEmcee() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getEmceeId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEmceeName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEmergency() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getEndAlarmDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getEndDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getEndDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEndDateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getEndTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getEnum(int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getEnumByKey(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getEnumByText(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getErrorCode() - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- getErrorMsg() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getErrorRet() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEventId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getEventType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getEventType() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getExpectedProcessTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getExt1() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt1() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getExt1() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getExt1() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt1() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getExt2() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt2() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getExt2() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getExt2() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt2() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getExt3() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt3() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt4() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt4() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt5() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt5() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExtDesc() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getExtName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getFeedback() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getFeedbackFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getFeedbackFlagByKey(int, MeetingEnums.MeetingFeedbackFlagEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
通过key获取枚举项
- getFeedbackFlagByKey(int, MeetingEnums.MeetingRoomStateEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
通过key获取枚举项
- getFeedbackFlagByKey(int, MeetingEnums.SummaryStateEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
通过key获取枚举项
- getFeedbackHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getField1() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField2() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField3() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField4() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField5() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFieldId() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getFieldName() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getFieldName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getFieldValue() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getFiled() - 枚举 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
- getFileFullName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileSize() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileType() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileUrl() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFilingType() - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
归档类别 0:单位归档 1:部门归档 ; 默认为无
- getFinishBeginTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
结束时间
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
结束时间
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFinishEndTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getFinishRate() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getFinishRatio() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getFirstTime(Object) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取一天的最早时间
- getFirstTime(Date) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getFirstTime(String) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getFlowFinished() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFlowFinished() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFlowPermAccountId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFlowState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFormAppid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
表单ID
- getFormAppid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单ID
表单ID
表单ID
表单ID
表单ID
表单ID
- getFormid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
表单视图id
- getFormid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单视图id
- getFormId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFormmainId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFormRecordid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
主表记录id
- getFormRecordid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
主表记录id
- getFormSelectEnumItemList(Map<String, Object>, List<CtpEnumItem>) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
表单枚举过滤
- getForwardMember() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
转发人
- getForwardMember() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
转发人
- getForwardMemberNames() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFrName() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getFrName() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getFrom() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getFromId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFromRecordId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromType() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFrType() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getGkeTempleteFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getGroupName() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
生成或删除任务调度时,需获取对应job(任务)所在group(组)的名称
- getHandlerName() - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
处理标识
- getHandNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHasFavorite() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHasFavorite() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHastenTimes() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHastenTimes() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHobby() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getHtmlTempletePath() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
标准正文的html模版的相对【相对于OA应用来说】路径
- getI18n() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getIcon() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getIconSkin() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getId() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getId() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getId() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getId() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- getId() - 类 中的方法com.seeyon.apps.performancereport.bo.ReportDefinitionBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getId() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateVO
-
- getId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getID_card() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getIdentifier() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIdentifier() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标志串
- getIdentifier() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标志串
- getIdentifier() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getIdentifier() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getImage_datetime() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImage_id() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImage_name() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImageId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getImageList() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getImgNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getImgUrl() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getImpart() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getImpartNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重要程度
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重要程度
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getIncludeElements() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getIndexScore4Member(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取人员指定时间的积分数据及组织中的排名
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员在本单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
5、传入停用人员id、当前时间之前的年月日期,返回该人员在原单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
异常:
7、有参数传入null,抛异常
- getInputMode() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getInquiryBasic(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查
正常:
1、传入正确的调查id,能获取到调查的实体
- getInquiryBasicTemplate(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查模板
正常:
1、传入正确的调查模板id,能获取到调查模板的实体
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAddEvent
-
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAuditEvent
-
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- getInspectors() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getInstance() - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
- getInterfixList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getIsAgentDeal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsAuditorModify() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getIsAuditorModify() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsCurrentUserSupervisor() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsEntrust() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getIsFinish() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getIsHidden() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getIsignatureKeysn(Long) - 接口 中的方法com.seeyon.apps.cip.api.CipApi
-
根据ID获取用户绑定的签章狗号
- getIsMentioned() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getIsModify() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getIsNewflow() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsOverTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getIssuer() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getIssuerId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getIssueTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIssueUserId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIsTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getIsTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getJobName() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
生成或删除任务调度时,需获取对应job(任务)的名称
- getJoinCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getKeepPeriod() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getKey() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getKey() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getKey() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getKey() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
- getKey() - 枚举 中的方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
- getKey() - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getKey() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getKey() - 枚举 中的方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
- getKeywords() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getKeyWords() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getKeywords() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getKeywords() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getKnowledgeRiseCount(Long, Date, Date) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取知识增长数量
- getLastModified() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLastModified() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getLastTime(Object) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取一天的最迟时间
- getLastTime(Date) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getLastTime(String) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getLastUpdate() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getLastUpdate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getLastUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getLatestTemplateNames() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestTemplates() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestTempleteIds() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestVisitTime() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLeader() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLeaderNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLeftChar() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getLenPotent() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getLevel() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getLikeNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getListDoneAllSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListPendingSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListSentSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getListWaitSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListZcdbSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getLogicalDepth() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getLogicalPath() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getLogicalPath() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getLoginC2sUC(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取致信中人员登陆信息(客户端连接)
正常:
1、传入人员ID获取用户上线信息包括jid、token、port、extranetIp、 intranetIp、
异常:
2、不能取到jid、token、port、extranetIp、 intranetIp
- getLoginUC(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取致信中人员登陆信息
正常:
1、传入人员ID获取用户上线信息包括jid、token、port、extranetIp、 intranetIp、
异常:
2、不能取到jid、token、port、extranetIp、 intranetIp
- getLookState() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getLookTime() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getM1Info() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getM1Info() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getMailSpaceSize(Long) - 接口 中的方法com.seeyon.apps.webmail.api.WebmailApi
-
获取人员邮件所占空间大小
正常:
1、传入正确的人员id,返回邮件所占空间大小
- getMainBodyDisplayJSPath() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文展现的自定义js文件存放路径
- getMainBodyOnloadMethodName() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
正文展现页面默认加载的自定义方法名称,在页面onload的时候执行
- getMainBodyType() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getManagerId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getManagers() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getManagers() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getMananger() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getMarriage() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getMaxRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getMblcScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getMblcScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMeeting(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取会议
正常:
1、传入正确的会议id,获取会议实体
- getMeetingByAffairId(Long, Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据affairId 获取会议BO
正常:
1、传入正确的affairId和人员id,获取会议实体
- getMeetingByAffairId(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingIdStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getMeetingPlace() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingPlace() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getMeetingTime() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMeetPlace() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMeetPlaceHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMember_id() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getMemberDepName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getMemberId() - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getMemberId() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getMemberIdsByAccount(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取单位下不积分的人员
- getMemberLevelName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getMemberObjList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getMemberPostName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberType() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getMemo() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getMenuType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getMessage() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage
-
- getMessage() - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- getMessage() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getMessageNotifyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getMetadataId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getMimeTypeId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getMinRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getModifyDate() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModifyMember() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModifyTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getModuleType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getModuleType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModuleTypeById(int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getMsn() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getMtName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMtSummary(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取会议纪要内容
正常:
1、传入正确的有会议纪要id,返回会议纪要实体
2、传入正确的没有会议纪要的会议纪要id,返null
- getMyAgentId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getName() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getName() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getName() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getName() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getName() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getName() - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- getName() - 类 中的方法com.seeyon.apps.performancereport.bo.ReportDefinitionBO
-
- getName() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getName() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getNation() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getNewAndBulIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取新闻和公告数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的新闻和公告阅读数
异常:
7、有参数传入null,抛异常
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
新流程类型
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
新流程类型
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNewsDataBO() - 类 中的方法com.seeyon.apps.news.event.NewsAddEvent
-
- getNewsDataBO() - 类 中的方法com.seeyon.apps.news.event.NewsAuditEvent
-
- getNewsReceiveNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getNewsType(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取新闻板块
正常:
1、传入正确的新闻版块id,能获取到板块的实体
- getNodeDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNodeName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNodePolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getNodePolicy() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getObject() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getObjectId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getObjectId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getOfficeAuthKey(Long) - 接口 中的方法com.seeyon.apps.cip.api.CipApi
-
根据id获取用户office授权key
- getOldFeedbackFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getOldProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getOldTask() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- getOpenFrom() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOpenIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getOperation() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getOperation() - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- getOperationId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOrderBy() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrderFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getOrderKey() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrderNum() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getOrderNum() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getOrg_member_id() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
单位ID
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
单位ID
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getOrgDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
部门ID
- getOrgDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
部门ID
- getOrgentId() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgentName() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgentType() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOrgIdStr() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOrgType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOthers() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOutterPermit() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getOverTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算超期时间
- getOverTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算超期时间
- getOvertopTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOverWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算超期时间
- getOverWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算超期时间
- getOverWorkTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOverWorkTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getPage() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getpageUrl(long, long) - 接口 中的方法com.seeyon.apps.cip.api.ThirdpartyAuthenticationPortal
-
第三方系统认证page获取 ,返回自定义的参数,如aa=***&bb=***系统会自动依据PC登录地址和H5登录地址进行拼接跳转
- getParameters() - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- getParamMap() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getParams(String, String) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取业务数据
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getParentFrId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getParentId() - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- getParentId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getParticipators() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPassword() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getPath() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getPeerDepartmentRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getPendingCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getPeopleRelate(Long, Long) - 接口 中的方法com.seeyon.apps.peoplerelate.api.PeoplerelateApi
-
获取关联人员
正常:
1、传入正确的人员id、该人员的关联人员id,返回关联人员实体
异常:
2、所有参数传入null,抛异常
- getPermissionAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getPersonalLibOfUser(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取某个人的个人文档库
- getPersonId() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getPhaseBegintime() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseClosetime() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseDesc() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getPhaseName() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhasePercent() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseSort() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhysicalPath(String, String, boolean, int) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据逻辑路径解析成文字路径
正常:
1、传入正确的所有参数,返回文字路径
- getpId() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- getPigeonholeDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholeDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPigeonholeFolder(Long, String, boolean) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取子文件夹id,归档到《父文档夹-子文件夹》中
- getPigeonholePath() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholePath() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPigeonholeType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getPigeonholeType() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getPigeonholeUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholeUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPlan(Long) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取计划
正常:
1、传入正确的计划id,能获取到计划的实体
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanAddEvent
-
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- getPlanId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getPlannedEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlannedStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlannedTaskTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlanStatus() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanStatusName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanSubMainUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanSubMainUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTellUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTellUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getPlanToMainUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanToMainUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPoFieldName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getPolitical_position() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getPoName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getPost() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getPostalcode() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getPraiseNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getPreApproverName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getPreApproverName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getPrincipalList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPrintContentJSPath() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文打印自定义js文件存放路径
- getPrintContentMethodName() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文打印自定义方法名称(此方法用来处理正文打印的内容)
- getPrintFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getPrintLog() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getProcess() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getProcessDeadline() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessedNumberByObjectId(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据objectId查询 会议 已处理人数 从协同模块迁移的代码
正常:
1、传入正确的对象id,获取会议已处理人数
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程ID
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程ID
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProcessId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getProcessId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getProcessId() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getProcessIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
已过时。
- getProcessIndexPlus(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取流程数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的流程数
异常:
7、有参数传入null,抛异常
(优化后的getProcessIndex)
- getProcessIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getProject(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目信息
正常:
1、传入已开始的项目id,返回项目信息实体,验证判断为已开始
2、传入已结束的项目id,返回项目信息实体,验证判断为已结束
- getProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectAddEvent
-
- getProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getProjectByNameAndAccount(String, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据正确的项目名称和单位ID找到项目详细信息
正常:
1、传入正确的项目精确名称、单位id(该单位下有该项目),返回项目信息
2、传入正确的项目精确名称、单位id(该单位下没有该项目),返回空
3、传入正确的项目精确名称、单位id(该单位下该项目已删除),返回空
异常:
4、所有参数传入null,抛异常
- getProjectCreator() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectDesc() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectFolderByProjectId(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取项目对应的文件夹
- getProjectId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
关联项目ID
- getProjectId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
关联项目ID
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- getProjectId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getProjectIState() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectManager() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectManagerDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectNumber() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectNumber() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectPhase(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段
正常:
1、传入正确的项目阶段id,返回项目阶段实体
- getProjectPhaseId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getProjectPhaseIds() - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- getProjectProcess() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectProcess() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectProcessDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectRoles(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取人员在项目中的角色
正常:
1、传入正确的项目id和人员id(该人员为项目中人员),返回人员在项目中的角色
2、传入正确的项目id和人员id(该人员不为项目中人员),返回空
异常:
3、所有参数传入null,抛异常
- getProjectSituation() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectState() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectState() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectStateDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectType(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目类型
正常:
1、传入正确的项目类型id,返回项目类型实体
- getProjectType() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectTypeId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectTypeName() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectTypeName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProperty(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
获取视频会议启动参数
- getProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProxyId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getProxyId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getProxyImgUrl() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getProxyName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProxyName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getProxyName() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getPublicState() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPublishDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishDepartmentId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishDepartmentId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishperson() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getPublishScope() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getPublishScope() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishScope() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishStatus() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPublishStatusName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPublishUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getQq() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getQywhScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getQywhScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- getRcgzScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getRcgzScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getReadBulNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadBulRatio() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadCount() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getReadCount() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getReadDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getReadDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getReadNewsNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadNewsRatio() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getReadOnly() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getRealText() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
需要得到枚举值的key以便国际化
- getReceiveDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getReceiveMemberId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getReceiveMemberName() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getReceivePraiseNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getReceiveTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getReceiveTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getReciveUnitName() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getRecord_wage() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRecord_wage_str() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRecorderId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecorderName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecordFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getRecordId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecordState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getReferType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateDepartment() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateDepartmentName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelatedMemberId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelatedUser() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getRelateImageDate() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateImageId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberAccount() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberDept() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberEmail() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberHandSet() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberName() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberPost() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberTel() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelatePigeonhole() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateProject() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getRelateType() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateWsbs() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRemark() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRemindEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getRemindInterval() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提醒周期
- getRemindInterval() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提醒周期
- getRemindStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getReplyId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getReplyNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getReplyNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getReplyState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getReplyStateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getReportTemplateShowAll() - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
报表分析展现:内部调用getReportTemplateShowAll(String tempalteName,String categoryName)接口
主要供协同驾驶舱调用
- getResentTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重复次数
- getResentTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重复次数
- getResourceFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getRightChar() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getRiskLevel() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getRoomId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRowOperation() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getRptMonth() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRptMonthDisplay() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRptYear() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRunTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算运行时间
- getRunTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getRunWorkTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getScopeDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getScopeId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- getSecret() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSecretLevel() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSelectConditionsAndNodesInfo(Object) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
M1流程分支问题
- getSelf_image_name() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getSelImgUrl() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getSendDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSendDepartment() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getSenderId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSenderName() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSendNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getSendTo() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendTo() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSendType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendUnitName() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendUnitNames() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSendUserNames() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSeniorSQL(StringBuilder, Map, Map) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
潘小滨封装右上角的条件查询,
- getSettopTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getSex() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getShareDajia() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getSharedMembers() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getSharedMembers() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getShareEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getShareNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getShareTarget() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getShareType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getShowbarName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getShowName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getShowName() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getShowPicNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getShowToId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getSimpleInquiryBasic(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查基本信息:不包含发布范围、题、选项
- getSize() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getSort() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getSort() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getSort() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSortField() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getSource() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同来源(用于显示外部系统名称,如NC)
- getSource() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同来源(用于显示外部系统名称,如NC)
- getSource() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getSource() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getSourceCreator() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceDataId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.event.DocCancelFavoriteEvent
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.event.DocFavoriteEvent
-
- getSourceId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSourceRecordId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getSourceRecordId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSourcesID() - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- getSourcesID() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getSourceTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceType() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceType() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSpaceKey(byte) - 类 中的静态方法com.seeyon.apps.doc.constants.DocConstants
-
根据空间状态取得空间状态的提示key
- getSpaceType() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getSpaceType() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSpaceType() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getSpecialty() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getStaffInfoByMemberId(Long) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取员工档案基本信息
正常:
1、传入正确的人员id,返回人员档案信息实体
- getStartAccessId(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getStartAffairSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartBeginTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
开始时间
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
开始时间
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartDate() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getStartEndTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStartMemberDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
发起人
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
发起人
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberPostId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberPostName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartTime() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getStartTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getStartUserId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getStartUserId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getState() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getState() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getState() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程状态
- getState() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程状态
- getState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getState() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getState() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getState() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getState() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStates() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getStates() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStatus() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getStatus() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getStatus() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getStatus() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getStopSyn() - 类 中的静态方法com.seeyon.apps.videoconference.util.Constants
-
- getSubject() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getSubject(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取协同标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getSubject() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getSubject() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateVO
-
- getSubject() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSubject() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getSubject() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSubjectIncludeIcon() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubModuleType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubTableName() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSummary() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSummary() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getSummaryAttCount() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getSummaryAttmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getSummaryFromTemplate(CtpTemplate) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取公文模板里面的公文信息(这个接口好像没人用了直接注释掉)
正常
1、 传入公文模板,返回模板里面的EdocSummay对象
2、 传入非公文模板或者传入的模板对象为null,返回模板里面的null
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSummaryState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSuperviseTitle() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSupervisors() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSupervisorsId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSurveydesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSurveyDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSurveyName() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSurveyTypeId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSystem() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getTaskInfo(Long) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取任务
正常:
1、传入正确的任务id,能获取到任务的实体
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoAddEvent
-
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoDeleteEvent
-
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- getTaskListByListType(Map<String, Object>, String) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据列表类型获取列表展示数据
正常:
1、传入正确的查询条件参数和列表类型,返回列表数据
异常:
2、所有参数传入null,抛异常
- getTel_number() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getTelephone() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getTempFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTempFileFolderName() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
应用的临时文件目录名
- getTempFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTempFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTemplate(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取单条会议模版
正常:
1、传入正确的模板id,返回模板实体
2、传入已经删除的模板id,返回空
异常:
3、传入错误的模板id,返回空
- getTemplateCategory(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getTemplateId() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getTemplateId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getTemplateId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTemplateId() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getTemplateId2ListLong() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplateIds() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplateNames() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplates() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
模板ID
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
模板ID
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getTempleteName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getText() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getTextByValue(int) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getTimeZone(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
Get the timezone according to the timeZone_digital.
- getTitle() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getTitle() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getTitle() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTitle() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getTitle() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getTitle() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getTitle() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTitle() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getTitleHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getToCreator() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getToDataId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getToId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getTopCount() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getTopCount() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getTopNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getTopNumberOrder() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTopOrder() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTopOrder() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTopSequence() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getTotalNumberByObjectId(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据objectId查询 会议 总人数 从协同模块迁移的代码
正常:
1、传入正确的对象id,获取会议总人数
- getTotals() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getTotalScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getTotalScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getToType() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getTrackList4BizConfig(Long, List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
取得指定表单模板的跟踪事项记录
正常:
1、传入正确的人员id、表单模板id集合,返回跟踪事项记录集合
异常:
2、所有参数传入null,抛异常
- getTrackType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getTranMemberIds() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getTrunkFieldName() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getType() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage
-
- getType() - 枚举 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
- getType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getType() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getType() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTypeId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getTypeId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTypeId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getTypeId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUcC2sPort() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取客户端访问端口
正常:
1、调用此接口(已配置致信客户端访问端口),返回致信客户端访问端口
2、调用此接口(未配置致信客户端访问端口),返回空
- getUcMessageByMemberId(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
通过用户编号获取人员最近的消息列表,只能获取一次
正常
1、传入人员编号获取最近消息列表Map
* 异常:
2、没有返回为空
- getUcServerInip() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取UC服务器内网地址
正常:
1、调用此接口(已配置致信内网地址),返回致信服务器内网地址
2、调用此接口(未配置致信内网地址),返回空
- getUcServerOutip() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取UC服务器外网地址
正常:
1、调用此接口(已配置致信外网地址),返回致信服务器外网地址
2、调用此接口(未配置致信外网地址),返回空
- getUnjoinCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUpdatePhases() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getUpdateSubject() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getUpdateTimeStr() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getUpdateUserId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getUploadTime() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getUsedname() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getUserAccountName() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getUserId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getUserName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getV() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getV3xFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getV3xFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getValue() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getValue() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getVideoMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getVideoParams() - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
获取视频会议启动参数集合
- getViewNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getViewTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getVoteCount() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getVouch() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- getVouch() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- getWebserviceCode() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
webserivce服务码
- getWebserviceCode() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
webserivce服务码
- getWebsite() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getWeight() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getWfAnalysisAuthByMember(Long, Long) - 接口 中的方法com.seeyon.apps.wfanalysis.api.WfAnalysisApi
-
获取某个人在指定单位下 流程绩效的 模板查看权限
- getWork_starting_date() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getWorkflowRule() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程规则
- getWorkflowRule() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程规则
- getWorkFlowStates() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getWorking_time() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getWorkitemId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getWorkitemId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getWorklfowIsTimeout() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getWorklfowTimeout() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getZsjlScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getZsjlScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getZyxtScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getZyxtScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- GROUP_LIB_TYPE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- IArchiveSync - com.seeyon.apps.archive.manager中的接口
-
- IArchiveSync.ArchiveVO - com.seeyon.apps.archive.manager中的类
-
- IArchiveSync.CheckMessage - com.seeyon.apps.archive.manager中的类
-
- IArchiveSync.CheckMessage.Type - com.seeyon.apps.archive.manager中的枚举
-
- IcomEnumForCalendar - com.seeyon.apps.calendar.enums中的枚举
-
Title: F2
Description: 枚举图标
Copyright: Copyright (c) 2012
Company: seeyon.com
- IMeetingManager - com.seeyon.apps.meeting.manager中的接口
-
- IndexScoreBO - com.seeyon.apps.behavioranalysis.bo中的类
-
行为积分BO
Copyright: Copyright (c) 2015
Company: seeyon.com
- IndexScoreBO() - 类 的构造器com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- INENTIFIER_SIZE - 类 中的静态变量com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- INFOWARE - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INFOWARE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- init(Properties) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
视频会议启动初始化
- initialize() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
- INQUIRY_MANAGER_DESC_ADMIN - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- INQUIRY_MANAGER_DESC_AUDIT - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- INQUIRY_NO_AUDIT - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- InquiryAddEvent - com.seeyon.apps.inquiry.event中的类
-
调查发布监听
- InquiryAddEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryAddEvent
-
- InquiryApi - com.seeyon.apps.inquiry.api中的接口
-
调查接口
- InquiryAuditEvent - com.seeyon.apps.inquiry.event中的类
-
调查审核监听
- InquiryAuditEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryAuditEvent
-
- InquiryConstants - com.seeyon.apps.inquiry.constants中的类
-
- InquiryConstants() - 类 的构造器com.seeyon.apps.inquiry.constants.InquiryConstants
-
- InquiryScopeBO - com.seeyon.apps.inquiry.bo中的类
-
- InquiryScopeBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- InquirySurveybasicBO - com.seeyon.apps.inquiry.bo中的类
-
- InquirySurveybasicBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- InquirySurveytypeBO - com.seeyon.apps.inquiry.bo中的类
-
- InquirySurveytypeBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- InquiryVoteEvent - com.seeyon.apps.inquiry.event中的类
-
调查投票监听
- InquiryVoteEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- insertDocAction(Long, Long, Date, Integer, Long, String) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
新增操作痕迹
正常:
1、所有参数传入正确值,返回操作痕迹id
- INTERFIX - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- INVALID_SERVICE_VERSION_OR_ACTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_SERVICE_VERSION_OR_ACTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_SITE_SERVICE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_SITE_SERVICE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_USERNAME_OR_PASSWORD_OR_SITENAME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_USERNAME_OR_PASSWORD_OR_SITENAME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_XML_STYLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_XML_STYLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- isA6Enabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isA6Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是A6系列的产品版本
- isA8Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是A8系列的产品版本
- isAccountOfCanUseSMS(long) - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
单位是否可以使用短信,由集团管理员设定
正常:
1、传入正确的单位id(管理员设定该单位可使用短信),返回true
2、传入正确的单位id(管理员设定该单位不可使用短信),返回false
- isAgentDeal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isAllAccountExclude(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
是否全单位不积分
- isAllowOpen() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isAllowViewResult() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isAllowViewResultAhead() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isAttachmentFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- isAttachmentFlag() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- isAudited() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
审核通过/审核不通过
- isAudited() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
审核通过/审核不通过
审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过,审核不通过
- isAuditFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- isAuditFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- isAuth4Report(Long, Long) - 接口 中的方法com.seeyon.apps.performancereport.api.PerformancereportApi
-
校验用户对报表是否有访问权限
正常:
1、传入正确的用户ID和报表ID(且用户对报表没有权限),返回false
2、传入正确的用户ID和日常工作统计报表ID(且用户对报表有权限),返回true
3、传入正确的用户ID和在线时间分析报表ID(且用户对报表有权限),返回true
异常:
4、有参数传入null,抛异常
- isBbsBoardManager(Long, Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
判断用户是否有板块的管理权限
正常:
1、传入正确的人员id和单位id(该人员有版块管理权限),返回true
2、传入正确的人员id和单位id(该人员没有版块管理权限),返回false
- isBulTypeManager(Long, Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
判断用户是否有板块的管理权限
正常:
1、传入正确的人员id和版块id(该人员有版块管理权限),返回true
2、传入正确的人员id和版块id(该人员没有版块管理权限),返回false
- isCanDecompose() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanDelete() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanEditorDel() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- isCanFeedback() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanHasten() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanInvite() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isCanLook() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- isCanUpdate() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanUseSMS() - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
系统是否可以使用短信,由集团管理员设定
正常:
1、调用此方法(管理员设定系统可使用短信),返回true
2、调用此方法(管理员设定系统不可使用短信),返回false
- isCanView() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isCanView() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCol() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- isCollect() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- isColumnEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isCoverTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否超期
- isCreateDepartmentSpace(Long) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
判断部门空间是否创建
- isDefault() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isDeletedFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- isDeletedFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isDocResourceExisted(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
判断文档是否存在
正常:
1、传入正确的文档id,返回true
2、传入已删除的文档id,返回false
- isEdoc(int) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断是否是公文
正常:
1、传入正确的appKey,返回true
2、传入错误的appKey,返回false
- isEdocCreateRole(Long, Long, Integer) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断某人是否有某个单位的公文发起权
正常:
1、传入正确的正确的人员id、单位id、公文类型为发文(该人员在该单位有发文发起权),返回true
2、传入正确的正确的人员id、单位id、公文类型为收文(该人员在该单位有收文发起权),返回true
3、传入正确的正确的人员id、单位id、公文类型为签报(该人员在该单位有签报发起权),返回true
4、传入正确的正确的人员id、单位id、公文类型为发文(该人员在该单位没有发文发起权),返回false
5、传入正确的正确的人员id、单位id、公文类型为收文(该人员在该单位没有收文发起权),返回false
6、传入正确的正确的人员id、单位id、公文类型为签报(该人员在该单位没有签报发起权),返回false
异常:
7、所有参数传入null,抛异常
- isEnabled(Long) - 接口 中的方法com.seeyon.apps.blog.api.BlogApi
-
判断人员博客是否启用
正常:
1、传入系统中存在的人员ID且该人员博客已启用,返回true
2、传入系统中存在的人员ID且该人员博客未启用,返回false
- isExchangeRole(Long, Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断某用户是否为收发员(包括部门收发员,单位收发员)
正常:
1、传入正确的人员id和单位id(该人员为单位收发员),返回true
2、传入正确的人员id和单位id(该人员为部门收发员),返回true
3、传入正确的人员id和单位id(该人员不是收发员),返回false
异常:
4、所有参数传入null,抛异常
- isExistPigeonholeSource(Long) - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
获取归档源.获取对象对应关系:协同:Affair,公文:EdocSummary,会议:MtMeeting(MtMeetingCAP应遗弃)
计划:Plan,调查:InquirySurveybasic,公告:BulData,新闻:NewsData,邮件:MailInfo
信息:InfoSummaryCAP(此对象名有待确定),信息统计:InfoStatCAP(此对象名有待确定)
- isFile() - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- isFinish() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- isFinshed() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
流程是否结束
- isFocusNews() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isFolder() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- isFolderEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isFulltime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isG6Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是G6系列的产品版本
- isGkeContent() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- isHasArchive() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isHasAttatchment() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- isHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isHasAttsFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isHasSummary() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isHaveBbs(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有讨论权限
- isHaveColDone(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同已办权限
- isHaveColPending(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同待办权限
- isHaveColSent(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同已发权限
- isHaveEvent(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有日程事件的权限
- isHaveMeetingArrange(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议安排权限
- isHaveMeetingDone(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有已处理会议权限
- isHaveMeetingPending(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有待办会议权限
- isHaveMeetingRoomApp(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议室申请权限
- isHaveMeetingRoomPerm(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议室审核权限
- isHaveNewColl(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否拥有新建协同权限
- isHaveNewProject(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有新建项目的权限
- isHaveNewTask(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有新建任务的权限
- isHavePlan(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有工作计划的权限
- isHaveProjectAndTask(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有项目和任务的权限
- isHavePurview(User, String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
判断当前用户是否有某个菜单权限
- isHaveTimeView(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有时间视图的权限
- isHidden() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isHiddenAttment() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- isHistoryFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isImageNews() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isInquiryTypeManager(Long, Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
判断用户是否有板块的管理权限
正常:
1、所有参数传入正确值(该人员有版块管理权限),返回true
2、所有参数传入正确值(该人员没有版块管理权限),返回false
- isListByDefaultOrder() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isLogView() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isManager(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
判断人员是否有管理项目的权限(项目负责人或项目助理)
正常:
1、传入项目id、项目中项目负责人id,返回true
2、传入项目id、项目中项目助理id,返回true
3、传入项目id、项目中项目成员id,返回false
4、传入项目id、项目领导,返回false
5、传入项目id、相关人员,返回false
6、传入项目id、非项目中人员的id,返回false
异常:
7、所有参数传入null,抛异常
- isMilestone() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isMobileLogin(Long) - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
人员是否需要短信登录验证
- isOfficecanPrint() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isOfficecanSaveLocal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isOfficeEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isOnlyQueryCount() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- isParent() - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- isPigeonholeArchive(Map<ApplicationCategoryEnum, List<IArchiveSync.ArchiveVO>>, List<IArchiveSync.ArchiveVO>) - 接口 中的方法com.seeyon.apps.archive.api.ArchiveApi
-
检查要上传的档案是否已经进行过归档
正常:
1、传入正确的map参数和文档集合,返回已经归档的文档列表
2、传入正确的map参数和文档集合(所有文档未进行归档),返回空列表
异常:
3、所有参数传入null,抛异常
- isProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isProxy() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isRead() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isReceiveMember(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
判断是否是该事件的委托人
- isSearchConditionDefault() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isSearchConditionEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isShowAuthorityButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- isShowAuthorityButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowHastenButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowMultiCallBtn() - 接口 中的方法com.seeyon.apps.multicall.api.MultiCallApi
-
- isShowOuterList() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isShowVoters() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isSuccess() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- issueBulletinData(BulletinDataParam) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
发布公告
正常:
1、有权限的人员发布一个公告,所有必填项都包含在参数中,公告能成功发送,返回公告id
异常:
2、所有参数传入null,抛异常
- issueNewsData(NewsDataParam) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
发布新闻
正常:
1、传入正确的新闻参数,成功发布新闻
- isSystem() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- isTemplateEnabled(Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
校验模板是否可用
- isTypeEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isUploadEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isUsedFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- isUsedFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- isValid() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
校验当前项目是否有效、允许查看,当前只允许查看仍存在、未结束的项目
- isValidByUser() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- isValidByUser() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- isVideo() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- saveOrUpdateFormDataset(List<Long>) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
生成表单数据集
- saveOrUpdateFormDatasetAuth(Long, List<Long>) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
授权表单数据集给用户
- SCHEDULE_NOT_PERM_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SCHEDULE_NOT_PERM_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- ScoreRadarChartBO - com.seeyon.apps.behavioranalysis.bo中的类
-
分数分布雷达图对象
- ScoreRadarChartBO() - 类 的构造器com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- ScoreRankIndexBO - com.seeyon.apps.behavioranalysis.bo中的类
-
- ScoreRankIndexBO() - 类 的构造器com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- SeeyonreportApi - com.seeyon.apps.seeyonreport.api中的接口
-
Title: 帆软报表API
Description:
Copyright: Copyright (c) 2017
Company: seeyon.com
Since Seeyon v6.1 sp1
- SeeyonReportTemplateTreeUtil - com.seeyon.apps.seeyonreport.util中的类
-
- SeeyonReportTemplateTreeUtil() - 类 的构造器com.seeyon.apps.seeyonreport.util.SeeyonReportTemplateTreeUtil
-
- sendMobileMessage(int, String, Long, Date, Collection<Long>) - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
发送短信
正常:
1、所有参数传入正确值,成功发送短信
异常:
2、所有参数传入null,抛异常
- sendPlanTransferOtherMessage(Integer, Long, Long, String) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
[计划转其它模块]发送消息
如:计划转日程事件、计划转任务
正常:
1、模块id传入日程、其他参数传入正确值,成功发送计划转日程消息,不抛出异常即可
2、模块id传入任务、其他参数传入正确值,成功发送计划转任务消息,不抛出异常即可
异常:
3、所有参数传入null,抛异常
- sendToSursen(SendToSursenParam) - 接口 中的方法com.seeyon.apps.sursenexchange.api.SursenExchangeApi
-
发送公文到书生
正常:
1、传入正确的发送到书生的公文参数,成功发送公文到书生
- SendToSursenParam - com.seeyon.apps.sursenexchange.api中的类
-
Title : 书生交换
Description : 向书生发送公文时传递的参数
Copyright : Copyright (c) 2015
Company : seeyon.com
- SendToSursenParam() - 类 的构造器com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- SERVICE_EXCEPTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SERVICE_EXCEPTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SERVICE_VERSIONID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SERVICE_VERSIONID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SESSION_KEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SESSION_KEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- setA6Enabled(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- setAccountId(Long) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setAccountMemberTotal(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setAccountName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setAccountName(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setAccountRank(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setAccountRanking(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setAccountTotal(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setActivityId(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setActivityId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setActivityId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setActualEndTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setActualShowName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setActualStartTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setActualTaskTime(float) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setActualUserNameArray(String[]) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setActualUserNameList(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setAddPhases(List<ProjectPhaseBO>) - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- setAddress(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setAddress(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setAdmins(List<Long>) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setAdvancePigeonhole(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setAdvanceRemind(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提前提醒
- setAdvanceRemind(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提前提醒
- setAdvanceRemind(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setAdvanceRemind(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setAdvanceRemindTime(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAffair(CtpAffair) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAffairId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setAffairId(long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setAffairId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAffairId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setAffairId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setAffairMemberName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAffairState(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setAffairState(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setAffairSubState(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setAffiliateroomFlag(int) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setAge(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setAgentDeal(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAllCount(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setAllowOpen(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setAllowViewResult(boolean) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setAllowViewResultAhead(boolean) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setAllTemplates(Collection<CtpTemplate>) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setAnonymousFlag(Boolean) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setAnonymousFlag(Byte) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setAnonymousReplyFlag(Boolean) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setAnonymousReplyFlag(Byte) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setAppKey(Integer) - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- setAppKey(Integer) - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- setApproveState(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setArchiveId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
归档ID
- setArchiveId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
归档ID
- setArchiveId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setArticleName(String) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setAssistantList(List<Long>) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setAttachmentArchiveId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
附件归档ID
- setAttachmentFlag(boolean) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
附件标识
保存附件参考附件组件
- setAttachmentFlag(boolean) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
附件标识
保存附件参考附件组件
- setAttachmentList(List<Attachment>) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setAttachmentList(List<Attachment>) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setAttachments(List<Attachment>) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAttachments(List<Attachment>) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setAttachments(List<Attachment>) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setAttachmentsFlag(Boolean) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setAttachmentsFlag(Boolean) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setAtts(List<Attachment>) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setAuditAdvice(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setAuditAdvice(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setAuditDate(Date) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setAuditDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setAudited(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
审核通过/审核不通过
- setAudited(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
审核通过/审核不通过
审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过,审核不通过
- setAuditFlag(boolean) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setAuditFlag(boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setAuditUser(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setAuditUser(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setAuditUserId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setAuditUserId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setAuthId(Long) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setAutoRun(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setAutoRun(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setAvgHandleTime(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setAwakeDate(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setBackFromId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setBackGround(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setBackGround(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setBbsArticleBO(BbsArticleBO) - 类 中的方法com.seeyon.apps.bbs.event.BbsAddEvent
-
- setBbsArticleBO(BbsArticleBO) - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- setBbsName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- setBbsSendNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- setBeforeAlarmDate(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setBeforeTime(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setBeginDate(Date) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setBeginDate(Date) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setBeginDate(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setBeginDate(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setBeginDateStr(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setBeginTime(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setBirthday(Date) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setBirthplace(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setBlog(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setBoardId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setBoardTime(Timestamp) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setBodyContent(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setBodyContentType(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setBodyFile(V3XFile) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setBodyType(Integer) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
正文类型
- setBodyType(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
正文类型
- setBodyType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setBodyType(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setBrief(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setBrief(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setBulDataBO(BulDataBO) - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAddEvent
-
- setBulDataBO(BulDataBO) - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAuditEvent
-
- setBulReceiveNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setBusinessType(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCalEventBO(CalEventBO) - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- setCalEventBO(CalEventBO) - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- setCanAnyMerge(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setCanArchive(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能归档
- setCanArchive(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能归档
- setCanAutostopflow(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否自动终止流程
- setCanAutostopflow(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否自动终止流程
- setCancelOpinionPolicy(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCancelOpinionPolicy(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCanDecompose(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCanDelete(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCanDeleteORarchive(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCanDeleteORarchive(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCanDueReminder(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否周期提醒
- setCanDueReminder(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否周期提醒
- setCanEdit(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否修改正文
- setCanEdit(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否修改正文
- setCanEdit(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCanEdit(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCanEditAttachment(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否编辑附件
- setCanEditAttachment(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否编辑附件
- setCanEditorDel(boolean) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setCanEditorDelByMemberType(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setCanFeedback(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCanForward(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能转发
- setCanForward(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能转发
- setCanForward(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCanForward(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCanHasten(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCanInvite(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCanLook(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setCanMergeDeal(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setCanModify(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能修改 流程
- setCanModify(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能修改
- setCanPraise(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCanTrack(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能跟踪
- setCanTrack(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能跟踪
- setCanTrack(Integer) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setCanUpdate(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCanView(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCanView(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setCanView(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCaseId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程实例ID
- setCaseId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程实例ID
- setCaseId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCaseId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCaseId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setCaseId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setCategory(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCategoryId(Long) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setCategroy(ApplicationCategoryEnum) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
应用标识ApplicationCategoryEnum
- setCategroy(ApplicationCategoryEnum) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
应用标识ApplicationCategoryEnum
- setCc(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setCensor(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setCensorDesc(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setCensorId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setChargeList(List<Long>) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setCheckMind(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setClickCount(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setClickNumber(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setCloseDate(Timestamp) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setCloseIcon(String) - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- setCloseTime(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setCol(boolean) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setCollaborationValues(Object, Object, Object, ColSummary) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
协同处理初始化以及处理后台校验
- setCollect(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setColType(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同类型
- setColType(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同类型
- setColType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setColumnEditable(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setCommentList(List<MtCommentBO>) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setCommentNum(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCommunication(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setCompleteTime(Timestamp) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setConferees(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setConferees(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setConfereesNames(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setConfKey(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- setContent(String) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
正文内容
- setContent(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setContent(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
正文内容
- setContent(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setContent(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setContentName(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setContentNo(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setContentStatus(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setContentType(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setContentType(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setContentType(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setCopyTo(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setCountNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setCoverPicture(Long) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCoverPictureUrl(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCoverTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否超期
- setCoverTime(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCoverTime(Boolean) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setCreateDate(Timestamp) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
创建时间
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
创建时间
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCreateDate(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCreateDate(Timestamp) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setCreateDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setCreateDate(Timestamp) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setCreateDateFormat(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setCreateFrom(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCreateFromDisplay(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCreatePerson(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setCreaterId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setCreateTime(Date) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setCreateTime(Timestamp) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setCreateTime(Timestamp) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setCreateTime(Timestamp) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setCreateTime(Date) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setCreateTime(Date) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCreateTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCreateTimeStr(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setCreateType(Integer) - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- setCreateUser(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setCreateUser(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setCreateUser(long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCreateUser(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setCreateUser(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setCreateUser(long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setCreateUserId(long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setCreateUserId(Long) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCreateUserImgUrl(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setCreateUserName(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setCreator(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setCryptonym(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setCurMemberList(List<Long>) - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- setCurrentNodesInfo(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setCurrentNodesInfo(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setCurrentNodesInfo(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCurrentNodesInfo(String) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setCurrentPhaseId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setCurrentUser(User) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setCurrentUser(User) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setCurrentUserId(Long) - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- setDaochuUser(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setDataFormat(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
正文类型,默认为Constants.EDITOR_TYPE_HTML
- setDataFormat(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setDataFormat(String) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
正文类型,默认为Constants.EDITOR_TYPE_HTML
- setDataFormat(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setDeadline(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
处理期限
- setDeadline(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
处理期限
- setDeadLine(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadline(Long) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setDeadline(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setDeadLineDate(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setDeadLineDate(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadLineDate(Date) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setDeadLineDateName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadlineDatetime(Date) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setDeadLineDateTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadLineDateTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadlineDatetime(Date) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setDeadlineDatetime(Date) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setDeadLineDateTime1(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadLineDateTime1() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadLineDateTime2(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDeadLineDisplayDate(Date) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setDeadLineName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDealTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setDealTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDefault(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setDegreeLevel(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setDeletedFlag(boolean) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setDeletedFlag(boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setDeletePhaseIds(List<Long>) - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- setDepartment(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setDepartment(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setDepartmentId(Long) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setDepartmentId(Long) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
发布部门id,默认为发布人的主岗部门
- setDepartmentId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setDepartmentId(Long) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
发布部门id,默认为发布人的主岗部门
- setDepartmentMemberTotal(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setDepartmentName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setDepartmentRank(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setDepartmentTotal(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setDeptRanking(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setDeptTotal(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setDescription(String) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setDescription(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setDescription(String) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setDescription(String) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setDetailUrl(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setDir(String) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setDisAgreeOpinionPolicy(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setDisAgreeOpinionPolicy(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setDiscription(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setDisplayCount(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setDocId(Long) - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- setDocid(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setDocMark(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setDocMark(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setDocResourceBO(DocResourceBO) - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- setDocResourceBO(DocResourceBO) - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- setDocResourceBO(DocResourceBO) - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- setDocResourceBO(DocResourceBO) - 类 中的方法com.seeyon.apps.doc.event.DocUpdateEvent
-
- setDocResourceId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- setDoctitle(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setDocType(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setDomainId(long) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setDomainId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setDomainId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setDownloadLog(Boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setDownloadNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- setDptType(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setEdocId(Long) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setEdocType(Integer) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setEdocType(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setEdocType(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setEdocUnit(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setEdu_level(int) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setElementId(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setEliteFlag(Boolean) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setEmail(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setEmail(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setEmcee(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setEmceeId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setEmceeName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setEmergency(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setEndAlarmDate(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setEndDate(Date) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setEndDate(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setEndDate(Date) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setEndDate(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setEndDate(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setEndDate(Date) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setEndDateStr(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setEndTime(Date) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setErrorCode(int) - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- setErrorMsg(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setErrorRet(Map<String, String>) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setEventId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- setEventType(Integer) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setEventType(Integer) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- setExt1(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setExt1(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setExt1(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setExt1(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setExt1(String) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setExt2(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setExt2(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setExt2(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setExt2(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setExt2(String) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setExt3(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setExt3(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setExt4(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setExt4(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setExt5(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setExt5(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setFeedback(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setFeedbackFlag(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setField1(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setField2(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setField3(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setField4(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setField5(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setFieldName(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setFieldName(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setFieldValue(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setFile(File) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- setFile(File) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- setFile(boolean) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
是否是文件夹
- setFileFullName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFileName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFileSize(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFileType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFileUrl(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFinishBeginTime(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setFinishDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
结束时间
- setFinishDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
结束时间
- setFinishDate(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setFinishEndTime(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setFinishRate(float) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setFinishRatio(Float) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setFlag(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setFlag(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setFlowFinished(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setFlowFinished(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setFlowPermAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setFocusNews(boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setFolderEnabled(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setFormAppid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
表单ID
- setFormAppid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单ID
表单ID
表单ID
表单ID
表单ID
表单ID
- setFormid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
表单视图id
- setFormid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单视图id
- setFormId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setFormmainId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setFormRecordid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
主表记录id
- setFormRecordid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
主表记录id
- setForwardMember(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
转发人
- setForwardMember(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
转发人
- setForwardMemberNames(List<String>) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setFrName(String) - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- setFrName(String) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setFrom(ColNewFrom) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setFromId(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setFromRecordId(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setFromType(Integer) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setFromType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setFrType(Long) - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- setFulltime(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setHandNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setHasArchive(boolean) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setHasAttachments(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setHasAttachments(boolean) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setHasAttachments(boolean) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setHasAttachments(boolean) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setHasAttachments(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setHasAttatchment(boolean) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setHasAttsFlag(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setHasAttsFlag(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setHasAttsFlag(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setHasFavorite(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setHasFavorite(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setHasSummary(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setHastenTimes(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setHastenTimes(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setHidden(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setHistoryFlag(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setHobby(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setIcon(String) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setIconSkin(String) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setId(Long) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- setId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setId(Long) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.performancereport.bo.ReportDefinitionBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setId(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setId(long) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- setId(Long) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setId(Long) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateVO
-
- setId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- setId(long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setID_card(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setIdentifier(String) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setIdentifier(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标志串
- setIdentifier(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标志串
- setIdentifier(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setIdentifier(String) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setImage_datetime(Date) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setImage_id(Long) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setImage_name(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setImageId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setImageList(List<Long>) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setImageNews(boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setImgNum(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setImgUrl(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setImpart(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setImpartNames(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setImportantLevel(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重要程度
- setImportantLevel(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重要程度
- setImportantLevel(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setImportantLevel(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setImportantLevel(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setIncludeElements(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setInputMode(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setInquirySurveybasicBO(InquirySurveybasicBO) - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAddEvent
-
- setInquirySurveybasicBO(InquirySurveybasicBO) - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAuditEvent
-
- setInquirySurveybasicBO(InquirySurveybasicBO) - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- setInspectors(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setInterfixList(List<Long>) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setIsAgentDeal(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setIsAuditorModify(Boolean) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setIsAuditorModify(Boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setIsCoverTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setIsCoverTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setIsCurrentUserSupervisor(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setIsEntrust(Integer) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setIsFinish(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setIsFolder(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setIsHidden(Boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setIsMentioned(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setIsModify(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setIsNewflow(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setIsOverTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setIssuer(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setIssuerId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setIssueTime(Timestamp) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setIssueUserId(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setIsTrack(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setIsTrack(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setJoinCount(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setKeepPeriod(Integer) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setKey(int) - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- setKey(int) - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- setKeywords(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setKeyWords(String) - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- setKeywords(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setKeywords(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setLastModified(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setLastModified(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setLastUpdate(Date) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setLastUpdate(Timestamp) - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- setLastUserId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setLatestTemplateNames(String) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setLatestTemplates(Collection<CtpTemplate>) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setLatestTempleteIds(String) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setLatestVisitTime(Date) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setLeader(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setLeaderNames(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setLeftChar(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setLenPotent(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setLevel(Integer) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setLikeNum(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setListByDefaultOrder(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setListDoneAllSize(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setListPendingSize(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setListSentSize(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setListType(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setListWaitSize(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setListZcdbSize(Integer) - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- setLogicalDepth(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setLogicalPath(String) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setLogicalPath(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setLogView(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setLookState(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setLookTime(Timestamp) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setManagerId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setManagers(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setManagers(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setMananger(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setMarriage(int) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setMaxRunWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setMblcScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setMblcScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setMeetingId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setMeetingId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setMeetingId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setMeetingIdStr(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setMeetingPlace(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setMeetingPlace(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setMeetingQuartzTask(List<CtpAffair>, List<CtpAffair>, List<CtpAffair>) - 接口 中的方法com.seeyon.apps.meeting.manager.IMeetingManager
-
手工调用会议定时器实现方法
- setMeetingTime(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setMeetingType(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setMeetPlace(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setMember_id(Long) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setMemberDepName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
发布人id
- setMemberId(Long) - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setMemberId(Long) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
发布人id
- setMemberId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- setMemberLevelName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setMemberList(List<Long>) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setMemberPostName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setMemberType(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- setMemo(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- setMenuType(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setMessage(String) - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- setMessage(String) - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- setMessageNotifyFlag(Boolean) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setMetadataId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setMilestone(boolean) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setMimeTypeId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setMinRunWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setModifyDate(Date) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setModifyMember(Long) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setModifyTime(Timestamp) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setModuleType(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setModuleType(Integer) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setMsn(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setMtName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setMtReplyBO(MtReplyBO) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setMyAgentId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setName(String) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setName(String) - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- setName(String) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setName(String) - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- setName(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setName(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setName(String) - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- setName(String) - 类 中的方法com.seeyon.apps.performancereport.bo.ReportDefinitionBO
-
- setName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- setName(String) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setNation(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setNewflowType(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
新流程类型
- setNewflowType(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
新流程类型
- setNewflowType(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setNewsDataBO(NewsDataBO) - 类 中的方法com.seeyon.apps.news.event.NewsAddEvent
-
- setNewsDataBO(NewsDataBO) - 类 中的方法com.seeyon.apps.news.event.NewsAuditEvent
-
- setNewsReceiveNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setNodeDeadLineName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setNodeName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setNodePolicy(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setNodePolicy(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setObject(Object) - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- setObjectId(Long) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
应用id
- setObjectId(Long) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
应用id
- setOfficecanPrint(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOfficecanSaveLocal(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOfficeEnabled(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setOldFeedbackFlag(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setOldProjectBO(ProjectBO) - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- setOldTask(TaskInfoBO) - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- setOnlyQueryCount(boolean) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setOpenFrom(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOpenIcon(String) - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- setOperation(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setOperation(String) - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- setOperationId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOrderBy(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOrderFlag(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setOrderKey(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOrderNum(int) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setOrderNum(Integer) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setOrg_member_id(Long) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
单位ID
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
单位ID
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setOrgAccountId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setOrgDepartmentId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
部门ID
- setOrgDepartmentId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
部门ID
- setOrgentId(Long) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setOrgentName(String) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setOrgentType(Integer) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setOrgId(Long) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setOrgIdStr(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOrgName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOrgName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setOrgType(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOrgType(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setOthers(Map<String, Object>) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setOutterPermit(Boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setOverTime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算超期时间
- setOverTime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算超期时间
- setOvertopTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOverWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算超期时间
- setOverWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算超期时间
- setOverWorkTime(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setOverWorkTime(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setPage(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setParameters(Map<String, Object>) - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- setParamMap(Map<String, Object>) - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- setParent(boolean) - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- setParentformSummaryid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
父协同ID
- setParentformSummaryid(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
父协同ID
- setParentformSummaryid(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setParentformSummaryid(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setParentFrId(long) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setParentId(Long) - 类 中的方法com.seeyon.apps.performancereport.bo.PerformanceReportTreeBO
-
- setParentId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setParticipators(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setPassword(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setPeerDepartmentRank(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setPendingCount(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setPermissionAccountId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setPersonId(Long) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setPhaseBegintime(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setPhaseClosetime(Date) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setPhaseDesc(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setPhaseId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setPhaseId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- setPhaseName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setPhasePercent(Integer) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setPhaseSort(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setpId(Long) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateTreeVo
-
- setPigeonholeDate(Date) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPigeonholeDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPigeonholePath(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPigeonholePath(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPigeonholeType(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setPigeonholeType(Integer) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setPigeonholeUserId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPigeonholeUserId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPlanBO(PlanBO) - 类 中的方法com.seeyon.apps.plan.event.PlanAddEvent
-
- setPlanBO(PlanBO) - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- setPlanId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setPlannedEndTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setPlannedStartTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setPlannedTaskTime(float) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setPlanStatus(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanStatusName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanSubMainUser(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanSubMainUserName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanTellUser(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanTellUserName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanTitle(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setPlanToMainUser(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPlanToMainUserName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPoFieldName(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setPolitical_position(int) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setPoName(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setPost(Long) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setPostalcode(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setPraiseNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setPreApproverName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setPreApproverName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setPrincipalList(List<Long>) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setPrintFlag(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
允许打印:0,不勾选;1,勾选
- setPrintLog(Boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setProcess(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setProcessDeadline(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setProcessDeadLineName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setProcessId(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程ID
- setProcessId(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程ID
- setProcessId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setProcessId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setProcessId(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setProcessId(String) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setProcessIsCoverTime(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setProcessNodesInfo(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setProjectBO(ProjectBO) - 类 中的方法com.seeyon.apps.project.event.ProjectAddEvent
-
- setProjectBO(ProjectBO) - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- setProjectCreator(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectDesc(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
关联项目ID
- setProjectId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
关联项目ID
- setProjectId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- setProjectId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- setProjectId(Long) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setProjectId(Long) - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- setProjectId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setProjectIState(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectManager(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectManagerDisplay(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setProjectNumber(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectNumber(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectPhaseId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setProjectPhaseIds(List<Long>) - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- setProjectProcess(Float) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectProcess(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectProcessDisplay(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectSituation(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectState(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectState(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProjectStateDisplay(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectType(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- setProjectTypeId(long) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectTypeName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setProjectTypeName(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- setProxy(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setProxy(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setProxy(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setProxyId(long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setProxyId(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setProxyImgUrl(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setProxyName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setProxyName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setProxyName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setPublicState(int) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setPublishDate(Timestamp) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPublishDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPublishDepartmentId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPublishDepartmentId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPublishperson(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setPublishScope(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
发布范围,格式如:"Account|xxx,Department|xxx,Member|xxx"
- setPublishScope(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPublishScope(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setPublishStatus(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPublishStatusName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setPublishUserId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setPublishUserId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setQq(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setQywhScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setQywhScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setRank(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setRank(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- setRcgzScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setRcgzScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setReadBulNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setReadBulRatio(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setReadCount(Integer) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setReadCount(Integer) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setReadDate(Date) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setReadNewsNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setReadNewsRatio(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- setReadNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- setReadOnly(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setReceiveDate(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setReceiveMemberId(String) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setReceiveMemberName(String) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setReceivePraiseNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setReceiveTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setReceiveTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setReciveUnitName(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setRecord_wage(Double) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setRecord_wage_str(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setRecorderId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setRecorderName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setRecordFlag(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
记录阅读信息:0,不勾选;1,勾选
- setRecordId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setRecordState(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setReferType(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRelateDepartment(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRelateDepartmentName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRelatedMemberId(Long) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelatedUser(List<Long>) - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- setRelateImageDate(Date) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateImageId(Long) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberAccount(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberDept(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberEmail(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberHandSet(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberId(Long) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberName(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberPost(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateMemberTel(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelatePigeonhole(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRelateProject(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRelateTime(Date) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setRelateType(Integer) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelateWsbs(Integer) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setRelType(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setRemark(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setRemindEndTime(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setRemindInterval(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提醒周期
- setRemindInterval(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提醒周期
- setRemindStartTime(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setReplyCounts(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setReplyCounts(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
- setReplyCounts(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setReplyCounts(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setReplyNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- setReplyNumber(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setReplyState(int) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setReplyStateStr(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setResentTime(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重复次数
- setResentTime(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重复次数
- setResourceFlag(Byte) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setRightChar(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setRiskLevel(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setRoomId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setRowOperation(String) - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- setRptMonth(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setRptMonthDisplay(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setRptYear(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setRunTime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算运行时间
- setRunTime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算运行时间
- setRunWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算运行时间
- setRunWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算运行时间
- setRunWorktime(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setRunWorkTime(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setScopeDesc(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- setScopeId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- setScore(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- setSearchConditionDefault(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setSearchConditionEditable(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setSecret(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setSecretLevel(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSelf_image_name(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setSelImgUrl(String) - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- setSendDate(Timestamp) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setSendDepartment(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setSenderId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setSenderName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setSendNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setSendTo(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSendTo(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setSendType(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSendUnitName(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSendUnitNames(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setSendUserNames(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSettopTime(Date) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setSex(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setShareDajia(Boolean) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setSharedMembers(List<Long>) - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- setSharedMembers(List<Long>) - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- setShareEnabled(Boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setShareNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- setShareTarget(String) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setShareType(Integer) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setShowAuthorityButton(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setShowAuthorityButton(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setShowbarName(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setShowButton(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setShowHastenButton(boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setShowName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- setShowName(String) - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- setShowOuterList(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setShowPicNum(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- setShowToId(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setShowVoters(boolean) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setSize(int) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- setSort(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setSort(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- setSort(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setSortField(List<QuerySummaryParam.SortFieldEnum>) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setSource(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同来源(用于显示外部系统名称,如NC)
- setSource(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同来源(用于显示外部系统名称,如NC)
- setSource(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setSource(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setSourceCreator(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setSourceDataId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setSourceId(Long) - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- setSourceId(Long) - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- setSourceId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setSourceId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setSourceRecordId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- setSourceRecordId(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setSourcesID(Long) - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- setSourcesID(Long) - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- setSourceTitle(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setSourceType(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setSourceType(Integer) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setSpaceType(Integer) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setSpaceType(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setSpaceType(Integer) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setSpecialty(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setStartAffairSubState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartBeginTime(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setStartDate(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setStartDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
开始时间
- setStartDate(Date) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
开始时间
- setStartDate(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setStartDate(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartDate(Date) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setStartEndTime(Date) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setStartMemberDepartmentId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartMemberId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
发起人
- setStartMemberId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
发起人
- setStartMemberId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setStartMemberId(long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setStartMemberId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartMemberName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setStartMemberName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setStartMemberName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartMemberPostId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartMemberPostName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStartTime(Timestamp) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setStartTime(Date) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setStartUserId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setStartUserId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setState(Byte) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setState(Integer) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setState(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程状态
- setState(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程状态
- setState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setState(Integer) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setState(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setState(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setState(int) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setState(int) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setState(Integer) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setState(String) - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- setStateName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setStates(Integer) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setStates(List<CollaborationEnum.flowState>) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setStatus(byte) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setStatus(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setStatus(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setStatus(int) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setStopSyn(boolean) - 类 中的静态方法com.seeyon.apps.videoconference.util.Constants
-
- setSubject(String) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标题
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标题
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setSubject(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.seeyonreport.vo.ReportTemplateVO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- setSubject(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- setSubject(String) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setSubjectIncludeIcon(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSubModuleType(Long) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setSubState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setSubState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSubStateName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setSubStateName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSubTableName(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- setSuccess(boolean) - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- setSummary(ColSummary) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSummary(String) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setSummaryAttCount(int) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setSummaryAttmentList(List) - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- setSummaryId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setSummaryId(long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- setSummaryId(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setSummaryState(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setSuperviseTitle(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setSupervisors(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setSupervisorsId(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setSurveydesc(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setSurveyDesc(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setSurveyName(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setSurveyTypeId(Long) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setSystem(boolean) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setSystem(Boolean) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setTaskInfoBO(TaskInfoBO) - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoAddEvent
-
- setTaskInfoBO(TaskInfoBO) - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoDeleteEvent
-
- setTaskInfoBO(TaskInfoBO) - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- setTel_number(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setTelephone(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setTemplateId(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- setTemplateId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setTemplateId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setTemplateIds(String) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setTemplateNames(String) - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- setTemplates(String) - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
模板ID
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
模板ID
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setTempleteId(Long) - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- setTempleteName(String) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setText(String) - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- setTitle(String) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
标题
- setTitle(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setTitle(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setTitle(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- setTitle(String) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
标题
- setTitle(String) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setTitle(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setTitle(String) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setToCreator(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setToDataId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setToId(Long) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setTopCount(Byte) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setTopCount(Byte) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setTopNumber(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- setTopNumberOrder(Byte) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setTopOrder(Byte) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setTopOrder(Byte) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setTopSequence(Integer) - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- setTotals(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setTotalScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setTotalScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setToType(int) - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- setTrack(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setTrackType(Integer) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setTranMemberIds(String) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- setType(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setType(byte) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setType(int) - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- setType(String) - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- setType(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setType(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setTypeEditable(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setTypeId(Long) - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
所属板块id
- setTypeId(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setTypeId(Long) - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
所属板块id
- setTypeId(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setTypeName(String) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setTypeName(String) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- setTypeName(String) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setUnjoinCount(Integer) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setUpdateDate(Date) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setUpdateDate(Date) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setUpdateDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setUpdateDate(Date) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setUpdatePhases(List<ProjectPhaseBO>) - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- setUpdateSubject(Boolean) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- setUpdateTime(Date) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setUpdateTime(Date) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setUpdateTime(Date) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setUpdateTimeStr(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setUpdateUser(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- setUpdateUser(Long) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setUpdateUser(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- setUpdateUser(Long) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setUpdateUser(Long) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setUpdateUserId(Long) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setUploadEnabled(boolean) - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- setUploadTime(Date) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setUrgentLevel(String) - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- setUrgentLevel(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- setUrgentLevel(String) - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- setUsedFlag(boolean) - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- setUsedFlag(boolean) - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- setUsedname(String) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setUserAccountName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setUserId(Long) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- setUserId(Long) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setUserName(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setUserName(String) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setV(String) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- setValidByUser(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- setValidByUser(boolean) - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- setVideo(boolean) - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- setVideoMeetingId(String) - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- setViewNum(Integer) - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- setViewTitle(String) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- setVoteCount(Integer) - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- setVouch(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- setVouch(Integer) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- setWebserviceCode(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
webserivce服务码
- setWebserviceCode(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
webserivce服务码
- setWebsite(String) - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- setWeight(float) - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- setWork_starting_date(Date) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setWorkflowRule(String) - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程规则
- setWorkflowRule(String) - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程规则
- setWorkFlowStates(List<Integer>) - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- setWorking_time(int) - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- setWorkitemId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- setWorkitemId(Long) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setWorklfowIsTimeout(Boolean) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setWorklfowTimeout(String) - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- setZsjlScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setZsjlScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- setZyxtScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- setZyxtScore(Integer) - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- ShareTypeCode() - 类 的构造器com.seeyon.apps.calendar.enums.ShareTypeEnum.ShareTypeCode
-
- ShareTypeEnum - com.seeyon.apps.calendar.enums中的枚举
-
Title: F2
Description: 共享类型枚举类
Copyright: Copyright (c) 2012
Company: seeyon.com
- ShareTypeEnum.ShareTypeCode - com.seeyon.apps.calendar.enums中的类
-
Title: 共享类型枚举类自定义枚举
Description:
Copyright: Copyright (c) 2016
Company: seeyon.com
since Seeyon S1 v1.8
- ShowApi - com.seeyon.apps.show.api中的接口
-
- ShowbarInfoBO - com.seeyon.apps.show.bo中的类
-
- ShowbarInfoBO() - 类 的构造器com.seeyon.apps.show.bo.ShowbarInfoBO
-
- showDate(Date) - 类 中的静态方法com.seeyon.apps.collaboration.util.CollaborationUtils
-
返回M3时间显示格式
- showThirdPortalList(FlipInfo, Map) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
获取集成平台里门户配置的第三方应用系统信息
- SimpleEdocSummary - com.seeyon.apps.edoc.bo中的类
-
- SimpleEdocSummary() - 类 的构造器com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- SITE_ADMIN_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_ADMIN_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITE_ID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_ID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITE_INACTIVE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_INACTIVE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITE_NOT_DISABLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_NOT_DISABLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITE_NOT_EXIST_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_NOT_EXIST_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITE_SERVICE_DELETE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITE_SERVICE_DELETE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SITENAME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SITENAME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SPACE_ALERT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SPACE_FREE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SPACE_FULL - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SPACE_NOT_ASSIGNED - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SpaceApi - com.seeyon.ctp.portal.api中的接口
-
空间接口
- StaffInfoBO - com.seeyon.apps.hr.bo中的类
-
员工基本信息
- StaffInfoBO() - 类 的构造器com.seeyon.apps.hr.bo.StaffInfoBO
-
- start_time - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- STARTHOUTMINUTE_AND_ENDHOUTMINUTE_FORMAT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTHOUTMINUTE_AND_ENDHOUTMINUTE_FORMAT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STARTMEETING_CONFID_AND_CONFKEY_NOT_ALLOW_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTMEETING_CONFID_AND_CONFKEY_NOT_ALLOW_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STARTTIME_EARLY_THAN_CURRENT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTTIME_EARLY_THAN_CURRENT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STARTTIME_EARLY_THAN_ENDTIME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTTIME_EARLY_THAN_ENDTIME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STARTTIME_FORMAT_FAULT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTTIME_FORMAT_FAULT_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STARTTIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STARTTIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- STATE_BEGIN - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_CLOSE - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_CLOSED - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_CREATE - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_DELETE - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_OPTION - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_POUBLIC - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STATE_STOP - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- STRING_BULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- STRING_BULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- stringLength(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
计算包含中文的字符串长度
- strToDate(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
convert string to date, with default pattern,throws ParseException
- strToDate(String, String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
convert string to date ,with custom pattern,throws
IllegalArgumentException
- strToLongDate(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
- SUBJECT_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SUBJECT_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SUIRUI_DRIVER_CLASS_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SUPER_ADMIN_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SUPER_ADMIN_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SUPER_ADMIN_CONFIG_PLACE_TYPE_LIST_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SUPER_ADMIN_CONFIG_PLACE_TYPE_LIST_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SUPER_ADMIN_CONFIG_TOTALNUM_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SUPER_ADMIN_CONFIG_TOTALNUM_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SursenExchangeApi - com.seeyon.apps.sursenexchange.api中的接口
-
Title : 书生交换插件
Description : 书生交换接口
Copyright : Copyright (c) 2015
Company : seeyon.com
- SYN_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SYN_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SYN_URL - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SYN_URL - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- SYN_USER_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- SYN_USER_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- syncAddressBookSet(Long) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
同步通讯录设置
正常:
1、传入正确的单位id,成功同步这个单位的通讯录设置
- syncAfter(ArchiveDocBO) - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
归档到档案系统之后的回调
归档后,生成的归档信息,用vo的方式传回,并回调
- syncBefore(ArchiveDocBO) - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
同步之前,实现类,组装需要同步的vo
- syncMember(Long) - 接口 中的方法com.seeyon.apps.videoconference.api.VideoconferenceApi
-
同步人员
正常:
1、传入正确的人员id,成功同步人员信息
- syncUpdateMessageState(Long) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
同步更新消息已读状态
正常:
1、传入正确的人员id,成功同步消息状态
异常:
2、传入错误的人员id,同步失败,抛异常
- syncUpdateMessageState(Long, int) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
同步更新消息已读状态
正常:
1、传入正确的人员id和消息分类id(如协同),成功同步消息状态
异常:
2、所有参数传入null,抛异常
- syncUpdateMessageState(Long, Long) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
同步更新消息已读状态
正常:
1、传入正确的人员id和消息id,成功同步消息状态
异常:
2、所有参数传入null,抛异常
- SYSTEM_ARCHIVES - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_ARCHIVES_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_BBS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_BBS_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_BULLETIN - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_BULLETIN_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_COL - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_COL_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_FORM - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_FORM_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INFO - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INFO_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INFOSTAT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INFOSTAT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INQUIRY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_INQUIRY_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_MAIL - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_MAIL_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_MEETING - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_MEETING_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_NEWS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_NEWS_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_PLAN - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- SYSTEM_PLAN_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- V263_DRIVER_CLASS_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.BBS_AUTH_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.REPLY_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorAQueryCondition
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.batch.BatchState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.BranchDepartmentStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ConfigCategory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FlowRelateType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.NewflowType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.OperationLogActionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.SendType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.superviseState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.workManageSetShowContent
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColHandleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.flowState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.vouchState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColMessageFilterEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColNewFrom
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColOpenFrom
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColQueryCondition
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ProjectQueryEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.vo.ColSummaryVO.COLTYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.constants.DocConstants.PigeonholeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
根据key得到枚举类型
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.ArchiveModifyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.edocType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkCategory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.SendType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
根据key得到枚举类型
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskConstants.TaskAclEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.BBS_AUTH_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.REPLY_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorAQueryCondition
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.batch.BatchState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.BranchDepartmentStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ConfigCategory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FlowRelateType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.NewflowType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.OperationLogActionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.SendType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.superviseState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.workManageSetShowContent
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColHandleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.flowState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.vouchState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColMessageFilterEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColNewFrom
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColOpenFrom
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColQueryCondition
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ProjectQueryEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.vo.ColSummaryVO.COLTYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.constants.DocConstants.PigeonholeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.ArchiveModifyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.edocType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkCategory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.SendType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskConstants.TaskAclEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VENDOR_MATCH_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VENDOR_MATCH_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VENDOR_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VENDOR_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_ADD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_AUTHENTICATION_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_AUTHENTICATION_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CLIENT_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CLIENT_PWD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CONF_POINT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_CONF_STATUS - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_DELETE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_DRIVER_CLASS_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_EDIT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_FILE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_I18N_RES - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VIDEO_I18N_RES - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_MEETING - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
会议类型,视频会议
- VIDEO_MEETING_TITLE - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
会议类型,视频会议
- VIDEO_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SERVER_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SERVER_PWD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SITE_URL - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_TIMEOUT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_USER_ID - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_USERNAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VideoBean - com.seeyon.apps.videoconference.bean中的类
-
- VideoBean() - 类 的构造器com.seeyon.apps.videoconference.bean.VideoBean
-
- VideoconferenceApi - com.seeyon.apps.videoconference.api中的接口
-
视频会议接口
- VideoConferenceConfig - com.seeyon.apps.videoconference.util中的类
-
- videoConfPoints - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- videoConfStatus - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VideoConfUtil - com.seeyon.apps.videoconference.util中的类
-
file:DateUtil.java
- VideoContants - com.seeyon.apps.videoconference.util中的类
-
- VideoContants() - 类 的构造器com.seeyon.apps.videoconference.util.VideoContants
-
- VideoResult - com.seeyon.apps.videoconference.util中的类
-
- VideoResult() - 类 的构造器com.seeyon.apps.videoconference.util.VideoResult
-