序列化表格


软件包 gboat2.admin.osgi.action

gboat2.admin.osgi.action.BundlesAction 继承 com.opensymphony.xwork2.ActionSupport 实现 Serializable

serialVersionUID: -1L

序列化字段

logger

org.slf4j.Logger logger

id

String id

configuration

com.opensymphony.xwork2.config.Configuration configuration

bundleFlag

String bundleFlag

output

String output

bundlePath

String bundlePath

message

String message

level

String level
级别目录


currentLevel

String currentLevel

failure

boolean failure
判断 安装 操作是否成功


failureString

String failureString
ftl 不支持 boolean 型,用这个变量替换一下

gboat2.admin.osgi.action.ShellAction 继承 com.opensymphony.xwork2.ActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

command

String command

output

String output

软件包 gboat2.approve.service

gboat2.approve.service.ApproveException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.approveflow.action

gboat2.approveflow.action.ApproveflowAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

approveflowBusiness

IApproveflowBusiness approveflowBusiness

approveflowRegister

IApproveFlowRegister approveflowRegister

processInfoList

List<E> processInfoList
流程列表


nodeInfoList

List<E> nodeInfoList
流程节点列表


roleList

List<E> roleList
角色名称列表


processId

String processId

levelId

String levelId

bpmnDataJson

String bpmnDataJson

nodeNameAssignerMap

Map<K,V> nodeNameAssignerMap

processCache

Map<K,V> processCache

软件包 gboat2.approveflow.service

gboat2.approveflow.service.ApproveFlowException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.attachment

gboat2.attachment.UploadException 继承 BusinessNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.attachment.action

gboat2.attachment.action.AttachConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1568958760674720749L

序列化字段

moduleService

IModuleService moduleService

attachConfigBusiness

IAttachConfigBusiness attachConfigBusiness

moduleList

List<E> moduleList

gboat2.attachment.action.UploadAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: -7501825007639640991L

序列化字段

file

File file

fileContentType

String fileContentType

fileFileName

String fileFileName

attachType

String attachType

attachName

String attachName

attachId

String attachId

belongId

String belongId

filePath

String filePath

configId

String configId

uploadService

IAttachmentService uploadService

软件包 gboat2.attachment.model

gboat2.attachment.model.Attachment 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

attachId

String attachId
主键id 附件编码


belongId

String belongId
从属编码


attachName

String attachName
附件名称


attachType

String attachType
附件类型


originalName

String originalName
原始文件名


savePath

String savePath
保存路径,是一个相对路径


downloadUrl

String downloadUrl
下载路径


uploadDate

Date uploadDate
上传日期


uploaderId

String uploaderId
上传者id,目前以存用户的loginId


validateCode

String validateCode
验证码(md5)


size

Long size
文件长度


changeId

String changeId
企业档案变更记录编码


watermarkFailed

String watermarkFailed
标识添加水印失败的附件,1:表示添加水印失败


configId

String configId
外键:对应表AttachConfig 中主键configId


required

String required
标记该附件是否为必传附件,不需持久化到数据库,"0"为选传,"1"为必传

gboat2.attachment.model.AttachmentVO 继承 Attachment 实现 Serializable

serialVersionUID: 1L

序列化字段

configAttachType

String configAttachType

attachOrder

float attachOrder

gboat2.attachment.model.DownloadRecord 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

downloadId

String downloadId

userId

String userId

userNameZh

String userNameZh

userIp

String userIp

organId

String organId

attachId

String attachId

belongId

String belongId

attachName

String attachName

originalName

String originalName

downloadDate

Date downloadDate

gboat2.attachment.model.TypedAttachments 继承 Object 实现 Serializable

serialVersionUID: 6795220838012310160L

序列化字段

types

List<E> types

uploadeds

List<E> uploadeds

软件包 gboat2.base.bridge.exception

gboat2.base.bridge.exception.AbstractPrivilegeException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L

gboat2.base.bridge.exception.BusinessNestedException 继承 Exception 实现 Serializable

serialVersionUID: -6765360320533958383L

序列化字段

errorCode

String errorCode

gboat2.base.bridge.exception.DefaultBusinessNestedException 继承 BusinessNestedException 实现 Serializable

serialVersionUID: -1657938434382769721L

gboat2.base.bridge.exception.DefaultGboatNestedException 继承 GboatNestedException 实现 Serializable

serialVersionUID: -1657938434382769721L

gboat2.base.bridge.exception.GboatNestedException 继承 RuntimeException 实现 Serializable

serialVersionUID: -6765360320533958383L

序列化字段

errorCode

String errorCode

软件包 gboat2.base.bridge.model

gboat2.base.bridge.model.Priority 继承 Object 实现 Serializable

serialVersionUID: 1620492035834167297L

序列化字段

operationPriority

List<E> operationPriority
具有权限的Actions,只包含权限信息,格式为 "resourceActionClass.operationCode"


dataLevelPriority

Map<K,V> dataLevelPriority
格式为 actionClass => dataLevelCode


defaultDataLevel

String defaultDataLevel
默认数据级别

gboat2.base.bridge.model.ResultObject 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

success

boolean success
操作是否成功


message

String message
提示消息


data

Object data
业务数据

gboat2.base.bridge.model.UserSession 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

userId

String userId
用户系统编号


loginId

String loginId
登录账号


userNameZh

String userNameZh
中文名称


userNameEn

String userNameEn
英文名称


organId

String organId
所属组织编号


organType

String organType
所属组织类型


loginedIp

String loginedIp
登录 IP


groupCode

String groupCode
用户所属用户组 Code


roleCode

String roleCode
用户所属角色 Code


ssoSessionID

String ssoSessionID
用户单点登录的 Seesion ID


systemId

String systemId
系统Id


attributes

Map<K,V> attributes
保存用户扩展信息的 Map


priority

Priority priority
权限


软件包 gboat2.base.bridge.util.security

gboat2.base.bridge.util.security.GboatSecurityException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.core.dao

gboat2.base.core.dao.Page 继承 Object 实现 Serializable

serialVersionUID: 5727773299567371087L

序列化字段

result

List<E> result
查询结果


pageBean

PageBean pageBean
分页信息Bean

gboat2.base.core.dao.PageBean 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

page

int page
当前页


pageSize

int pageSize
当前页显示记录条数


count

int count
取得查询总记录数


currentPageParams

String currentPageParams
当前页面的参数


currentPageUrl

String currentPageUrl
当前页面路径


软件包 gboat2.base.core.exception

gboat2.base.core.exception.NoPrivilegeException 继承 AbstractPrivilegeException 实现 Serializable

serialVersionUID: 1L

gboat2.base.core.exception.NouniqueActionException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.core.logging

gboat2.base.core.logging.GboatLoggingException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.core.util

gboat2.base.core.util.EnumTypeWrapper 继承 LinkedList 实现 Serializable


软件包 gboat2.base.core.web

gboat2.base.core.web.BaseActionSupport 继承 com.opensymphony.xwork2.ActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

context

org.osgi.framework.BundleContext context

container

com.opensymphony.xwork2.inject.Container container

devMode

boolean devMode
是否开启了 Struts 调试模式


flatResultLayout

boolean flatResultLayout

nameSeparator

String nameSeparator

osgiHost

org.apache.struts2.osgi.OsgiHost osgiHost

page

Page<E> page

SID

String SID

model

Object model

sortField

String sortField
排序字段


sortDirection

String sortDirection
排序方向(ASC 或 DESC)


go

String go
需要跳转到的目标页面


actionBundle

org.osgi.framework.Bundle actionBundle
当前执行的 Action 所在的 Bundle


_MdId

String _MdId
前端每次请求创建Module的id,用于前端取得module对象


listParameterMap

Map<K,V> listParameterMap

priCheckParams

Map<K,V> priCheckParams

baseServiceInBase

IBaseService baseServiceInBase

gboat2.base.core.web.JsonResult 继承 ResultObject 实现 Serializable

serialVersionUID: 1L

gboat2.base.core.web.MetadataException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.dao.exception

gboat2.base.dao.exception.TransientException 继承 RuntimeException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.logging.action

gboat2.base.logging.action.BusinessLogAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

gboat2.base.logging.action.LogConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

businessLevel

String businessLevel

systemLogRootLevel

String systemLogRootLevel

properties

String properties

gboat2.base.logging.action.SystemLogAction 继承 BaseActionSupport 实现 Serializable

序列化字段

lines

int lines

pageNo

int pageNo

logService

ISystemLogService logService

软件包 gboat2.base.plugin.exception

gboat2.base.plugin.exception.InternalInvalidException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.plugin.struts.dispatcher

gboat2.base.plugin.struts.dispatcher.GboatDispatcherResult 继承 org.apache.struts2.dispatcher.ServletDispatcherResult 实现 Serializable

serialVersionUID: 1L

序列化字段

container

com.opensymphony.xwork2.inject.Container container

osgiResourceDenySuffixs

String[] osgiResourceDenySuffixs

软件包 gboat2.base.plugin.struts.interceptor

gboat2.base.plugin.struts.interceptor.CallActionLogStackHandlerInterceptor 继承 com.opensymphony.xwork2.interceptor.AbstractInterceptor 实现 Serializable

serialVersionUID: 1L

gboat2.base.plugin.struts.interceptor.DestopMetadataInterceptor 继承 com.opensymphony.xwork2.interceptor.AbstractInterceptor 实现 Serializable

serialVersionUID: 1L

gboat2.base.plugin.struts.interceptor.ExceptionHandlerInterceptor 继承 com.opensymphony.xwork2.interceptor.AbstractInterceptor 实现 Serializable

serialVersionUID: 1L

gboat2.base.plugin.struts.interceptor.GboatFileUploadInterceptor 继承 org.apache.struts2.interceptor.FileUploadInterceptor 实现 Serializable

serialVersionUID: 1L

序列化字段

multipartSaveDir

String multipartSaveDir
Store state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.


servletContext

javax.servlet.ServletContext servletContext

gboat2.base.plugin.struts.interceptor.RequestIntervalCheckInterceptor 继承 com.opensymphony.xwork2.interceptor.AbstractInterceptor 实现 Serializable

serialVersionUID: 1L

序列化字段

timeInterval

long timeInterval
时间间隔,单位为毫秒


excludeParams

Set<E> excludeParams
排除的 URL 规则列表,符合任意一条规则的 URL 将不进行拦截处理,直接放行


软件包 gboat2.base.view

gboat2.base.view.GboatViewException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.base.view.jsp

gboat2.base.view.jsp.AbstractAttachTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1904115256861121844L

序列化字段

belongId

String belongId

deleteUrl

String deleteUrl

url

String url

fileDataName

String fileDataName

flashSwfUrl

String flashSwfUrl

headers

String headers

maxFileSize

String maxFileSize

maxRetries

String maxRetries

multipart

String multipart

multipartParams

String multipartParams

requiredFeatures

String requiredFeatures

runtimes

String runtimes

silverlightXapUrl

String silverlightXapUrl

autostart

String autostart

dragdrop

String dragdrop

onReadyTopics

String onReadyTopics

onSelectedTopics

String onSelectedTopics

onRemovedTopics

String onRemovedTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

onProgressTopics

String onProgressTopics

onUploadedTopics

String onUploadedTopics

onCompleteTopics

String onCompleteTopics

onErrorTopics

String onErrorTopics

gboat2.base.view.jsp.AccordionItemTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

onClickTopics

String onClickTopics

gboat2.base.view.jsp.AccordionTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

active

String active

animate

String animate

collapsible

String collapsible

event

String event

header

String header

heightStyle

String heightStyle

list

Object list

listKey

String listKey

listValue

String listValue

href

String href

paramKeys

String paramKeys

paramValues

String paramValues

onActivateTopics

String onActivateTopics

onBeforeActivateTopics

String onBeforeActivateTopics

onCreateTopics

String onCreateTopics

gboat2.base.view.jsp.AttachButtonsTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: -6268237152377949658L

序列化字段

browse

String browse

start

String start

stop

String stop

gboat2.base.view.jsp.AttachResizeTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: -6268237152377949658L

序列化字段

width

String width

height

String height

quality

String quality

crop

String crop

gboat2.base.view.jsp.AttachSequenceTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1904115256861121844L

序列化字段

attachMap

String attachMap

downloadUrl

String downloadUrl

gboat2.base.view.jsp.AttachTag 继承 AbstractAttachTag 实现 Serializable

serialVersionUID: 1904115256861121844L

序列化字段

attachMap

String attachMap

downloadUrl

String downloadUrl

chunkSize

String chunkSize

multiSelection

String multiSelection

preventDuplicates

String preventDuplicates

uniqueNames

String uniqueNames

rename

String rename

sortable

String sortable

multipleQueues

String multipleQueues

gboat2.base.view.jsp.AutocompleterTag 继承 org.apache.struts2.views.jsp.ui.AbstractListTag 实现 Serializable

serialVersionUID: 1L

序列化字段

autoFocus

String autoFocus

delay

String delay

minLength

String minLength

maxlength

String maxlength

readonly

String readonly

size

String size

selectBox

String selectBox

selectBoxIcon

String selectBoxIcon

multiple

String multiple

listLabel

String listLabel

forceValidOption

String forceValidOption

valueWidget

String valueWidget

onSelectTopics

String onSelectTopics

onFocusTopics

String onFocusTopics

onSearchTopics

String onSearchTopics

gboat2.base.view.jsp.BlockTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

id

String id
代码块的唯一标识

gboat2.base.view.jsp.ButtonTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: -1L

序列化字段

type

String type
按钮类型,可选值有:button、reset、submit


category

String category
按钮展现方式,可选值有:default、primary、success、info、warning、danger、link


size

String size
按钮大小,可选值有:lg、sm、xs


block

String block
是否显示为块级元素:true|false


active

String active
是否为活动状态:true|false


loadingValue

String loadingValue
点击按钮后显示的文本


code

String code
用于权限控制的code,和Action方法中的Operation的code保持一致

gboat2.base.view.jsp.CatagoryQueryTag 继承 org.apache.struts2.views.jsp.ui.AbstractListTag 实现 Serializable

serialVersionUID: 1L

序列化字段

gridId

String gridId

gboat2.base.view.jsp.CheckboxListTag 继承 org.apache.struts2.views.jsp.ui.CheckboxListTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

gboat2.base.view.jsp.DialogTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

appendTo

String appendTo

autoOpen

String autoOpen

buttons

String buttons

closeOnEscape

String closeOnEscape

closeText

String closeText

dialogClass

String dialogClass

draggable

String draggable

height

String height

hide

String hide

maxHeight

String maxHeight

maxWidth

String maxWidth

minHeight

String minHeight

minWidth

String minWidth

modal

String modal

position

String position

resizable

String resizable

show

String show

width

String width

showCloseButton

String showCloseButton

onBeforeCloseTopics

String onBeforeCloseTopics

onCloseTopics

String onCloseTopics

onFocusTopics

String onFocusTopics

onOpenTopics

String onOpenTopics

openTopics

String openTopics

closeTopics

String closeTopics

destroyTopics

String destroyTopics

gboat2.base.view.jsp.DraggableTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

addClasses

String addClasses

appendTo

String appendTo

axis

String axis

cancel

String cancel

connectToSortable

String connectToSortable

containment

String containment

cursor

String cursor

cursorAt

String cursorAt

delay

String delay

disabled

String disabled

distance

String distance

grid

String grid

handle

String handle

helper

String helper

iframeFix

String iframeFix

opacity

String opacity

refreshPositions

String refreshPositions

revert

String revert

revertDuration

String revertDuration

scope

String scope

scroll

String scroll

scrollSensitivity

String scrollSensitivity

scrollSpeed

String scrollSpeed

snap

String snap

snapMode

String snapMode

snapTolerance

String snapTolerance

stack

String stack

zIndex

String zIndex

onDragTopics

String onDragTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

gboat2.base.view.jsp.DroppableTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

accept

String accept

activeClass

String activeClass

addClasses

String addClasses

disabled

String disabled

greedy

String greedy

hoverClass

String hoverClass

scope

String scope

tolerance

String tolerance

onActivateTopics

String onActivateTopics

onDeactivateTopics

String onDeactivateTopics

onDropTopics

String onDropTopics

onOutTopics

String onOutTopics

onOverTopics

String onOverTopics

gboat2.base.view.jsp.FormTag 继承 org.apache.struts2.views.jsp.ui.FormTag 实现 Serializable

serialVersionUID: 1L

序列化字段

layout

String layout

columns

String columns

gboat2.base.view.jsp.GridColumnTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 7618322146696075561L

序列化字段

align

String align

datefmt

String datefmt

defval

String defval

displayTitle

String displayTitle

editable

String editable

editoptions

String editoptions

editrules

String editrules

edittype

String edittype

firstsortorder

String firstsortorder

fixed

String fixed

formoptions

String formoptions

formatoptions

String formatoptions

formatter

String formatter

frozen

String frozen

hidedlg

String hidedlg

hidden

String hidden

index

String index

jsonmap

String jsonmap

key

String key

resizable

String resizable

search

String search

searchtype

String searchtype

searchoptions

String searchoptions

surl

String surl

sortable

String sortable

sorttype

String sorttype

unformat

String unformat

viewable

String viewable

width

String width

gboat2.base.view.jsp.GridOperationsTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

align

String align

fixed

String fixed

frozen

String frozen

resizable

String resizable

width

String width

gboat2.base.view.jsp.GridOperationTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

icon

String icon

url

String url

target

String target

onClickTopic

String onClickTopic

options

String options

gboat2.base.view.jsp.GridPagerTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 7618322146696075561L

序列化字段

pagerpos

String pagerpos

pgbuttons

String pgbuttons

pginput

String pginput

pgtext

String pgtext

recordpos

String recordpos

recordtext

String recordtext

rowList

String rowList

rowNum

String rowNum

viewrecords

String viewrecords

onPagingTopics

String onPagingTopics

gboat2.base.view.jsp.GridTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

width

String width

height

String height

sortname

String sortname

gridview

String gridview

autowidth

String autowidth

sortorder

String sortorder

loadonce

String loadonce

multiselect

String multiselect

multiboxonly

String multiboxonly

editurl

String editurl

editinline

String editinline

caption

String caption

shrinkToFit

String shrinkToFit

gridModel

String gridModel

scroll

String scroll

navigator

String navigator

navigatorEditOptions

String navigatorEditOptions

navigatorAddOptions

String navigatorAddOptions

navigatorDeleteOptions

String navigatorDeleteOptions

navigatorSearchOptions

String navigatorSearchOptions

navigatorViewOptions

String navigatorViewOptions

navigatorAdd

String navigatorAdd

navigatorDelete

String navigatorDelete

navigatorEdit

String navigatorEdit

navigatorRefresh

String navigatorRefresh

navigatorSearch

String navigatorSearch

navigatorView

String navigatorView

navigatorExtraButtons

String navigatorExtraButtons

navigatorInlineEditButtons

String navigatorInlineEditButtons

navigatorCloneToTop

String navigatorCloneToTop

autoencode

String autoencode

cellEdit

String cellEdit

cellurl

String cellurl

cellsubmit

String cellsubmit

footerrow

String footerrow

hiddengrid

String hiddengrid

hidegrid

String hidegrid

hoverrows

String hoverrows

rownumbers

String rownumbers

multiselectWidth

String multiselectWidth

page

String page

scrollrows

String scrollrows

filter

String filter

subGridWidth

String subGridWidth

subGridUrl

String subGridUrl

userDataOnFooter

String userDataOnFooter

filterOptions

String filterOptions

altClass

String altClass

altRows

String altRows

prmNames

String prmNames

direction

String direction

rowTotal

String rowTotal

viewsortcols

String viewsortcols

toppager

String toppager

onSelectRowTopics

String onSelectRowTopics

onSelectAllTopics

String onSelectAllTopics

onSortColTopics

String onSortColTopics

onCellSelectTopics

String onCellSelectTopics

onGridCompleteTopics

String onGridCompleteTopics

onEditInlineBeforeTopics

String onEditInlineBeforeTopics

onEditInlineSuccessTopics

String onEditInlineSuccessTopics

onEditInlineErrorTopics

String onEditInlineErrorTopics

onEditInlineAfterSaveTopics

String onEditInlineAfterSaveTopics

onCellEditSuccessTopics

String onCellEditSuccessTopics

onCellEditErrorTopics

String onCellEditErrorTopics

onSubGridRowExpanded

String onSubGridRowExpanded

onClickGroupTopics

String onClickGroupTopics

onDblClickRowTopics

String onDblClickRowTopics

onRightClickRowTopics

String onRightClickRowTopics

reloadTopics

String reloadTopics

sortableRows

String sortableRows

connectWith

String connectWith

groupField

String groupField

groupColumnShow

String groupColumnShow

groupText

String groupText

groupCollapse

String groupCollapse

groupOrder

String groupOrder

groupSummary

String groupSummary

groupDataSorted

String groupDataSorted

groupShowSummaryOnHide

String groupShowSummaryOnHide

groupPlusIcon

String groupPlusIcon

groupMinusIcon

String groupMinusIcon

searchForm

String searchForm

gboat2.base.view.jsp.IncludeTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

value

String value

gboat2.base.view.jsp.LabelTag 继承 org.apache.struts2.views.jsp.ui.LabelTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

gboat2.base.view.jsp.MenuItemTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

href

String href

menuIcon

String menuIcon

onClickTopics

String onClickTopics

gboat2.base.view.jsp.MenuTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 594523103591646134L

序列化字段

targets

String targets

href

String href

paramName

String paramName

list

Object list

listKey

String listKey

listValue

String listValue

gboat2.base.view.jsp.NavigationTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: -1L

gboat2.base.view.jsp.OverlayTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

id

String id
要覆盖的代码块的唯一标识,即与父页面中 block 标签的 id 值保持一致

gboat2.base.view.jsp.PageTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: -1585165567043278243L

序列化字段

extend

String extend
继承页面(父页面)


encoding

String encoding
父页面的字符编码


readonly

String readonly

gboat2.base.view.jsp.PageUrlTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: -1L

gboat2.base.view.jsp.PhotoAttachTag 继承 AbstractAttachTag 实现 Serializable

serialVersionUID: 1L

序列化字段

width

String width

height

String height

attachConfig

String attachConfig

uploadeds

String uploadeds

gboat2.base.view.jsp.ProgressbarTag 继承 org.apache.struts2.views.jsp.ui.DivTag 实现 Serializable

serialVersionUID: 1L

序列化字段

max

String max

onChangeTopics

String onChangeTopics

onCompleteTopics

String onCompleteTopics

gboat2.base.view.jsp.RadioTag 继承 org.apache.struts2.views.jsp.ui.RadioTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

gboat2.base.view.jsp.RemoteTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

targets

String targets

href

String href

formIds

String formIds

indicator

String indicator

loadingText

String loadingText

errorText

String errorText

errorElementId

String errorElementId

dataType

String dataType

requestType

String requestType

effect

String effect

effectDuration

String effectDuration

effectOptions

String effectOptions

effectMode

String effectMode

timeout

String timeout

listenTopics

String listenTopics

onEffectCompleteTopics

String onEffectCompleteTopics

gboat2.base.view.jsp.ResizableTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

alsoResize

String alsoResize

animate

String animate

animateDuration

String animateDuration

animateEasing

String animateEasing

aspectRatio

String aspectRatio

autoHide

String autoHide

cancel

String cancel

containment

String containment

delay

String delay

disabled

String disabled

distance

String distance

ghost

String ghost

grid

String grid

handles

String handles

helper

String helper

maxHeight

String maxHeight

maxWidth

String maxWidth

minHeight

String minHeight

minWidth

String minWidth

onResizeTopics

String onResizeTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

gboat2.base.view.jsp.SelectableTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

appendTo

String appendTo

autoRefresh

String autoRefresh

cancel

String cancel

delay

String delay

disabled

String disabled

distance

String distance

filter

String filter

tolerance

String tolerance

onSelectedTopics

String onSelectedTopics

onSelectingTopics

String onSelectingTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

onUnselectedTopics

String onUnselectedTopics

onUnselectingTopics

String onUnselectingTopics

gboat2.base.view.jsp.SelectTag 继承 org.apache.struts2.views.jsp.ui.SelectTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

helpText

String helpText

gboat2.base.view.jsp.SliderTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

animate

String animate

max

String max

min

String min

orientation

String orientation

range

String range

step

String step

displayValueElement

String displayValueElement

onChangeTopics

String onChangeTopics

onSlideTopics

String onSlideTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

gboat2.base.view.jsp.SortableTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: 1L

序列化字段

appendTo

String appendTo

axis

String axis

cancel

String cancel

connectWith

String connectWith

containment

String containment

cursor

String cursor

cursorAt

String cursorAt

delay

String delay

disabled

String disabled

distance

String distance

dropOnEmpty

String dropOnEmpty

forceHelperSize

String forceHelperSize

forcePlaceholderSize

String forcePlaceholderSize

grid

String grid

handle

String handle

helper

String helper

items

String items

opacity

String opacity

placeholder

String placeholder

revert

String revert

scroll

String scroll

scrollSensitivity

String scrollSensitivity

scrollSpeed

String scrollSpeed

tolerance

String tolerance

zIndex

String zIndex

onActivateTopics

String onActivateTopics

onBeforeStopTopics

String onBeforeStopTopics

onChangeTopics

String onChangeTopics

onDeactivateTopics

String onDeactivateTopics

onOutTopics

String onOutTopics

onOverTopics

String onOverTopics

onReceiveTopics

String onReceiveTopics

onRemoveTopics

String onRemoveTopics

onSortTopics

String onSortTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

onUpdateTopics

String onUpdateTopics

gboat2.base.view.jsp.SpinnerTag 继承 TextFieldTag 实现 Serializable

serialVersionUID: 1L

序列化字段

culture

String culture

disabled

String disabled

icons

String icons

incremental

String incremental

max

String max

min

String min

numberFormat

String numberFormat

page

String page

step

String step

mouseWheel

String mouseWheel

onChangeTopics

String onChangeTopics

onSpinTopics

String onSpinTopics

onStartTopics

String onStartTopics

onStopTopics

String onStopTopics

gboat2.base.view.jsp.StaticComponentsTag 继承 org.apache.struts2.views.jsp.ui.AbstractUITag 实现 Serializable

serialVersionUID: -1L

序列化字段

names

String names

devMode

String devMode

withDependency

String withDependency

path

String path

gboat2.base.view.jsp.TabbedPanelTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: -4719930205515386252L

序列化字段

active

String active

collapsible

String collapsible

disabled

String disabled

event

String event

heightStyle

String heightStyle

hide

String hide

show

String show

tabPosition

String tabPosition

cache

String cache

useSelectedTabCookie

String useSelectedTabCookie

onActivateTopics

String onActivateTopics

onBeforeActivateTopics

String onBeforeActivateTopics

onLoadTopics

String onLoadTopics

gboat2.base.view.jsp.TabTag 继承 org.apache.struts2.views.jsp.ui.AbstractClosingTag 实现 Serializable

serialVersionUID: 1L

序列化字段

closable

String closable

formIds

String formIds

href

String href

gboat2.base.view.jsp.TextareaTag 继承 org.apache.struts2.views.jsp.ui.TextareaTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

helpText

String helpText

gboat2.base.view.jsp.TextFieldTag 继承 org.apache.struts2.views.jsp.ui.TextFieldTag 实现 Serializable

serialVersionUID: 1L

序列化字段

colspan

String colspan

groupColumns

String groupColumns

labelCssClass

String labelCssClass

labelCssStyle

String labelCssStyle

helpText

String helpText

inputPrepend

String inputPrepend

inputAppend

String inputAppend

gboat2.base.view.jsp.TopicTag 继承 org.apache.struts2.views.jsp.ComponentTagSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

onBeforeTopics

String onBeforeTopics

onAfterValidationTopics

String onAfterValidationTopics

onCompleteTopics

String onCompleteTopics

onSuccessTopics

String onSuccessTopics

onErrorTopics

String onErrorTopics

onAlwaysTopics

String onAlwaysTopics

onChangeTopics

String onChangeTopics

onEnableTopics

String onEnableTopics

onDisableTopics

String onDisableTopics

onFocusTopics

String onFocusTopics

onBlurTopics

String onBlurTopics

onShowTopics

String onShowTopics

onHideTopics

String onHideTopics

onRemoveTopics

String onRemoveTopics

软件包 gboat2.cxf.action

gboat2.cxf.action.WebServiceConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

bundleName

String bundleName

bundleNames

List<E> bundleNames

interfaceName

List<E> interfaceName

isEdit

boolean isEdit

gboat2.cxf.action.WebServiceConfigParamAction 继承 BaseActionSupport 实现 Serializable


软件包 gboat2.example.action

gboat2.example.action.AttachAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

attachMap

Map<K,V> attachMap

oldVersionJsonStr

String oldVersionJsonStr

SID

String SID

attachIds

String[] attachIds

attachConfig

AttachConfig attachConfig

uploadeds

List<E> uploadeds

gboat2.example.action.AutocompleterAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

term

String term

languages

List<E> languages

gboat2.example.action.ExampleAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

forward

String forward

resource

String resource

accordionMap

Map<K,V> accordionMap

groups

List<E> groups

date

Date date

time

Date time

dateTime

Date dateTime

agree

boolean agree

euBusiness

IExampleUserBusiness euBusiness

软件包 gboat2.report.action

gboat2.report.action.ReportConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

logger

org.slf4j.Logger logger

file

File file

attachsJson

String attachsJson

attachids

String[] attachids

urllist

List<E> urllist

软件包 gboat2.serviceflow.action

gboat2.serviceflow.action.ServiceflowAction 继承 BaseActionSupport 实现 Serializable

序列化字段

handlerRegister

IHandlerRegister handlerRegister

workflowService

IServiceFlowService workflowService

packages

List<E> packages

entryActionHandlers

List<E> entryActionHandlers

exitActionHandlers

List<E> exitActionHandlers

processId

String processId

软件包 gboat2.serviceflow.service

gboat2.serviceflow.service.NodeParameter 继承 HashMap<String,Object> 实现 Serializable

serialVersionUID: -5951260758579061626L

序列化字段

approveResult

Object approveResult

gboat2.serviceflow.service.ServiceFlowException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.web.action

gboat2.web.action.AuthorityAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: -4464064941800996884L

序列化字段

logger

org.slf4j.Logger logger

resId

String resId

roleId

String roleId

authForId

String authForId

operations

String[] operations

operaId

String operaId

systemId

String systemId

authorityBusi

IAuthorityBusiness authorityBusi

loggingService

IBusinessLogService loggingService

cacheAssistBusi

ICacheAssistBusiness cacheAssistBusi

gboat2.web.action.BlankAction 继承 BaseActionSupport 实现 Serializable

gboat2.web.action.ForwardAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

systemService

ISystemConfigBusiness systemService

systems

List<E> systems

gboat2.web.action.GIndexAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: -5592431830054284953L

序列化字段

logger

org.slf4j.Logger logger

isDesktopMode

Boolean isDesktopMode

devMode

boolean devMode

v

String v
版本


profileService

IProfileBusiness profileService

systemCount

String systemCount

roleCount

String roleCount

currentTheme

String currentTheme

currentStretch

String currentStretch

currentWallpaper

String currentWallpaper

passwordModify

String passwordModify

username

String username

userSession

UserSession userSession

extJSVer

String extJSVer

jsEntry

Map<K,V> jsEntry

sysCfg

SystemConfig sysCfg

sysCfgSer

ISystemConfigBusiness sysCfgSer

roleBusi

IRoleBusiness roleBusi

versionBus

IVersionMgrBusiness versionBus

userNavMod

String userNavMod

ip

String ip

userService

IUserBusiness userService

extjsFilenameSuffix

String extjsFilenameSuffix

gboat2.web.action.GrepAction 继承 BaseActionSupport 实现 Serializable

序列化字段

name

String name

errorMessage

String errorMessage

classNames

List<E> classNames

gboat2.web.action.GroupAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: -6111982934363345538L

序列化字段

groupBusi

IGroupBusiness groupBusi

groupRoleBusi

IGroupRoleBusiness groupRoleBusi

authBusi

IAuthorityBusiness authBusi

dataLevelBusi

IDataLevelBusiness dataLevelBusi

dataLevelAuthorityBusi

IDataLevelAuthorityBusiness dataLevelAuthorityBusi

groupId

String groupId

groupCode

String groupCode

allRoles

String[] allRoles

allOrgans

String[] allOrgans

roleId

String roleId

authForId

String authForId

resId

String resId

dataLevelId

String dataLevelId

systemId

String systemId

loggingService

IBusinessLogService loggingService

cacheAssistBusi

ICacheAssistBusiness cacheAssistBusi

systemCfgBusi

ISystemConfigBusiness systemCfgBusi

gboat2.web.action.GroupRoleAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

resBusi

IGroupRoleBusiness resBusi

inputValue

String inputValue

gboat2.web.action.LoginAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

username

String username
用户名


password

String password
密码


mapperId

String mapperId
身份


systemId

String systemId
系统id


userStatus

List<E> userStatus

errorMessage

String errorMessage
错误信息


extJSVer

String extJSVer

userService

IUserBusiness userService
用户服务


shortcutService

IShortcutBusiness shortcutService
快捷图标服务


sessionService

ISessionService sessionService
Session服务


authorityService

IAuthorityBusiness authorityService
权限服务


profileService

IProfileBusiness profileService

systemConfigService

ISystemConfigBusiness systemConfigService

gropBusi

IGroupBusiness gropBusi

roleBusi

IRoleBusiness roleBusi

loginBusiness

ILoginBusiness loginBusiness

roleId

String roleId

groupId

String groupId

openUrl

String openUrl

openParams

String openParams

namespace

String namespace

gboat2.web.action.MetadataAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

actionName

String actionName

invokeMethod

String invokeMethod

contentMetadata

ContentMetadata contentMetadata

metadataBusiness

IMetadataBusiness metadataBusiness

cacheService

ICacheService cacheService

content

String content

metadataId

String metadataId

metaDataStatus

String metaDataStatus

fileName

String fileName

bundleSymble

String bundleSymble

isInitMetadata

boolean isInitMetadata
是否是初始化的配置文件

gboat2.web.action.OrganDefineAction 继承 BaseActionSupport 实现 Serializable

序列化字段

loggerService

IBusinessLogService loggerService

organDefineService

IOrganDefineBusiness organDefineService

gboat2.web.action.ParameterAction 继承 BaseActionSupport 实现 Serializable

gboat2.web.action.PreferenceAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1568958760674720749L

序列化字段

moduleSer

IModuleService moduleSer

gboat2.web.action.ProfileAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

theme

String theme

stretch

String stretch

wallpaper

String wallpaper

profileService

IProfileBusiness profileService

gboat2.web.action.PropertyAction 继承 BaseActionSupport 实现 Serializable

序列化字段

metadataService

IMetadataBusiness metadataService

actionName

String actionName

invokeMethod

String invokeMethod

bundleName

String bundleName

viewPage

String viewPage

gboat2.web.action.ResourceAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: -1088485441177798733L

序列化字段

resBusi

IResourceBusiness resBusi

operaBusi

IOperationBusiness operaBusi

loggingService

IBusinessLogService loggingService

cacheAssistBusi

ICacheAssistBusiness cacheAssistBusi

roleBusi

IRoleBusiness roleBusi

systemCfgBusi

ISystemConfigBusiness systemCfgBusi

operation

String[] operation

resFilter

String resFilter

bundle

String bundle

actionClass

String actionClass

systemId

String systemId

operationId

String operationId

targetParentId

String targetParentId

targetIndex

String targetIndex

moveId

String moveId

copyedId

String copyedId

resCode

String resCode

gboat2.web.action.RoleAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 472119966630760254L

序列化字段

roleCode

String roleCode

roleId

String roleId

resId

String resId

systemId

String systemId

roleBusiness

IRoleBusiness roleBusiness

groupBusi

IGroupBusiness groupBusi

resBusiness

IResourceBusiness resBusiness

authorityBusi

IAuthorityBusiness authorityBusi

groupRoleBusi

IGroupRoleBusiness groupRoleBusi

dataLevelAuthorityBusi

IDataLevelAuthorityBusiness dataLevelAuthorityBusi

loggingService

IBusinessLogService loggingService

cacheAssistBusi

ICacheAssistBusiness cacheAssistBusi

systemCfgBusi

ISystemConfigBusiness systemCfgBusi

userService

IUserBusiness userService
用户服务

gboat2.web.action.ShortcutAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

shortcutBusi

IShortcutBusiness shortcutBusi

loggingService

IBusinessLogService loggingService

authorityBusi

IAuthorityBusiness authorityBusi

gropBusi

IGroupBusiness gropBusi

roleBusi

IRoleBusiness roleBusi

resourceBusi

IResourceBusiness resourceBusi

resId

String resId

systemId

String systemId

gboat2.web.action.SystemConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 3502812072080285347L

序列化字段

cache

ICacheService cache

syscfgBusi

ISystemConfigBusiness syscfgBusi

loginBusiness

ILoginBusiness loginBusiness

gropBusi

IGroupBusiness gropBusi

roleBusi

IRoleBusiness roleBusi

gboat2.web.action.UserAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

loginId

String loginId

organId

String organId

organName

String organName

groupId

String groupId

roleId

String roleId

serviceAddr

String serviceAddr

serviceType

String serviceType

password

String password

userId

String userId

groupRoleId

String groupRoleId

systemId

String systemId

authForId

String authForId

resId

String resId

dataLevelId

String dataLevelId

oldPassword

String oldPassword
用户修改密码中的原密码字段


groups

List<E> groups

userService

IUserBusiness userService

groupService

IGroupBusiness groupService

loggerService

IBusinessLogService loggerService

dataLevelBusi

IDataLevelBusiness dataLevelBusi

systemCfgBusi

ISystemConfigBusiness systemCfgBusi

authBusi

IAuthorityBusiness authBusi

dataLevelAuthorityBusi

IDataLevelAuthorityBusiness dataLevelAuthorityBusi

gboat2.web.action.VersionMgrAction 继承 BaseActionSupport 实现 Serializable

gboat2.web.action.WidgetAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

serviceId

String serviceId

count

int count

roleBusi

IRoleBusiness roleBusi

widgetService

IWidgetAuthorityConfigBusiness widgetService

gboat2.web.action.WidgetAuthorityConfigAction 继承 BaseActionSupport 实现 Serializable

serialVersionUID: 1L

序列化字段

syscfgBusi

ISystemConfigBusiness syscfgBusi

roleBusiness

IRoleBusiness roleBusiness

systemList

List<E> systemList
获取g2中所有的system


roleList

List<E> roleList
获取g2中所有的role


widgetList

List<E> widgetList

authorityWidgetList

List<E> authorityWidgetList

软件包 gboat2.web.exception

gboat2.web.exception.AuthValidateException 继承 ValidateException 实现 Serializable

serialVersionUID: 1L

gboat2.web.exception.ConfigBusinessNestedException 继承 DefaultGboatNestedException 实现 Serializable

serialVersionUID: -38444323083127316L

gboat2.web.exception.NomalUserValidateException 继承 ValidateException 实现 Serializable

serialVersionUID: 1L

gboat2.web.exception.ResourceException 继承 GboatNestedException 实现 Serializable

serialVersionUID: 3391017658362486986L

gboat2.web.exception.SuperValidateException 继承 ValidateException 实现 Serializable

serialVersionUID: 1L

gboat2.web.exception.ValidateException 继承 BusinessNestedException 实现 Serializable

serialVersionUID: 1L


软件包 gboat2.web.model

gboat2.web.model.Group 继承 Object 实现 Serializable

序列化字段

groupId

String groupId

groupCode

String groupCode

groupName

String groupName

defaultDataLevel

String defaultDataLevel

gboat2.web.model.Organ 继承 Object 实现 Serializable

序列化字段

organId

String organId

organName

String organName

organType

String organType

systemId

String systemId

gboat2.web.model.Role 继承 Object 实现 Serializable

序列化字段

roleId

String roleId

parentId

String parentId

roleCode

String roleCode

roleName

String roleName

description

String description

gboat2.web.model.SystemTheme 继承 Object 实现 Serializable

序列化字段

themeId

String themeId

text

String text

theme

String theme

img

String img

gboat2.web.model.WidgetAuthortyConfig 继承 Object 实现 Serializable

序列化字段

wacId

String wacId

systemId

String systemId

roleId

String roleId

widgetIds

String widgetIds

gboat2.web.model.WidgetAuthortyConfigVO 继承 WidgetAuthortyConfig 实现 Serializable

序列化字段

systemName

String systemName

roleName

String roleName

widgetNames

String widgetNames

软件包 gboat2.web.service

gboat2.web.service.PrivilegeException 继承 Exception 实现 Serializable

gboat2.web.service.UserException 继承 Exception 实现 Serializable



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