public interface OrgRelationDataManager
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getAccountInfoByRelationAttribute(java.lang.Long accountId,
java.lang.String attributeCode)
根据单位id,获取单位属性值
|
java.util.List<RelationMemberAttribute> |
getAccountRelationAttribute()
获取表单可以使用的单位关联属性
|
java.lang.Object |
getDepartmentInfoByRelationAttribute(java.lang.Long departmentId,
java.lang.String attributeCode)
根据部门id,获取部门属性值
|
java.util.List<RelationMemberAttribute> |
getDepartmentRelationAttribute()
获取表单可以使用的部门关联属性
|
java.lang.Object |
getMemberInfoByRelationAttribute(java.lang.Long memberId,
java.lang.String attributeCode)
根据人员属性编号,获取人员属性的值
|
java.util.List<RelationMemberAttribute> |
getMemberRelationAttribute()
获取表单可以使用的人员关联属性
|
java.lang.Object |
getPostInfoByRelationAttribute(java.lang.Long postId,
java.lang.String attributeCode)
根据岗位id,获取岗位属性值
|
java.util.List<RelationMemberAttribute> |
getPostRelationAttribute()
获取表单可以使用岗位关联属性
|
java.util.List<RelationMemberAttribute> getMemberRelationAttribute() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.Object getMemberInfoByRelationAttribute(java.lang.Long memberId,
java.lang.String attributeCode)
throws com.seeyon.ctp.common.exceptions.BusinessException
memberId - attributeCode - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<RelationMemberAttribute> getDepartmentRelationAttribute() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.Object getDepartmentInfoByRelationAttribute(java.lang.Long departmentId,
java.lang.String attributeCode)
throws com.seeyon.ctp.common.exceptions.BusinessException
departmentId - attributeCode - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<RelationMemberAttribute> getAccountRelationAttribute() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.Object getAccountInfoByRelationAttribute(java.lang.Long accountId,
java.lang.String attributeCode)
throws com.seeyon.ctp.common.exceptions.BusinessException
accountId - attributeCode - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<RelationMemberAttribute> getPostRelationAttribute() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.Object getPostInfoByRelationAttribute(java.lang.Long postId,
java.lang.String attributeCode)
throws com.seeyon.ctp.common.exceptions.BusinessException
postId - attributeCode - com.seeyon.ctp.common.exceptions.BusinessException