@Deprecated public class UserAuthModSaveModel extends SystemModel
Title: 集成化信息平台 - 设置用户权限时的保存
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
EVENT_TYPE_USERAUTH_SAVE_FAIL
已过时。
|
static java.lang.String |
EVENT_TYPE_USERAUTH_SAVE_SUCC
已过时。
|
构造器和说明 |
---|
UserAuthModSaveModel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceExAction action)
已过时。
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
is_success()
已过时。
返回操作成功与否
|
void |
processLogic()
已过时。
处理逻辑
|
void |
processParam()
已过时。
处理参数
|
java.lang.String |
return_msg()
已过时。
返回该model被调用后的提示字符串
|
void |
setAttribute()
已过时。
设置属性
|
destroy, exceptionHandle, getOderby, init
getSpecLogics, process
public static final java.lang.String EVENT_TYPE_USERAUTH_SAVE_SUCC
public static final java.lang.String EVENT_TYPE_USERAUTH_SAVE_FAIL
public UserAuthModSaveModel(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 boolean is_success()
public java.lang.String return_msg()
public void setAttribute()
setAttribute
在类中 SHBaseModel