public class UserListModel extends SystemModel
Title: 集成化信息平台 - 设置用户权限时的用户列表
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
构造器和说明 |
---|
UserListModel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceExAction action)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
processLogic()
处理逻辑
|
void |
processParam()
处理参数
|
void |
setAttribute()
设置属性
|
destroy, exceptionHandle, getOderby, init
getSpecLogics, process
public UserListModel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SHForceExAction action)
mapping
- ActionMapping对象form
- ActionForm对象request
- HttpServletRequest对象response
- HttpServletResponse对象action
- SHForceExAction对象public void processParam()
processParam
在类中 SHBaseModel
public void processLogic()
processLogic
在类中 SHBaseModel
public void setAttribute()
setAttribute
在类中 SHBaseModel