public class SelectStaffListModel extends CommonModel
description:选择部门员工
description: 首亨软件
Company:首亨软件(重庆)有限公司
author:江兴春
version:1.0
date:Nov 1, 2009
构造器和说明 |
---|
SelectStaffListModel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceAction action)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
processLogic()
处理逻辑
|
void |
processParam()
处理参数
|
void |
setAttribute()
设置属性
|
destroy, exceptionHandle, getOderby, init
getSpecLogics, process
public SelectStaffListModel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SHForceAction 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