public class OrgRecentPanel extends java.lang.Object implements BasicSelectOrgPanel
SelectOrgPanel.Fun<T,R>| 限定符和类型 | 字段和说明 |
|---|---|
protected OrgIndexManager |
orgIndexManager |
protected OrgManager |
orgManager |
EMPTY_COMMAND| 构造器和说明 |
|---|
OrgRecentPanel() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
execute(ExecuteArguments argments)
执行数据查询
|
java.util.List<OrgAccount> |
getAccountList(ExecuteArguments arguments)
获取单位列表
|
java.util.List<OrgDepartment> |
getDepartmentList(ExecuteArguments arguments)
获取部门列表
|
java.util.List<OrgMember> |
getMemberList(ExecuteArguments arguments)
获取人员列表
|
SelectOrgConstants.PanelType |
getType()
获取页签类型
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlipInfodealArguments, getExtInfo, isEnable@Inject protected OrgManager orgManager
@Inject protected OrgIndexManager orgIndexManager
public java.lang.Object execute(ExecuteArguments argments) throws java.lang.Exception
SelectOrgPanelexecute 在接口中 SelectOrgPanelargments - 执行参数java.lang.Exceptionpublic java.util.List<OrgMember> getMemberList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments - com.seeyon.ctp.common.exceptions.BusinessExceptionpublic java.util.List<OrgDepartment> getDepartmentList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments - com.seeyon.ctp.common.exceptions.BusinessExceptionpublic java.util.List<OrgAccount> getAccountList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments - com.seeyon.ctp.common.exceptions.BusinessExceptionpublic SelectOrgConstants.PanelType getType()
BasicSelectOrgPanelgetType 在接口中 BasicSelectOrgPanel