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, wait
getFlipInfo
dealArguments, getExtInfo, isEnable
@Inject protected OrgManager orgManager
@Inject protected OrgIndexManager orgIndexManager
public java.lang.Object execute(ExecuteArguments argments) throws java.lang.Exception
SelectOrgPanel
execute
在接口中 SelectOrgPanel
argments
- 执行参数java.lang.Exception
public java.util.List<OrgMember> getMemberList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments
- com.seeyon.ctp.common.exceptions.BusinessException
public java.util.List<OrgDepartment> getDepartmentList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments
- com.seeyon.ctp.common.exceptions.BusinessException
public java.util.List<OrgAccount> getAccountList(ExecuteArguments arguments) throws com.seeyon.ctp.common.exceptions.BusinessException
arguments
- com.seeyon.ctp.common.exceptions.BusinessException
public SelectOrgConstants.PanelType getType()
BasicSelectOrgPanel
getType
在接口中 BasicSelectOrgPanel