|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MemberPost 的软件包 | |
|---|---|
| com.seeyon.ctp.organization.bo | 组织模型实体。 |
| com.seeyon.ctp.organization.manager | 组织模型管理。 |
| com.seeyon.ctp.organization.bo 中 MemberPost 的使用 |
|---|
| 返回 MemberPost 的 com.seeyon.ctp.organization.bo 中的方法 | |
|---|---|
static MemberPost |
MemberPost.createConcurrentPost(java.lang.Long memberId,
java.lang.Long concurrentDeptId,
java.lang.Long concurrentPostId,
java.lang.Long concurrentLevelId,
java.lang.Long concurrentAccountId,
java.lang.Integer concurrentSortId,
java.lang.String concurrentCode,
java.lang.String conRoles)
兼职 |
static MemberPost |
MemberPost.createMainPost(V3xOrgMember member)
|
static MemberPost |
MemberPost.createSecondPost(java.lang.Long memberId,
java.lang.Long secondDeptId,
java.lang.Long secondPostId,
java.lang.Long mainAccountId,
java.lang.Integer mainSortId)
副岗 |
| 返回变量类型为 MemberPost 的类型的 com.seeyon.ctp.organization.bo 中的方法 | |
|---|---|
java.util.List<MemberPost> |
V3xOrgMember.getConcurrent_post()
|
java.util.List<MemberPost> |
V3xOrgMember.getSecond_post()
|
java.util.List<MemberPost> |
V3xOrgMember.getSecondPostByDeptId(java.lang.Long deptId)
根据部门ID查找副岗 |
java.util.List<MemberPost> |
V3xOrgMember.getSecondPostByPostId(java.lang.Long postId)
根据岗位ID查找副岗 |
| 参数类型为 MemberPost 的 com.seeyon.ctp.organization.bo 中的方法 | |
|---|---|
void |
V3xOrgMember.addSecondPost(MemberPost memberPost)
根据实体添加人员副岗 |
| 类型变量类型为 MemberPost 的 com.seeyon.ctp.organization.bo 中的方法参数 | |
|---|---|
void |
V3xOrgMember.setSecond_post(java.util.List<MemberPost> second_post)
|
void |
V3xOrgMember.toJsonString(java.lang.StringBuilder o,
OrgManager orgManager,
boolean needMobile,
java.util.List<MemberPost> secondPost)
给选人界面用的,不要轻易修改 {K:"6998870676086867221",N:"谭敏锋",S:12,P:4,L:10,D:2,F:[[3,4],[5,6]]} |
| com.seeyon.ctp.organization.manager 中 MemberPost 的使用 |
|---|
| 返回变量类型为 MemberPost 的类型的 com.seeyon.ctp.organization.manager 中的方法 | |
|---|---|
java.util.List<MemberPost> |
OrgManager.getAllConcurrentPostByAccount(java.lang.Long accountId)
根据单位获得兼职列表 |
java.util.Map<java.lang.Long,java.util.List<MemberPost>> |
OrgManager.getConcurentPosts(java.lang.Long accountId)
返回单位下的兼职列表,Map<部门ID,兼职列表> |
java.util.Map<java.lang.Long,java.util.List<MemberPost>> |
OrgManager.getConcurentPostsByMemberId(java.lang.Long accountId,
java.lang.Long memberId)
返回单位下人员的兼职列表,Map<部门ID,兼职列表> |
java.util.List<MemberPost> |
OrgManager.getMainPostByAccount(java.lang.Long accountId)
|
java.util.List<MemberPost> |
OrgManager.getMemberConcurrentPosts(java.lang.Long memberId)
获取人员的兼职信息 |
java.util.List<MemberPost> |
OrgManager.getMemberPosts(java.lang.Long accountId,
java.lang.Long memberId)
得到这个人在指定单位下的岗位信息 |
java.util.List<MemberPost> |
OrgManager.getMemberSecondPosts(java.lang.Long memberId)
获取某人员的所有副岗 |
java.util.List<MemberPost> |
OrgManager.getSecondPostByAccount(java.lang.Long accountId)
返回一个单位下的副岗列表,Map<部门ID,人员列表> |
| 参数类型为 MemberPost 的 com.seeyon.ctp.organization.manager 中的方法 | |
|---|---|
void |
OrgManagerDirect.addConurrentPost(MemberPost memberPost)
新增一个兼职关系 |
void |
OrgManagerDirect.updateConurrentPost(MemberPost memberPost)
修改兼职关系 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||