- pageForList(List<?>) - 类 中的静态方法com.seeyon.ctp.organization.inexportutil.DataUtil
-
- pageNo - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelCommonArgs
-
分页参数:分页编号
- pageSize - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelCommonArgs
-
分页参数:一页显示数据条数
- Pair<K extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.cache.dto中的类
-
KV 键值对
- Pair(K, V) - 类 的构造器com.seeyon.ctp.cache.dto.Pair
-
- PairCacheMapper - com.seeyon.ctp.cache中的类
-
k-v映射,临时数据存储【存储的数据如果在24小时内没有被访问将自动过期】
- PairCacheMapper() - 类 的构造器com.seeyon.ctp.cache.PairCacheMapper
-
- PairCacheMapperTest - com.shuqi.utils中的类
-
- PairCacheMapperTest() - 类 的构造器com.shuqi.utils.PairCacheMapperTest
-
- PanelDisplayConverter - com.seeyon.ctp.organization.selectorg.config.rule.converter中的接口
-
- PanelDisplayType - com.seeyon.ctp.organization.selectorg.config.enums中的枚举
-
展示样式
- panelDisplayType - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgArgs
-
用于自定义选人展示样式:@see com.seeyon.ctp.organization.selectorg.config.enums.PanelDisplayType
- PanelEntitySelectCheckService - com.seeyon.ctp.organization.selectorg.manager.service中的接口
-
- PanelGroupType - com.seeyon.ctp.organization.selectorg.config.enums中的枚举
-
分组类型
- panels - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgArgs
-
配置选择的页签
格式如:"OrgRecent,Account,OcipOrganization"
- panels - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgKeys
-
页签配置
- PanelScopeType - com.seeyon.ctp.organization.selectorg.config.enums中的枚举
-
选人范围类型
- PanelSelectType - com.seeyon.ctp.organization.selectorg.config.enums中的枚举
-
选择数据类型
- panelSelectType - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgArgs
-
- panelSelectType - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgKeys
-
- PARA_METHOD_BASE - 类 中的静态变量com.seeyon.ctp.organization.inexportutil.manager.IOManagerImpl
-
- PARA_TARGET_URL_BASE - 类 中的静态变量com.seeyon.ctp.organization.inexportutil.manager.IOManagerImpl
-
- PARA_TOMETHOD_BASE - 类 中的静态变量com.seeyon.ctp.organization.inexportutil.manager.IOManagerImpl
-
- params - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgArgs
-
上个页面回填的数据
- parentNode - 类 中的变量com.seeyon.ctp.organization.util.OrgTreeNode
-
- parse(ExecuteArguments) - 类 中的静态方法com.seeyon.ctp.organization.selectorg.config.rule.po.RuleArgument
-
- parseElement(String, String) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
- parseElements(String) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
- parseElements(Collection<? extends Object>, String, String) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
将授权、发布范围等信息连接成elements 格式EntityType|EntityId|EntityName|AccountId
注意:id或者type为null,以及id=-1的将被过滤掉
public class TempleteAuth extends BaseModel implements Serializable {
private Long authId;
private String authType;
private Integer sort;
private long templeteId;
//setter / getter
}
转换
parseElements(List, "authId", "authType")
结果
Member|1234123|谭敏锋|34561234,Department|234534563|开发中心|34561234
- parseElements(String, String) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
将格式为EntityId,EntityId的数据转换成Element[]
- parseElements(String) - 接口 中的方法com.seeyon.ctp.organization.selectpeople.manager.SelectPeopleManager
-
选人组件回填数据数据解析接口
- parseElements(String) - 类 中的方法com.seeyon.ctp.organization.selectpeople.manager.SelectPeopleManagerImpl
-
- parseElementsExt(Collection<? extends Object>, String, String, String) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
- parseEntity(String, String, String) - 接口 中的方法com.seeyon.ctp.organization.selectorg.manager.SelectOrgManager
-
解析前端选人数据
- parseEntity(String, String, String) - 类 中的方法com.seeyon.ctp.organization.selectorg.manager.SelectOrgManagerImpl
-
- parseFormField(List<String>) - 接口 中的方法com.seeyon.ctp.organization.api.manager.SelectOrgApi
-
解析组件的表单控件
- parseOrDefault(String, SelectOrgConstants.SelectOrgType) - 枚举 中的静态方法com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgType
-
- parseQUery(String) - 类 中的方法com.seeyon.ctp.organization.dao.index.OrgEntityIndex
-
解析查询语句
- passByAccount(String, V3xOrgAccount) - 类 中的方法com.seeyon.ctp.organization.inexportutil.datatableobj.AbstractImpOpr
-
- path - 类 中的变量com.seeyon.ctp.organization.bo.V3xOrgUnit
-
- PeopleCardManager - com.seeyon.ctp.organization.manager中的接口
-
- PeopleRelate - com.seeyon.v3x.peoplerelate.domain中的类
-
- PeopleRelate() - 类 的构造器com.seeyon.v3x.peoplerelate.domain.PeopleRelate
-
- PeopleRelateManager - com.seeyon.v3x.peoplerelate.manager中的接口
-
关联人员设置操作
- PERMISSION_TYPE_M1 - 类 中的静态变量com.seeyon.ctp.permission.bo.LicenseConst
-
- PERMISSION_TYPE_ONLINE - 类 中的静态变量com.seeyon.ctp.permission.bo.LicenseConst
-
- PERMISSION_TYPE_RES - 类 中的静态变量com.seeyon.ctp.permission.bo.LicenseConst
-
- PERMISSION_TYPE_SERVER - 类 中的静态变量com.seeyon.ctp.permission.bo.LicenseConst
-
- PERMISSION_TYPE_ZX - 类 中的静态变量com.seeyon.ctp.permission.bo.LicenseConst
-
- PermissionAssignController - com.seeyon.ctp.permission.controller中的类
-
单位注册数分配管理
- PermissionAssignController() - 类 的构造器com.seeyon.ctp.permission.controller.PermissionAssignController
-
- PersonalInfoBean - com.seeyon.ctp.organization.required.bo中的类
-
人员信息必填项个人信息选项
- PersonalInfoBean() - 类 的构造器com.seeyon.ctp.organization.required.bo.PersonalInfoBean
-
- phone - 类 中的变量com.seeyon.apps.addressbook.po.VCard
-
- PLATFORM_ADMIN_ID - 类 中的静态变量com.seeyon.ctp.organization.OrgConstants
-
- PLUGIN_NAME - 接口 中的静态变量com.seeyon.ctp.secret.manager.SecretLevelManager
-
- PluginMenuManager - com.seeyon.ctp.menu.manager中的接口
-
Title: 菜单接口
Copyright: Copyright (c) 2014
Company: seeyon.com
- poClassToboClass(Class<? extends BasePO>) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
PO类转换成BO类
- pojoCheck(OrganizationServices, MetadataManager, ImpExpPojo) - 类 中的方法com.seeyon.ctp.organization.inexportutil.datatableobj.AbstractImpOpr
-
检查ImpExpPojo对象,有问题抛出Exception,message为错误信息
- pojoCheck(OrganizationServices, MetadataManager, ImpExpPojo) - 类 中的方法com.seeyon.ctp.organization.inexportutil.datatableobj.PostOpr
-
- popMatchPage(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.seeyon.ctp.organization.inexportutil.manager.IOManager
-
- popMatchPage(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.organization.inexportutil.manager.IOManagerImpl
-
- post - 接口 中的静态变量com.seeyon.ctp.organization.inexportutil.inf.IPublicPara
-
- POST_ID - 接口 中的静态变量com.seeyon.ctp.organization.dao.index.OrgIndexConstants
-
岗位Id
- POST_TYPE_ACCOUNT - 类 中的静态变量com.seeyon.ctp.organization.bo.V3xOrgEntity
-
- POST_TYPE_GROUP - 类 中的静态变量com.seeyon.ctp.organization.bo.V3xOrgEntity
-
- POSTAL_ADDRESS - 接口 中的静态变量com.seeyon.ctp.organization.dao.index.OrgIndexConstants
-
通讯地址
- POSTAL_CODE - 接口 中的静态变量com.seeyon.ctp.organization.dao.index.OrgIndexConstants
-
邮编
- postBatchModify(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.organization.controller.PostController
-
- postBatchModify(String, Map) - 接口 中的方法com.seeyon.ctp.organization.manager.PostManager
-
- postBatchModify(String, Map) - 类 中的方法com.seeyon.ctp.organization.manager.PostManagerImpl
-
- postCheck(Map) - 接口 中的方法com.seeyon.ctp.organization.manager.DepartmentManager
-
校验部门下岗位信息是否可以被删除,如果有不能被删除的岗位信息,返回提示信息供前台确定是否继续删除 可以被删除的岗位。
- postCheck(Map) - 类 中的方法com.seeyon.ctp.organization.manager.DepartmentManagerImpl
-
- PostColumnTypeEnum - com.seeyon.ctp.common.metadata.enums中的枚举
-
Title: 字段类型枚举
Description: 代码描述
Copyright: Copyright (c) 2015
Company: seeyon.com
- PostController - com.seeyon.ctp.organization.controller中的类
-
Title: T2组织模型岗位维护控制器
Description: 主要针对单位组织进行维护功能
Copyright: Copyright (c) 2012
Company: seeyon.com
- PostController() - 类 的构造器com.seeyon.ctp.organization.controller.PostController
-
- postid - 类 中的静态变量com.seeyon.ctp.organization.inexportutil.DataService
-
- postId - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelPostArgs
-
岗位id
- PostManager - com.seeyon.ctp.organization.manager中的接口
-
- PostManagerImpl - com.seeyon.ctp.organization.manager中的类
-
- PostManagerImpl() - 类 的构造器com.seeyon.ctp.organization.manager.PostManagerImpl
-
- postMetadataRootId - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelPostArgs
-
岗位主数据根节点
- postNameMap - 类 中的变量com.seeyon.ctp.organization.inexportutil.datatableobj.MemberOpr
-
- PostOpr - com.seeyon.ctp.organization.inexportutil.datatableobj中的类
-
- PostOpr() - 类 的构造器com.seeyon.ctp.organization.inexportutil.datatableobj.PostOpr
-
- postProcessAfterInitialization(Object, String) - 类 中的方法com.seeyon.ctp.cache.manager.CanalMapBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - 类 中的方法com.seeyon.ctp.cache.manager.CanalMapBeanPostProcessor
-
- PostSelectCheckServiceImpl - com.seeyon.ctp.organization.selectorg.manager.service中的类
-
- PostSelectCheckServiceImpl() - 类 的构造器com.seeyon.ctp.organization.selectorg.manager.service.PostSelectCheckServiceImpl
-
- postType - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelPostArgs
-
岗位类型
- postTypeId - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.PanelPostArgs
-
岗位类别id
- poTobo(BasePO) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
PO类转换成BO类
- poTostr(BasePO) - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
PO类转换成字符串
- preReturnValueFun - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgArgs
-
选择完后,点击确定时,需要进行回调该方法,参数为:传入所选对象的id
- preReturnValueFun - 接口 中的静态变量com.seeyon.ctp.organization.selectorg.SelectOrgConstants.SelectOrgKeys
-
选择完后,点击确定时,需要进行回调该方法,参数为:传入所选对象的id
- PrincipalDao - com.seeyon.ctp.organization.principal.dao中的接口
-
- PrincipalDaoImpl - com.seeyon.ctp.organization.principal.dao中的类
-
- PrincipalDaoImpl() - 类 的构造器com.seeyon.ctp.organization.principal.dao.PrincipalDaoImpl
-
- principalManager - 类 中的变量com.seeyon.apps.businessorganization.manager.BusinessDepartmentManagerImpl
-
- principalManager - 类 中的变量com.seeyon.apps.businessorganization.manager.BusinessRoleManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.controller.MemberController
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.AccountManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.DepartmentManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.DistributeManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.LevelManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.MemberManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.MoveDeptManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.OrgManagerDirectImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.OrgRoleStdManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.PostManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.TeamManagerImpl
-
- principalManager - 类 中的变量com.seeyon.ctp.organization.manager.WorkscopeManagerImpl
-
- PrincipalManager - com.seeyon.ctp.organization.principal中的接口
-
登录身份管理
- principalManager - 类 中的变量com.seeyon.ctp.organization.services.OrganizationServicesImpl
-
- PrincipalManagerImpl - com.seeyon.ctp.organization.principal中的类
-
- PrincipalManagerImpl() - 类 的构造器com.seeyon.ctp.organization.principal.PrincipalManagerImpl
-
- PrivilegeCache - com.seeyon.ctp.privilege.dao中的接口
-
Title: 权限Cache接口
Description: 本程序实现对内存中的权限模型的管理
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivilegeCacheImpl - com.seeyon.ctp.privilege.dao中的类
-
Title: 权限Cache实现类
Description: 本程序实现对内存中的权限模型的管理
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivilegeCacheImpl() - 类 的构造器com.seeyon.ctp.privilege.dao.PrivilegeCacheImpl
-
- PrivilegeConfigManager - com.seeyon.ctp.privilege.manager中的接口
-
公文定制平台
- PrivilegeExistException - com.seeyon.ctp.privilege.exceptions中的异常错误
-
Title: DAO层产生的异常
Description: 本程序实现当新增和更新菜单或者资源时操作的数据已存在或者不存在时造成的异常
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivilegeExistException() - 异常错误 的构造器com.seeyon.ctp.privilege.exceptions.PrivilegeExistException
-
- PrivilegeManager - com.seeyon.ctp.privilege.manager中的接口
-
Title: 权限数据操作接口
Description: 本程序提供查询菜单资源数据和动态添加菜单项的方法
Copyright: Copyright (c) 2015
Company: seeyon.com
- PrivilegeManagerImpl - com.seeyon.ctp.privilege.manager中的类
-
Title: 权限数据操作接口的实现
Description: 本程序提供查询菜单资源数据和动态添加菜单项的方法
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivilegeManagerImpl() - 类 的构造器com.seeyon.ctp.privilege.manager.PrivilegeManagerImpl
-
- PrivilegeMenuController - com.seeyon.ctp.privilege.controller中的类
-
- PrivilegeMenuController() - 类 的构造器com.seeyon.ctp.privilege.controller.PrivilegeMenuController
-
- privilegeMenuManager - 类 中的变量com.seeyon.ctp.organization.manager.OrgRoleStdManagerImpl
-
- privilegeMenuManager - 类 中的变量com.seeyon.ctp.organization.manager.RoleManagerImpl
-
- PrivilegeMenuManager - com.seeyon.ctp.privilege.manager中的接口
-
- PrivilegeMenuManagerImpl - com.seeyon.ctp.privilege.manager中的类
-
Title: 菜单操作接口的实现类
Description: 菜单对象查询和更新的接口方法
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivilegeMenuManagerImpl() - 类 的构造器com.seeyon.ctp.privilege.manager.PrivilegeMenuManagerImpl
-
- privlegeSecurityManager() - 类 中的静态方法com.seeyon.ctp.organization.dao.OrgHelper
-
- PrivlegeSecurityManager - com.seeyon.ctp.privilege.manager中的接口
-
- PrivlegeSecurityManagerImpl - com.seeyon.ctp.privilege.manager中的类
-
- PrivlegeSecurityManagerImpl() - 类 的构造器com.seeyon.ctp.privilege.manager.PrivlegeSecurityManagerImpl
-
- PrivMenu - com.seeyon.ctp.privilege.po中的类
-
This is an object that contains data related to the PRIV_MENU table.
- PrivMenu(PrivMenuBO) - 类 的构造器com.seeyon.ctp.privilege.po.PrivMenu
-
- PrivMenu() - 类 的构造器com.seeyon.ctp.privilege.po.PrivMenu
-
- PrivMenu(Long) - 类 的构造器com.seeyon.ctp.privilege.po.PrivMenu
-
Constructor for primary key
- PrivMenuBO - com.seeyon.ctp.privilege.bo中的类
-
Title: 菜单BO类
Description: 本程序实现菜单BO对象
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivMenuBO() - 类 的构造器com.seeyon.ctp.privilege.bo.PrivMenuBO
-
- PrivMenuBO(Long) - 类 的构造器com.seeyon.ctp.privilege.bo.PrivMenuBO
-
- PrivMenuBO(PrivMenu) - 类 的构造器com.seeyon.ctp.privilege.bo.PrivMenuBO
-
- PrivMenuBO(PrivMenuBO) - 类 的构造器com.seeyon.ctp.privilege.bo.PrivMenuBO
-
- PrivMenuTypeEnums - com.seeyon.ctp.privilege.enums中的枚举
-
Created by zhiyanqiang on 2017-11-14.
- PrivPermission - com.seeyon.ctp.permission.po中的类
-
This is an object that contains data related to the PRIV_PERMISSION table.
- PrivPermission() - 类 的构造器com.seeyon.ctp.permission.po.PrivPermission
-
- PrivPermission(Long) - 类 的构造器com.seeyon.ctp.permission.po.PrivPermission
-
Constructor for primary key
- PrivRoleMenu - com.seeyon.ctp.privilege.po中的类
-
This is an object that contains data related to the PRIV_ROLE_RESOURCE table.
- PrivRoleMenu() - 类 的构造器com.seeyon.ctp.privilege.po.PrivRoleMenu
-
- PrivRoleMenu(Long) - 类 的构造器com.seeyon.ctp.privilege.po.PrivRoleMenu
-
Constructor for primary key
- PrivRoleMenu(Integer) - 类 的构造器com.seeyon.ctp.privilege.po.PrivRoleMenu
-
Constructor for primary key
- privSortid() - 类 中的方法com.seeyon.ctp.login.bo.MenuBO
-
- PrivTreeNodeBO - com.seeyon.ctp.privilege.bo中的类
-
Title: 资源树节点BO类
Description: 本程序实现资源树节点BO对象
Copyright: Copyright (c) 2012
Company: seeyon.com
- PrivTreeNodeBO() - 类 的构造器com.seeyon.ctp.privilege.bo.PrivTreeNodeBO
-
- PrivTreeNodeBO(Object, Long) - 类 的构造器com.seeyon.ctp.privilege.bo.PrivTreeNodeBO
-
- process(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.organization.selectorg.manager.SelectOrgPreProcessor
-
选人组件前置处理方法
- processBean(T, String) - 类 中的方法com.seeyon.ctp.cache.proxy.CanalMapFactory
-
- processUpdate(Collection<V3xOrgMember>, Collection<V3xOrgMember>, String, Long) - 接口 中的方法com.seeyon.ctp.organization.util.CheckPrivUpdate
-
- properties() - 类 中的方法com.seeyon.apps.addressbook.webmodel.WebWithPropV3xOrgMember
-
- providerLdapDao() - 类 中的静态方法com.seeyon.apps.ldap.util.LDAPTool
-
- providerLdapType() - 类 中的静态方法com.seeyon.apps.ldap.util.LDAPTool
-
- pubChannel(String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOpt
-
发布数据到管道
- pubChannel(String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptCluster
-
- pubChannel(String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptSingle
-
- pullFromCanal(String, Long) - 类 中的方法com.seeyon.ctp.cache.proxy.utils.AsyncOpt
-
读取数据到本地
- pullFromCanal(String, Long) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOpt
-
从管道拉取数据
- pullFromCanal(String, Long) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptCluster
-
- pullFromCanal(String, Long) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptSingle
-
- pushToCanal(String, String) - 类 中的方法com.seeyon.ctp.cache.proxy.utils.AsyncOpt
-
推送数据到远端
- pushToCanal(String, String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOpt
-
推送数据到管道
- pushToCanal(String, String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptCluster
-
- pushToCanal(String, String) - 类 中的方法com.seeyon.ctp.organization.cache.OrgRedisOptSingle
-
- put(String, Long) - 类 中的方法com.seeyon.ctp.organization.dao.cache.SubDeptCache
-
- putChildIntoParent(HashMap) - 类 中的方法com.seeyon.ctp.organization.util.OrgTree
-
建立TreeNode之间的父子关系
- putContextParams(String, Object) - 类 中的方法com.seeyon.ctp.organization.selectorg.manager.OrgEntityFormat.FormatContext
-
- putIfAbsent(String, V) - 类 中的方法com.seeyon.ctp.cache.PairCacheMapper
-
设置K对应的值V,如果不存在,否者返回已经有的值
- putImpExpAction(Long, String) - 类 中的静态方法com.seeyon.ctp.organization.inexportutil.DataUtil
-
- putNodesIntoMap() - 类 中的方法com.seeyon.ctp.organization.util.OrgTree
-
根据tempNodeList生成一个HashMap
- putNoWait(User) - 类 中的方法com.seeyon.cache.demo.UserService
-
- putResult4Imp(String, List) - 类 中的静态方法com.seeyon.ctp.organization.inexportutil.DataUtil
-
- putToLocal(User) - 类 中的方法com.seeyon.cache.demo.UserService
-