A B C D E F G H I J L M N O P Q R S T U V W
A
- ACTION_EXTENSION -
类 gboat2.base.core.util.ActionUtil 中的静态变量
-
- ActionUtil - gboat2.base.core.util 中的 类
- action class utils
- ActionUtil() -
类 gboat2.base.core.util.ActionUtil 的构造方法
-
- Activator - gboat2.base.core 中的 类
- gboat2.base.core的Activator
- Activator() -
类 gboat2.base.core.Activator 的构造方法
-
- ActivatorInnerThread - gboat2.base.core 中的 类
- Activator内部跨bundle线程,协助处理bundle间bean的依赖等待
- ActivatorInnerThread() -
类 gboat2.base.core.ActivatorInnerThread 的构造方法
-
- ActivatorInnerThread(long) -
类 gboat2.base.core.ActivatorInnerThread 的构造方法
-
- add(String, Bundle) -
类 gboat2.base.core.GBoatClassLoader 中的方法
-
- addHeaderResponseFailureA(boolean) -
类 gboat2.base.core.util.HeaderUtil 中的静态方法
- 如果请求失败,增加header头部标识
- addSessionFactory(SessionFactory) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- ajaxDelete() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- desktop的Ajax删除处理
- ajaxListData() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- ajaxSave() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- desktop的Ajax保存处理
- ajaxSaveReturn(Object) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- Attach - gboat2.base.core.annotation 中的 注释类型
- 注解在一个Action Class上,表示该模块具有附件功能。
- Attachs - gboat2.base.core.annotation 中的 注释类型
- 当一个Action类配置成多个模块时,每个模块都需对于自己的附件,如:
@Attachments( {
@Attachment(attachName = "模块1附件", targetCode = "CODE1",code="attachCode1"),
@Attachment(attachName = "模块2附件", targetCode = "CODE2",code="attachCode2")
})
public class PreferenceAction extends BaseActionSupport {
...
}
B
- BaseActionSupport - gboat2.base.core.web 中的 类
-
- BaseActionSupport() -
类 gboat2.base.core.web.BaseActionSupport 的构造方法
-
- baseDAO -
类 gboat2.base.core.service.BaseService 中的变量
-
- BaseService - gboat2.base.core.service 中的 类
-
- BaseService() -
类 gboat2.base.core.service.BaseService 的构造方法
-
- BigDecimalDefaultValueProcessor - gboat2.base.core.util.json 中的 类
- 默认bigdecimal 的处理:为null时显示为空,而不是json默认为0
- BigDecimalDefaultValueProcessor() -
类 gboat2.base.core.util.json.BigDecimalDefaultValueProcessor 的构造方法
-
- bundleChanged(BundleEvent) -
类 gboat2.base.core.Activator 中的方法
-
- bundleChanged(BundleEvent) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- BundleVelocityResourceLoader - gboat2.base.core.web 中的 类
-
- BundleVelocityResourceLoader() -
类 gboat2.base.core.web.BundleVelocityResourceLoader 的构造方法
-
- Business - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类,用于标识 Action 类对应的业务处理接口,如:
@Business(IUserBusiness.class)
public class UserAction extends BaseActionSupport {
...
}
- BusinessLogEntry - gboat2.base.core.logging 中的 类
- 日志实体信息
- BusinessLogEntry() -
类 gboat2.base.core.logging.BusinessLogEntry 的构造方法
-
C
- CacheHandler - gboat2.base.core.web.md 中的 类
- 缓存metadata url处理器.缓存url,防止重新与bundle的资源交互
- CacheHandler() -
类 gboat2.base.core.web.md.CacheHandler 的构造方法
-
- callInitInvokedMethod(String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
- 调用initXXXXX方法
- checkOperaAuthorityByMethodCode(JSONObject, BaseActionSupport) -
类 gboat2.base.core.web.SplitMetadataStrategy 中的方法
- 判断操作的权限
- clone(MetadataHandlerChain) -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- close() -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
-
- close() -
类 gboat2.base.core.web.SystemButtonProviderTracker 中的静态方法
- 关闭跟踪器,建议的bundle关闭时,或者不在需要跟踪 WidgetService服务时,调用本方法,以便释放资源
- combine(Page<? extends E>) -
类 gboat2.base.core.dao.Page 中的方法
- 合并两个Page对象,前一页缺的数据自动补全
- combine(Page<? extends E>, boolean) -
类 gboat2.base.core.dao.Page 中的方法
- 合并数据
- Comment - gboat2.base.core.annotation 中的 注释类型
- PO字段注释
- compareTo(Module) -
类 gboat2.base.core.model.Module 中的方法
- Note: this class has a natural ordering that is inconsistent with equals
- container -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- ContentMetadata - gboat2.base.core.model 中的 类
- 页面元数据
- ContentMetadata() -
类 gboat2.base.core.model.ContentMetadata 的构造方法
-
- context -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- convertObjectToJSON(Object) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 将对象转换为json对象
- convertObjectToJSON(Object, JsonConfig) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 将对象转换为json对象
- createFailure(String) -
类 gboat2.base.core.web.JsonResult 中的静态方法
-
- createSuccess(Object) -
类 gboat2.base.core.web.JsonResult 中的静态方法
-
- CURRENT_BUNDLE_RES_LOCATION -
类 gboat2.base.core.web.BaseActionSupport 中的静态变量
-
D
- DATA -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- DateFormat - gboat2.base.core.annotation 中的 注释类型
- 对日期对象进行格式化的注解。
- DbConfigHandler - gboat2.base.core.web.md 中的 类
- 元数据定制后保存在数据库的内容处理
- DbConfigHandler() -
类 gboat2.base.core.web.md.DbConfigHandler 的构造方法
-
- dealJSONException(Exception) -
类 gboat2.base.core.web.md.MetadataHandler 中的方法
-
- debug(BusinessLogEntry) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- debug
- DebugHandler - gboat2.base.core.web.md 中的 类
- 调试模式元数据文件内容处理
- DebugHandler() -
类 gboat2.base.core.web.md.DebugHandler 的构造方法
-
- decorateMetadata(JSONObject, String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataEdit 中的方法
-
- decorateMetadata(JSONObject, String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataList 中的方法
-
- decorateMetadata(JSONObject, String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataOthers 中的方法
-
- decorateMetadata(JSONObject, String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
- 通过全部元数据json对象获取当前请求组件内容定义
- decorateMetadata(JSONObject, String, BaseActionSupport) -
类 gboat2.base.core.web.SplitMetadataStrategy 中的方法
-
- decorateWithData(boolean, JSONObject, String, BaseActionSupport, JSONObject) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
- 通过全部元数据json对象获取当前请求组件数据定义
- DEFAULT_DATE_PATTERN -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 中的静态变量
-
- DEFAULT_PAGE_SIZE -
类 gboat2.base.core.dao.PageBean 中的静态变量
- 缺省的分页条数
- DEFAULT_PATTERN -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 中的静态变量
-
- DEFINED_OPERATIONS -
类 gboat2.base.core.web.MetadataSupportStrategy 中的静态变量
-
- delete(Object) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 删除一个对象
- delete(Class<?>, Serializable) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 根据类型和对象id删除一个对象
- delete(Object) -
类 gboat2.base.core.service.BaseService 中的方法
-
- delete(Object) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- delete() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- delete() -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 删除
- deleteByQuery(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 根据查询和参数删除全部对象
- deleteModel() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- devMode -
类 gboat2.base.core.web.BaseActionSupport 中的变量
- 是否开启了 Struts 调试模式
- doHandler(JSONObject, URL, Bundle) -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- Domain - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类或 Action 类中的方法,用于标识 Action 类进行 insert、update、delete 和 selectById
操作时对应的数据模型(JavaBean),如:
@Domain(User.class)
public class UserAction extends BaseActionSupport {
...
}
E
- edit() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- edit() -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 跳转到编辑页
- EnumType - gboat2.base.core.web 中的 类
- TODO
- EnumType(String, int, String) -
类 gboat2.base.core.web.EnumType 的构造方法
-
- EnumTypeUtils - gboat2.base.core.util 中的 类
- 枚举工具方法
- EnumTypeWrapper - gboat2.base.core.util 中的 类
- TODO
- EnumTypeWrapper(Class) -
类 gboat2.base.core.util.EnumTypeWrapper 的构造方法
-
- equals(Object) -
类 gboat2.base.core.model.Module 中的方法
-
- equals(Object) -
类 gboat2.base.core.model.Opera 中的方法
-
- error(BusinessLogEntry) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- error
- ERRORS -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- escape(Object) -
类 gboat2.base.core.util.EscapeJavaScriptReference 中的方法
- Escapes the characters in a String to be suitable for use in JavaScript.
- EscapeJavaScriptReference - gboat2.base.core.util 中的 类
- Escapes the characters in a String to be suitable for use in JavaScript.
- EscapeJavaScriptReference() -
类 gboat2.base.core.util.EscapeJavaScriptReference 的构造方法
-
- evict(Object) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 解除持久化:把指定的一个缓冲对象进行清除
- execute() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 默认转到列表页
- executeListQuery(Map<String, Object>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- executeUpdateSql(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 执行给定sql语句
- ExtendMetadataHandler - gboat2.base.core.web.md 中的 类
- 元数据文件扩展处理
- ExtendMetadataHandler() -
类 gboat2.base.core.web.md.ExtendMetadataHandler 的构造方法
-
- ExtendMethodHandler - gboat2.base.core.web.md 中的 类
-
- ExtendMethodHandler() -
类 gboat2.base.core.web.md.ExtendMethodHandler 的构造方法
-
F
- FAILURE -
类 gboat2.base.core.web.JsonResult 中的静态变量
-
- Field - gboat2.base.core.annotation 中的 注释类型
- 作用于 VO 类或 VO 类的属性,用于标识其对应数据库表的某个字段或 PO 类的某个属性
- fillJsonByVelocityfromMdStr(String, Map<String, Object>) -
类 gboat2.base.core.util.JsonVelocityUtil 中的静态方法
-
- FILTER_PARAMS -
类 gboat2.base.core.web.MetadataSupportStrategy 中的静态变量
-
- filtMetaOperas(JSONArray, BaseActionSupport) -
类 gboat2.base.core.web.SplitMetadataStrategy 中的方法
- 过滤数据的操作权限
- findClass(String) -
类 gboat2.base.core.GBoatClassLoader 中的方法
-
- flatResultLayout -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- FormPage - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类中的方法,标识该方法(功能)对应的页面为表单页面。
- forward() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 转发到指定的 JSP 页面, 通过名称为 go 的参数指定需要跳转的路径,在跳转之前会执行 initXxx() 方法(如果 initXxx() 方法存在的话)
G
- gboat2.base.core - 软件包 gboat2.base.core
-
- gboat2.base.core.annotation - 软件包 gboat2.base.core.annotation
-
- gboat2.base.core.cache - 软件包 gboat2.base.core.cache
-
- gboat2.base.core.dao - 软件包 gboat2.base.core.dao
-
- gboat2.base.core.exception - 软件包 gboat2.base.core.exception
-
- gboat2.base.core.logging - 软件包 gboat2.base.core.logging
-
- gboat2.base.core.model - 软件包 gboat2.base.core.model
-
- gboat2.base.core.service - 软件包 gboat2.base.core.service
-
- gboat2.base.core.util - 软件包 gboat2.base.core.util
-
- gboat2.base.core.util.json - 软件包 gboat2.base.core.util.json
-
- gboat2.base.core.validate - 软件包 gboat2.base.core.validate
-
- gboat2.base.core.web - 软件包 gboat2.base.core.web
-
- gboat2.base.core.web.md - 软件包 gboat2.base.core.web.md
-
- GBOAT_ACTION_BASE_PACKAGE -
类 gboat2.base.core.GBoatConsistant 中的静态变量
-
- GBOAT_ACTION_DOMAIN_PACKAGE -
类 gboat2.base.core.GBoatConsistant 中的静态变量
-
- GBOAT_BUSINESS_THEME_PROVIDER -
类 gboat2.base.core.GBoatConsistant 中的静态变量
-
- GBOAT_STYLE_THEME_PROVIDER -
类 gboat2.base.core.GBoatConsistant 中的静态变量
-
- GBOAT_VIEW_BUILDER -
类 gboat2.base.core.GBoatConsistant 中的静态变量
-
- GBoatClassLoader - gboat2.base.core 中的 类
-
- GBoatConsistant - gboat2.base.core 中的 类
-
- GboatJsonBigDecimalValueProcessor - gboat2.base.core.util.json 中的 类
- 对BigDecimal转换的扩展,原包中没有合理的办法
- GboatJsonBigDecimalValueProcessor(String) -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 的构造方法
-
- GboatJsonDateValueProcessor - gboat2.base.core.util.json 中的 类
- 对日期转换的扩展,原包中没有合理的办法
- GboatJsonDateValueProcessor(String) -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 的构造方法
-
- GboatJsonEnumValueProcessor - gboat2.base.core.util.json 中的 类
- 处理 JSON 字符串中枚举类型属性值的解析器
- GboatJsonEnumValueProcessor() -
类 gboat2.base.core.util.json.GboatJsonEnumValueProcessor 的构造方法
-
- GboatJsonFloatValueProcessor - gboat2.base.core.util.json 中的 类
- json-lib对于float类型按double去处理,会造成数据失真,此处加一个处理类
- GboatJsonFloatValueProcessor() -
类 gboat2.base.core.util.json.GboatJsonFloatValueProcessor 的构造方法
-
- GboatLoggingException - gboat2.base.core.logging 中的 异常
- gboat2.web中的日志异常
- GboatLoggingException() -
异常 gboat2.base.core.logging.GboatLoggingException 的构造方法
-
- GboatLoggingException(String) -
异常 gboat2.base.core.logging.GboatLoggingException 的构造方法
-
- GboatLoggingException(Throwable) -
异常 gboat2.base.core.logging.GboatLoggingException 的构造方法
-
- GboatLoggingException(String, Throwable) -
异常 gboat2.base.core.logging.GboatLoggingException 的构造方法
-
- get(String, String) -
接口 gboat2.base.core.cache.ICacheService 中的方法
- 获取缓存对象
- get(Class<?>, Serializable) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 根据类型和对象id从数据库取得一个对象
- get(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 根据查询语句和查询参数从数据库取得一个对象
- get(String[][]) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 返回根据参数查询的结果的第一个符合对象
- get(Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 返回根据参数查询的结果的第一个符合对象
- get(Class<?>, String) -
类 gboat2.base.core.service.BaseService 中的方法
-
- get(Class<?>, String) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- get_M() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 不符合方法命名规范,暂时这样
用于绑定的简写,使用"_M"等同于"model"
- get_MdId() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getAction() -
类 gboat2.base.core.model.Opera 中的方法
-
- getAction() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- getActionBundle() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getActionClass() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getActionName() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getActionPackage(String) -
类 gboat2.base.core.GBoatClassLoader 中的方法
- 根据Bundle名称获取该Bundle下的Action包名
- getActionParam(BaseActionSupport) -
类 gboat2.base.core.web.md.MetadataHandler 中的方法
- 获取action中所有属性
- getActionParam(BaseActionSupport) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
- 获取action中所有属性
- getActionPropertiesValues(BaseActionSupport, Map<String, Object>, boolean) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
-
- getAncestors() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getAsPage(Map<String, Object>) -
类 gboat2.base.core.service.BaseService 中的方法
-
- getAsPage(String[][]) -
类 gboat2.base.core.service.BaseService 中的方法
-
- getAsPage(Map<String, Object>) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- getAsPage(String[][]) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- getAttachCode() -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- getBean(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 已过时。
- getBean(Class<T>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 功能:根据接口获取外部bundle中的服务实现
- getBeanOfId(String) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- getBeanOfId(String, Bundle) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- getBeanOfId(String, Bundle, Class<T>) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- getBeanOfType(Class<?>, Bundle) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- getBeansOfType(Class<?>, Bundle) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
- 获取指定bundle内的beans
- getBundle(String) -
类 gboat2.base.core.GBoatClassLoader 中的方法
-
- getBundle() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getBundle(BaseActionSupport) -
类 gboat2.base.core.web.md.MetadataHandler 中的方法
-
- getBundle() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- getBundleActionPackage() -
类 gboat2.base.core.GBoatClassLoader 中的方法
-
- getBundleClassLoaders() -
类 gboat2.base.core.GBoatClassLoader 中的方法
-
- getBundleName() -
类 gboat2.base.core.model.Module 中的方法
-
- getBundleSymble() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getBusinessId() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getClassName() -
类 gboat2.base.core.model.Module 中的方法
-
- getCode() -
类 gboat2.base.core.model.Module 中的方法
-
- getCode() -
类 gboat2.base.core.model.Opera 中的方法
-
- getCode() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getContent() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getCount() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得查询取得记录总数
- getCreateTime() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getCurrentPageParams() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得传递到当前页面的参数,格式为 name1=value1&name2=value2
- getCurrentPageUrl() -
类 gboat2.base.core.dao.PageBean 中的方法
-
- getDataPrivelegeService() -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
-
- getDatePattern() -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 中的方法
-
- getDatePattern() -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 中的方法
-
- getDefaultAjaxDeleteUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getDefaultAjaxSaveUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getDefaultDeleteUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获得默认的删除请求URI
- getDefaultEditUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获得默认的编辑页面URI
- getDefaultListUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 拼装默认的列表页面URI
- getDefaultResultPath(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 获取action的默认ResultPath
- getDefaultSaveUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获得默认的保存页面URI
- getDefaultSessionFactory() -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- getDefaultValue(Class) -
类 gboat2.base.core.util.json.BigDecimalDefaultValueProcessor 中的方法
-
- getDefaultViewUri() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获得默认的查看页面URI
- getDesc() -
类 gboat2.base.core.model.Opera 中的方法
-
- getDesc() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getDesc() -
类 gboat2.base.core.web.EnumType 中的方法
-
- getDomainClassAnnotationed() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获取注解配置的domain类
优先级顺序:
1、方法是否配置@Domain注解;
2、类是否配置@Domain注解;
3、是否传递参数DomainClass
4、从配置的struts.gboat.domain.basePackage路径中找符合命名规范的PO类
- getDomainClassAnnotationedForList() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获取列表使用的注解ListDomain类
如果使用了@ListDomain(方法级或类级),则使用该注解申明的ListDomain;
如果没有则使用@Domain申明的Domain
- getEndNo() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得结束显示记录号
- getEntryMethod() -
类 gboat2.base.core.model.Module 中的方法
-
- getEntryUri() -
类 gboat2.base.core.model.Module 中的方法
-
- getEnumClassInDomain(Class<?>) -
类 gboat2.base.core.util.EnumTypeUtils 中的静态方法
-
- getEnumClassInDomain(Class<?>) -
类 gboat2.base.core.util.JsonConfigUtil 中的静态方法
-
- getEnumType(String) -
类 gboat2.base.core.util.EnumTypeWrapper 中的方法
-
- getEnumType(Object) -
类 gboat2.base.core.util.EnumTypeWrapper 中的方法
-
- getEnumTypeValues() -
类 gboat2.base.core.util.EnumTypeWrapper 中的方法
-
- getExtendForView() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获取视图的扩展路径,返回不为空时视图文件名称为“example-edit-extend.md”
- getFile(String, BaseActionSupport, Bundle) -
类 gboat2.base.core.web.md.ExtendMethodHandler 中的方法
-
- getFile(String, BaseActionSupport, Bundle) -
接口 gboat2.base.core.web.md.IFileFilter 中的方法
-
- getFile(String, BaseActionSupport, Bundle) -
类 gboat2.base.core.web.md.IFrameHandler 中的方法
-
- getFile(String, BaseActionSupport, Bundle) -
类 gboat2.base.core.web.md.MultiFileModelHandler 中的方法
-
- getFile(String, BaseActionSupport, Bundle) -
类 gboat2.base.core.web.md.SingleFileModelHandler 中的方法
-
- getFileFilters() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的静态方法
-
- getFileName() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getFilePath() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- getFullname() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getGroupName() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getHandler() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- getHandlerChain(BaseActionSupport, String) -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的静态方法
-
- getHandlers() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的静态方法
-
- getId() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getInitMethodName(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
-
- getInstance() -
类 gboat2.base.core.GBoatClassLoader 中的静态方法
-
- getInstance() -
类 gboat2.base.core.util.SpringContextUtil 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.MetadataEdit 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.MetadataList 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.MetadataOthers 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.ObtainData 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.ObtainMetadata 中的静态方法
-
- getInstance() -
类 gboat2.base.core.web.ObtainOthers 中的静态方法
-
- getInvokeAction() -
类 gboat2.base.core.model.Opera 中的方法
-
- getInvokeMethod() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getInvokeMethod() -
类 gboat2.base.core.model.Opera 中的方法
-
- getInvokeMethod() -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- getIp() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getJsonConfig(List<Class<?>>) -
类 gboat2.base.core.util.JsonConfigUtil 中的静态方法
-
- getJsonConfig() -
类 gboat2.base.core.util.JsonConfigUtil 中的静态方法
-
- getLevel() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getListParameterMap() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getMatchAttribute() -
类 gboat2.base.core.util.EscapeJavaScriptReference 中的方法
-
- getMemo() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getMemo() -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- getMetadata(String, String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 根据 metadataType 类型选择相应的处理类
- getMetadata(String, String) -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 根据元数据的类型选择相应的处理类进行元数据处理
- getMetadata(String, String, BaseActionSupport) -
类 gboat2.base.core.web.ObtainData 中的方法
-
- getMetadata(String, String, BaseActionSupport) -
类 gboat2.base.core.web.ObtainMetadata 中的方法
-
- getMetadata(String, String, BaseActionSupport) -
类 gboat2.base.core.web.ObtainOthers 中的方法
-
- getMetadataFile(URL) -
类 gboat2.base.core.util.JsonVelocityUtil 中的静态方法
- 读取md文件内容
- getMetadataFromResource(String, BaseActionSupport) -
类 gboat2.base.core.web.MetadataSupportStrategy 中的方法
- 通过全部元数据json对象获取当前请求组件名称定义
- getMetadataId() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getMetaDataStatus() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getMethod() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getModel() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获取Model对象
- getModifyTime() -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- getModuleAttachList() -
接口 gboat2.base.core.service.IModuleService 中的方法
- 获取所有@Attach标注的模块附件类型集定义
- getModuleAttachList() -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getModuleByBundleAddAction(String, String) -
接口 gboat2.base.core.service.IModuleService 中的方法
- 得到某个Bundle下的某个Action下的所有Module
- getModuleByBundleAddAction(String, String) -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getModuleDesc() -
类 gboat2.base.core.model.Module 中的方法
-
- getModuleForMetadata(String, String) -
类 gboat2.base.core.service.ModuleService 中的静态方法
-
- getModuleListByBundleName(String) -
接口 gboat2.base.core.service.IModuleService 中的方法
- 得到某一个Bundle下的所有Module
- getModuleListByBundleName(String) -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getModuleName() -
类 gboat2.base.core.model.Module 中的方法
-
- getModuleName() -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- getModules() -
接口 gboat2.base.core.service.IModuleService 中的方法
-
- getModules(String) -
接口 gboat2.base.core.service.IModuleService 中的方法
- 查询符合条件的Module
- getModules() -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getModules(String) -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getName() -
类 gboat2.base.core.model.Opera 中的方法
-
- getName() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getName() -
类 gboat2.base.core.web.EnumType 中的方法
-
- getNamespace(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 取得指定action的名称空间
- getNextPageNo() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得后一显示页码
- getOperaByAction(String) -
接口 gboat2.base.core.service.IModuleService 中的方法
- 获取某个Action下所有需要校验的Opera对象
- getOperaByAction(String) -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getOperaByBundleAddAction(String, String) -
接口 gboat2.base.core.service.IModuleService 中的方法
- 得到某个Bundle下某个Action的所有操作
TODO
- getOperaByBundleAddAction(String, String) -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getOperaForMetadata(String, String) -
类 gboat2.base.core.service.ModuleService 中的静态方法
- 获取某个Action的所有操作
- getOperas() -
类 gboat2.base.core.model.Module 中的方法
- 返回的操作列表是不可修改的
- getOperation() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOperationCodesOf(String, String) -
类 gboat2.base.core.service.ModuleService 中的静态方法
-
- getOperationId() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOperationName() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOperationObject() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOperations(BaseActionSupport) -
接口 gboat2.base.core.service.IOperationProvider 中的方法
-
- getOperationTime() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOperationType() -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- getOrdinal() -
类 gboat2.base.core.web.EnumType 中的方法
-
- getPage(String, int, int, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 通用分页查询
- getPage(Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 通用分页查询,自动根据queryParams中的参数生成查询
- getPage(String[][]) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 通用分页查询,自动根据queryParams中的参数生成查询
- getPage() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得当前显示页号
- getPage() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getPageBean() -
类 gboat2.base.core.dao.Page 中的方法
- 取得分页信息Bean
- getPageByHql(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- getPages() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得当前查询总页数
- getPageSize() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得当前显示页号最多显示条数
- getParameter(String) -
接口 gboat2.base.core.service.IParameterService 中的方法
- 初始化或者取得数据
- getParameter(String) -
类 gboat2.base.core.service.ParameterServiceImpl 中的方法
-
- getParameterByCode(String) -
接口 gboat2.base.core.service.IParameterService 中的方法
- 根据code
- getParameterByCode(String) -
类 gboat2.base.core.service.ParameterServiceImpl 中的方法
-
- getParams() -
类 gboat2.base.core.model.Module 中的方法
-
- getPathPrefix(Class<?>) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 获取视图文件在bundle内的存放路径,如ExampleAction的路径为"/content/example",参照convention的约定规则
- getPathPrefix(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 获取视图文件在bundle内的存放路径,如ExampleAction的路径为"/content/example",参照convention的约定规则
- getPostMethodName(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
-
- getPreferences() -
接口 gboat2.base.core.service.IModuleService 中的方法
- 获取所有@Preference对应的首选项
- getPreferences() -
类 gboat2.base.core.service.ModuleService 中的方法
-
- getPrePageNo() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得前一显示页码
- getPriCheckParams() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getPrivilegeSerivce() -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
-
- getProviders() -
类 gboat2.base.core.web.SystemButtonProviderTracker 中的静态方法
- 获取所有SystemButtonProvider的实现 ,由于服务时动态的,不要缓存本方法返回的结果
- getResourceStream(String) -
类 gboat2.base.core.web.BundleVelocityResourceLoader 中的方法
-
- getResult() -
类 gboat2.base.core.dao.Page 中的方法
- 取得查询结果
- getServiceAnnotationed() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 根据@Business定义的服务类查找对应的spring bean
- getShortName() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getSID() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getSortDirection() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getSortField() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- getStartNo() -
类 gboat2.base.core.dao.PageBean 中的方法
- 取得起始显示记录号
- getSystemButtons(BaseActionSupport, String) -
接口 gboat2.base.core.web.SystemButtonProvider 中的方法
- 返回所有系统级button
- getSystemButtonsJSON(BaseActionSupport, String) -
类 gboat2.base.core.web.SplitMetadataStrategy 中的方法
- 以下方法可以抽取公共方法:第一版重构,先放到抽象类中
- getUri() -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- getUri(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 取得指定action的默认入口路径
- getUri(String, String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 取得指定action,method的访问路径
- getUriPrefix(String) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
- 计算action的入口url前缀,注意,本前缀不包括namespace
- getUriPrefix() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 获取uri路径的前缀,如ExampleAction的前缀为example,参照convention的约定规则
- getValue() -
枚举 gboat2.base.core.logging.Level 中的方法
-
- getValue() -
类 gboat2.base.core.model.Parameter 中的方法
-
- getValueByCode(String) -
接口 gboat2.base.core.service.IParameterService 中的方法
- 根据code 获取参数值
- getValueByCode(String) -
类 gboat2.base.core.service.ParameterServiceImpl 中的方法
-
- go -
类 gboat2.base.core.web.BaseActionSupport 中的变量
- 需要跳转到的目标页面
H
- hasCodeByCode(String) -
接口 gboat2.base.core.service.IParameterService 中的方法
- 判断是否已经存在code
- hasCodeByCode(String) -
类 gboat2.base.core.service.ParameterServiceImpl 中的方法
-
- HEADER_EXTENDER_BUNDLES -
类 gboat2.base.core.Activator 中的静态变量
-
- HEADER_PROJECT_ENABLED -
类 gboat2.base.core.Activator 中的静态变量
-
- HeaderUtil - gboat2.base.core.util 中的 类
- 在请求头部增加标识
- HeaderUtil() -
类 gboat2.base.core.util.HeaderUtil 的构造方法
-
I
- IBaseActionSupport - gboat2.base.core.web 中的 接口
- Action 基础类的接口定义
- IBaseDAO - gboat2.base.core.dao 中的 接口
-
- IBaseService - gboat2.base.core.service 中的 接口
-
- IBusinessLogService - gboat2.base.core.logging 中的 接口
- 日志服务接口
- ICacheService - gboat2.base.core.cache 中的 接口
- 对外公布的缓存服务
- IDataPrivilegeCheckService - gboat2.base.core.validate 中的 接口
- 权限校验接口
- IFileFilter - gboat2.base.core.web.md 中的 接口
- 文件过滤,检查是否存在符合规则的文件
- IFrameHandler - gboat2.base.core.web.md 中的 类
- iframe方式打开的页面
- IFrameHandler() -
类 gboat2.base.core.web.md.IFrameHandler 的构造方法
-
- IModuleService - gboat2.base.core.service 中的 接口
- 节点和操作服务
- info(BusinessLogEntry) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- info
- init(ExtendedProperties) -
类 gboat2.base.core.web.BundleVelocityResourceLoader 中的方法
-
- initEdit() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- initSave() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- initView() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- invokeInitMethod(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 请求 Action 时, 在调用真正被请求的方法之前, 先调用该方法的初始化方法(如果存在的话), xxx() 方法对应的初始化方法为 initXxx()。
- IOperaPrivilegeCheckService - gboat2.base.core.validate 中的 接口
- 操作权限验证服务接口
- IOperationProvider - gboat2.base.core.service 中的 接口
-
- IParameterService - gboat2.base.core.service 中的 接口
- 系统参数的保存
- isFormPage(String, BaseActionSupport) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
-
- isListPage(String, BaseActionSupport) -
类 gboat2.base.core.util.ActionUtil 中的静态方法
-
- isMethodOperationAnnotationed(Class<?>, Method, String) -
类 gboat2.base.core.service.ModuleService 中的静态方法
- 判断某个方法是否被Operations或者Operation注解注释
J
- JsonConfigUtil - gboat2.base.core.util 中的 类
- Gboat平台jsonConfig统一配置类
- JsonConfigUtil() -
类 gboat2.base.core.util.JsonConfigUtil 的构造方法
-
- JsonResult - gboat2.base.core.web 中的 类
- 请求 JSON 数据的响应结果对象
- JsonResult() -
类 gboat2.base.core.web.JsonResult 的构造方法
-
- JsonResult(boolean) -
类 gboat2.base.core.web.JsonResult 的构造方法
-
- JsonResult(boolean, String) -
类 gboat2.base.core.web.JsonResult 的构造方法
-
- JsonResult(boolean, String, Object) -
类 gboat2.base.core.web.JsonResult 的构造方法
-
- JsonResultSupport - gboat2.base.core.web 中的 类
- 已过时。
- JsonResultSupport() -
类 gboat2.base.core.web.JsonResultSupport 的构造方法
- 已过时。
- JsonUtil - gboat2.base.core.util 中的 类
-
- JsonUtil() -
类 gboat2.base.core.util.JsonUtil 的构造方法
-
- JsonVelocityUtil - gboat2.base.core.util 中的 类
- Velocity工具,填充json字符串中的变量
L
- Level - gboat2.base.core.logging 中的 枚举
- 业务日志级别
- list() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- list() -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 列表查询
- ListDomain - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类或 Action 类中的方法,用于标识 Action 类进行 list(列表查询)操作时,
查询结果对应的数据模型(JavaBean),如:
@ListDomain(User.class)
public class UserAction extends BaseActionSupport {
...
}
- ListPage - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类中的方法,标识该方法(功能)对应的页面为列表页面。
- loadFileAsJSONArray(URL, String) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 读取json文件
- loadFileAsJSONArray(URL) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 读取json文件,采用utf-8编码
- loadFileAsJSONObject(URL, String) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 读取json文件
- loadFileAsJSONObject(URL) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 读取json文件,采用utf-8编码
- LOCAL_BUNDLE -
类 gboat2.base.core.Activator 中的静态变量
-
- log(Level, String, String) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- 记录日志
- log(Level, String, String, String) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- 记录日志
- log(Level, String, String, String, String) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- 记录日志
- logger -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- logger -
类 gboat2.base.core.web.MetadataSupportStrategy 中的静态变量
-
- logger -
类 gboat2.base.core.web.SystemButtonProviderTracker 中的静态变量
-
M
- merge(JSONObject, JSONObject) -
类 gboat2.base.core.util.JsonVelocityUtil 中的静态方法
- 元数据文件继承,简单覆盖继承
- MESSAGE -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- MetadataEdit - gboat2.base.core.web 中的 类
- 拆分元数据
- MetadataEdit() -
类 gboat2.base.core.web.MetadataEdit 的构造方法
-
- MetadataException - gboat2.base.core.web 中的 异常
- 元数据处理异常
- MetadataException() -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(String, Throwable) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(String, Throwable, String) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(String) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(String, String) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(Throwable) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataException(Throwable, String) -
异常 gboat2.base.core.web.MetadataException 的构造方法
- MetadataException
- MetadataHandler - gboat2.base.core.web.md 中的 类
- Handler接口
- MetadataHandler() -
类 gboat2.base.core.web.md.MetadataHandler 的构造方法
-
- MetadataHandlerChain - gboat2.base.core.web.md 中的 类
- 元数据文件处理责任链
- MetadataHandlerChain(BaseActionSupport, String) -
类 gboat2.base.core.web.md.MetadataHandlerChain 的构造方法
-
- MetadataList - gboat2.base.core.web 中的 类
- 拆分元数据
- MetadataOthers - gboat2.base.core.web 中的 类
- 拆分元数据
- MetadataSupport - gboat2.base.core.web.md 中的 类
- 元数据处理基类
- MetadataSupport() -
类 gboat2.base.core.web.md.MetadataSupport 的构造方法
-
- MetadataSupportStrategy - gboat2.base.core.web 中的 类
- 视图定义元数据处理类,根据定义元数据处理成符合前后台交互的元数据要求
- MetadataSupportStrategy() -
类 gboat2.base.core.web.MetadataSupportStrategy 的构造方法
-
- MIN_SUFFIX -
类 gboat2.base.core.web.BaseActionSupport 中的静态变量
-
- model -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- Module - gboat2.base.core.annotation 中的 注释类型
- 注解在一个Action Class上,表示一个业务节点、一个功能模块,一个Resource。
- Module - gboat2.base.core.model 中的 类
- Module对应的是一个业务节点信息,在本平台中一个Module对应一个业务节点,即一个Action.
- Module(Module, String, Class<?>, List<Opera>) -
类 gboat2.base.core.model.Module 的构造方法
-
- ModuleAttach - gboat2.base.core.model 中的 类
- 模块附件类型集描述
- ModuleAttach() -
类 gboat2.base.core.model.ModuleAttach 的构造方法
-
- Modules - gboat2.base.core.annotation 中的 注释类型
- 一个 Action 类可以配置成多个模块,每个模块可以自定义入口方法,可带参数,可带模块默认编码,如:
@Modules( {
@Module(name = "首选项1", code = "CODE1"),
@Module(name = "首选项2", code = "CODE2", entryMethod = "prefer2"),
@Module(name = "首选项3", code = "CODE3", entryMethod = "prefer3", params = { "a", "1" }),
@Module(name = "首选项4", code = "CODE4", entryMethod = "prefer3", params = { "a", "2" })
})
public class PreferenceAction extends BaseActionSupport {
...
}
- ModuleService - gboat2.base.core.service 中的 类
-
- ModuleService() -
类 gboat2.base.core.service.ModuleService 的构造方法
-
- MultiFileModelHandler - gboat2.base.core.web.md 中的 类
- 多文件模式,每个操作单一md文件,文件名称为"uriPrefix-method.md"
- MultiFileModelHandler() -
类 gboat2.base.core.web.md.MultiFileModelHandler 的构造方法
-
N
- nameSeparator -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- NoPrivilegeCheck - gboat2.base.core.annotation 中的 注释类型
- 作用于 Action 类中的方法,用于标识该方法不需要进行权限检查,即:所有用户均可执行该方法对应的操作。
- NoPrivilegeException - gboat2.base.core.exception 中的 异常
- 无操作权限异常
- NoPrivilegeException(String) -
异常 gboat2.base.core.exception.NoPrivilegeException 的构造方法
-
- NoQuery - gboat2.base.core.annotation 中的 类
- 标识 list 不检索
- NoQuery() -
类 gboat2.base.core.annotation.NoQuery 的构造方法
-
- NouniqueActionException - gboat2.base.core.exception 中的 异常
- 非唯一Action异常,所有Bundle中不能有全名相同的Action
- NouniqueActionException(String) -
异常 gboat2.base.core.exception.NouniqueActionException 的构造方法
-
O
- ObtainData - gboat2.base.core.web 中的 类
- 获取数据
- ObtainMetadata - gboat2.base.core.web 中的 类
- 获取元数据
- ObtainOthers - gboat2.base.core.web 中的 类
- 其他情况
- open(BundleContext) -
类 gboat2.base.core.web.SystemButtonProviderTracker 中的静态方法
- 开启服务跟踪,使用者必须保证在调用服务获取方法
SystemButtonProviderTracker.getProviders()
之前调用
- Opera - gboat2.base.core.model 中的 类
- 一个Opera对应一个Action中的一个方法。
- Opera(Operation, Method, Class<?>) -
类 gboat2.base.core.model.Opera 的构造方法
- 根据方法级别上的Operation注解构造Opera操作对象
Opera
- Opera(Operation, Class<?>) -
类 gboat2.base.core.model.Opera 的构造方法
- 根据类级别上的Operation注解构造Opera操作对象
Opera
- Opera(String, String, String, String, String, String) -
类 gboat2.base.core.model.Opera 的构造方法
- 根据指定原始字段构造实例
Opera
- Operation - gboat2.base.core.annotation 中的 注释类型
-
模块操作注解。
- operationCheck(Object, String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 根据数据检查list中操作是否可见,如果有此方面的需求 请覆盖此方法,todo 方法应该定义为抽象
- operationCheckServiceByMethodCode(Map<?, ?>) -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
- 循环判断是否具有该操作
- operationCheckServiceByMethodName(Map<?, ?>, Bundle) -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
- 循环判断是否具有该操作
- operationDataCheckService(Map<?, ?>, Bundle) -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 中的静态方法
-
- Operations - gboat2.base.core.annotation 中的 注释类型
- 业务模块操作注解,当一个 Action 类或者 Action 类中的方法需要注解为多个操作时,需要将多个 @Operation 封装为数组
- osgiHost -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- output(JSON) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 是输出格式为:
{
...
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
该方法已由 GboatAppContext.output(Object)
替代
- output(Object) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 是输出格式为:
{
data : ...,
success : true
}
该方法已由
GboatAppContext.output(JsonResult.createSuccess(obj))
替代
- output(Object, JsonConfig) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 是输出格式为:
{
data : ...,
success : true
}
该方法已由
GboatAppContext.output(JsonResult.createSuccess(obj))
替代
- output(Object, Class<?>) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 将obj对象转化为json字符串,如果obj树中有clazz类型的POJO,则该POJO字段中的枚举类型会序列化成json,而不是默认的字符串形式
是输出格式为:
{
data : ...,
success : true
}
- output(Object, boolean) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 强制将传入的obj作为数组,这是为了满足通用表单与后台交互的约定,输出格式为:
{
data : [obj],
success : true
}
- output(String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 直接输出字符串result 注意: 方法最后会调用HttpServletResponse.getWriter.close()
- output(JSON, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
...
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- output(Object, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
data : ...,
success : true
}
- output(Object, boolean, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 强制将传入的obj作为数组,这是为了满足通用表单与后台交互的约定,输出格式为:
{
data : [obj],
success : true
}
- output(String, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 直接输出字符串result 注意:
方法最后会调用HttpServletResponse.getWriter.close()
- outputBoolean(boolean, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : ...,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputFailure() -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : false
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputFailure(String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : false,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputFailure(HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : false
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputFailure(HttpServletResponse, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : false,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputPage(Page<?>, Class<?>) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 将page对象转化为json字符串,如果page树中有clazz类型的POJO,则该POJO字段中的枚举类型会序列化成json,而不是默认的字符串形式
输出格式为:
{
data : ...,
results : ...,
success : true
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputPage(Page<?>) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
data : ...,
results : ...,
success : true
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputPage(Page<?>, JsonConfig) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。
- outputPage(Page<?>, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
data : ...,
results : ...,
success : true,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputPage(Page<?>, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
data : ...,
results : ...,
success : true
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputPage(Page<?>, HttpServletResponse, JsonConfig) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。
- outputPage(Page<?>, String, HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
data : ...,
results : ...,
success : true,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputSuccess() -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : true
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputSuccess(String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : true,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputSuccess(HttpServletResponse) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : true
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
- outputSuccess(HttpServletResponse, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 输出格式为:
{
success : true,
message : "..."
}
注意: 方法最后会调用HttpServletResponse.getWriter.close()
P
- Page<E> - gboat2.base.core.dao 中的 类
- 分页对象。
- Page() -
类 gboat2.base.core.dao.Page 的构造方法
- 默认构造方法
- Page(List<? extends E>, PageBean) -
类 gboat2.base.core.dao.Page 的构造方法
- 根据查询结果、分页信息构造
- page -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- PageBean - gboat2.base.core.dao 中的 类
- 分页查询结果集的翻页信息
- PageBean() -
类 gboat2.base.core.dao.PageBean 的构造方法
- 默认构造方法
- PageBean(int, int) -
类 gboat2.base.core.dao.PageBean 的构造方法
- 根据当前显示页与每页显示记录数设置查询信息初始对象
- PAGESIZE_DEFAULT -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_BLOCK -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_DISTINCT -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_ORDERBY -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_PAGE -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_PAGESIZE -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_SOURCE_MAP -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_TABLENAME -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- PARAM_TOP -
类 gboat2.base.core.dao.QuerySupport 中的静态变量
-
- Parameter - gboat2.base.core.model 中的 类
- 平台级参数
- Parameter() -
类 gboat2.base.core.model.Parameter 的构造方法
-
- ParameterServiceImpl - gboat2.base.core.service 中的 类
-
- ParameterServiceImpl() -
类 gboat2.base.core.service.ParameterServiceImpl 的构造方法
-
- parse(JSONObject, Class) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
-
- parseJSONArray(String, Class, String) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- parse Json 串, 转换成PO对象 list
- parseJSONArray(String, Class) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.CacheHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.DbConfigHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.DebugHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.ExtendMetadataHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.IFrameHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.MetadataHandler 中的方法
-
- parseMetadata(String, BaseActionSupport) -
类 gboat2.base.core.web.md.MetadataSupport 中的静态方法
-
- parseMetadata(URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.MetadataSupport 中的静态方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.MultiFileModelHandler 中的方法
-
- parseMetadata(JSONObject, URL, Bundle, MetadataHandlerChain) -
类 gboat2.base.core.web.md.SingleFileModelHandler 中的方法
-
- pomCache -
类 gboat2.base.core.Activator 中的静态变量
-
- postDelete() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- postList(Page<?>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- postSave() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- Preference - gboat2.base.core.annotation 中的 注释类型
- 首选项配置注解,作用于 Action 中的方法。
- PreferenceDefinition - gboat2.base.core.model 中的 类
- 首选项描述
- PreferenceDefinition() -
类 gboat2.base.core.model.PreferenceDefinition 的构造方法
-
- prepare() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- prepareEdit() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- prepareList() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- prepareModel() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- prepareView() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- privilegeCheckServiceByMethodCode(Map<?, ?>, Bundle) -
接口 gboat2.base.core.validate.IDataPrivilegeCheckService 中的方法
- 根据方法Code权限校验
- privilegeCheckServiceByMethodCode(Map<?, ?>, Bundle) -
接口 gboat2.base.core.validate.IOperaPrivilegeCheckService 中的方法
- 根据方法Code权限校验
- privilegeCheckServiceByMethodName(Map<?, ?>, Bundle) -
接口 gboat2.base.core.validate.IDataPrivilegeCheckService 中的方法
- 根据方法名权限校验
- privilegeCheckServiceByMethodName(Map<?, ?>, Bundle) -
接口 gboat2.base.core.validate.IOperaPrivilegeCheckService 中的方法
- 根据方法名权限校验
- PrivilegeCheckServiceFactory - gboat2.base.core.validate 中的 类
- 注册 PrivilegeCheckService 服务实现
- PrivilegeCheckServiceFactory() -
类 gboat2.base.core.validate.PrivilegeCheckServiceFactory 的构造方法
-
- processArrayValue(Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 中的方法
-
- processArrayValue(Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 中的方法
-
- processArrayValue(Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonEnumValueProcessor 中的方法
-
- processArrayValue(Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonFloatValueProcessor 中的方法
-
- processObjectValue(String, Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 中的方法
-
- processObjectValue(String, Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 中的方法
-
- processObjectValue(String, Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonEnumValueProcessor 中的方法
-
- processObjectValue(String, Object, JsonConfig) -
类 gboat2.base.core.util.json.GboatJsonFloatValueProcessor 中的方法
-
- put(String, String, Object) -
接口 gboat2.base.core.cache.ICacheService 中的方法
- 增加缓存对象
- putDebugInfoIfDevMode() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 往 ActionContext 实例中存放一些调试信息
Q
- query(Map<String, Object>) -
类 gboat2.base.core.service.BaseService 中的方法
-
- query(String[][]) -
类 gboat2.base.core.service.BaseService 中的方法
-
- query(Map<String, Object>) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- query(String[][]) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- queryList(Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 通用列表查询
- queryList(String[][]) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 通用列表查询
- queryListByHql(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- queryListBySql(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- QuerySupport - gboat2.base.core.dao 中的 类
- 查询参数处理类
- QuerySupport() -
类 gboat2.base.core.dao.QuerySupport 的构造方法
-
R
- registerEnumClass(BaseActionSupport, Map<String, Object>) -
类 gboat2.base.core.util.EnumTypeUtils 中的静态方法
- 注册除vo、po中枚举之外用到的枚举类型
- registerEnumClassNotInEntry(List<Class<? extends Enum<?>>>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 注册除包含在实体对象即po,vo中枚举类型
使用场景:如果页面中用到的枚举 但此枚举没有出现在po、vo中,则需要覆盖此方法,把当前枚举注册参数enumClass中
- registModule(String) -
类 gboat2.base.core.service.ModuleService 中的静态方法
-
- Relation - gboat2.base.core.annotation 中的 注释类型
- 用于标识数据库进行关联查询时,表间的关联关系
- Relation.DefaultBase - gboat2.base.core.annotation 中的 类
- Relation使用的默认类,空实现
- Relation.DefaultBase() -
类 gboat2.base.core.annotation.Relation.DefaultBase 的构造方法
-
- Relations - gboat2.base.core.annotation 中的 注释类型
- 作用于 VO 类,进行数据库多表关联查询时,通过该注解标识各表间的关联关系。
- RelationType - gboat2.base.core.annotation 中的 枚举
- 关联查询的类型
- remove(String, String) -
接口 gboat2.base.core.cache.ICacheService 中的方法
- 移除缓存对象
- request -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- response -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- RESULTS -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- run() -
类 gboat2.base.core.ActivatorInnerThread 中的方法
-
S
- save(Object) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 保存(持久化)一个对象
- save(Object) -
类 gboat2.base.core.service.BaseService 中的方法
-
- save(Object) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- save() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- save() -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 保存
- saveModel() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- saveOrUpdate(Object) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- saveOrUpdate如果对象没有持久化标识(identifier)属性,对其调用save() ,否则update() 这个对象 ;
如果savaOrUpdate(新po)与另一个与本session关联的po对象拥有相同的持久化标识(identifier),抛出一个异常
- serialVersionUID -
类 gboat2.base.core.web.BaseActionSupport 中的静态变量
-
- set_M(Object) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- set_MdId(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setActionClass(String) -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- setActionName(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setApplicationContext(ApplicationContext) -
类 gboat2.base.core.util.SpringContextUtil 中的方法
-
- setAttachCode(String) -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- setAutowiredBeans(Field[], Class<?>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
- 对action扩展,Business的注入处理,
- setAutowiredBeans(Field[], Bundle) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setBundle(String) -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- setBundleContext(BundleContext) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setBundleSymble(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setBusinessId(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setCode(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setContainer(Container) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setContent(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setCount(int) -
类 gboat2.base.core.dao.PageBean 中的方法
- 设置查询取得记录总数
- setCreateTime(Date) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setCurrentPageParams(String) -
类 gboat2.base.core.dao.PageBean 中的方法
- 设置传递到当前页面的参数,格式为 name1=value1&name2=value2
- setCurrentPageUrl(String) -
类 gboat2.base.core.dao.PageBean 中的方法
-
- setDatePattern(String) -
类 gboat2.base.core.util.json.GboatJsonBigDecimalValueProcessor 中的方法
- 设置日期格式
- setDatePattern(String) -
类 gboat2.base.core.util.json.GboatJsonDateValueProcessor 中的方法
- 设置日期格式
- setDefaultSessionFactory(SessionFactory) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
-
- setDesc(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setDevMode(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setFileName(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setFilePath(String) -
类 gboat2.base.core.web.md.MetadataHandlerChain 中的方法
-
- setFlatResultLayout(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setFullname(String) -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- setGo(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setGroupName(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setId(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setInvokeMethod(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setIp(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setLevel(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setMemo(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setMemo(String) -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- setMetadataId(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setMetaDataStatus(String) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setMethod(String) -
类 gboat2.base.core.model.PreferenceDefinition 中的方法
-
- setModel(Object) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setModifyTime(Date) -
类 gboat2.base.core.model.ContentMetadata 中的方法
-
- setModuleName(String) -
类 gboat2.base.core.model.ModuleAttach 中的方法
-
- setName(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setNameSeparator(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setOperation(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setOperationId(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setOperationName(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setOperationObject(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setOperationTime(Date) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setOperationType(String) -
类 gboat2.base.core.logging.BusinessLogEntry 中的方法
-
- setPage(int) -
类 gboat2.base.core.dao.PageBean 中的方法
- 设置当前页
- setPageBean(PageBean) -
类 gboat2.base.core.dao.Page 中的方法
- 设置分页信息Bean
- setPageSize(int) -
类 gboat2.base.core.dao.PageBean 中的方法
- 设置当前页显示记录条数
- setPriCheckParams(Map<Object, Object>) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setResult(List<? extends E>) -
类 gboat2.base.core.dao.Page 中的方法
- 设置查询结果
- setServices(List) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setServletContext(ServletContext) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setServletRequest(HttpServletRequest) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setServletResponse(HttpServletResponse) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setSID(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setSortDirection(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setSortField(String) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- setValue(String) -
类 gboat2.base.core.model.Parameter 中的方法
-
- setValue(Field, Bundle) -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- SID -
类 gboat2.base.core.web.BaseActionSupport 中的变量
-
- SingleFileModelHandler - gboat2.base.core.web.md 中的 类
- 单一文件模式,文件名称为"uriPrefix.md"
- SingleFileModelHandler() -
类 gboat2.base.core.web.md.SingleFileModelHandler 的构造方法
-
- sortDirection -
类 gboat2.base.core.web.BaseActionSupport 中的变量
- 排序方向(ASC 或 DESC)
- sortField -
类 gboat2.base.core.web.BaseActionSupport 中的变量
- 排序字段
- SplitMetadataStrategy - gboat2.base.core.web 中的 类
- 拆分元数据
- SplitMetadataStrategy() -
类 gboat2.base.core.web.SplitMetadataStrategy 的构造方法
-
- SpringContextUtil - gboat2.base.core.util 中的 类
- Spring的Context操作辅助类
在spring的xml中如下配置:
- start(BundleContext) -
类 gboat2.base.core.Activator 中的方法
-
- stop(BundleContext) -
类 gboat2.base.core.Activator 中的方法
-
- string2Json(String) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 替换特殊字符:比如回车。
- SUCCESS -
类 gboat2.base.core.web.JsonResult 中的静态变量
-
- SUCCESS -
类 gboat2.base.core.web.JsonResultSupport 中的静态变量
- 已过时。
- SystemButtonProvider - gboat2.base.core.web 中的 接口
- 系统及操作按钮提供器
- SystemButtonProviderTracker - gboat2.base.core.web 中的 类
- 跟踪SystemButtonProvider的服务实现
- SystemButtonProviderTracker() -
类 gboat2.base.core.web.SystemButtonProviderTracker 的构造方法
-
T
- task() -
类 gboat2.base.core.ActivatorInnerThread 中的方法
-
- toBean(JSONObject, Class, String) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
- 将json对象转化为java对象,json-lib默认提供的方法不能满足需求
支持:
基本数据类型,枚举,日期,bigdecimal
其他类型还没有测试,使用前请自己测试。
- toString() -
类 gboat2.base.core.model.Module 中的方法
-
- toString() -
类 gboat2.base.core.model.Opera 中的方法
-
- translateJSONOjbject(String, JSONObject) -
类 gboat2.base.core.util.JsonUtil 中的静态方法
-
U
- unRegistModule(Bundle) -
类 gboat2.base.core.service.ModuleService 中的静态方法
-
- update(Object) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 更新一个对象
- update(Object) -
类 gboat2.base.core.service.BaseService 中的方法
-
- update(Object) -
接口 gboat2.base.core.service.IBaseService 中的方法
-
- updateByQuery(String, Map<String, Object>) -
接口 gboat2.base.core.dao.IBaseDAO 中的方法
- 用语句更新记录
V
- valueOf(String) -
枚举 gboat2.base.core.annotation.RelationType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 gboat2.base.core.logging.Level 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 gboat2.base.core.annotation.RelationType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 gboat2.base.core.logging.Level 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- view() -
类 gboat2.base.core.web.BaseActionSupport 中的方法
-
- view() -
接口 gboat2.base.core.web.IBaseActionSupport 中的方法
- 查看详细信息
W
- warn(BusinessLogEntry) -
接口 gboat2.base.core.logging.IBusinessLogService 中的方法
- warn
- WebServiceConfigInfo - gboat2.base.core.annotation 中的 注释类型
- TODO
- wrap(Object) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : true
}
- wrap(boolean) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
success : ...
}
- wrap(boolean, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
success : ...,
message : "..."
}
- wrap(Object, boolean, long, String[]) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : ...,
results :...,
errors : [...]
}
如果errors是一个map或list,可以通过JSON对象封装后再作为参数传入
- wrap(Object, boolean, String[]) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : ...,
errors : [...]
}
如果errors是一个map或list,可以通过JSON对象封装后再作为参数传入
- wrap(Object, boolean, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : ...,
message : "..."
}
- wrap(Object, boolean) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : ...,
}
- wrap(Object, long, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
results : ...,
success : true,
message : "..."
}
- wrap(Object, long) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
results : ...,
success : true
}
- wrapPage(Page<?>, String) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : true,
results :...,
message : "..."
}
- wrapPage(Page<?>) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。 封装为:
{
data : ...,
success : true,
results :...
}
- wrapPage(Page<?>, JsonConfig) -
类 gboat2.base.core.web.JsonResultSupport 中的静态方法
- 已过时。
A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.