A B C D E F G H I J K L M N O P Q R S T U V W Y

S

save(Object) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
save(V3XFile) - 接口 com.seeyon.ctp.common.filemanager.manager.FileManager 中的方法
记录文件信息,只在文件表中记录信息,文件是否已经上传不关心
save(File, ApplicationCategoryEnum, String, Date, Boolean) - 接口 com.seeyon.ctp.common.filemanager.manager.FileManager 中的方法
把文件存到文件系统中去
save(InputStream, ApplicationCategoryEnum, String, Date, Boolean) - 接口 com.seeyon.ctp.common.filemanager.manager.FileManager 中的方法
把输入流存到文件系统中去
save(String, ApplicationCategoryEnum, String, Date, Boolean) - 接口 com.seeyon.ctp.common.filemanager.manager.FileManager 中的方法
把文本存到文件系统中去
save(Object) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
持久化指定实体对象
saveAll(List) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
批量持久化实体对象,在x201i测试笔记本电脑中的性能数据如下(非并发情况): 100条 - 178毫秒 500条 - 318毫秒 1500条 - 518毫秒 3000条 - 735毫秒 10000条 - 1282毫秒 100000条 - 9155毫秒
saveAllForceFlush(List) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
 
saveAs(File) - 接口 com.seeyon.ctp.common.filemanager.event.FileItem 中的方法
Transfer the received file to the given destination file.
saveMessage(Ent_UserMessage) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
保存消息
saveOrUpdate(Object) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
持久化指定实体对象,新增或更新
savePatchAll(Collection<? extends Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
saveSycGroupRole(V3xOrgAccount) - 接口 com.seeyon.ctp.organization.manager.OrgManagerDirect 中的方法
将集团的角色和角色-资源关系同步到单位
ScriptEvaluator - com.seeyon.ctp.common.script 中的 类
Groovy脚本计算。
secondName - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的变量
 
sendIMMessage(int, Constants.UserMessage_TYPE, Long, String, long, List<Long>, String) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送在线IM消息
实现策略:直接写入历史消息
sendMessage(UserMessage) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送消息
sendPersonMessage(String, long, long...) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送个人消息
实现策略:直接写入消息表
sendPersonMessage(Constants.UserMessage_TYPE, Long, String, long, List<Long>, String) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送个人消息
实现策略:直接写入消息表
sendSystemMessage(MessageContent, ApplicationCategoryEnum, long, MessageReceiver, Object...) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送系统消息
实现策略:先调用异步任务接口TaskManager.sendTaskToQueue,然后由异步任务调度器调度消息解析器,然后写入消息表
sendSystemMessage(MessageContent, ApplicationCategoryEnum, long, Collection<MessageReceiver>, Object...) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送系统消息
实现策略:先调用异步任务接口TaskManager.sendTaskToQueue,然后由异步任务调度器调度消息解析器,然后写入消息表
sendSystemMessage(MessageContent, int, long, Collection<MessageReceiver>, Object...) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送系统消息
实现策略:先调用异步任务接口TaskManager.sendTaskToQueue,然后由异步任务调度器调度消息解析器,然后写入消息表
sendSystemMessage(MessageContent, int, long, Date, Collection<MessageReceiver>, Object...) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
发送系统消息
实现策略:先调用异步任务接口TaskManager.sendTaskToQueue,然后由异步任务调度器调度消息解析器,然后写入消息表
set(E) - 接口 com.seeyon.ctp.common.cache.CacheObject 中的方法
设置缓存的值。
setAccessIds(List<Long>) - 类 com.seeyon.ctp.organization.bo.V3xOrgAccount 中的方法
 
setAccessRoles(String[]) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
能访问该菜单的角色,是在插件中定义的角色,也可以从系统角色中取
注意:对单位管理员、集团管理员、系统管理员的菜单,该验证无效
setAccessScopeLevels(List<Integer>) - 类 com.seeyon.ctp.organization.bo.V3xOrgAccount 中的方法
 
setAccessSystemMenu(Set<Long>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setAccount(V3xOrgAccount) - 类 com.seeyon.ctp.organization.event.AddAccountEvent 中的方法
 
setAccount(V3xOrgAccount) - 类 com.seeyon.ctp.organization.event.DeleteAccountEvent 中的方法
 
setAccount(long) - 类 com.seeyon.ctp.organization.event.MemberAccountChangeEvent 中的方法
 
setAccount(V3xOrgAccount) - 类 com.seeyon.ctp.organization.event.UpdateAccountEvent 中的方法
 
setAccountId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setAccountId(long) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setAccountId(long) - 类 com.seeyon.ctp.organization.bo.MemberRole 中的方法
 
setAccountId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
单位ID
setAccountId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
单位ID
setAction(ClusterMemberEvent.Action) - 类 com.seeyon.ctp.organization.event.ClusterMemberEvent 中的方法
 
setActivityId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
工作流节点Id
setAddition(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
属性
setAddress(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setAdmin(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否是管理员
setAdministrator(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setApp(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
应用
setApproveDate(Date) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setApproveMemberId(long) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setArchiveId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
 
setAssigned(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否被分配
setAuditAdmin(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setAuths(Map<Long, FormAuthViewBean>) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setBatch(boolean) - 类 com.seeyon.ctp.organization.event.AddMemberEvent 中的方法
 
setBatchMembers(List<V3xOrgMember>) - 类 com.seeyon.ctp.organization.event.AddBatchMemberEvent 中的方法
 
setBenchmark(Boolean) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
是否是基准角色
setBind(FormBindBean) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setBodyType(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
正文类型
setBond(int) - 类 com.seeyon.ctp.organization.bo.OrgRoleDefaultDefinition 中的方法
 
setBond(int) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
setBond(Integer) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
单位角色/部门角色
setBrowser(BrowserEnum) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setBusinessMenus(List) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setCanSendSMS(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setCategory(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
setCategory(String) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
所属分类
setCategoryId(long) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setCategoryId(Long) - 类 com.seeyon.ctp.portal.po.PortalSection 中的方法
栏目分类使用统一枚举组件
setCategoryName(String) - 类 com.seeyon.ctp.portal.po.PortalSection 中的方法
冗余存储分类名,例如:common、timeManagement等
setCheckRule(FormConditionActionBean) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setChildren(PluginMenu[]) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setClassName(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setClassName(String) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
加密策略
setClusterEnabled(boolean) - 类 com.seeyon.ctp.common.cache.CacheFactory 中的静态方法
设置缓存集群支持的启用状态。
setCode(String) - 异常 com.seeyon.ctp.common.exceptions.BusinessException 中的方法
设置异常/提示消息代码
setCode(String) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setCode(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setCode(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
编码
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
编号
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
编码
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
编号
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
编号
setCode(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
编号
setCompleteTime(Date) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
完成时间
setConcurrentAccount(List<V3xOrgAccount>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setConRoles(String) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setConstantFieldValue() - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
主表固定字段设置值
setContent(MessageContent) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
SetContentType - com.seeyon.ctp.util.annotation 中的 注释类型
声明一个Controller的action方法内部调用了ServletResponse.setContentType(java.lang.String),系统框架不再执行该方法
声明的方式有两种:
声明在class上,表示该controller的所有action都是自己setContentType @SetContentType public class FileUploadController extends BaseController{ public ModelAndView doDownload(HttpServletRequest request, HttpServletResponse response) throws Exception { response.setContentType("application/x-msdownload; charset=UTF-8") ...... } } 声明在method上,表示该controller的当前action是自己setContentType public class FileUploadController extends BaseController{ @SetContentType public ModelAndView doDownload(HttpServletRequest request, HttpServletResponse response) throws Exception { response.setContentType("application/x-msdownload; charset=UTF-8") ...... } }
setCoverTime(Boolean) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
是否超期
setCreateDate(Date) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
创建时间
setCreateDate(Date) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setCreateDeptSpace(boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgDepartment 中的方法
 
setCreateId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setCreaterId(Long) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
 
setCreateTime(Date) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setCreateTime(Date) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setCreateTime(Date) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
创建时间
setCreateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
创建时间
setCreationDate(Date) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setCreatorId(long) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setCredentialValue(String) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
密码值
setCurrentMarkDate(Date) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setCustomFunctionList(List<FormCustomFunction>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setCustomize(String, String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
设置个性化信息,需在数据库事务中调用
setCustomizeJson(String, Object) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
设置个性化信息,valueObj转换为JSON字符串存储,需在数据库事务中调用
setCustomizes(Map<String, String>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setData(List) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
当前页数据对象列表
setData(List) - 类 com.seeyon.ctp.util.FlipPageInfo 中的方法
当前页数据对象列表
setDataDefindeType(String) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setDataLoader(DataLoader<K>) - 接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
设置缓存数据加载。
setDeadlineDate(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
节点期限
setDealTermType(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
处理期限到处理类型(0-仅消息提醒;1-转给指定人;2-自动跳过)
setDealTermUserid(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
处理期限到处理类型1的辅助值1:userid
setDeeEvent(List<InfoPath_DeeTask>) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setDeeTask(InfoPath_DeeTask) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setDefaultAuth(FormBean) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
设置单元格的默认权限,之前在infopath文件导入时设置,现在移到此次,部分录入类型的权限要在录入类型确定后才能确定默认权限
setDefaultspace(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
0:非系统预置空间;1:系统预置空间
setDelete(Boolean) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
是否被删除
setDelete(boolean) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
是否被删除
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否被删除
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
是否被删除
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
是否被删除
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
是否被删除
setDeleted(Boolean) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
是否被删除
setDeleted(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
0:显示;1:隐藏
setDepAdmin(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgDepartment 中的方法
 
setDepartment(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.bo.MemberRole 中的方法
 
setDepartment(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.MoveDepartmentEvent 中的方法
 
setDepartment(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.UpdateDeptRoleEvent 中的方法
 
setDepartmentId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setDepId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setDepId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setDepManager(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgDepartment 中的方法
 
setDept(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.AddDepartmentEvent 中的方法
 
setDept(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.DeleteDepartmentEvent 中的方法
 
setDept(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.UpdateDepartmentEvent 中的方法
 
setDescription(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
描述
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
描述
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
描述
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
描述
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
描述
setDescription(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
描述
setDigit(Integer) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setDigitNum(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setDisplay(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setDisplay(String) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setDueRemind(Boolean) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
是否到期提醒
setDutyLevel(V3xOrgDutyLevel) - 类 com.seeyon.ctp.organization.event.AddDutyLevelEvent 中的方法
 
setDutyLevel(V3xOrgDutyLevel) - 类 com.seeyon.ctp.organization.event.DeleteDutyLevelEvent 中的方法
 
setDutyLevel(V3xOrgDutyLevel) - 类 com.seeyon.ctp.organization.event.UpdateDutyLevelEvent 中的方法
 
setDutyLevelId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setEditFlag(int) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
是否启用
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否启用
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
是否启用
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
是否有效
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
是否启用
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
是否启用
setEnable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
是否启用
setEnabled(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
启用/停用实体。
setEntityId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
实体ID
setEntityId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSecurity 中的方法
实体ID
setEntityType(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceSecurity 中的方法
实体类型
setEnumId(long) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setEnumLevel(int) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setEnumParams(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
格式enumId_enumLeval_isLastEnum_enumParent
setEnumParent(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setEtagRandom(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setEvent(String) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setExpectedProcessTime(Date) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
 
setExpirationDate(Date) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
密码超期时间
setExt1(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留1
setExt2(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留2
setExt3(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留3
setExt4(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留4
setExt5(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留5
setExt6(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
预留6
setExtAttr1(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr1(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段1
setExtAttr10(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr10(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段10
setExtAttr11(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr11(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段11
setExtAttr12(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr12(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段12
setExtAttr13(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr13(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段13
setExtAttr14(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr14(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段14
setExtAttr15(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr15(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段15
setExtAttr16(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr17(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr18(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr19(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr2(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr2(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段2
setExtAttr20(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr21(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr22(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr23(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr24(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr25(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr26(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr27(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr28(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr29(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr3(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr3(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段3
setExtAttr30(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr31(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr32(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr33(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr34(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr35(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr36(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr4(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr4(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段4
setExtAttr5(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr5(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段5
setExtAttr6(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr6(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段6
setExtAttr7(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr7(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段7
setExtAttr8(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr8(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段8
setExtAttr9(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
预留字段
setExtAttr9(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
预留字段9
setExtAttributes(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
扩展属性
setExtProps(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
扩展属性
setFieldLength(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFieldMap4Display(Map<String, FormFieldBean>) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setFieldMap4Name(Map<String, FormFieldBean>) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setFieldType(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFieldTypeEnum(FormFieldComBean.FormFieldComEnum) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFileName(String) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setFinish(Boolean) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
是否结束
setFinishedFlag(int) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setFirstResult(Integer) - 类 com.seeyon.ctp.common.dao.paginate.Pagination 中的静态方法
 
setFixLenShow(Integer) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setFontResize(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setFormAppId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
表单应用id
setFormatType(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFormConditionActionBean(FormConditionActionBean) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setFormConditionList(List<FormConditionActionBean>) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFormFieldExtend(FormFieldExtendBean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFormId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
表单视图ID
setFormId(Long) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setFormId(Long) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setFormName(String) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setFormOperationId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
表单操作ID
setFormQueryList(List<FormQueryBean>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setFormRelation(FormRelation) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setFormRelationRecordMap(Map<String, FormRelationRecord>) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setFormReportList(List<FormReportBean>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setFormType(int) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setFormViewId(long) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setFormViewList(List<FormViewBean>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setForwardMember(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
转发人
setFromId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
//加签、知会、会签等操作,来源人的Id
setFullPage(boolean) - 异常 com.seeyon.ctp.common.exceptions.BusinessException 中的方法
设置异常提示消息是否全页面显示(有全页面的展现样式),默认嵌入局部页面模式(比如message弹出消息框中)
setGroup(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setGroup(Boolean) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
是否是集团
setGroupAdmin(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setGroupLevelId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgLevel 中的方法
 
setGroupLevelId(Long) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
集团职务级别号
setHastenTimes(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
催办次数
setHibernateTemplate(HibernateTemplate) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
setIcon(String) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
 
setId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setId(Long) - 类 com.seeyon.ctp.common.po.BasePO 中的方法
 
setId(long) - 类 com.seeyon.ctp.form.bean.FormDataBean 中的方法
(non-Javadoc)
setId(Long) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setId(Long) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
 
setId(String) - 类 com.seeyon.ctp.organization.bo.OrgRoleDefaultDefinition 中的方法
 
setId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setId(long) - 类 com.seeyon.ctp.organization.event.ClusterMemberEvent 中的方法
 
setIdentifier(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
标识符
setIdIfNew() - 类 com.seeyon.ctp.common.po.BasePO 中的方法
当Id为null或者-1时,设置一个新值
setIdIfNew() - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setImportantLevel(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
重要程度
setInCalculate(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setInCondition(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setInputStream(InputStream) - 类 com.seeyon.ctp.common.filemanager.event.FileDownloadEvent 中的方法
 
setInputStream(InputStream) - 接口 com.seeyon.ctp.common.filemanager.event.FileItem 中的方法
改变上传的文件,用于使用清除病毒以后的流替换原上传的文件流。
setInputType(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setInternal(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setInternal(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否是内部
setInternal(Boolean) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
是否是内部机构
setIsAdmin(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setIsAssigned(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setIsBenchmark(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
setIsCanAccess(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgAccount 中的方法
 
setIsDeleted(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setIsFinalChild(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setIsInternal(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setIsInternal(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setIsLoginable(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setIsValid(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setIsVirtual(Boolean) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setKey(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setLeaders(List<Long>) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setLevel(V3xOrgLevel) - 类 com.seeyon.ctp.organization.event.AddLevelEvent 中的方法
 
setLevel(V3xOrgLevel) - 类 com.seeyon.ctp.organization.event.DeleteLevelEvent 中的方法
 
setLevel(V3xOrgLevel) - 类 com.seeyon.ctp.organization.event.UpdateLevelEvent 中的方法
 
setLevelId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLevelId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setLevelId(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgDutyLevel 中的方法
 
setLevelId(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgLevel 中的方法
 
setLevelId(Long) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
级别序号
setLevelScope(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setLevelScope(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
只对type=account有效
setLocale(Locale) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginable(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否可以登录
setLoginAccount(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginAccountName(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginAccountShortName(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginLogId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginName(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginName(V3xOrgMember, String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
仅用于HR模块修改人员登陆名实用,不能用于新建
setLoginName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgPrincipal 中的方法
 
setLoginName(String) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
登录名
setLoginState(User.login_state_enum) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setLoginTimestamp(long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setMainFrame(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setMaxResults(Integer) - 类 com.seeyon.ctp.common.dao.paginate.Pagination 中的静态方法
 
setMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.AddMemberEvent 中的方法
 
setMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.ChangePwdEvent 中的方法
 
setMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.DeleteMemberEvent 中的方法
 
setMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.MemberUpdateDeptEvent 中的方法
 
setMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.UpdateMemberEvent 中的方法
 
setMemberId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
人员ID
setMemberId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setMemberId(long) - 类 com.seeyon.ctp.organization.bo.MemberRole 中的方法
 
setMemberId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgPrincipal 中的方法
 
setMemberId(Long) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
人员Id
setMemberId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
人员ID
setMemberLocale(V3xOrgMember, Locale) - 接口 com.seeyon.ctp.organization.manager.OrgManagerDirect 中的方法
设置某个人的语言个性化信息
setMembers(List<Long>) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setMenuCheck(MenuCheck) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
菜单访问权限的验证类
注意:对单位管理员、集团管理员、系统管理员的菜单,该验证无效
setMenuI18NResource(String) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setMenuId(int) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
设置菜单的id,同时更新子菜单的id(如果id未设置)
setMenus(List<MenuBO>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setMessageCategory(int) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setMessageFilterArgs(Object...) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setMessageReadedSate(Long, int) - 接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
修改 消息的读状态
setMinValue(long) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setModifyDate(Date) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setModifyDate(Date) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setModifyMemberId(long) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setName(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setName(String) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setName(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setName(String) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setName(String) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
 
setName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
设置实体名称。
setName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgProperty 中的方法
 
setName(String) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
名称
setName(String) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
姓名
setName(String) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
名称
setName(String) - 类 com.seeyon.ctp.organization.po.OrgProperties 中的方法
名字
setName(String) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
名称
setName(String) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
名称
setName(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
名称
setNeedCount(boolean) - 类 com.seeyon.ctp.common.dao.paginate.Pagination 中的静态方法
 
setNeedTotal(boolean) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置是否需要提取总记录数,在不需要取总记录数的情况下设置为false以优化性能
setNewDepartmentId(Long) - 类 com.seeyon.ctp.organization.event.MemberUpdateDeptEvent 中的方法
 
setNewId() - 类 com.seeyon.ctp.common.po.BasePO 中的方法
给Id设置一个新值
setNewRoleList(List<Map>) - 类 com.seeyon.ctp.organization.event.UpdateDeptRoleEvent 中的方法
 
setNodePolicy(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
节点权限
setNull(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setObjectId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
主应用ID
setObjective0Id(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective0Id(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
目的
setObjective1Id(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective1Id(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
 
setObjective2Id(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective2Id(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
目的2
setObjective3Id(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective3Id(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
目的3
setObjective4Id(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective4Id(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
目的4
setObjective5Id(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective5Id(String) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
 
setObjective6Id(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective6Id(String) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
 
setObjective7Id(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setObjective7Id(String) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
 
setOfficeTransformEnable(List<Attachment>) - 接口 com.seeyon.ctp.common.filemanager.manager.AttachmentManager 中的方法
 
setOldAccount(long) - 类 com.seeyon.ctp.organization.event.MemberAccountChangeEvent 中的方法
 
setOldAccount(V3xOrgAccount) - 类 com.seeyon.ctp.organization.event.UpdateAccountEvent 中的方法
 
setOldDepartment(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.MoveDepartmentEvent 中的方法
 
setOldDepartmentId(Long) - 类 com.seeyon.ctp.organization.event.MemberUpdateDeptEvent 中的方法
 
setOldDept(V3xOrgDepartment) - 类 com.seeyon.ctp.organization.event.UpdateDepartmentEvent 中的方法
 
setOldDutyLevel(V3xOrgDutyLevel) - 类 com.seeyon.ctp.organization.event.UpdateDutyLevelEvent 中的方法
 
setOldLevel(V3xOrgLevel) - 类 com.seeyon.ctp.organization.event.UpdateLevelEvent 中的方法
 
setOldMember(V3xOrgMember) - 类 com.seeyon.ctp.organization.event.UpdateMemberEvent 中的方法
 
setOldPost(V3xOrgPost) - 类 com.seeyon.ctp.organization.event.UpdatePostEvent 中的方法
 
setOldRoleList(List<Map>) - 类 com.seeyon.ctp.organization.event.UpdateDeptRoleEvent 中的方法
 
setOldTeam(V3xOrgTeam) - 类 com.seeyon.ctp.organization.event.UpdateTeamEvent 中的方法
 
setOperationEvent(List<Operation_BindEvent>) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setOrgAccountId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
 
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
设置所在单位。
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
所属单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
主岗单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
所属单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgProperties 中的方法
单位id
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
所属单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
所属单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
所属单位
setOrgAccountId(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
 
setOrgDepartmentId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setOrgDepartmentId(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
主岗部门
setOrgLevelId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setOrgLevelId(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
主岗职务级别
setOrgPostId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setOrgPostId(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
主岗岗位
setOverTime(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
按自然时间计算超期时间
setOverWorktime(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
按工作时间计算超期时间
setOwnerField(String) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setOwnerId(long) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setOwnerId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setOwnerId(Long) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
所属主体
setOwnerTable(String) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setOwnerTableName(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setPage(int) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置当前查询第几页
setParameterizedTypeLocal(Class<?>) - 类 com.seeyon.ctp.util.json.mapper.JSONMapper 中的静态方法
 
setParameters(Query, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
setParams(Map) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置自定义查询参数Map,只为前端grid组件参数续传用,数据库查询操作不使用该参数
setParentId(Long) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setParentId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
父空间ID
setPassword(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setPassword(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgPrincipal 中的方法
 
setPath(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setPath(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
路径
setPath(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
空间模板Path
setPluginName(String) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setPost(V3xOrgPost) - 类 com.seeyon.ctp.organization.event.AddPostEvent 中的方法
 
setPost(V3xOrgPost) - 类 com.seeyon.ctp.organization.event.DeletePostEvent 中的方法
 
setPost(V3xOrgPost) - 类 com.seeyon.ctp.organization.event.UpdatePostEvent 中的方法
 
setPostAddress(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setPostalcode(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setPostId(Long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setPostId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setPrefix(String) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setPrimary(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setPriority(int) - 接口 com.seeyon.ctp.common.RunInRightEvent 中的方法
 
setProcessId(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
 
setProcessOverTime(Boolean) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
 
setProperties(Map<String, Object>) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
替换原有所有属性
setProperties(Map<String, Object>) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
替换原有所有属性
setProperties(List<SectionProperty>) - 接口 com.seeyon.ctp.portal.section.BaseSection 中的方法
 
setProperty(String, Object) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
设置属性,如果改key不在已有的key列表中,则添加该key到列表中
setProperty(String, Object) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
设置属性,如果改key不在已有的key列表中,则添加该key到列表中
setRatifyDate(Date) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setRatifyFlag(int) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setRatifyMemberId(long) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setReceivers(Collection<MessageReceiver>) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setReceiveTime(Date) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
接受时间
setRefA8MenuId(Long) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setRefInputName(String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setRel(V3xOrgRelationship) - 类 com.seeyon.ctp.organization.event.AddConCurrentPostEvent 中的方法
 
setRel(V3xOrgRelationship) - 类 com.seeyon.ctp.organization.event.DeleteConCurrentPostEvent 中的方法
 
setRelatives(List<Long>) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setRemindDate(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
提醒时间
setRemindInterval(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
提醒周期
setRemoteAddr(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setResentTime(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
重复次数
setResourceBundle(String) - 接口 com.seeyon.ctp.portal.section.BaseSection 中的方法
国际化资源
setResources(List<PrivResource>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setRole(V3xOrgRole) - 类 com.seeyon.ctp.organization.bo.MemberRole 中的方法
 
setRowCount(int) - 类 com.seeyon.ctp.common.dao.paginate.Pagination 中的静态方法
 
setRuleReset(Integer) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setRunTime(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
按自然时间计算运行时间
setRunWorktime(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
按工作时间计算运行时间
setSecond_post(List<MemberPost>) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setSecondName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setSecondName(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
第二名称
setSectionBeanName(String) - 类 com.seeyon.ctp.portal.po.PortalSection 中的方法
栏目Bean
setSectionCategory(String) - 接口 com.seeyon.ctp.portal.section.BaseSection 中的方法
 
setSectionInstanceId(Long) - 类 com.seeyon.ctp.portal.po.PortalSection 中的方法
栏目实例ID
setSecurityKey(long) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setSecurityType(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceSecurity 中的方法
0为使用授权,1为管理授权
setSenderId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
发送人ID
setSenderId(long) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setSendType(int) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setSerialNumberStep(Long) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setSession(String) - 接口 com.seeyon.client.CTPRestClient 中的方法
 
setSession(HttpSession) - 接口 com.seeyon.client.CTPRestClient 中的方法
 
setSessionFactory(SessionFactory) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
setSessionId(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setShortcuts(List<MenuTreeNode>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setShortName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setShortName(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
简称
setShowName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
setSize(int) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置翻页查询每页输出记录数
setSkin(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setSn(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setSort(int) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setSort(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSecurity 中的方法
排序号
setSort(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
排序号
setSortField(String) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置排序字段
setSortId(Integer) - 类 com.seeyon.ctp.menu.PluginMainMenu 中的方法
 
setSortId(Long) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setSortId(int) - 类 com.seeyon.ctp.organization.bo.OrgRoleDefaultDefinition 中的方法
 
setSortId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
设置排序号。
setSortId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
排序
setSortId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
排序号
setSortIdType(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setSortOrder(int) - 类 com.seeyon.ctp.common.AbstractSystemInitializer 中的方法
 
setSortOrder(int) - 类 com.seeyon.ctp.login.AbstractLoginAuthentication 中的方法
 
setSortOrder(int) - 类 com.seeyon.ctp.login.AbstractLoginInterceptor 中的方法
 
setSortOrder(String) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
设置排序顺序,asc or desc
setSourceId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgProperty 中的方法
 
setSourceId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setSourceId(Long) - 类 com.seeyon.ctp.organization.po.OrgProperties 中的方法
资源id
setSourceId(Long) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
资源id
setSpaceFix(PortalSpaceFix) - 类 com.seeyon.ctp.portal.space.event.AddSpaceEvent 中的方法
 
setSpaceFix(PortalSpaceFix) - 类 com.seeyon.ctp.portal.space.event.DeleteSpaceEvent 中的方法
 
setSpaceFix(PortalSpaceFix) - 类 com.seeyon.ctp.portal.space.event.UpdateSpaceEvent 中的方法
 
setSpaceId(Long) - 类 com.seeyon.ctp.portal.po.PortalSpaceSecurity 中的方法
 
setSpaceId(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
空间ID
setSpaceMenuEnable(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
是否启用菜单关联
setSpacename(String) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
空间名称
setSpaces(List) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setSpaceSecurities(List<PortalSpaceSecurity>) - 类 com.seeyon.ctp.portal.space.event.AddSpaceEvent 中的方法
 
setSpaceSecurities(List<PortalSpaceSecurity>) - 类 com.seeyon.ctp.portal.space.event.DeleteSpaceEvent 中的方法
 
setSpaceSecurities(List<PortalSpaceSecurity>) - 类 com.seeyon.ctp.portal.space.event.UpdateSpaceEvent 中的方法
 
setStartDate(Date) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setStartMemberId(long) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setState(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
状态
setState(int) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setState(int) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setState(Integer) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setState(UserLogoutEvent.StateEnum) - 类 com.seeyon.ctp.login.event.UserLogoutEvent.LogoutUser 中的方法
 
setState(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setState(int) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setState(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
在职/离职
setState(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
状态
setStatus(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
状态
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
枚举:在职/离职/..
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
状态
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
枚举:启用、停用、删除
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
状态
setStatus(Integer) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
0 - 正常 1 - 停用 2 - 删除
setSubApp(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
子应用ID
setSubData(String, List<FormDataSubBean>) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
添加从表数据
setSubject(String) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
标题
setSubmitEvent(String) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setSubObjectId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
对应workitem_id
setSubState(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
子状态
setSubTables(Map<String, List<FormDataSubBean>>) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
 
setSuffix(String) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setSuperAdmin(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setSuperior(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setSuperiorName(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setSupervisors(List<Long>) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setSystemAdmin(boolean) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setTableList(List<FormTableBean>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setTableName(String) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setTableType(String) - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
setTaskID(long) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setTeam(V3xOrgTeam) - 类 com.seeyon.ctp.organization.event.AddTeamEvent 中的方法
 
setTeam(V3xOrgTeam) - 类 com.seeyon.ctp.organization.event.DeleteTeamEvent 中的方法
 
setTeam(V3xOrgTeam) - 类 com.seeyon.ctp.organization.event.UpdateTeamEvent 中的方法
 
setTemplates(List<PortalTemplate>) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setTempleteId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
模板ID
setTextTimeBehind(String) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setTextTimeFront(String) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setTimeDate(Integer) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setTimeZone(TimeZone) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setTotal(int) - 类 com.seeyon.ctp.util.FlipInfo 中的方法
 
setTrack(Integer) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
是否跟踪
setTransactorId(Long) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
代理人
setTriggerConfigMap(Map<Long, FormTriggerBean>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setType(int) - 类 com.seeyon.ctp.common.usermessage.UserMessage 中的方法
 
setType(String) - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
 
setType(OrgConstants.MemberPostType) - 类 com.seeyon.ctp.organization.bo.MemberPost 中的方法
 
setType(int) - 类 com.seeyon.ctp.organization.bo.OrgRoleDefaultDefinition 中的方法
 
setType(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setType(Integer) - 类 com.seeyon.ctp.organization.bo.V3xOrgProperty 中的方法
 
setType(int) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
setType(int) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
setType(OrgConstants.UnitType) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 
setType(Integer) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
枚举:正式/非正式/..
setType(Long) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
类型
setType(Integer) - 类 com.seeyon.ctp.organization.po.OrgProperties 中的方法
类型
setType(String) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
关系类型
setType(Integer) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
固定角色、相对角色、自建角色
setType(Integer) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
类型
setType(String) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
机构类型: OrgConstants.UnitType(Account,Department)
setType(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
原空间类型
setType(Integer) - 类 com.seeyon.ctp.portal.po.PortalSpaceSort 中的方法
类型
setTypeId(Long) - 类 com.seeyon.ctp.organization.bo.V3xOrgPost 中的方法
 
setUnique(boolean) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
setUniqueFieldList(List<List<String>>) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setUpdateDate(Date) - 类 com.seeyon.ctp.common.po.affair.CtpAffair 中的方法
更新时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgLevel 中的方法
修改时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
更新时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgPost 中的方法
更改时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgPrincipal 中的方法
更新时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgRelationship 中的方法
更新时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgRole 中的方法
更新时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgTeam 中的方法
修改时间
setUpdateTime(Date) - 类 com.seeyon.ctp.organization.po.OrgUnit 中的方法
修改时间
setUpdateTime(Date) - 类 com.seeyon.ctp.portal.po.PortalSpaceFix 中的方法
修改时间
setUrl(String) - 类 com.seeyon.ctp.menu.PluginMenu 中的方法
 
setUseFlag(int) - 类 com.seeyon.ctp.form.bean.FormBean 中的方法
 
setUser(OnlineUser) - 类 com.seeyon.ctp.login.event.UserLoginEvent 中的方法
 
setUser(OnlineUser) - 类 com.seeyon.ctp.login.event.UserLogoutEvent.LogoutUser 中的方法
 
setUserAgentFrom(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setUsers(List<UserLogoutEvent.LogoutUser>) - 类 com.seeyon.ctp.login.event.UserLogoutEvent 中的方法
 
setUserSSOFrom(String) - 类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
 
setV3xOrgPrincipal(V3xOrgPrincipal) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setV3xOrgPrincipal(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
用于设置人员登录名并默认设置登录密码为123456方法,慎用
setValue(long) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setValue(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgProperty 中的方法
 
setValue(String) - 类 com.seeyon.ctp.organization.po.OrgProperties 中的方法
setVariableName(String) - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 中的方法
 
setVirtual(Boolean) - 类 com.seeyon.ctp.organization.po.OrgMember 中的方法
是否是虚拟账号
setWeibo(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
setWeixin(String) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
shortName - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的变量
 
size() - 接口 com.seeyon.ctp.common.cache.GroupCacheable 中的方法
Returns the number of elements in this list.
size() - 类 com.seeyon.ctp.common.po.DataContainer 中的方法
size() - 类 com.seeyon.ctp.util.LRUMap 中的方法
 
SORT_START_NUMBER - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
 
SORT_STEP_NUMBER - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
 
sortCriteria(Criteria, Map, Object) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
构造Criteria的排序条件默认函数.可供其他查询函数调用
sortId - 类 com.seeyon.ctp.organization.bo.OrgRoleDefaultDefinition 中的变量
 
sortId - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的变量
 
SORTID_TYPE_INSERT - 类 com.seeyon.ctp.organization.OrgConstants 中的静态变量
排序号方式-插入
SORTID_TYPE_REPEAT - 类 com.seeyon.ctp.organization.OrgConstants 中的静态变量
排序号方式-重复
sortIdType - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的变量
 
SortOrderable - com.seeyon.ctp.common.spring 中的 接口
Title: T1开发框架 Description: Spring中Bean列表配置排序接口,在根据Bean类型获取Bean列表时将根据该接口返回值进行排序。
splitList(List<T>, int) - 类 com.seeyon.ctp.util.Strings 中的静态方法
把一个大List截成多个小List
SQLWildcardUtil - com.seeyon.ctp.util 中的 类
SQL通配符转义工具类。
SQLWildcardUtil() - 类 com.seeyon.ctp.util.SQLWildcardUtil 的构造方法
 
startsWith(String, String...) - 类 com.seeyon.ctp.util.Strings 中的静态方法
类似in方法,判断字符串是否以一系列字符串开头。
status - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的变量
 
Strings - com.seeyon.ctp.util 中的 类
 
Strings() - 类 com.seeyon.ctp.util.Strings 的构造方法
 
SUPER_ADMIN_ID - 类 com.seeyon.ctp.organization.OrgConstants 中的静态变量
超级管理员预制ID
superior - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的变量
 
superiorName - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的变量
 
SYSTEM_ADMIN_ID - 类 com.seeyon.ctp.organization.OrgConstants 中的静态变量
系统管理员预置ID
SystemAdminMenuCheck - com.seeyon.ctp.menu.check 中的 类
Title: 菜单权限验证 Description: 用于系统管理员可以访问的菜单 Copyright: Copyright (c) 2014 Company: seeyon.com
SystemAdminMenuCheck() - 类 com.seeyon.ctp.menu.check.SystemAdminMenuCheck 的构造方法
 
SystemEnvironment - com.seeyon.ctp.common 中的 类
Title: T1开发框架 Description: 系统环境相关信息类。
SystemEnvironment() - 类 com.seeyon.ctp.common.SystemEnvironment 的构造方法
 

A B C D E F G H I J K L M N O P Q R S T U V W Y