@Deprecated public class RoleAddSaveModel extends SystemModel
Title: 集成化信息平台 - 角色增加(保存)Mode
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
构造器和说明 |
---|
RoleAddSaveModel(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 |
addRole()
已过时。
向“角色表”插入数据
|
boolean |
addRoleMember()
已过时。
向“角色成员表”插入数据
|
boolean |
isSuccess()
已过时。
获取是否成功的标志
|
void |
processLogic()
已过时。
处理逻辑
|
void |
processParam()
已过时。
处理参数
|
java.lang.String |
returnMsg()
已过时。
获取提示信息
|
void |
setAttribute()
已过时。
设置属性
|
destroy, exceptionHandle, getOderby, init
getSpecLogics, process
public RoleAddSaveModel(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 addRole()
public boolean addRoleMember()
public void setAttribute()
setAttribute
在类中 SHBaseModel
public boolean isSuccess()
public java.lang.String returnMsg()