gboat2.web.action
类 GroupAction

java.lang.Object
  继承者 com.opensymphony.xwork2.ActionSupport
      继承者 gboat2.base.core.web.BaseActionSupport
          继承者 gboat2.web.action.GroupAction
所有已实现的接口:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, IBaseActionSupport, Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware, org.apache.struts2.osgi.interceptor.BundleContextAware, org.apache.struts2.osgi.interceptor.ServiceAware, org.apache.struts2.util.ServletContextAware

public class GroupAction
extends BaseActionSupport

用户组管理

从以下版本开始:
jdk1.6
作者:
wangsr
另请参见:
序列化表格

字段摘要
 
从类 gboat2.base.core.web.BaseActionSupport 继承的字段
container, context, CURRENT_BUNDLE_RES_LOCATION, devMode, flatResultLayout, go, MIN_SUFFIX, model, nameSeparator, osgiHost, page, request, response, SID, sortDirection, sortField
 
从类 com.opensymphony.xwork2.ActionSupport 继承的字段
LOG
 
从接口 com.opensymphony.xwork2.Action 继承的字段
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
构造方法摘要
GroupAction()
           
 
方法摘要
 void authority()
           
 void backAuthorityToRole()
           
 void checkGroupCode()
           
 void deleteGroup()
          删除用户组
 void findAllDataLevel()
           
 void findDataLevelForRoleOfGroup()
           
 void findInfoOfGroup()
          初始化用户组编辑页面
 void findOperationsForRole()
           
 void findOperationsForRoleOfGroup()
          用于回填
 void findResourceForRole()
          用户组角色拥有的权限,用于回填
 void findResourceTreeForRole()
          取得角色的权限树,用于组角色权限设置
 String[] getAllOrgans()
           
 String[] getAllRoles()
           
 String getAuthForId()
           
 String getDataLevelId()
           
 String getGroupCode()
           
 String getGroupId()
           
 String getResId()
           
 String getRoleId()
           
 String getSystemId()
           
 void groupAuthority()
           
 void saveGroup()
          保存用户组
 void setAllOrgans(String[] allOrgans)
           
 void setAllRoles(String[] allRoles)
           
 void setAuthForId(String authForId)
           
 void setDataLevel()
           
 void setDataLevelId(String dataLevelId)
           
 void setGroupCode(String groupCode)
           
 void setGroupId(String groupId)
           
 void setResId(String resId)
           
 void setRoleId(String roleId)
           
 void setSystemId(String systemId)
           
 
从类 gboat2.base.core.web.BaseActionSupport 继承的方法
ajaxDelete, ajaxListData, ajaxSave, ajaxSaveReturn, delete, deleteModel, edit, execute, executeListQuery, forward, get_M, get_MdId, getActionBundle, getBean, getBean, getDefaultAjaxDeleteUri, getDefaultAjaxSaveUri, getDefaultDeleteUri, getDefaultEditUri, getDefaultListUri, getDefaultSaveUri, getDefaultViewUri, getDomainClassAnnotationed, getDomainClassAnnotationedForList, getExtendForView, getListParameterMap, getMetadata, getModel, getPage, getPriCheckParams, getServiceAnnotationed, getSID, getSortDirection, getSortField, getUriPrefix, initEdit, initList, initSave, initView, invokeInitMethod, list, operationCheck, postDelete, postList, postSave, prepare, prepareEdit, prepareList, prepareModel, prepareView, putDebugInfoIfDevMode, registerEnumClassNotInEntry, save, saveModel, set_M, set_MdId, setAutowiredBeans, setAutowiredBeans, setBundleContext, setContainer, setDevMode, setFlatResultLayout, setGo, setModel, setNameSeparator, setPriCheckParams, setServices, setServletContext, setServletRequest, setServletResponse, setSID, setSortDirection, setSortField, setValue, view
 
从类 com.opensymphony.xwork2.ActionSupport 继承的方法
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GroupAction

public GroupAction()
方法详细信息

setDataLevel

public void setDataLevel()

backAuthorityToRole

public void backAuthorityToRole()

findDataLevelForRoleOfGroup

public void findDataLevelForRoleOfGroup()

findOperationsForRole

public void findOperationsForRole()

findOperationsForRoleOfGroup

public void findOperationsForRoleOfGroup()
用于回填


findResourceForRole

public void findResourceForRole()
用户组角色拥有的权限,用于回填


findResourceTreeForRole

public void findResourceTreeForRole()
取得角色的权限树,用于组角色权限设置


findAllDataLevel

public void findAllDataLevel()

groupAuthority

public void groupAuthority()

authority

public void authority()

checkGroupCode

public void checkGroupCode()

deleteGroup

public void deleteGroup()
删除用户组


saveGroup

public void saveGroup()
保存用户组


findInfoOfGroup

public void findInfoOfGroup()
初始化用户组编辑页面


getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getAllRoles

public String[] getAllRoles()

setAllRoles

public void setAllRoles(String[] allRoles)

getAllOrgans

public String[] getAllOrgans()

setAllOrgans

public void setAllOrgans(String[] allOrgans)

getGroupCode

public String getGroupCode()

setGroupCode

public void setGroupCode(String groupCode)

getRoleId

public String getRoleId()

setRoleId

public void setRoleId(String roleId)

getAuthForId

public String getAuthForId()

setAuthForId

public void setAuthForId(String authForId)

getResId

public String getResId()

setResId

public void setResId(String resId)

getDataLevelId

public String getDataLevelId()

setDataLevelId

public void setDataLevelId(String dataLevelId)

getSystemId

public String getSystemId()

setSystemId

public void setSystemId(String systemId)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.