public interface OrgIndexManager
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
checkFromCopy(java.lang.String beforeCheckStr)
检查复制粘贴过来人员名称内容
|
java.lang.String |
getAllAccounts(java.util.Map param) |
java.lang.String |
getAllDepartments(java.lang.Long accountId,
java.util.Map param) |
java.lang.String |
getAllLevels(java.lang.Long accountId,
java.util.Map param) |
java.lang.String |
getAllMembersWithDisable(java.lang.Long accountId) |
java.lang.String |
getAllPosts(java.lang.Long accountId,
java.util.Map param) |
java.lang.String |
getAllTeams(java.lang.Long accountId,
java.util.Map param) |
java.lang.String |
getFastRecentDataMember(java.lang.Long memberId,
java.lang.String customType)
获取最近联系 的 10人
|
java.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> |
getFastRecentDataMembers(java.lang.Long memberId,
java.lang.String customType)
获取最近联系 的 10人
|
java.lang.Object |
getFastRecentDataMembers(java.lang.Long memberId,
java.lang.String customType,
java.lang.String selectType) |
java.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> |
getFastSearchData(java.util.Map<java.lang.String,java.lang.Object> params)
快速选人快速查询
|
java.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> |
getFastSearchData(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String selectType) |
java.lang.String |
getFastSearchDataStr(java.util.Map param)
快速选人快速查询
|
java.lang.String |
getOrgIndexDatas()
展现当前人员可以访问的人员JSON数据
|
java.util.List<V3xOrgEntity> |
getRecentData(java.lang.Long memberId,
java.lang.String customType)
获取选人界面,某人最近联系人数据,可以获取快速录入的50人
|
java.util.List<V3xOrgEntity> |
getRecentData(java.lang.Long memberId,
java.lang.String string,
boolean b)
获取选人界面,某人最近联系人数据,可以获取快速录入的25人
|
java.lang.String |
getRecentDataStr(java.lang.Long memberId,
java.lang.String customType)
获取最近联系人JSON字符串
不用过滤权限,都是从选人界面保存过来的数据 |
java.lang.String |
getRecentDataStr(java.lang.Long memberId,
java.lang.String customType,
java.lang.Long accessFileSecretLevel)
获取最近联系人JSON字符串
|
java.lang.String |
getSearchDataStr(java.lang.String key)
快速查询
|
java.lang.String |
getSearchDataStr(java.lang.String key,
java.lang.Long accessFileSecretLevel)
快速查询(密级过滤)
|
void |
saveCustomOrgRecent(java.lang.Long memberId,
java.lang.String orgDataStr)
保存选人界面最近联系人数据,最近50人
|
java.lang.String getOrgIndexDatas()
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid saveCustomOrgRecent(java.lang.Long memberId,
java.lang.String orgDataStr)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - orgDataStr - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<V3xOrgEntity> getRecentData(java.lang.Long memberId, java.lang.String customType) throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getFastRecentDataMember(java.lang.Long memberId,
java.lang.String customType)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> getFastRecentDataMembers(java.lang.Long memberId,
java.lang.String customType)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getRecentDataStr(java.lang.Long memberId,
java.lang.String customType)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getRecentDataStr(java.lang.Long memberId,
java.lang.String customType,
java.lang.Long accessFileSecretLevel)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - accessFileSecretLevel - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String checkFromCopy(java.lang.String beforeCheckStr)
throws com.seeyon.ctp.common.exceptions.BusinessException
beforeCheckStr - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<V3xOrgEntity> getRecentData(java.lang.Long memberId, java.lang.String string, boolean b) throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - customType - isCheckLevelScope - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getSearchDataStr(java.lang.String key)
throws com.seeyon.ctp.common.exceptions.BusinessException
key - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getSearchDataStr(java.lang.String key,
java.lang.Long accessFileSecretLevel)
throws com.seeyon.ctp.common.exceptions.BusinessException
key - accessFileSecretLevel - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getFastSearchDataStr(java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
param - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> getFastSearchData(java.util.Map<java.lang.String,java.lang.Object> params)
throws com.seeyon.ctp.common.exceptions.BusinessException
params - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllMembersWithDisable(java.lang.Long accountId)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllDepartments(java.lang.Long accountId,
java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllTeams(java.lang.Long accountId,
java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllPosts(java.lang.Long accountId,
java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllLevels(java.lang.Long accountId,
java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getAllAccounts(java.util.Map param)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.Object getFastRecentDataMembers(java.lang.Long memberId,
java.lang.String customType,
java.lang.String selectType)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<com.seeyon.ctp.organization.manager.OrgIndexManagerImpl.FastSelectObj> getFastSearchData(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String selectType)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException