A B C D E F G H I L M N O P R S T U V W
A
- AbstractUserAuthService - gboat2.web.service 中的 类
- 内部用户继承此类来实现验证逻辑和用户权限的转换
- AbstractUserAuthService() -
类 gboat2.web.service.AbstractUserAuthService 的构造方法
-
- AbstractValidator - gboat2.web.validate 中的 类
- 验证继承此抽象类
注意:由于验证时放到集合中,因此validator正常情况下需要实现hashcode和eqauls方法;但目前提供了初始化方法,因此实现这两个方法就多余了;
- AbstractValidator(BundleContext) -
类 gboat2.web.validate.AbstractValidator 的构造方法
-
- Activator - gboat2.web 中的 类
-
- Activator() -
类 gboat2.web.Activator 的构造方法
-
- ADD_MODULE_SHORTCUT_ICONURL -
类 gboat2.web.Constants 中的静态变量
-
- ADD_MODULE_SHORTCUT_NAME -
类 gboat2.web.Constants 中的静态变量
-
- ADD_MODULE_SHORTCUT_RESOURCEURL -
类 gboat2.web.Constants 中的静态变量
-
- addChild(Resource) -
类 gboat2.web.model.Resource 中的方法
-
- addModule() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- addModule() -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 生成桌面图标,普通用户最后追加一个添加模块的图标
- addModule() -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- addUser(User, String, String, String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- addUser(User, String, String, String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 新增用户
- addUser(User, String, String, String, String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- addUser(User, String, String, String, String) -
接口 gboat2.web.service.IUserService 中的方法
- 新增用户,同时初始化用户信息,分配角色
- addUserAndReturnUserId(User, String, String, String, String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- addUserAndReturnUserId(User, String, String, String, String) -
接口 gboat2.web.service.IUserService 中的方法
- 添加用户并返回用户Id
- addValidator(AbstractValidator) -
类 gboat2.web.service.AbstractUserAuthService 中的方法
- 有扩展需求:通过调用此方法增加
- ajaxDelete() -
类 gboat2.web.action.OrganDefineAction 中的方法
-
- ajaxSave() -
类 gboat2.web.action.OrganDefineAction 中的方法
-
- Auth - gboat2.web.model 中的 类
- 权限对象
- Auth() -
类 gboat2.web.model.Auth 的构造方法
-
- authority() -
类 gboat2.web.action.GroupAction 中的方法
-
- authority() -
类 gboat2.web.action.RoleAction 中的方法
-
- Authority - gboat2.web.model 中的 类
-
- Authority() -
类 gboat2.web.model.Authority 的构造方法
-
- AuthorityAction - gboat2.web.action 中的 类
- 授权操作
- AuthorityAction() -
类 gboat2.web.action.AuthorityAction 的构造方法
-
- AuthorityBusinessImpl - gboat2.web.business.impl 中的 类
- 授权操作
- AuthorityBusinessImpl() -
类 gboat2.web.business.impl.AuthorityBusinessImpl 的构造方法
-
- AuthorityDataLevelResourceVO - gboat2.web.model 中的 类
-
- AuthorityDataLevelResourceVO() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 的构造方法
-
- AuthorityOperationResourceVO - gboat2.web.model 中的 类
-
- AuthorityOperationResourceVO() -
类 gboat2.web.model.AuthorityOperationResourceVO 的构造方法
-
- AuthorityOperationVO - gboat2.web.model 中的 类
- 操作权限
- AuthorityOperationVO() -
类 gboat2.web.model.AuthorityOperationVO 的构造方法
-
- AuthorityResourceVO - gboat2.web.model 中的 类
- 模块权限
- AuthorityResourceVO() -
类 gboat2.web.model.AuthorityResourceVO 的构造方法
-
- AuthorityServiceImpl - gboat2.web.service.impl 中的 类
-
- AuthorityServiceImpl() -
类 gboat2.web.service.impl.AuthorityServiceImpl 的构造方法
-
- AuthorityShortcutResourceVO - gboat2.web.model 中的 类
- 桌面快捷方式, 资源VO
- AuthorityShortcutResourceVO() -
类 gboat2.web.model.AuthorityShortcutResourceVO 的构造方法
-
- AuthValidateException - gboat2.web.exception 中的 异常
-
- AuthValidateException() -
异常 gboat2.web.exception.AuthValidateException 的构造方法
-
- AuthValidateException(String, Throwable) -
异常 gboat2.web.exception.AuthValidateException 的构造方法
-
- AuthValidateException(String) -
异常 gboat2.web.exception.AuthValidateException 的构造方法
-
- AuthValidateException(Throwable) -
异常 gboat2.web.exception.AuthValidateException 的构造方法
-
B
- backAuthorityToRole() -
类 gboat2.web.action.GroupAction 中的方法
-
- backAuthorityToRole() -
类 gboat2.web.action.UserAction 中的方法
-
- BlankAction - gboat2.web.action 中的 类
-
- BlankAction() -
类 gboat2.web.action.BlankAction 的构造方法
-
- BundleUtil - gboat2.web.util 中的 类
- 获取bundle的工具类
- BundleUtil() -
类 gboat2.web.util.BundleUtil 的构造方法
-
C
- CacheAssistantImpl - gboat2.web.business.impl 中的 类
-
- CacheAssistantImpl() -
类 gboat2.web.business.impl.CacheAssistantImpl 的构造方法
-
- checkGroupCode() -
类 gboat2.web.action.GroupAction 中的方法
-
- checkResCode() -
类 gboat2.web.action.ResourceAction 中的方法
- 验证模块编码是否已存在
- checkRoleCode() -
类 gboat2.web.action.RoleAction 中的方法
- 检查角色编码是否存在
- close() -
类 gboat2.web.util.WidgetServiceTracker 中的静态方法
- 关闭跟踪器,建议的bundle关闭时,或者不在需要跟踪 WidgetService服务时,调用本方法,以便释放资源
- computeAuthForId(String, String, String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- computeAuthForId(String, String, String) -
接口 gboat2.web.service.ISessionService 中的方法
- 获取authorityId,首先判断groupId.roleId是否有权限,有则返回groupId.roleId,没有返回roleId
- ConfigBusinessNestedException - gboat2.web.exception 中的 异常
- 首选项 配置异常基类
- ConfigBusinessNestedException() -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(String, String) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(String, Throwable, String) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(String, Throwable) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(String) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(Throwable, String) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigBusinessNestedException(Throwable) -
异常 gboat2.web.exception.ConfigBusinessNestedException 的构造方法
-
- ConfigCategory - gboat2.web.model 中的 枚举
- 配置作用范畴
- Constants - gboat2.web 中的 类
- 常量类
- Constants() -
类 gboat2.web.Constants 的构造方法
-
- convertOuterAuthToInnerAuth(String) -
类 gboat2.web.service.impl.UserAuthServiceImpl 中的方法
- 外部用户权限 到 内部用户权限的转换:默认直接取当前系统的身份
- convertOuterAuthToInnerAuth(String) -
接口 gboat2.web.service.IUserAuthService 中的方法
- 把外部用户的权限转换为内部用户权限
- convertOuterUserNameToInnerUserName(String) -
类 gboat2.web.service.impl.UserAuthServiceImpl 中的方法
- 外部用户到内部用户的转换:默认不转换
- convertOuterUserNameToInnerUserName(String) -
接口 gboat2.web.service.IUserAuthService 中的方法
- 转换外部用户
- copyResource() -
类 gboat2.web.action.ResourceAction 中的方法
-
- copyResource(String, String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- copyResource(String, String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 复制模块
- createOrganWebService(String) -
类 gboat2.web.util.CXFClient 中的方法
-
- CURRENT_PAGE_APP_MODE_KEY -
类 gboat2.web.Constants 中的静态变量
-
- CXFClient - gboat2.web.util 中的 类
- CXFwebservice生成客户端实例
- CXFClient() -
类 gboat2.web.util.CXFClient 的构造方法
-
D
- DataLevel - gboat2.web.model 中的 类
-
- DataLevel() -
类 gboat2.web.model.DataLevel 的构造方法
-
- DataLevelAuthority - gboat2.web.model 中的 类
-
- DataLevelAuthority() -
类 gboat2.web.model.DataLevelAuthority 的构造方法
-
- DataLevelAuthorityBusinessImpl - gboat2.web.business.impl 中的 类
-
- DataLevelAuthorityBusinessImpl() -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 的构造方法
-
- DataLevelBusinessImpl - gboat2.web.business.impl 中的 类
-
- DataLevelBusinessImpl() -
类 gboat2.web.business.impl.DataLevelBusinessImpl 的构造方法
-
- DEFAULT_THEME -
类 gboat2.web.Constants 中的静态变量
- 默认主题:"default"
- DEFAULT_WALLPAPER -
类 gboat2.web.Constants 中的静态变量
-
- deleteAllByGroupId(String) -
接口 gboat2.web.business.IGroupOrganBusiness 中的方法
- 根据groupId删除该组的所有组织机构
- deleteAllByGroupId(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 删除某组的所有角色
- deleteAllByGroupId(String) -
类 gboat2.web.business.impl.GroupOrganBusinessImpl 中的方法
-
- deleteAllByGroupId(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- deleteAuthority() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- deleteAuthority(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 删除模块的权限
- deleteAuthority(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- deleteAuthorityByLikeGroupId(String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据用户组groupId,删除用户组时,删除用户组中的角色定制的权限(防止冗余数据)
- deleteAuthorityByLikeGroupId(String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- deleteAuthorityByRoleId(String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据角色ID删除该角色的所有权限,包括以角色ID结尾的:autoForId like .roleId
(当一个角色删除时,他的授权记录全部删除)
- deleteAuthorityByRoleId(String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- deleteAuthorityOfCustom(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 删除用户组中角色定制的权限,恢复初始化状态(角色默认状态)
- deleteAuthorityOfCustom(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- deleteByRoleId(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 根据角色ID删除角色和用户组的关联关系
(当一个角色删除是,用户组中的角色也应该跟着消失,否则会有冗余数据)
- deleteByRoleId(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- deleteConfig(PreferenceConfig) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- deleteConfig(String) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- deleteConfig(PreferenceConfig) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 删除 PreferenceConfig 对象
- deleteConfig(String) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 删除 PreferenceConfig 对象 by configKey
- deleteConfig(PreferenceConfig) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- deleteConfig(String) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- deleteConfig(PreferenceConfig) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 删除 PreferenceConfig 对象
- deleteConfig(String) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 删除 PreferenceConfig 对象 by configKey
- deleteDataLevelAuthority(String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 删除模块定制的数据级别授权
- deleteDataLevelAuthority(String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 删除用户组的某个角色所有模块数据级别的定制
- deleteDataLevelAuthority(String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 删除数据级别权限
- deleteDataLevelAuthority(String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- deleteDataLevelAuthority(String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- deleteDataLevelAuthority(String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- deleteDataLevelAuthorityByGroupId(String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 删除用户组所有数据级别定制(删除用户组的时候用)
- deleteDataLevelAuthorityByGroupId(String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- deleteDataLevelAuthorityByRoleId(String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 删除角色所有定制的数据级别权限(角色删除的时候用)
- deleteDataLevelAuthorityByRoleId(String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- deleteGroup() -
类 gboat2.web.action.GroupAction 中的方法
- 删除用户组
- deleteMapperById() -
类 gboat2.web.action.UserAction 中的方法
- 根据id删除mapper
- deleteOperation() -
类 gboat2.web.action.ResourceAction 中的方法
- 删除指定节点中指定的操作
- deleteOperation(Operation) -
类 gboat2.web.business.impl.OperationBusinessImpl 中的方法
-
- deleteOperation(Operation) -
接口 gboat2.web.business.IOperationBusiness 中的方法
-
- deleteOperationAuthority() -
类 gboat2.web.action.AuthorityAction 中的方法
- 删除操作权限
- deleteOperationAuthority(String, String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 删除角色对模块的操作权限
- deleteOperationAuthority(String, String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- deleteOperations(List<Operation>) -
类 gboat2.web.business.impl.OperationBusinessImpl 中的方法
-
- deleteOperations(List<Operation>) -
接口 gboat2.web.business.IOperationBusiness 中的方法
-
- deleteOperationsByResourceId(String) -
类 gboat2.web.business.impl.OperationBusinessImpl 中的方法
-
- deleteOperationsByResourceId(String) -
接口 gboat2.web.business.IOperationBusiness 中的方法
- 删除某个resource的所有操作
- deleteResource() -
类 gboat2.web.action.ResourceAction 中的方法
- 删除节点,其子节点被挂在被删节点的父节点下
- deleteResource(Resource) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- deleteResource(Resource) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 删除节点,其子节点被挂在被删节点的父节点下
- deleteURGOMapperBy(String, String, String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- deleteURGOMapperBy(String, String, String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据参数删除用户的角色
- deleteURGOMapperBy(String, String, String, String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- deleteURGOMapperBy(String, String, String, String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据参数删除用户的角色
- deleteURGOMapperByUserId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- deleteURGOMapperByUserId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据用户id删除mapper
- deleteURGOMapperByUserId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- deleteURGOMapperByUserId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据参数删除用户的角色相关配置参数
- deleteUserByLoginId(String) -
类 gboat2.web.service.impl.SystemOrganServiceImpl 中的方法
- 根据登录名称删除user,供业务系统存储用户数据时调用
- deleteUserByLoginId(String) -
接口 gboat2.web.service.IOrganizationService 中的方法
- 根据登录名称删除user,供业务系统存储用户数据时调用
- deleteUserByOrganId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- deleteUserByOrganId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 删除组织结构下的所有User
- deleteUserByOrganId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- deleteUserByOrganId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据organId, 删除用户以及 参数关联关系
- deleteUserRoleGroupOrgan() -
类 gboat2.web.action.UserAction 中的方法
- 删除user,同时删除用户,角色,用户组,组织机构关联表相关数据
- deleteUserRoleGroupOrganByUserId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- deleteUserRoleGroupOrganByUserId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 删除用户,角色-组 等相关信息,包括user本身
- design() -
类 gboat2.web.action.MetadataAction 中的方法
-
- desktop() -
类 gboat2.web.action.GIndexAction 中的方法
-
E
- EncryptUtil - gboat2.web.util 中的 类
-
- EncryptUtil() -
类 gboat2.web.util.EncryptUtil 的构造方法
-
- ERROR_MESSAGE_DISABLED_USER -
类 gboat2.web.Constants 中的静态变量
- "\u7528\u6237\u5df2\u88ab\u7981\u7528"
- ERROR_MESSAGE_NO_AUTHORITY -
类 gboat2.web.Constants 中的静态变量
- "\u7528\u6237\u6ca1\u6709\u6743\u9650"
- ERROR_MESSAGE_NO_USER -
类 gboat2.web.Constants 中的静态变量
- "\u7528\u6237\u4e0d\u5b58\u5728"
- ERROR_MESSAGE_OVER_TIME_USER -
类 gboat2.web.Constants 中的静态变量
- "\u7528\u6237\u5df2\u8fc7\u671f"
- ERROR_MESSAGE_PASSWORD_NULL -
类 gboat2.web.Constants 中的静态变量
- "\u8bf7\u586b\u5199\u5bc6\u7801"
- ERROR_MESSAGE_SELECT_STSTUS -
类 gboat2.web.Constants 中的静态变量
- "\u8bf7\u9009\u62e9\u7528\u6237\u8eab\u4efd"
- ERROR_MESSAGE_USERNAME_NULL -
类 gboat2.web.Constants 中的静态变量
- "\u8bf7\u586b\u5199\u7528\u6237\u540d"
- ERROR_MESSAGE_WRONG_PASSWORD -
类 gboat2.web.Constants 中的静态变量
- "\u7528\u6237\u540d\u5bc6\u7801\u4e0d\u5339\u914d"
- execute() -
类 gboat2.web.action.BlankAction 中的方法
-
- execute() -
类 gboat2.web.action.ForwardAction 中的方法
-
- execute() -
类 gboat2.web.action.GIndexAction 中的方法
-
- execute() -
类 gboat2.web.action.GrepAction 中的方法
-
F
- fetchMsgs(UserSession, int) -
接口 gboat2.web.service.IWidgetService 中的方法
- 获取桌面控件的显示消息
- findAllAuthForIdBySysIdAndRoleId(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得系统中,权限定制过的用户组(非继承)
- findAllAuthForIdBySysIdAndRoleId(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findAllAuthResOfParentByRoleCode(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得角色权限下的导航树
- findAllAuthResOfParentByRoleCode(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findAllAuthResOfParentByRoleCode(String, String) -
接口 gboat2.web.service.IAuthorityService 中的方法
- 取得角色权限下的导航树
- findAllAuthResOfParentByRoleCode(String, String) -
类 gboat2.web.service.impl.AuthorityServiceImpl 中的方法
-
- findAllByGroupId(String) -
接口 gboat2.web.business.IGroupOrganBusiness 中的方法
- 查找该组的所有组织机构
- findAllByGroupId(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 得到该组的所有角色
- findAllByGroupId(String) -
类 gboat2.web.business.impl.GroupOrganBusinessImpl 中的方法
-
- findAllByGroupId(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- findAllByGroupIdToMap(String) -
接口 gboat2.web.business.IGroupOrganBusiness 中的方法
- 将得到的该组的组织机构转化成map形式
- findAllByGroupIdToMap(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 将该组所有的角色list转化为map形式
- findAllByGroupIdToMap(String) -
类 gboat2.web.business.impl.GroupOrganBusinessImpl 中的方法
-
- findAllByGroupIdToMap(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- findAllDataLevel() -
类 gboat2.web.action.GroupAction 中的方法
-
- findAllDataLevel() -
接口 gboat2.web.business.IDataLevelBusiness 中的方法
- 当前系统的datalevel
- findAllDataLevel() -
类 gboat2.web.business.impl.DataLevelBusinessImpl 中的方法
- 当前系统的datalevel
- findAllGroup() -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findAllGroup() -
接口 gboat2.web.service.IRoleService 中的方法
- 获取所有用户组
- findAllGroupOfCustom() -
类 gboat2.web.action.RoleAction 中的方法
-
- findAllOrganDefine() -
类 gboat2.web.business.impl.OrganDefineBusinessImpl 中的方法
-
- findAllOrganDefine() -
接口 gboat2.web.business.IOrganDefineBusiness 中的方法
- 查询所有组织机构定义
- findAllRole() -
类 gboat2.web.business.impl.RoleBusinessImpl 中的方法
-
- findAllRole() -
接口 gboat2.web.business.IRoleBusiness 中的方法
- 取得当前的所以角色
- findAllRole() -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findAllRole() -
接口 gboat2.web.service.IRoleService 中的方法
- 获取所有角色
- findAllRoleByGroupCode(String) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findAllRoleByGroupCode(String) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据groupCode取得该组的所有角色
- findAllRoleByGroupId(String) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findAllRoleByGroupId(String) -
接口 gboat2.web.service.IRoleService 中的方法
- 获取某用户组下的所有角色
- findAllRoleName() -
类 gboat2.web.business.impl.RoleBusinessImpl 中的方法
-
- findAllRoleName() -
接口 gboat2.web.business.IRoleBusiness 中的方法
- 取得当前的所有角色名称
- findAllRoleName() -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findAllRoleName() -
接口 gboat2.web.service.IRoleService 中的方法
- 获取所有角色名称
- findAuthoritiesByAuthForId(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据角色id,获得其所有的权限
判断是否为某角色或用户组角色分配权限
(不考虑useStatus,useStatus只有用户组中使用0)
- findAuthoritiesByAuthForId(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findBrothersAuthorityForResource(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 获得当前模块的兄弟模块(角色拥有的)
- findBrothersAuthorityForResource(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findDataLevelAuthority(String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 根据groupId,roleId,resId取得数据级别授权
- findDataLevelAuthority(String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 根据groupId,roleId,resId取得数据级别授权
- findDataLevelAuthority(String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
- 根据groupId,roleId,resId取得数据级别授权
- findDataLevelAuthority(String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- findDataLevelForRoleOfGroup() -
类 gboat2.web.action.GroupAction 中的方法
-
- findDataLevelForRoleOfGroup(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 查找用户组角色对模块的数据级别
- findDataLevelForRoleOfGroup(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findDataLevelForUser() -
类 gboat2.web.action.UserAction 中的方法
-
- findDataLevelForUser(String, String, String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- findDataLevelForUser(String, String, String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 取得登录用户对模块的数据级别
- findGroupByGroupCode(String) -
接口 gboat2.web.business.IGroupBusiness 中的方法
- 根据groupCode取得group
- findGroupByGroupCode(String) -
类 gboat2.web.business.impl.GroupBusinessImpl 中的方法
-
- findGroupByRole(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 查找该角色隶属于的所有用户组
- findGroupByRole(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- findGroupRoleVOByGRID(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 根据groupId得到角色
- findGroupRoleVOByGRID(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- findGroupTypeBySession(UserSession) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findGroupTypeBySession(UserSession) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据session判断组类型
- findInfoOfGroup() -
类 gboat2.web.action.GroupAction 中的方法
- 初始化用户组编辑页面
- findInfoOfGroup(String) -
接口 gboat2.web.business.IGroupBusiness 中的方法
- 编辑或添加group时,准备信息:角色和组织机构及数据级别
- findInfoOfGroup(String) -
类 gboat2.web.business.impl.GroupBusinessImpl 中的方法
-
- findOperationsForResource() -
类 gboat2.web.action.RoleAction 中的方法
- 取得指定模块的操作(初始化多选按钮)
- findOperationsForResource(String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得指定模块的所有操作
- findOperationsForResource(String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findOperationsForRole() -
类 gboat2.web.action.GroupAction 中的方法
-
- findOperationsForRole() -
类 gboat2.web.action.RoleAction 中的方法
- 取得当前角色的指定模块的操作(回填多选按钮)
- findOperationsForRole(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 获得角色对某个模块的操作
- findOperationsForRole(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findOperationsForRoleOfGroup() -
类 gboat2.web.action.GroupAction 中的方法
- 用于回填
- findOperationsForRoleOfGroup() -
类 gboat2.web.action.UserAction 中的方法
-
- findOperationsForRoleOfGroup(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得用户组角色对模块的所有操作
- findOperationsForRoleOfGroup(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findOperationsForUser() -
类 gboat2.web.action.UserAction 中的方法
-
- findOperationsForUser(String, String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得登录用户对某个模块所拥有的操作
- findOperationsForUser(String, String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findResourceForRole() -
类 gboat2.web.action.GroupAction 中的方法
- 用户组角色拥有的权限,用于回填
- findResourceForRole() -
类 gboat2.web.action.RoleAction 中的方法
- 取得当前角色的所有权限(回填角色树)
- findResourceForUser() -
类 gboat2.web.action.UserAction 中的方法
-
- findResourceForUser(String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- findResourceForUser(String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 取得用户的权限list。
- findResourceOfSystemByAuthForId(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据authForId和systemId取得相应的权限list
1、authForId=roleId 角色权限
2、authForId=groupId.roleId 组角色权限
3、authForId=groupId.roleId.userId 登录用户权限
- findResourceOfSystemByAuthForId(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findResourceTree() -
类 gboat2.web.action.RoleAction 中的方法
- 得到所有的模块,初始化模块树(初始化角色树)
- findResourceTreeForRole() -
类 gboat2.web.action.GroupAction 中的方法
- 取得角色的权限树,用于组角色权限设置
- findResourceTreeForRoleOfGroup() -
类 gboat2.web.action.UserAction 中的方法
-
- findResourceTreeForRoleOfGroup(String, String) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- findResourceTreeForRoleOfGroup(String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- findResourceTreeForRoleOfGroup(String, String) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
- 取得角色的权限树[用的了缓存]
- findResourceTreeForRoleOfGroup(String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 取得组角色的权限树
- findResourceTreeForRoleOfGroup(String, String) -
类 gboat2.web.service.impl.ShortcutServiceImpl 中的方法
-
- findResourceTreeForRoleOfGroup(String, String) -
接口 gboat2.web.service.IShortcutService 中的方法
- 取得角色的权限树[用的了缓存]
- findResourceTreeForRoleOfGroupForRes(String, String, boolean) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得角色的某个模块的权限树(包含该模块)
- findResourceTreeForRoleOfGroupForRes(String, String, boolean) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findResourceTreeForRoleOfGroupForRes(String, String, boolean) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- findResourceTreeForRoleOfGroupForRes(String, String, boolean) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
- 取得角色的某个模块的权限树(包含改模块)[用的了缓存]
- findResourceTreeForRoleOfGroupOfSystem(String, String, boolean) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得组角色的权限树
- findResourceTreeForRoleOfGroupOfSystem(String, String, boolean) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findResourceTreeForRoleOfSystem(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 取得角色的权限树(配置给这个roleId(可能是roleId也肯是groupId.roleId)的所有权限),
返回的resource对象为一下格式
{resName:"",msg:"",resId:"",children:[]}真正的数据时从children中读出来的,
其他的为自定义的附加数据(resName,msg等等),这些数据不会影响前端树形结构的显示
- findResourceTreeForRoleOfSystem(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- findRoleByRoleCode(String) -
类 gboat2.web.business.impl.RoleBusinessImpl 中的方法
-
- findRoleByRoleCode(String) -
接口 gboat2.web.business.IRoleBusiness 中的方法
- 根据角色code查询角色
- findRoleByRoleCode(String) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findRoleByRoleCode(String) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据角色code查询角色
- findRoleByRoleName(String) -
类 gboat2.web.business.impl.RoleBusinessImpl 中的方法
-
- findRoleByRoleName(String) -
接口 gboat2.web.business.IRoleBusiness 中的方法
- 根据角色名查询角色
- findRoleByRoleName(String) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findRoleByRoleName(String) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据角色名获取角色对象
- findRoleOfGroup(String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 取得用户组的所有角色
- findRoleOfGroup(String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- findRoleTypeBySession(UserSession) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findRoleTypeBySession(UserSession) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据session判断角色类型
- findSysCfg() -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
- 已过时。
- findSysCfg() -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 已过时。
- findSysCfgById(String) -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- findSysCfgById(String) -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 根据Id取得系统信息
- findSysCfgById(String) -
类 gboat2.web.service.impl.SystemConfigServiceImpl 中的方法
-
- findSysCfgById(String) -
接口 gboat2.web.service.ISystemConfigService 中的方法
- 根据Id取得系统信息
- findSystemTypeBySession(UserSession) -
类 gboat2.web.service.impl.RoleServiceImpl 中的方法
-
- findSystemTypeBySession(UserSession) -
接口 gboat2.web.service.IRoleService 中的方法
- 根据session判断系统类型
- findThemeCfg() -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- findThemeCfg() -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 取得主题的配置文件
key:themeId
value:SystemTheme
- fineGroupRole() -
类 gboat2.web.action.GroupRoleAction 中的方法
-
- ForwardAction - gboat2.web.action 中的 类
- 系统首页转发
- ForwardAction() -
类 gboat2.web.action.ForwardAction 的构造方法
-
G
- G2WEB_CACHE_CATALOG -
类 gboat2.web.Constants 中的静态变量
- gboat2.web 的缓存 catalog
- gboat2.web - 软件包 gboat2.web
-
- gboat2.web.action - 软件包 gboat2.web.action
-
- gboat2.web.business - 软件包 gboat2.web.business
-
- gboat2.web.business.impl - 软件包 gboat2.web.business.impl
-
- gboat2.web.exception - 软件包 gboat2.web.exception
-
- gboat2.web.model - 软件包 gboat2.web.model
-
- gboat2.web.service - 软件包 gboat2.web.service
-
- gboat2.web.service.impl - 软件包 gboat2.web.service.impl
-
- gboat2.web.util - 软件包 gboat2.web.util
-
- gboat2.web.validate - 软件包 gboat2.web.validate
-
- gboat2.web.validators - 软件包 gboat2.web.validators
-
- GBOAT2_SYSTEM_ID -
类 gboat2.web.Constants 中的静态变量
- 平台的系统ID:"gboat2"
- GBOAT2_WEB -
类 gboat2.web.Constants 中的静态变量
- 本 bundle 的名称:"gboat2.web"
- getActionClass() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getActionClass() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- getActionClass() -
类 gboat2.web.model.Resource 中的方法
-
- getActionName() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getActionName() -
类 gboat2.web.action.PropertyAction 中的方法
-
- getAllGroup() -
接口 gboat2.web.business.IGroupBusiness 中的方法
- 取得所有的组
- getAllGroup() -
类 gboat2.web.business.impl.GroupBusinessImpl 中的方法
-
- getAllIcons() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- getAllOrgans() -
类 gboat2.web.action.GroupAction 中的方法
-
- getAllResource() -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getAllResource() -
接口 gboat2.web.business.IResourceBusiness 中的方法
-
- getAllRoles() -
类 gboat2.web.action.GroupAction 中的方法
-
- getAllShortcutImgs(File) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getAllShortcutImgs(File) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getAllSysCfg() -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getAllSysCfg() -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 获取所有的系统配置项
- getAllSystemConfig() -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getAllSystemConfig() -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 获取所有的系统配置项
- getAllSystemConfig() -
类 gboat2.web.service.impl.SystemConfigServiceImpl 中的方法
-
- getAllSystemConfig() -
接口 gboat2.web.service.ISystemConfigService 中的方法
- 获取所有的系统配置项
- getAnnotatedResources() -
类 gboat2.web.action.ResourceAction 中的方法
- 根据过滤条件获取所有被注解的action
- getAnnotatedResources(String, String, String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getAnnotatedResources(String, String, String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 根据条件模糊查询所有被注解的Action类,条件为空时,表示查询所有
- getAuth(String) -
类 gboat2.web.service.impl.UserAuthServiceImpl 中的方法
- 外部系统权限:此处假实现
- getAuth(String) -
接口 gboat2.web.service.IUserAuthService 中的方法
- TODO
- getAuthForId() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getAuthForId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getAuthForId() -
类 gboat2.web.action.UserAction 中的方法
-
- getAuthForId() -
类 gboat2.web.model.Authority 中的方法
-
- getAuthForId() -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- getAuthForId() -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- getAuthForId() -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- getAuthForId() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getAuthForId() -
类 gboat2.web.model.SystemAuthorityResourceVO 中的方法
-
- getAuthId() -
类 gboat2.web.model.Authority 中的方法
-
- getAuthId() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getAuthorityByStatus(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据用户身份获取权限
- getAuthorityByStatus(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getAuthorityDataLevelResource(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据groupId,roleId获取AuthorityDataLevelResourceVO
- getAuthorityDataLevelResource(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getAuthorityOperationResource(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据authForId获取AuthorityOperationResourceVO
- getAuthorityOperationResource(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getAuthorityResourceByStatus(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 根据用户身份获取可操作的模块VO
- getAuthorityResourceByStatus(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getAuthorityWidgetList() -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- getAuthsByLevel(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 获取指定角色或用户组权限中的指定层(即:指定的parentId)
- getAuthsByLevel(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getBundle() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getBundle() -
类 gboat2.web.model.Resource 中的方法
-
- getBundle(String) -
类 gboat2.web.util.BundleUtil 中的静态方法
- 根据bunlde SymbolicName 取 bundle实例
- getBundleName() -
类 gboat2.web.action.PropertyAction 中的方法
-
- getBundleSymble() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getCategory() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getChildren() -
类 gboat2.web.model.Resource 中的方法
-
- getChildrenByParentId(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getChildrenByParentId(String, String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getChildrenByParentId(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 获取指定节点的孩子, 需要注意顶层节点为root节点时,此方法是不能区分系统的
- getChildrenByParentId(String, String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 获取指定节点及系统的的孩子节点,如果父节点为root节点时,可以有systemId区分
- getClassNames() -
类 gboat2.web.action.GrepAction 中的方法
-
- getCommitTime() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getCommitTime() -
类 gboat2.web.model.User 中的方法
-
- getConfigId() -
类 gboat2.web.model.RoleNavMode 中的方法
-
- getConfigKey() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getConfigType() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getConfigValue() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getContent() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getContentMetadata() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getCopyedId() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getCount() -
类 gboat2.web.action.WidgetAction 中的方法
-
- getCreateDate() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getCurrentStretch() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getCurrentTheme() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getCurrentWallpaper() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getDataLevel() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- getDataLevel() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getDataLevelId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getDataLevelId() -
类 gboat2.web.action.UserAction 中的方法
-
- getDataStatus() -
类 gboat2.web.model.Version 中的方法
-
- getDateTime() -
类 gboat2.web.util.IPTimeStamp 中的方法
-
- getDefaultDataLevel() -
类 gboat2.web.model.Group 中的方法
-
- getDefaultTheme() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getDefaultUserAuthServiceImpl() -
类 gboat2.web.action.LoginAction 中的方法
- 有定制验证需求的用户需要此方法:目前使用平台提供的默认实现类
- getDeleteable() -
类 gboat2.web.model.User 中的方法
-
- getDeniedPriority() -
类 gboat2.web.action.LoginAction 中的方法
-
- getDeniedPriority(HttpServletRequest) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
- 获取session权限表中对应的权限禁止表,即:如果权限表中有某个action的权限,则该action中所有被注解的method除去权限表中的method就为该
action的禁止表
- getDeniedPriority(HttpServletRequest) -
接口 gboat2.web.service.ISessionService 中的方法
- 获取session权限表中对应的权限禁止表,即:如果权限表中有某个action的权限,则该action中所有被注解的method除去权限表中的method就为该
action的禁止表
- getDesc() -
枚举 gboat2.web.model.ConfigCategory 中的方法
-
- getDesc() -
枚举 gboat2.web.model.GroupType 中的方法
-
- getDesc() -
枚举 gboat2.web.model.RoleType 中的方法
-
- getDesc() -
枚举 gboat2.web.model.SystemType 中的方法
-
- getDescription() -
类 gboat2.web.model.DataLevel 中的方法
-
- getDescription() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getDescription() -
类 gboat2.web.model.Role 中的方法
-
- getDescription() -
类 gboat2.web.model.User 中的方法
-
- getDevMode() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getDisabled() -
类 gboat2.web.model.Resource 中的方法
-
- getDispOrder() -
类 gboat2.web.model.Resource 中的方法
-
- getEndTime() -
类 gboat2.web.model.User 中的方法
-
- getErrorMessage() -
类 gboat2.web.action.GrepAction 中的方法
-
- getErrorMessage() -
类 gboat2.web.action.LoginAction 中的方法
-
- getExtjsFilenameSuffix() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getExtJSVer() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getExtJSVer() -
类 gboat2.web.action.LoginAction 中的方法
-
- getFileName() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getGroupByCode(String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- getGroupByCode(String) -
接口 gboat2.web.service.ISessionService 中的方法
-
- getGroupCode() -
类 gboat2.web.action.GroupAction 中的方法
-
- getGroupCode() -
类 gboat2.web.model.Auth 中的方法
-
- getGroupCode() -
类 gboat2.web.model.Group 中的方法
-
- getGroupCode() -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- getGroupCode() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getGroupId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getGroupId() -
类 gboat2.web.action.LoginAction 中的方法
-
- getGroupId() -
类 gboat2.web.action.UserAction 中的方法
-
- getGroupId() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- getGroupId() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getGroupId() -
类 gboat2.web.model.Group 中的方法
-
- getGroupId() -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- getGroupId() -
类 gboat2.web.model.GroupOrganVO 中的方法
-
- getGroupId() -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- getGroupId() -
类 gboat2.web.model.Shortcut 中的方法
-
- getGroupId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getGroupId() -
类 gboat2.web.model.UserURGOMapperVO 中的方法
-
- getGroupName() -
类 gboat2.web.model.Group 中的方法
-
- getGroupName() -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- getGroupName() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getGroupOrganByGroupId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getGroupOrganByGroupId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据groupId获取用户组授权组织机构
- getGroupOrganId() -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- getGroupRoleId() -
类 gboat2.web.action.UserAction 中的方法
-
- getGroupRoleId() -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- getGroups() -
类 gboat2.web.action.UserAction 中的方法
-
- getIcon() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getIconUrl() -
类 gboat2.web.model.Shortcut 中的方法
-
- getId() -
类 gboat2.web.model.Widget 中的方法
-
- getId() -
接口 gboat2.web.service.IWidgetService 中的方法
- 取得标记本服务的唯一(不能与本服务的其他实现类返回的id重复)标识,本标识是可持久化的,如:可以用类名作为类的唯一标识
- getImg() -
类 gboat2.web.model.SystemTheme 中的方法
-
- getIndexUrl() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getInheritFlag() -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- getInheritFrom() -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- getInputValue() -
类 gboat2.web.action.GroupRoleAction 中的方法
-
- getInstance() -
类 gboat2.web.util.CXFClient 中的静态方法
-
- getInvokeMethod() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getInvokeMethod() -
类 gboat2.web.action.PropertyAction 中的方法
-
- getIp() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getIPTimeStampRand() -
类 gboat2.web.util.IPTimeStamp 中的方法
-
- getIsDesktopMode() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getIsInitMetadata() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getJsEntry() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getLeaf() -
类 gboat2.web.model.Resource 中的方法
-
- getLevelCode() -
类 gboat2.web.model.DataLevel 中的方法
-
- getLevelId() -
类 gboat2.web.model.DataLevel 中的方法
-
- getLevelName() -
类 gboat2.web.model.DataLevel 中的方法
-
- getLoginBundleName() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getLoginId() -
类 gboat2.web.action.UserAction 中的方法
-
- getLoginId() -
类 gboat2.web.model.User 中的方法
-
- getLoginId() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getMainMenu() -
类 gboat2.web.model.Resource 中的方法
-
- getMapperId() -
类 gboat2.web.action.LoginAction 中的方法
-
- getMapperId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getMapperVOByUserId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getMapperVOByUserId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据用户id获取VO
- getMapperVOByUserId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getMapperVOByUserId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据用户id获取VO
- getMaxOrderWithParent(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getMaxOrderWithParent(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 获取指定父节点的所有子节点的最大排序值
- getMemo() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getMetadataFromDB(URL, String) -
接口 gboat2.web.business.IMetadataBusiness 中的方法
-
- getMetadataFromDB(URL, String) -
类 gboat2.web.business.impl.MetadataBusinessImpl 中的方法
-
- getMetadataId() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getMetaDataStatus() -
类 gboat2.web.action.MetadataAction 中的方法
-
- getModuleName() -
类 gboat2.web.model.Resource 中的方法
-
- getMoveId() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getName() -
类 gboat2.web.action.GrepAction 中的方法
-
- getName() -
类 gboat2.web.model.Shortcut 中的方法
-
- getNamespace() -
类 gboat2.web.action.LoginAction 中的方法
-
- getNavMode(String, String) -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getNavMode(String, String) -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 获取为指定角色在系统下定义的显示模式
- getNavMode() -
类 gboat2.web.model.RoleNavMode 中的方法
-
- getNavMode() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getOldPassword() -
类 gboat2.web.action.UserAction 中的方法
-
- getOpenParams() -
类 gboat2.web.action.LoginAction 中的方法
-
- getOpenUrl() -
类 gboat2.web.action.LoginAction 中的方法
-
- getOperaId() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getOperaId() -
类 gboat2.web.model.Authority 中的方法
-
- getOperasByActionClass() -
类 gboat2.web.action.ResourceAction 中的方法
- 取得指定action中,所有被注解的operation
- getOperasByResourceId() -
类 gboat2.web.action.ResourceAction 中的方法
- 获取指定节点的所有操作
- getOperation() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getOperationCode() -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- getOperationCode() -
类 gboat2.web.model.Operation 中的方法
-
- getOperationId() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getOperationId() -
类 gboat2.web.model.Operation 中的方法
-
- getOperationName() -
类 gboat2.web.model.Operation 中的方法
-
- getOperations() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getOperations(BaseActionSupport) -
类 gboat2.web.service.impl.ResourceOperationProvider 中的方法
-
- getOperationsByActionClass(String, String) -
类 gboat2.web.business.impl.OperationBusinessImpl 中的方法
-
- getOperationsByActionClass(String, String) -
接口 gboat2.web.business.IOperationBusiness 中的方法
- 获取action中,被注解的所有Operation,该Operation未被持久化过
- getOperationsByResourceId(String) -
类 gboat2.web.business.impl.OperationBusinessImpl 中的方法
-
- getOperationsByResourceId(String) -
接口 gboat2.web.business.IOperationBusiness 中的方法
- 获取已经持久化的某个节点的操作
- getOperationsOfResource(String) -
类 gboat2.web.service.impl.ResourceServiceImpl 中的方法
-
- getOperationsOfResource(String) -
接口 gboat2.web.service.IResourceService 中的方法
- 获取模块定义的所有操作
- getOrgan(String) -
类 gboat2.web.service.impl.SystemOrganServiceImpl 中的方法
- 组织机构信息提供:
- getOrgan(String) -
接口 gboat2.web.service.IOrganizationService 中的方法
- 组织机构信息提供:
- getOrganDefId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getOrganDefineId() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getOrganDefineName() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getOrganDefineShowName() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getOrganId() -
类 gboat2.web.action.UserAction 中的方法
-
- getOrganId() -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- getOrganId() -
类 gboat2.web.model.Organ 中的方法
-
- getOrganId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getOrganName() -
类 gboat2.web.action.UserAction 中的方法
-
- getOrganName() -
类 gboat2.web.model.Organ 中的方法
-
- getOrganName() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getOrganName() -
类 gboat2.web.model.UserURGOMapperVO 中的方法
-
- getOrgans(int, int) -
类 gboat2.web.service.impl.SystemOrganServiceImpl 中的方法
- 组织机构列表提供
- getOrgans(int, int) -
接口 gboat2.web.service.IOrganizationService 中的方法
- 组织机构列表提供
- getOrganType() -
类 gboat2.web.model.Organ 中的方法
-
- getOrganType() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getOrgId() -
类 gboat2.web.model.Auth 中的方法
-
- getOuterService(Class<T>) -
类 gboat2.web.validate.AbstractValidator 中的方法
-
- getPageAppMode(UserSession) -
类 gboat2.web.action.LoginAction 中的方法
- 获取页面登录对象
- getPageAppMode() -
类 gboat2.web.model.Profile 中的方法
-
- getPageAppMode() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getParameter(String) -
类 gboat2.web.util.ParameterUtil 中的静态方法
- 初始化参数或者获得参数的值
- getParameterByCode(String) -
类 gboat2.web.util.ParameterUtil 中的静态方法
- 根据code
- getParentId() -
类 gboat2.web.model.Resource 中的方法
-
- getParentId() -
类 gboat2.web.model.Role 中的方法
-
- getPassword() -
类 gboat2.web.action.LoginAction 中的方法
-
- getPassword() -
类 gboat2.web.action.UserAction 中的方法
-
- getPassword() -
类 gboat2.web.model.User 中的方法
-
- getPasswordModify() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getPasswordModify() -
类 gboat2.web.model.User 中的方法
-
- getPreferenceConfigByKey(String) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- getPreferenceConfigByKey(String) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 获取参数配置服务 基础通用 表对象
- getPreferenceConfigByKey(String) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- getPreferenceConfigByKey(String) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 获取参数配置服务 基础通用 表对象
- getPreferenceConfigListByType(String) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- getPreferenceConfigListByType(String) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 根据配置类型,获取配置对象列表
- getPreferenceConfigListByType(String) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- getPreferenceConfigListByType(String) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 根据配置类型,获取配置对象列表
- getPreferenceConfigValueByKey(String) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- getPreferenceConfigValueByKey(String) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 获取参数配置服务 的具体 value值
- getPreferenceConfigValueByKey(String) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- getPreferenceConfigValueByKey(String) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 获取参数配置服务 的具体 value值
- getPreviousSibling(Resource) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getPreviousSibling(Resource) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 获取指定节点的前一兄弟节点
- getProfileByUserId(String) -
类 gboat2.web.business.impl.ProfileBusinessImpl 中的方法
-
- getProfileByUserId(String) -
接口 gboat2.web.business.IProfileBusiness 中的方法
- 根据用户id获取用户配置信息
- getProfileId() -
类 gboat2.web.model.Profile 中的方法
-
- getRecordTime() -
类 gboat2.web.model.Version 中的方法
-
- getResCode() -
类 gboat2.web.model.Resource 中的方法
-
- getResFilter() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getResId() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getResId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getResId() -
类 gboat2.web.action.RoleAction 中的方法
-
- getResId() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- getResId() -
类 gboat2.web.action.UserAction 中的方法
-
- getResId() -
类 gboat2.web.model.Authority 中的方法
-
- getResId() -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- getResId() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getResId() -
类 gboat2.web.model.Operation 中的方法
-
- getResId() -
类 gboat2.web.model.Resource 中的方法
-
- getResId() -
类 gboat2.web.model.Shortcut 中的方法
-
- getResName() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getResName() -
类 gboat2.web.model.Resource 中的方法
-
- getResName() -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- getResourceByCode(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getResourceByCode(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 根据节点编码获取节点(模块)
- getResourceById(String) -
类 gboat2.web.service.impl.ResourceServiceImpl 中的方法
-
- getResourceById(String) -
接口 gboat2.web.service.IResourceService 中的方法
- 根据模块主键获取模块
- getResourceByResname(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getResourceByResname(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
-
- getResourceByUrl(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getResourceByUrl(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
-
- getResourceOfBundle(String, String) -
类 gboat2.web.util.BundleUtil 中的静态方法
- 取得指定bundle下的资源
- getResourcesByUrl(String) -
类 gboat2.web.service.impl.ResourceServiceImpl 中的方法
-
- getResourcesByUrl(String) -
接口 gboat2.web.service.IResourceService 中的方法
- 根据模块路径获取模块
- getResourcesTree(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getResourcesTree(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 取得所有resource组成的树形结构,其中跟节点resName为"root",没有特别的意义
- getResUrl() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getResUrl() -
类 gboat2.web.model.Resource 中的方法
-
- getResUrl() -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- getRoleByCode(String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- getRoleByCode(String) -
接口 gboat2.web.service.ISessionService 中的方法
-
- getRoleCode() -
类 gboat2.web.action.RoleAction 中的方法
-
- getRoleCode() -
类 gboat2.web.model.Auth 中的方法
-
- getRoleCode() -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- getRoleCode() -
类 gboat2.web.model.Role 中的方法
-
- getRoleCode() -
类 gboat2.web.model.RoleNavMode 中的方法
-
- getRoleCode() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getRoleCount() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getRoleId() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getRoleId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getRoleId() -
类 gboat2.web.action.LoginAction 中的方法
-
- getRoleId() -
类 gboat2.web.action.RoleAction 中的方法
-
- getRoleId() -
类 gboat2.web.action.UserAction 中的方法
-
- getRoleId() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- getRoleId() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getRoleId() -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- getRoleId() -
类 gboat2.web.model.Role 中的方法
-
- getRoleId() -
类 gboat2.web.model.Shortcut 中的方法
-
- getRoleId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getRoleId() -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- getRoleList() -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- getRoleName() -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- getRoleName() -
类 gboat2.web.model.Role 中的方法
-
- getRoleName() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getRoleName() -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- getService(Class<T>) -
类 gboat2.web.validate.AbstractValidator 中的方法
-
- getServiceAddr() -
类 gboat2.web.action.UserAction 中的方法
-
- getServiceAddr() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getServiceId() -
类 gboat2.web.action.WidgetAction 中的方法
-
- getServiceType() -
类 gboat2.web.action.UserAction 中的方法
-
- getServiceType() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getShortcutByResId(String) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getShortcutByResId(String) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getShortcutByUserId(String) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getShortcutByUserId(String) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getShortcutId() -
类 gboat2.web.model.Shortcut 中的方法
-
- getShortcutResourceByResId(String) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getShortcutResourceByResId(String) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getShortcutResourceByUser(UserSession, List<AuthorityResourceVO>) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getShortcutResourceByUser(UserSession, List<AuthorityResourceVO>) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getShortcutResourceByUserId(String) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getShortcutResourceByUserId(String) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
-
- getSingleton() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getSingleton() -
类 gboat2.web.model.Resource 中的方法
-
- getSingleton() -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- getStatus() -
类 gboat2.web.model.OrganDefine 中的方法
-
- getStatus() -
类 gboat2.web.model.Resource 中的方法
-
- getStatus() -
类 gboat2.web.model.User 中的方法
-
- getStretch() -
类 gboat2.web.action.ProfileAction 中的方法
-
- getStretch() -
类 gboat2.web.model.Profile 中的方法
-
- getSuperTree(URL) -
类 gboat2.web.business.impl.ShortcutBusinessImpl 中的方法
-
- getSuperTree(URL) -
接口 gboat2.web.business.IShortcutBusiness 中的方法
- 通过读取文件,生成super的权限树
- getSysCfg() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getSystemButtons(BaseActionSupport, String) -
类 gboat2.web.service.impl.MetadataEditSystemButtonProviderImpl 中的方法
-
- getSystemButtons(BaseActionSupport, String) -
类 gboat2.web.service.impl.PropertySystemButtonProviderImpl 中的方法
-
- getSystemByIndexUrl(String) -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getSystemByIndexUrl(String) -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 根据首页地址获取系统配置
- getSystemByIndexUrl(String) -
类 gboat2.web.service.impl.SystemConfigServiceImpl 中的方法
-
- getSystemByIndexUrl(String) -
接口 gboat2.web.service.ISystemConfigService 中的方法
- 根据首页地址获取系统配置
- getSystemConfig(String) -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getSystemConfig(String) -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
- 根据Id取得系统信息
- getSystemConfig(String) -
类 gboat2.web.service.impl.SystemConfigServiceImpl 中的方法
-
- getSystemConfig(String) -
接口 gboat2.web.service.ISystemConfigService 中的方法
- 根据Id取得系统信息
- getSystemCount() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getSystemFlag() -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- getSystemId() -
类 gboat2.web.action.AuthorityAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.GroupAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.LoginAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.RoleAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- getSystemId() -
类 gboat2.web.action.UserAction 中的方法
-
- getSystemId() -
类 gboat2.web.model.Authority 中的方法
-
- getSystemId() -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- getSystemId() -
类 gboat2.web.model.Organ 中的方法
-
- getSystemId() -
类 gboat2.web.model.Resource 中的方法
-
- getSystemId() -
类 gboat2.web.model.RoleNavMode 中的方法
-
- getSystemId() -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- getSystemId() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getSystemId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getSystemId() -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- getSystemList() -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- getSystemName() -
类 gboat2.web.model.SystemConfig 中的方法
-
- getSystemName() -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- getSystems() -
类 gboat2.web.action.ForwardAction 中的方法
-
- getSystemsOfRole(String) -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 中的方法
-
- getSystemsOfRole(String) -
接口 gboat2.web.business.ISystemConfigBusiness 中的方法
-
- getTargetIndex() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getTargetParentId() -
类 gboat2.web.action.ResourceAction 中的方法
-
- getTemplate() -
类 gboat2.web.model.Operation 中的方法
-
- getText() -
类 gboat2.web.model.SystemTheme 中的方法
-
- getTheme() -
类 gboat2.web.action.ProfileAction 中的方法
-
- getTheme() -
类 gboat2.web.model.Profile 中的方法
-
- getTheme() -
类 gboat2.web.model.SystemTheme 中的方法
-
- getThemeId() -
类 gboat2.web.model.SystemTheme 中的方法
-
- getTimeStamp() -
类 gboat2.web.util.IPTimeStamp 中的方法
-
- getTitle() -
类 gboat2.web.model.Widget 中的方法
-
- getTitle() -
接口 gboat2.web.service.IWidgetService 中的方法
- widget服务标题
- getTopLevelAuths(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 获取指定角色或用户组权限中的最顶层模块
- getTopLevelAuths(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- getTopLevelResources(String) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
-
- getTopLevelResources(String) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 获取所有parentId为0的节点
- getType() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getType() -
类 gboat2.web.model.Resource 中的方法
-
- getType() -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- getURGOMapper(String, String, String, String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getURGOMapper(String, String, String, String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 获取用户的身份对象
- getURGOMapperByOrganId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getURGOMapperByOrganId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据organId (企业ID),获取用户身份列表
- getURGOMapperByOrganId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getURGOMapperByOrganId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据organId (企业ID),获取用户身份列表
- getURGOMapperByUserId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getURGOMapperByUserId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据用户id获取用户身份列表
- getURGOMapperByUserId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getURGOMapperByUserId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据用户id获取用户身份列表
- getUserByEnterpriseId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getUserByEnterpriseId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据企业Id获取用户信息
- getUserByLoginId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getUserByLoginId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据loginId获取用户信息
- getUserByLoginId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getUserByLoginId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据loginId获取用户信息
- getUserByUserId(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getUserByUserId(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据userId获取用户信息
- getUserByUserId(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getUserByUserId(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据userId获取用户信息
- getUserGroupOrganMapperById(String) -
类 gboat2.web.business.impl.UserBusinessImpl 中的方法
-
- getUserGroupOrganMapperById(String) -
接口 gboat2.web.business.IUserBusiness 中的方法
- 根据主键id,获取用户身份对象(UserGroupOrganMapper)
- getUserGroupOrganMapperById(String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- getUserGroupOrganMapperById(String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据主键id,获取用户身份对象(UserGroupOrganMapper)
- getUserId() -
类 gboat2.web.action.UserAction 中的方法
-
- getUserId() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getUserId() -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- getUserId() -
类 gboat2.web.model.Profile 中的方法
-
- getUserId() -
类 gboat2.web.model.Shortcut 中的方法
-
- getUserId() -
类 gboat2.web.model.User 中的方法
-
- getUserId() -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- getUsername() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getUsername() -
类 gboat2.web.action.LoginAction 中的方法
-
- getUserNameEn() -
类 gboat2.web.model.User 中的方法
-
- getUserNameZh() -
类 gboat2.web.model.User 中的方法
-
- getUserNameZh() -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- getUserNavMod() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getUserSession() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getUserStatus() -
类 gboat2.web.action.LoginAction 中的方法
-
- getUseStatus() -
类 gboat2.web.model.Authority 中的方法
-
- getUseStatus() -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- getUseStatus() -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- getUseStatus() -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- getUseStatus() -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- getUseStatus() -
类 gboat2.web.model.SystemAuthorityResourceVO 中的方法
-
- getV() -
类 gboat2.web.action.GIndexAction 中的方法
-
- getValueByCode(String) -
类 gboat2.web.util.ParameterUtil 中的静态方法
- 根据code 获取参数值
- getVersionCode() -
类 gboat2.web.business.impl.VersionMgrBusinessImpl 中的方法
-
- getVersionCode() -
接口 gboat2.web.business.IVersionMgrBusiness 中的方法
- 获取最新版本编码(无版本信息时返回空字符串)
- getVersionCode() -
类 gboat2.web.model.Version 中的方法
-
- getVersionCode() -
类 gboat2.web.service.impl.VersionMgrServiceImpl 中的方法
-
- getVersionCode() -
接口 gboat2.web.service.IVersionMrgService 中的方法
- 获取最新有效版本编码,无版本信息返回空字符串
- getVersionComment() -
类 gboat2.web.model.Version 中的方法
-
- getVersionId() -
类 gboat2.web.model.Version 中的方法
-
- getViewPage() -
类 gboat2.web.action.PropertyAction 中的方法
-
- getVisible() -
类 gboat2.web.model.User 中的方法
-
- getWacId() -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- getWallpaper() -
类 gboat2.web.action.ProfileAction 中的方法
-
- getWallPaper() -
类 gboat2.web.model.Profile 中的方法
-
- getWidgetConfig(UserSession) -
接口 gboat2.web.service.IWidgetService 中的方法
- 获取显示本服务消息的前端widget组件配置信息
- getWidgetIds() -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- getWidgetList() -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- getWidgetNames() -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- getWidgetService(String) -
类 gboat2.web.util.WidgetServiceTracker 中的静态方法
- 获取指定id的服务
- getWidgetServices() -
类 gboat2.web.util.WidgetServiceTracker 中的静态方法
- 获取所有IWidgetService的实现 ,由于服务时动态的,不要缓存本方法返回的结果
- GIndexAction - gboat2.web.action 中的 类
- gboat.web的首页面Action
- GIndexAction() -
类 gboat2.web.action.GIndexAction 的构造方法
-
- GrepAction - gboat2.web.action 中的 类
-
- GrepAction() -
类 gboat2.web.action.GrepAction 的构造方法
-
- Group - gboat2.web.model 中的 类
-
- Group() -
类 gboat2.web.model.Group 的构造方法
-
- GroupAction - gboat2.web.action 中的 类
- 用户组管理
- GroupAction() -
类 gboat2.web.action.GroupAction 的构造方法
-
- groupAuthority() -
类 gboat2.web.action.GroupAction 中的方法
-
- groupAuthority() -
类 gboat2.web.action.RoleAction 中的方法
-
- GroupBusinessImpl - gboat2.web.business.impl 中的 类
-
- GroupBusinessImpl() -
类 gboat2.web.business.impl.GroupBusinessImpl 的构造方法
-
- GroupOrganBusinessImpl - gboat2.web.business.impl 中的 类
-
- GroupOrganBusinessImpl() -
类 gboat2.web.business.impl.GroupOrganBusinessImpl 的构造方法
-
- GroupOrganMapper - gboat2.web.model 中的 类
-
- GroupOrganMapper() -
类 gboat2.web.model.GroupOrganMapper 的构造方法
-
- GroupOrganVO - gboat2.web.model 中的 类
- 用户组,角色VO
- GroupOrganVO() -
类 gboat2.web.model.GroupOrganVO 的构造方法
-
- GroupRoleAction - gboat2.web.action 中的 类
-
- GroupRoleAction() -
类 gboat2.web.action.GroupRoleAction 的构造方法
-
- GroupRoleBusinessImpl - gboat2.web.business.impl 中的 类
-
- GroupRoleBusinessImpl() -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 的构造方法
-
- GroupRoleMapper - gboat2.web.model 中的 类
-
- GroupRoleMapper() -
类 gboat2.web.model.GroupRoleMapper 的构造方法
-
- GroupRoleVO - gboat2.web.model 中的 类
- 用户组,角色VO
- GroupRoleVO() -
类 gboat2.web.model.GroupRoleVO 的构造方法
-
- GroupType - gboat2.web.model 中的 枚举
- 角色类型
此枚举与数据库中组code对应,修改时请同步修改
H
- hasAuthorityOfCurrentWidget(String, String, String) -
类 gboat2.web.business.impl.WidgetAuthorityConfigBusinessImpl 中的方法
-
- hasAuthorityOfCurrentWidget(String, String, String) -
接口 gboat2.web.business.IWidgetAuthorityConfigBusiness 中的方法
-
- hasCodeByCode(String) -
类 gboat2.web.util.ParameterUtil 中的静态方法
- 判断是否已经存在code
- hasMsg(UserSession) -
接口 gboat2.web.service.IWidgetService 中的方法
- 是否有消息需要显示
- headerData() -
类 gboat2.web.action.GIndexAction 中的方法
-
- headerMetadata() -
类 gboat2.web.action.GIndexAction 中的方法
-
I
- IAuthorityBusiness - gboat2.web.business 中的 接口
- 授权操作
- IAuthorityService - gboat2.web.service 中的 接口
- 权限服务类
- ICacheAssistBusiness - gboat2.web.business 中的 接口
- 缓存的辅助类,用来封装一些自己的辅助方法
- IDataLevelAuthorityBusiness - gboat2.web.business 中的 接口
- 数据级别授权管理
- IDataLevelBusiness - gboat2.web.business 中的 接口
-
- IGroupBusiness - gboat2.web.business 中的 接口
-
- IGroupOrganBusiness - gboat2.web.business 中的 接口
-
- IGroupRoleBusiness - gboat2.web.business 中的 接口
-
- ILoginBusiness - gboat2.web.business 中的 接口
-
- IMetadataBusiness - gboat2.web.business 中的 接口
-
- init() -
类 gboat2.web.service.AbstractUserAuthService 中的方法
- 功能:初始化方法
复写此方法可完成此服务的一些初始化操作:比如扩展的验证器
eg.
- initEdit() -
类 gboat2.web.action.RoleAction 中的方法
-
- initEdit() -
类 gboat2.web.action.VersionMgrAction 中的方法
-
- initEdit() -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- initEditUserAuth() -
类 gboat2.web.action.UserAction 中的方法
- 初始化用户权限编辑页的准备数据
- initList(Map<String, Object>) -
类 gboat2.web.action.MetadataAction 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.web.action.ParameterAction 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.web.action.ShortcutAction 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.web.action.UserAction 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.web.action.VersionMgrAction 中的方法
-
- initSave() -
类 gboat2.web.action.MetadataAction 中的方法
-
- initSave() -
类 gboat2.web.action.ResourceAction 中的方法
-
- initSave() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- initSave() -
类 gboat2.web.action.SystemConfigAction 中的方法
-
- initSave() -
类 gboat2.web.action.VersionMgrAction 中的方法
-
- insertDataLevelAuthority(String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
-
- insertDataLevelAuthority(String, String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 添加数据级别权限
- insertDataLevelAuthority(String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- insertDataLevelAuthority(String, String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- IOperationBusiness - gboat2.web.business 中的 接口
- TODO
- IOrganDefineBusiness - gboat2.web.business 中的 接口
-
- IOrganizationService - gboat2.web.service 中的 接口
- 组织机构接口
- IPreferenceConfigBusiness - gboat2.web.business 中的 接口
- 首选项 参数配置服务 接口
- IPreferenceConfigService - gboat2.web.service 中的 接口
- 首选项 参数配置外部服务 接口
- IProfileBusiness - gboat2.web.business 中的 接口
- 用户
- IPTimeStamp - gboat2.web.util 中的 类
-
- IPTimeStamp() -
类 gboat2.web.util.IPTimeStamp 的构造方法
-
- IPTimeStamp(String) -
类 gboat2.web.util.IPTimeStamp 的构造方法
-
- IResourceBusiness - gboat2.web.business 中的 接口
-
- IResourceService - gboat2.web.service 中的 接口
-
- IRoleBusiness - gboat2.web.business 中的 接口
-
- IRoleService - gboat2.web.service 中的 接口
- 角色服务,提供角色的相关操作
- isAuthorityCustomize(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 权限是否定制过
authForId形式:
--roleId时判断角色是否定制过权限
--groupId.roleId时判断用户组角色是否定制过权限
--groupId.roleId.userId时判断用户是否定制过权限
- isAuthorityCustomize(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- isAuthorityCustomize(String, String) -
接口 gboat2.web.service.IAuthorityService 中的方法
- 权限是否定制过
authForId形式:
--roleId时判断角色是否定制过权限
--groupId.roleId时判断用户组角色是否定制过权限
--groupId.roleId.userId时判断用户是否定制过权限
- isAuthorityCustomize(String, String) -
类 gboat2.web.service.impl.AuthorityServiceImpl 中的方法
-
- ISessionService - gboat2.web.service 中的 接口
- 用户登录服务
- IShortcutBusiness - gboat2.web.business 中的 接口
-
- IShortcutService - gboat2.web.service 中的 接口
-
- isNeedToVerify(String, String) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 是否需要进行单位状态有效验证
符合以下条件的才进行验证: 1.登陆GBMP系统 2.身份所属组是招标代理或者投标人
- isNeedToVerify(String, String) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- isNeedToVerifyByGroup(String) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 根据用户组判断其是否需要进行有效性验证
- isNeedToVerifyByGroup(String) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
- 根据用户组判断其是否需要进行有效性验证
用于切换系统时验证
- isValidateCA(String, String) -
类 gboat2.web.action.LoginAction 中的方法
- 判断CA锁是否在有效期内
- isVerifySuccess(String) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 企业是否有效
- isVerifySuccess(String) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- ISystemConfigBusiness - gboat2.web.business 中的 接口
-
- ISystemConfigService - gboat2.web.service 中的 接口
- 提供 系统配置的service接口
- IUserAuthService - gboat2.web.service 中的 接口
- 外部用户与内部用户继承此接口 实现校验与权限匹配
- IUserBusiness - gboat2.web.business 中的 接口
- 用户
- IUserService - gboat2.web.service 中的 接口
- 组织机构接口
- IValidate - gboat2.web.validate 中的 接口
- 平台验证接口
- IVersionMgrBusiness - gboat2.web.business 中的 接口
- 版本信息服务
- IVersionMrgService - gboat2.web.service 中的 接口
- 版本信息服务
- IWidgetAuthorityConfigBusiness - gboat2.web.business 中的 接口
- 当前系统当前角色是否有widget权限
- IWidgetService - gboat2.web.service 中的 接口
- 桌面小控件服务接口,各个实现本接口
L
- loadNavigationMenuToSession(UserSession, UserGroupOrganMapper) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- loadNavigationMenuToSession(UserSession, UserGroupOrganMapper) -
接口 gboat2.web.service.ISessionService 中的方法
- 获取用户导航菜单树,存放到userSession中
- LOCAL_BUNDLE -
类 gboat2.web.Activator 中的静态变量
-
- logger -
类 gboat2.web.action.WidgetAction 中的静态变量
-
- LOGGER -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的静态变量
-
- logger -
类 gboat2.web.util.WidgetServiceTracker 中的静态变量
-
- login() -
类 gboat2.web.action.LoginAction 中的方法
- 登陆
- login(String, String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- login(String, String, String, String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- login(User, UserGroupOrganMapper, String) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- login(User, UserGroupOrganMapper) -
类 gboat2.web.service.impl.SessionServiceImpl 中的方法
-
- login(String, String) -
接口 gboat2.web.service.ISessionService 中的方法
-
- login(String, String, String, String) -
接口 gboat2.web.service.ISessionService 中的方法
-
- login(User, UserGroupOrganMapper, String) -
接口 gboat2.web.service.ISessionService 中的方法
-
- login(User, UserGroupOrganMapper) -
接口 gboat2.web.service.ISessionService 中的方法
- 用户登录,将在多个系统的权限整合
- LoginAction - gboat2.web.action 中的 类
- 用户登录
- LoginAction() -
类 gboat2.web.action.LoginAction 的构造方法
-
- LoginBusinessImpl - gboat2.web.business.impl 中的 类
- 登陆业务类
- LoginBusinessImpl() -
类 gboat2.web.business.impl.LoginBusinessImpl 的构造方法
-
- logout() -
类 gboat2.web.action.LoginAction 中的方法
-
M
- main(String[]) -
类 gboat2.web.util.EncryptUtil 中的静态方法
-
- md5(String) -
类 gboat2.web.util.EncryptUtil 中的静态方法
-
- MENU_TREE_CACHE_CATALOG -
类 gboat2.web.Constants 中的静态变量
- 导航菜单
- menuTree() -
类 gboat2.web.action.ShortcutAction 中的方法
- 菜单树
- MetadataAction - gboat2.web.action 中的 类
- 元数据视图编辑
- MetadataAction() -
类 gboat2.web.action.MetadataAction 的构造方法
-
- MetadataBusinessImpl - gboat2.web.business.impl 中的 类
-
- MetadataBusinessImpl() -
类 gboat2.web.business.impl.MetadataBusinessImpl 的构造方法
-
- MetadataEditSystemButtonProviderImpl - gboat2.web.service.impl 中的 类
- 注册web bundle中的系统级按钮提供器
- MetadataEditSystemButtonProviderImpl() -
类 gboat2.web.service.impl.MetadataEditSystemButtonProviderImpl 的构造方法
-
- moveResource() -
类 gboat2.web.action.ResourceAction 中的方法
- 移动某个节点到新的父节点下
- moveResource(String, String, int) -
类 gboat2.web.business.impl.ResourceBusinessImpl 中的方法
- 移动节点
- moveResource(String, String, int) -
接口 gboat2.web.business.IResourceBusiness 中的方法
- 移动节点
N
- NomalUserValidateException - gboat2.web.exception 中的 异常
-
- NomalUserValidateException() -
异常 gboat2.web.exception.NomalUserValidateException 的构造方法
-
- NomalUserValidateException(String, Throwable) -
异常 gboat2.web.exception.NomalUserValidateException 的构造方法
-
- NomalUserValidateException(String) -
异常 gboat2.web.exception.NomalUserValidateException 的构造方法
-
- NomalUserValidateException(Throwable) -
异常 gboat2.web.exception.NomalUserValidateException 的构造方法
-
- NomalUserValidator - gboat2.web.validators 中的 类
- 普通用户验证
- NomalUserValidator(BundleContext) -
类 gboat2.web.validators.NomalUserValidator 的构造方法
-
- normal() -
类 gboat2.web.action.GIndexAction 中的方法
-
- NotNullValidator - gboat2.web.validators 中的 类
- 非空验证
- NotNullValidator(BundleContext) -
类 gboat2.web.validators.NotNullValidator 的构造方法
-
O
- open(BundleContext) -
类 gboat2.web.util.WidgetServiceTracker 中的静态方法
- 开启服务跟踪,使用者必须保证在调用服务获取方法
WidgetServiceTracker.getWidgetServices()
之前调用
- Operation - gboat2.web.model 中的 类
-
- Operation() -
类 gboat2.web.model.Operation 的构造方法
-
- OperationBusinessImpl - gboat2.web.business.impl 中的 类
- TODO
- OperationBusinessImpl() -
类 gboat2.web.business.impl.OperationBusinessImpl 的构造方法
-
- Organ - gboat2.web.model 中的 类
- 组织机构
- Organ() -
类 gboat2.web.model.Organ 的构造方法
-
- Organ(String, String, String, String) -
类 gboat2.web.model.Organ 的构造方法
-
- OrganDefine - gboat2.web.model 中的 类
- 组织定义
- OrganDefine() -
类 gboat2.web.model.OrganDefine 的构造方法
-
- OrganDefineAction - gboat2.web.action 中的 类
- 组织定义
- OrganDefineAction() -
类 gboat2.web.action.OrganDefineAction 的构造方法
-
- OrganDefineBusinessImpl - gboat2.web.business.impl 中的 类
-
- OrganDefineBusinessImpl() -
类 gboat2.web.business.impl.OrganDefineBusinessImpl 的构造方法
-
- outputRolesBeforeLogin(List<UserRoleGroupOrganVO>) -
类 gboat2.web.action.LoginAction 中的方法
- 把登陆前的角色信息输出到页面
P
- PAGE_APP_MODE_DESKTOP -
类 gboat2.web.Constants 中的静态变量
- 桌面模式:"1"
- PAGE_APP_MODE_NORMAL -
类 gboat2.web.Constants 中的静态变量
- 传统模式:"2"
- ParameterAction - gboat2.web.action 中的 类
- 平台级参数配置
- ParameterAction() -
类 gboat2.web.action.ParameterAction 的构造方法
-
- ParameterUtil - gboat2.web.util 中的 类
- 参数工具类
- password() -
类 gboat2.web.action.UserAction 中的方法
- 跳转到修改密码的页面
- passwordConfirm() -
类 gboat2.web.action.UserAction 中的方法
- 动态验证密码是否和原来的密码相同
接收SID,判断SID是否存在,存在则使用SID获取用户信息,不存在则通过session获取用户信息
- passwordModify() -
类 gboat2.web.action.UserAction 中的方法
- 修改密码
- passwordModifyByUser() -
类 gboat2.web.action.UserAction 中的方法
- 用户修改密码功能
- postDelete() -
类 gboat2.web.action.MetadataAction 中的方法
-
- postDelete() -
类 gboat2.web.action.RoleAction 中的方法
-
- postDelete() -
类 gboat2.web.action.ShortcutAction 中的方法
-
- postDelete() -
类 gboat2.web.action.SystemConfigAction 中的方法
-
- postList(Page) -
类 gboat2.web.action.UserAction 中的方法
-
- postList(Page) -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
- 处理widget字段
- postProcessDeleteGroup(String) -
接口 gboat2.web.business.IGroupBusiness 中的方法
- 删除组的时候,处理后续关联操作
- postProcessDeleteGroup(String) -
类 gboat2.web.business.impl.GroupBusinessImpl 中的方法
-
- postSave() -
类 gboat2.web.action.MetadataAction 中的方法
-
- postSave() -
类 gboat2.web.action.ResourceAction 中的方法
-
- postSave() -
类 gboat2.web.action.SystemConfigAction 中的方法
-
- preference() -
类 gboat2.web.action.PreferenceAction 中的方法
- 获取元数据
- PreferenceAction - gboat2.web.action 中的 类
- 首选项配置中心
- PreferenceAction() -
类 gboat2.web.action.PreferenceAction 的构造方法
-
- PreferenceConfig - gboat2.web.model 中的 类
- 首选项 参数配置服务 基础通用 表
- PreferenceConfig() -
类 gboat2.web.model.PreferenceConfig 的构造方法
-
- PreferenceConfigBusinessImpl - gboat2.web.business.impl 中的 类
- 首选项 参数配置服务实现
- PreferenceConfigBusinessImpl() -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 的构造方法
-
- PreferenceConfigServiceImpl - gboat2.web.service.impl 中的 类
- 首选项 参数配置外部服务 实现
- PreferenceConfigServiceImpl() -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 的构造方法
-
- preferences() -
类 gboat2.web.action.PreferenceAction 中的方法
-
- PRIORITY_CACHE_CATALOG -
类 gboat2.web.Constants 中的静态变量
- 用户组角色权限
- privilegeCheckServiceByMethodCode(Map<?, ?>, Bundle) -
类 gboat2.web.service.impl.SessionPrivilegeCheckServiceImpl 中的方法
-
- privilegeCheckServiceByMethodName(Map<?, ?>, Bundle) -
类 gboat2.web.service.impl.SessionPrivilegeCheckServiceImpl 中的方法
-
- PrivilegeException - gboat2.web.service 中的 异常
- 用户权限异常
- PrivilegeException() -
异常 gboat2.web.service.PrivilegeException 的构造方法
-
- PrivilegeException(String) -
异常 gboat2.web.service.PrivilegeException 的构造方法
-
- PrivilegeException(Exception) -
异常 gboat2.web.service.PrivilegeException 的构造方法
-
- Profile - gboat2.web.model 中的 类
- 用户桌面信息
- Profile() -
类 gboat2.web.model.Profile 的构造方法
-
- ProfileAction - gboat2.web.action 中的 类
- 用户桌面配置
- ProfileAction() -
类 gboat2.web.action.ProfileAction 的构造方法
-
- ProfileBusinessImpl - gboat2.web.business.impl 中的 类
-
- ProfileBusinessImpl() -
类 gboat2.web.business.impl.ProfileBusinessImpl 的构造方法
-
- PropertyAction - gboat2.web.action 中的 类
- 属性查看
- PropertyAction() -
类 gboat2.web.action.PropertyAction 的构造方法
-
- PropertySystemButtonProviderImpl - gboat2.web.service.impl 中的 类
- 查看页面属性的系统级操作
- PropertySystemButtonProviderImpl() -
类 gboat2.web.service.impl.PropertySystemButtonProviderImpl 的构造方法
-
R
- reLoginForTimeout() -
类 gboat2.web.action.LoginAction 中的方法
- 因为登录超时,重新登录
- removeCacheOfMenuTree(String, String) -
接口 gboat2.web.business.ICacheAssistBusiness 中的方法
- 模块的权限改变时,清除导航树的缓存 (某个角色下的所有模块的导航树)
- removeCacheOfMenuTree(String, String) -
类 gboat2.web.business.impl.CacheAssistantImpl 中的方法
-
- removeCacheOfPriority(String, String) -
接口 gboat2.web.business.ICacheAssistBusiness 中的方法
- 配置权限的时候,将登录的时候缓存下来的权限删除掉
- removeCacheOfPriority(String, String) -
类 gboat2.web.business.impl.CacheAssistantImpl 中的方法
- 配置权限的时候,将登录的时候缓存下来的权限删除掉
- removeValidator(AbstractValidator) -
类 gboat2.web.service.AbstractUserAuthService 中的方法
- 移除自己的验证
- resetMetaData() -
类 gboat2.web.action.MetadataAction 中的方法
-
- Resource - gboat2.web.model 中的 类
-
- Resource() -
类 gboat2.web.model.Resource 的构造方法
-
- RESOURCE_PARAMS -
类 gboat2.web.service.impl.ResourceOperationProvider 中的静态变量
-
- ResourceAction - gboat2.web.action 中的 类
- 模块管理
- ResourceAction() -
类 gboat2.web.action.ResourceAction 的构造方法
-
- ResourceBusinessImpl - gboat2.web.business.impl 中的 类
-
- ResourceBusinessImpl() -
类 gboat2.web.business.impl.ResourceBusinessImpl 的构造方法
-
- ResourceException - gboat2.web.exception 中的 异常
-
- ResourceException(String) -
异常 gboat2.web.exception.ResourceException 的构造方法
-
- ResourceOperationProvider - gboat2.web.service.impl 中的 类
-
- ResourceOperationProvider() -
类 gboat2.web.service.impl.ResourceOperationProvider 的构造方法
-
- ResourceServiceImpl - gboat2.web.service.impl 中的 类
-
- ResourceServiceImpl() -
类 gboat2.web.service.impl.ResourceServiceImpl 的构造方法
-
- Role - gboat2.web.model 中的 类
-
- Role() -
类 gboat2.web.model.Role 的构造方法
-
- RoleAction - gboat2.web.action 中的 类
- 角色管理
- RoleAction() -
类 gboat2.web.action.RoleAction 的构造方法
-
- RoleBusinessImpl - gboat2.web.business.impl 中的 类
-
- RoleBusinessImpl() -
类 gboat2.web.business.impl.RoleBusinessImpl 的构造方法
-
- RoleNavMode - gboat2.web.model 中的 类
- 角色导航方式配置
- RoleNavMode() -
类 gboat2.web.model.RoleNavMode 的构造方法
-
- rolesBeforeLogin() -
类 gboat2.web.action.LoginAction 中的方法
- 采用ajax模式登陆前,取得登陆角色
- RoleServiceImpl - gboat2.web.service.impl 中的 类
- 角色服务实现类
- RoleServiceImpl() -
类 gboat2.web.service.impl.RoleServiceImpl 的构造方法
-
- rolesOfUser() -
类 gboat2.web.action.RoleAction 中的方法
- 取得用户的角色,为用户切换角色所用
- RoleType - gboat2.web.model 中的 枚举
- 角色类型
此枚举与数据库中角色code对应,修改时请同步修改
S
- saveGroup() -
类 gboat2.web.action.GroupAction 中的方法
- 保存用户组
- saveGroupOrgan(String, String) -
接口 gboat2.web.business.IGroupOrganBusiness 中的方法
- 保存该组的组织机构
- saveGroupOrgan(String, String) -
类 gboat2.web.business.impl.GroupOrganBusinessImpl 中的方法
-
- saveGroupRole(String, String) -
接口 gboat2.web.business.IGroupRoleBusiness 中的方法
- 保存某组的角色
- saveGroupRole(String, String) -
类 gboat2.web.business.impl.GroupRoleBusinessImpl 中的方法
-
- saveOrUpdate(ContentMetadata) -
接口 gboat2.web.business.IMetadataBusiness 中的方法
- 保存或更新元数据文件
- saveOrUpdate(ContentMetadata) -
类 gboat2.web.business.impl.MetadataBusinessImpl 中的方法
-
- saveOrUpdateProfile() -
类 gboat2.web.action.ProfileAction 中的方法
-
- saveRoleAndOrganOfGroup(String, String[], String[]) -
接口 gboat2.web.business.IGroupBusiness 中的方法
- 保存组的时候,保存角色和组织机构
- saveRoleAndOrganOfGroup(String, String[], String[]) -
类 gboat2.web.business.impl.GroupBusinessImpl 中的方法
-
- saveUser() -
类 gboat2.web.action.UserAction 中的方法
- 保存user,同时保存用户,角色,用户组,组织机构关联表相关数据
- searchOrgans(int, int, String) -
类 gboat2.web.service.impl.SystemOrganServiceImpl 中的方法
- 组织机构模糊检索提供
- searchOrgans(int, int, String) -
接口 gboat2.web.service.IOrganizationService 中的方法
- 组织机构模糊检索提供
- SessionPrivilegeCheckServiceImpl - gboat2.web.service.impl 中的 类
- 操作权限验证服务的实现类
- SessionPrivilegeCheckServiceImpl() -
类 gboat2.web.service.impl.SessionPrivilegeCheckServiceImpl 的构造方法
-
- SessionServiceImpl - gboat2.web.service.impl 中的 类
-
- SessionServiceImpl() -
类 gboat2.web.service.impl.SessionServiceImpl 的构造方法
-
- setActionClass(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setActionClass(String) -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- setActionClass(String) -
类 gboat2.web.model.Resource 中的方法
-
- setActionName(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setActionName(String) -
类 gboat2.web.action.PropertyAction 中的方法
-
- setAllOrgans(String[]) -
类 gboat2.web.action.GroupAction 中的方法
-
- setAllRoles(String[]) -
类 gboat2.web.action.GroupAction 中的方法
-
- setAuthForId(String) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setAuthForId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setAuthForId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.Authority 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setAuthForId(String) -
类 gboat2.web.model.SystemAuthorityResourceVO 中的方法
-
- setAuthId(String) -
类 gboat2.web.model.Authority 中的方法
-
- setAuthId(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setAuthority() -
类 gboat2.web.action.AuthorityAction 中的方法
- 设置模块权限
- setAuthority(String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 设置模块的权限
- setAuthority(String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- setAuthorityWidgetList(List<String>) -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- setBundle(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setBundle(String) -
类 gboat2.web.model.Resource 中的方法
-
- setBundleSymble(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setCategory(ConfigCategory) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setChildren(List<Resource>) -
类 gboat2.web.model.Resource 中的方法
-
- setCommitTime(Date) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setCommitTime(Date) -
类 gboat2.web.model.User 中的方法
-
- setConfigId(String) -
类 gboat2.web.model.RoleNavMode 中的方法
-
- setConfigKey(String) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setConfigType(String) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setConfigValue(String) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setContent(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setContentMetadata(ContentMetadata) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setCopyedId(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setCount(int) -
类 gboat2.web.action.WidgetAction 中的方法
-
- setCreateDate(Date) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setDataLevel() -
类 gboat2.web.action.GroupAction 中的方法
-
- setDataLevel() -
类 gboat2.web.action.UserAction 中的方法
-
- setDataLevel(String) -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- setDataLevel(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setDataLevelAuthority(String, String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 设置数据级别权限
- setDataLevelAuthority(String, String, String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 设置数据级别权限
- setDataLevelAuthority(String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
-
- setDataLevelAuthority(String, String, String, String, String) -
接口 gboat2.web.business.IDataLevelAuthorityBusiness 中的方法
- 设置数据界别
- setDataLevelAuthority(String, String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- setDataLevelAuthority(String, String, String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- setDataLevelAuthority(String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- setDataLevelAuthority(String, String, String, String, String) -
类 gboat2.web.business.impl.DataLevelAuthorityBusinessImpl 中的方法
-
- setDataLevelId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setDataLevelId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setDataStatus(String) -
类 gboat2.web.model.Version 中的方法
-
- setDefaultDataLevel(String) -
类 gboat2.web.model.Group 中的方法
-
- setDefaultTheme(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setDeleteable(String) -
类 gboat2.web.model.User 中的方法
-
- setDescription(String) -
类 gboat2.web.model.DataLevel 中的方法
-
- setDescription(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setDescription(String) -
类 gboat2.web.model.Role 中的方法
-
- setDescription(String) -
类 gboat2.web.model.User 中的方法
-
- setDisabled(boolean) -
类 gboat2.web.model.Resource 中的方法
-
- setDispOrder(double) -
类 gboat2.web.model.Resource 中的方法
-
- setEndTime(Date) -
类 gboat2.web.model.User 中的方法
-
- setErrorMessage(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setExtJSVer(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setFileName(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setGroupCode(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setGroupCode(String) -
类 gboat2.web.model.Auth 中的方法
-
- setGroupCode(String) -
类 gboat2.web.model.Group 中的方法
-
- setGroupCode(String) -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- setGroupCode(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setGroupId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setGroupId(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setGroupId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.Group 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.GroupOrganVO 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setGroupId(String) -
类 gboat2.web.model.UserURGOMapperVO 中的方法
-
- setGroupName(String) -
类 gboat2.web.model.Group 中的方法
-
- setGroupName(String) -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- setGroupName(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setGroupOrganId(String) -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- setGroupRoleId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setGroupRoleId(String) -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- setIcon(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setIconUrl(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setId(String) -
类 gboat2.web.model.Widget 中的方法
-
- setImg(String) -
类 gboat2.web.model.SystemTheme 中的方法
-
- setIndexUrl(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setInheritFlag(String) -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- setInheritFrom(String) -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- setInitMetadata(boolean) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setInputValue(String) -
类 gboat2.web.action.GroupRoleAction 中的方法
-
- setInvokeMethod(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setInvokeMethod(String) -
类 gboat2.web.action.PropertyAction 中的方法
-
- setLeaf(boolean) -
类 gboat2.web.model.Resource 中的方法
-
- setLevelCode(String) -
类 gboat2.web.model.DataLevel 中的方法
-
- setLevelId(String) -
类 gboat2.web.model.DataLevel 中的方法
-
- setLevelName(String) -
类 gboat2.web.model.DataLevel 中的方法
-
- setLoginBundleName(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setLoginId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setLoginId(String) -
类 gboat2.web.model.User 中的方法
-
- setLoginId(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setMainMenu(Boolean) -
类 gboat2.web.model.Resource 中的方法
-
- setMapperId(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setMapperId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setMemo(String) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setMetadataId(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setMetaDataStatus(String) -
类 gboat2.web.action.MetadataAction 中的方法
-
- setModuleName(String) -
类 gboat2.web.model.Resource 中的方法
-
- setMoveId(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setName(String) -
类 gboat2.web.action.GrepAction 中的方法
-
- setName(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setNamespace(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setNavMode(String) -
类 gboat2.web.model.RoleNavMode 中的方法
-
- setNavMode(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setOldPassword(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setOpenParams(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setOpenUrl(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setOperaId(String) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setOperaId(String) -
类 gboat2.web.model.Authority 中的方法
-
- setOperation(String[]) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setOperationAuthority() -
类 gboat2.web.action.AuthorityAction 中的方法
- 设置操作权限
- setOperationCode(String) -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- setOperationCode(String) -
类 gboat2.web.model.Operation 中的方法
-
- setOperationId(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setOperationId(String) -
类 gboat2.web.model.Operation 中的方法
-
- setOperationName(String) -
类 gboat2.web.model.Operation 中的方法
-
- setOperations(String[]) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setOperationsAuthority(String, String, String) -
接口 gboat2.web.business.IAuthorityBusiness 中的方法
- 设置角色对模块的操作权限
- setOperationsAuthority(String, String, String) -
类 gboat2.web.business.impl.AuthorityBusinessImpl 中的方法
-
- setOrganDefId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setOrganDefineId(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setOrganDefineName(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setOrganDefineShowName(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setOrganId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setOrganId(String) -
类 gboat2.web.model.GroupOrganMapper 中的方法
-
- setOrganId(String) -
类 gboat2.web.model.Organ 中的方法
-
- setOrganId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setOrganName(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setOrganName(String) -
类 gboat2.web.model.Organ 中的方法
-
- setOrganName(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setOrganName(String) -
类 gboat2.web.model.UserURGOMapperVO 中的方法
-
- setOrganType(String) -
类 gboat2.web.model.Organ 中的方法
-
- setOrganType(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setOrgId(String) -
类 gboat2.web.model.Auth 中的方法
-
- setPageAppMode(String) -
类 gboat2.web.model.Profile 中的方法
-
- setPageAppMode(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setParentId(String) -
类 gboat2.web.model.Resource 中的方法
-
- setParentId(String) -
类 gboat2.web.model.Role 中的方法
-
- setPassword(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setPassword(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setPassword(String) -
类 gboat2.web.model.User 中的方法
-
- setPasswordModify(String) -
类 gboat2.web.model.User 中的方法
-
- setProfileId(String) -
类 gboat2.web.model.Profile 中的方法
-
- setRecordTime(Date) -
类 gboat2.web.model.Version 中的方法
-
- setResCode(String) -
类 gboat2.web.model.Resource 中的方法
-
- setResFilter(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setResId(String) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setResId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setResId(String) -
类 gboat2.web.action.RoleAction 中的方法
-
- setResId(String) -
类 gboat2.web.action.ShortcutAction 中的方法
-
- setResId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setResId(String) -
类 gboat2.web.model.Authority 中的方法
-
- setResId(String) -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- setResId(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setResId(String) -
类 gboat2.web.model.Operation 中的方法
-
- setResId(String) -
类 gboat2.web.model.Resource 中的方法
-
- setResId(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setResName(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setResName(String) -
类 gboat2.web.model.Resource 中的方法
-
- setResName(String) -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- setResUrl(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setResUrl(String) -
类 gboat2.web.model.Resource 中的方法
-
- setResUrl(String) -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- setRoleCode(String) -
类 gboat2.web.action.RoleAction 中的方法
-
- setRoleCode(String) -
类 gboat2.web.model.Auth 中的方法
-
- setRoleCode(String) -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- setRoleCode(String) -
类 gboat2.web.model.Role 中的方法
-
- setRoleCode(String) -
类 gboat2.web.model.RoleNavMode 中的方法
-
- setRoleCode(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setRoleId(String) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setRoleId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setRoleId(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setRoleId(String) -
类 gboat2.web.action.RoleAction 中的方法
-
- setRoleId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.GroupRoleMapper 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.Role 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setRoleId(String) -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- setRoleList(List<Role>) -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- setRoleName(String) -
类 gboat2.web.model.GroupRoleVO 中的方法
-
- setRoleName(String) -
类 gboat2.web.model.Role 中的方法
-
- setRoleName(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setRoleName(String) -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- setServiceAddr(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setServiceAddr(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setServiceId(String) -
类 gboat2.web.action.WidgetAction 中的方法
-
- setServiceType(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setServiceType(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setSession(UserSession) -
类 gboat2.web.action.GIndexAction 中的方法
- 生成ssoSessionID,设置session
- setSession(UserSession) -
类 gboat2.web.action.LoginAction 中的方法
- 生成ssoSessionID,设置session
- setShortcutId(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setSingleton(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setSingleton(String) -
类 gboat2.web.model.Resource 中的方法
-
- setSingleton(String) -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- setStatus(String) -
类 gboat2.web.model.OrganDefine 中的方法
-
- setStatus(String) -
类 gboat2.web.model.Resource 中的方法
-
- setStatus(String) -
类 gboat2.web.model.User 中的方法
-
- setStretch(String) -
类 gboat2.web.action.ProfileAction 中的方法
-
- setStretch(String) -
类 gboat2.web.model.Profile 中的方法
-
- setSystemFlag(String) -
类 gboat2.web.model.PreferenceConfig 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.AuthorityAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.GroupAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.RoleAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.ShortcutAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.Authority 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.AuthorityDataLevelResourceVO 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.Organ 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.Resource 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.RoleNavMode 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setSystemId(String) -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- setSystemList(List<SystemConfig>) -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- setSystemName(String) -
类 gboat2.web.model.SystemConfig 中的方法
-
- setSystemName(String) -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- setTargetIndex(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setTargetParentId(String) -
类 gboat2.web.action.ResourceAction 中的方法
-
- setTemplate(String) -
类 gboat2.web.model.Operation 中的方法
-
- setText(String) -
类 gboat2.web.model.SystemTheme 中的方法
-
- setTheme(String) -
类 gboat2.web.action.ProfileAction 中的方法
-
- setTheme(String) -
类 gboat2.web.model.Profile 中的方法
-
- setTheme(String) -
类 gboat2.web.model.SystemTheme 中的方法
-
- setThemeId(String) -
类 gboat2.web.model.SystemTheme 中的方法
-
- setTitle(String) -
类 gboat2.web.model.Widget 中的方法
-
- setType(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setType(String) -
类 gboat2.web.model.Resource 中的方法
-
- setType(String) -
类 gboat2.web.model.ShortcutResourceVO 中的方法
-
- setUserId(String) -
类 gboat2.web.action.UserAction 中的方法
-
- setUserId(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setUserId(String) -
类 gboat2.web.model.DataLevelAuthority 中的方法
-
- setUserId(String) -
类 gboat2.web.model.Profile 中的方法
-
- setUserId(String) -
类 gboat2.web.model.Shortcut 中的方法
-
- setUserId(String) -
类 gboat2.web.model.User 中的方法
-
- setUserId(String) -
类 gboat2.web.model.UserGroupOrganMapper 中的方法
-
- setUsername(String) -
类 gboat2.web.action.GIndexAction 中的方法
-
- setUsername(String) -
类 gboat2.web.action.LoginAction 中的方法
-
- setUserNameEn(String) -
类 gboat2.web.model.User 中的方法
-
- setUserNameZh(String) -
类 gboat2.web.model.User 中的方法
-
- setUserNameZh(String) -
类 gboat2.web.model.UserRoleGroupOrganVO 中的方法
-
- setUserStatus(List<UserRoleGroupOrganVO>) -
类 gboat2.web.action.LoginAction 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.Authority 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.AuthorityOperationResourceVO 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.AuthorityOperationVO 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.AuthorityResourceVO 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.AuthorityShortcutResourceVO 中的方法
-
- setUseStatus(String) -
类 gboat2.web.model.SystemAuthorityResourceVO 中的方法
-
- setV(String) -
类 gboat2.web.action.GIndexAction 中的方法
-
- setVersionCode(String) -
类 gboat2.web.model.Version 中的方法
-
- setVersionComment(String) -
类 gboat2.web.model.Version 中的方法
-
- setVersionId(String) -
类 gboat2.web.model.Version 中的方法
-
- setVisible(String) -
类 gboat2.web.model.User 中的方法
-
- setWacId(String) -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- setWallpaper(String) -
类 gboat2.web.action.ProfileAction 中的方法
-
- setWallPaper(String) -
类 gboat2.web.model.Profile 中的方法
-
- setWidgetIds(String) -
类 gboat2.web.model.WidgetAuthortyConfig 中的方法
-
- setWidgetList(List<Widget>) -
类 gboat2.web.action.WidgetAuthorityConfigAction 中的方法
-
- setWidgetNames(String) -
类 gboat2.web.model.WidgetAuthortyConfigVO 中的方法
-
- sha(String) -
类 gboat2.web.util.EncryptUtil 中的静态方法
-
- Shortcut - gboat2.web.model 中的 类
- 桌面快捷方式
- Shortcut() -
类 gboat2.web.model.Shortcut 的构造方法
-
- ShortcutAction - gboat2.web.action 中的 类
- 桌面快捷图标
- ShortcutAction() -
类 gboat2.web.action.ShortcutAction 的构造方法
-
- ShortcutBusinessImpl - gboat2.web.business.impl 中的 类
-
- ShortcutBusinessImpl() -
类 gboat2.web.business.impl.ShortcutBusinessImpl 的构造方法
-
- shortcutMenuTree() -
类 gboat2.web.action.ShortcutAction 中的方法
- 快捷方式菜单树
- ShortcutResourceVO - gboat2.web.model 中的 类
- 桌面快捷方式, 资源VO
- ShortcutResourceVO() -
类 gboat2.web.model.ShortcutResourceVO 的构造方法
-
- ShortcutServiceImpl - gboat2.web.service.impl 中的 类
-
- ShortcutServiceImpl() -
类 gboat2.web.service.impl.ShortcutServiceImpl 的构造方法
-
- showAllGroup() -
类 gboat2.web.action.UserAction 中的方法
-
- showGroupOrganMapperById() -
类 gboat2.web.action.UserAction 中的方法
- 根据groupId获取所有的GroupOrganVO
- showMapperById() -
类 gboat2.web.action.UserAction 中的方法
- 根据id获取UserRoleGroupOrganMapper
- showOrgansByAddr() -
类 gboat2.web.action.UserAction 中的方法
-
- showResourceShortcutByAuth(List<AuthorityResourceVO>) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 根据用户权限,获取可操作的模块(super指定)
- showResourceShortcutByAuth(List<AuthorityResourceVO>) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- showService() -
类 gboat2.web.action.OrganDefineAction 中的方法
-
- showShotcutByUser() -
类 gboat2.web.action.LoginAction 中的方法
- 请求桌面快捷图标
- showUser() -
类 gboat2.web.action.UserAction 中的方法
- 获取用户信息
- start(BundleContext) -
类 gboat2.web.Activator 中的方法
-
- stop(BundleContext) -
类 gboat2.web.Activator 中的方法
-
- submitConfig(PreferenceConfig) -
类 gboat2.web.business.impl.PreferenceConfigBusinessImpl 中的方法
-
- submitConfig(PreferenceConfig) -
接口 gboat2.web.business.IPreferenceConfigBusiness 中的方法
- 提交 保存 PreferenceConfig 对象。
- submitConfig(PreferenceConfig) -
类 gboat2.web.service.impl.PreferenceConfigServiceImpl 中的方法
-
- submitConfig(PreferenceConfig) -
接口 gboat2.web.service.IPreferenceConfigService 中的方法
- 提交 保存 PreferenceConfig 对象。
- SUPER -
类 gboat2.web.Constants 中的静态变量
- 超级管理员用户名:"super"
- SUPER_NAME -
类 gboat2.web.Constants 中的静态变量
- 超级管理员的显示名称:"\u8d85\u7ea7\u7ba1\u7406\u5458"
- SUPER_SHORTCUT -
类 gboat2.web.Constants 中的静态变量
- 超级管理员的功能菜单的数据定义文件:"static/gboat2.web/data/super-shortcuts.json"
- superSession(UserSession, String) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 给super用户设置session
- superSession(UserSession, String) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- SuperValidateException - gboat2.web.exception 中的 异常
-
- SuperValidateException() -
异常 gboat2.web.exception.SuperValidateException 的构造方法
-
- SuperValidateException(String, Throwable) -
异常 gboat2.web.exception.SuperValidateException 的构造方法
-
- SuperValidateException(String) -
异常 gboat2.web.exception.SuperValidateException 的构造方法
-
- SuperValidateException(Throwable) -
异常 gboat2.web.exception.SuperValidateException 的构造方法
-
- SuperValidator - gboat2.web.validators 中的 类
- 超级用户验证
- SuperValidator(BundleContext) -
类 gboat2.web.validators.SuperValidator 的构造方法
-
- swapRole() -
类 gboat2.web.action.LoginAction 中的方法
- 切换角色重新登录
- swapSystem() -
类 gboat2.web.action.LoginAction 中的方法
- 切换系统,重新登录
- SYS_CFG_CACHE_CATALOG -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_CACHE_KEY -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_DEFAULT_NAVMODE -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_DEFAULT_SYSTEMNAME -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_HOMETYPE_DESKTOP -
类 gboat2.web.Constants 中的静态变量
- 桌面模式:"1"
- SYS_CFG_HOMETYPE_TRADITION -
类 gboat2.web.Constants 中的静态变量
- 传统模式:"2"
- SYS_CFG_NAVMODE_MIX -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_NAVMODE_TREE -
类 gboat2.web.Constants 中的静态变量
-
- SYS_CFG_NAVMODE_TWOLEVEL -
类 gboat2.web.Constants 中的静态变量
-
- SystemAuthorityResourceVO - gboat2.web.model 中的 类
- 系统配置
- SystemAuthorityResourceVO() -
类 gboat2.web.model.SystemAuthorityResourceVO 的构造方法
-
- SystemConfig - gboat2.web.model 中的 类
- 系统配置
- SystemConfig() -
类 gboat2.web.model.SystemConfig 的构造方法
-
- SystemConfigAction - gboat2.web.action 中的 类
-
- SystemConfigAction() -
类 gboat2.web.action.SystemConfigAction 的构造方法
-
- SystemConfigBusinessImpl - gboat2.web.business.impl 中的 类
-
- SystemConfigBusinessImpl() -
类 gboat2.web.business.impl.SystemConfigBusinessImpl 的构造方法
-
- SystemConfigServiceImpl - gboat2.web.service.impl 中的 类
- 提供 系统配置的service接口
- SystemConfigServiceImpl() -
类 gboat2.web.service.impl.SystemConfigServiceImpl 的构造方法
-
- SystemOrganServiceImpl - gboat2.web.service.impl 中的 类
- 系统配置的组织机构实现
- SystemOrganServiceImpl() -
类 gboat2.web.service.impl.SystemOrganServiceImpl 的构造方法
-
- systems() -
类 gboat2.web.action.SystemConfigAction 中的方法
-
- systemsOfUser() -
类 gboat2.web.action.SystemConfigAction 中的方法
-
- SystemTheme - gboat2.web.model 中的 类
- 系统主题
- SystemTheme() -
类 gboat2.web.model.SystemTheme 的构造方法
-
- SystemType - gboat2.web.model 中的 枚举
-
T
- tree() -
类 gboat2.web.action.ResourceAction 中的方法
- 取得所有节点组成的树
U
- updateLoginIdAndUserNameZH(String, String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- updateLoginIdAndUserNameZH(String, String) -
接口 gboat2.web.service.IUserService 中的方法
- 根据企业Id更新User表中的登录Id和显示的中文名
- updatePassword(String, String) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- updatePassword(String, String) -
接口 gboat2.web.service.IUserService 中的方法
- 更改用户的登录密码
- updateProfile(Profile) -
类 gboat2.web.business.impl.ProfileBusinessImpl 中的方法
-
- updateProfile(Profile) -
接口 gboat2.web.business.IProfileBusiness 中的方法
- 根据userId配置用户桌面模式
- updateUser(String, User) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
-
- updateUser(User) -
类 gboat2.web.service.impl.UserServiceImpl 中的方法
- 更新user
- updateUser(String, User) -
接口 gboat2.web.service.IUserService 中的方法
- 更新用户信息
- updateUser(User) -
接口 gboat2.web.service.IUserService 中的方法
- 更新user
- User - gboat2.web.model 中的 类
- 用户信息
- User() -
类 gboat2.web.model.User 的构造方法
-
- UserAction - gboat2.web.action 中的 类
- 用户管理
- UserAction() -
类 gboat2.web.action.UserAction 的构造方法
-
- userAuthority() -
类 gboat2.web.action.UserAction 中的方法
-
- UserAuthServiceImpl - gboat2.web.service.impl 中的 类
- 默认实现
- UserAuthServiceImpl() -
类 gboat2.web.service.impl.UserAuthServiceImpl 的构造方法
-
- UserBusinessImpl - gboat2.web.business.impl 中的 类
-
- UserBusinessImpl() -
类 gboat2.web.business.impl.UserBusinessImpl 的构造方法
-
- UserException - gboat2.web.service 中的 异常
- 用户接口异常
- UserException() -
异常 gboat2.web.service.UserException 的构造方法
-
- UserException(String) -
异常 gboat2.web.service.UserException 的构造方法
-
- UserException(Exception) -
异常 gboat2.web.service.UserException 的构造方法
-
- userExist() -
类 gboat2.web.action.UserAction 中的方法
- 判断用户名是否存在
- UserGroupOrganMapper - gboat2.web.model 中的 类
-
- UserGroupOrganMapper() -
类 gboat2.web.model.UserGroupOrganMapper 的构造方法
-
- UserRoleGroupOrganVO - gboat2.web.model 中的 类
- 用户,角色,用户组,组织机构连接表
- UserRoleGroupOrganVO() -
类 gboat2.web.model.UserRoleGroupOrganVO 的构造方法
-
- UserServiceImpl - gboat2.web.service.impl 中的 类
- 对外提供新增用户接口
- UserServiceImpl() -
类 gboat2.web.service.impl.UserServiceImpl 的构造方法
-
- UserURGOMapperVO - gboat2.web.model 中的 类
- 用户组,角色VO
- UserURGOMapperVO() -
类 gboat2.web.model.UserURGOMapperVO 的构造方法
-
V
- validate(Map<String, ?>) -
接口 gboat2.web.validate.IValidate 中的方法
-
- validate(Map<String, ?>) -
类 gboat2.web.validators.NomalUserValidator 中的方法
-
- validate(Map<String, ?>) -
类 gboat2.web.validators.NotNullValidator 中的方法
-
- validate(Map<String, ?>) -
类 gboat2.web.validators.SuperValidator 中的方法
-
- ValidateException - gboat2.web.exception 中的 异常
- 验证异常
- ValidateException() -
异常 gboat2.web.exception.ValidateException 的构造方法
-
- ValidateException(String, Throwable) -
异常 gboat2.web.exception.ValidateException 的构造方法
-
- ValidateException(String) -
异常 gboat2.web.exception.ValidateException 的构造方法
-
- ValidateException(Throwable) -
异常 gboat2.web.exception.ValidateException 的构造方法
-
- validateJson() -
类 gboat2.web.action.MetadataAction 中的方法
-
- validateKaptcha() -
类 gboat2.web.action.LoginAction 中的方法
- 验证码ajax 请求验证
- validateSuperUser(String) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 验证super用户
- validateSuperUser(String) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- validateUser(String, User, String, List<UserGroupOrganMapper>) -
接口 gboat2.web.business.ILoginBusiness 中的方法
- 给errorMessage赋值
- validateUser(String, User, String, List<UserGroupOrganMapper>) -
类 gboat2.web.business.impl.LoginBusinessImpl 中的方法
-
- validateUser(String, String) -
类 gboat2.web.service.AbstractUserAuthService 中的方法
-
- validateUser(String, String) -
接口 gboat2.web.service.IUserAuthService 中的方法
- 校验用户信息
- valueOf(String) -
枚举 gboat2.web.model.ConfigCategory 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 gboat2.web.model.GroupType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 gboat2.web.model.RoleType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 gboat2.web.model.SystemType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 gboat2.web.model.ConfigCategory 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 gboat2.web.model.GroupType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 gboat2.web.model.RoleType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 gboat2.web.model.SystemType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- Version - gboat2.web.model 中的 类
- 版本定义
- Version() -
类 gboat2.web.model.Version 的构造方法
-
- VersionMgrAction - gboat2.web.action 中的 类
- 版本配置
- VersionMgrAction() -
类 gboat2.web.action.VersionMgrAction 的构造方法
-
- VersionMgrBusinessImpl - gboat2.web.business.impl 中的 类
- 版本信息服务类
- VersionMgrBusinessImpl() -
类 gboat2.web.business.impl.VersionMgrBusinessImpl 的构造方法
-
- VersionMgrServiceImpl - gboat2.web.service.impl 中的 类
-
- VersionMgrServiceImpl() -
类 gboat2.web.service.impl.VersionMgrServiceImpl 的构造方法
-
- view() -
类 gboat2.web.action.PropertyAction 中的方法
-
- VIRTUAL_GLOBAL_SYSTEM_NAME -
类 gboat2.web.Constants 中的静态变量
- 虚拟的全局系统名称 (add by wanghb)
W
- Widget - gboat2.web.model 中的 类
- widget 服务信息 目前 只记录:服务实例Id,服务实例标题
- Widget() -
类 gboat2.web.model.Widget 的构造方法
-
- WidgetAction - gboat2.web.action 中的 类
- 桌面小控件
- WidgetAction() -
类 gboat2.web.action.WidgetAction 的构造方法
-
- WidgetAuthorityConfigAction - gboat2.web.action 中的 类
- widget权限配置页面
- WidgetAuthorityConfigAction() -
类 gboat2.web.action.WidgetAuthorityConfigAction 的构造方法
-
- WidgetAuthorityConfigBusinessImpl - gboat2.web.business.impl 中的 类
- 判断当前给定的系统和角色 是否有widget权限
确定:目前两次循环查询数据库,待优化
- WidgetAuthorityConfigBusinessImpl() -
类 gboat2.web.business.impl.WidgetAuthorityConfigBusinessImpl 的构造方法
-
- WidgetAuthortyConfig - gboat2.web.model 中的 类
- widget权限配置po
- WidgetAuthortyConfig() -
类 gboat2.web.model.WidgetAuthortyConfig 的构造方法
-
- WidgetAuthortyConfigVO - gboat2.web.model 中的 类
- widget权限配置vo
- WidgetAuthortyConfigVO() -
类 gboat2.web.model.WidgetAuthortyConfigVO 的构造方法
-
- widgetMsgs() -
类 gboat2.web.action.WidgetAction 中的方法
-
- WidgetServiceTracker - gboat2.web.util 中的 类
- 跟踪IWidgetService的服务实现
- WidgetServiceTracker() -
类 gboat2.web.util.WidgetServiceTracker 的构造方法
-
- widgetsMeta() -
类 gboat2.web.action.WidgetAction 中的方法
-
A B C D E F G H I L M N O P R S T U V W
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.