直列化された形式
serialVersionUID: 1L
locale
Locale locale
msgResource
MessageResource msgResource
serialVersionUID: 6062483674222162851L
createDatetime
Timestamp createDatetime
updateDatetime
Timestamp updateDatetime
serialVersionUID: 6582271562474380334L
code
Integer code
name
String name
parentCode
Integer parentCode
serialVersionUID: 3916988778547072145L
empId
Long empId
name
String name
deptCode
Integer deptCode
enterDate
Date enterDate
sex
Short sex
salary
BigDecimal salary
memo
String memo
serialVersionUID: -3271748801137301335L
serialVersionUID: -4366935193649100148L
deptName
String deptName
parentDeptName
String parentDeptName
serialVersionUID: 4380358529045912816L
id
Integer id
name
String name
serialVersionUID: 8911427062438774472L
name
String name
zeroSuppress
boolean zeroSuppress
regexp
String regexp
regexpPattern
Pattern regexpPattern
paramType
Column.ParamType paramType
paramPos
ArrayList<E> paramPos
dbColumnName
String dbColumnName
- データベースのカラム名を保持する内部変数です。
caption
String caption
- 見出し名を保持する内部変数です。
type
Column.Type type
- データタイプを保持する内部変数です。
sqlType
int sqlType
- SQLデータタイプを保持する内部変数です。
displaySize
int displaySize
- 表示幅(桁数)を保持する内部変数です。
precision
int precision
- 数値項目の桁数を保持する内部変数です。
scale
int scale
- 数値項目の小数点以下の桁数を保持する内部変数です。
length
int length
- 文字列最大長を保持する内部変数です。
nullable
Boolean nullable
- NULL値を許可するか否かのフラグを保持する内部変数です。
readOnly
boolean readOnly
- 読み取り専用か否かのフラグを保持する内部変数です。
visible
boolean visible
- 表示するか否かのフラグを保持する内部変数です。
fromDatabase
boolean fromDatabase
- JDBC ResultSetから自動生成されたか否かのフラグを保持する内部変数です。
resolveKey
boolean resolveKey
- 行を識別する項目か否かのフラグを保持する内部変数です。
updated
boolean updated
- データが更新されたか否かのフラグを保持する内部変数です。
formatPattern
String formatPattern
- フォーマットパターンを保持する内部変数です。
parseRegex
String parseRegex
- フォーマットパターンを保持する内部変数です。
fillChar
boolean fillChar
- Columnの最大長より短い値の場合に空白文字で最大長分満たすか否かのフラグを保持する内部変数です。
constraint
Column.Constraint constraint
- Columnの値に対する制約条件。
デフォルト値は、Column.Constraint.DEFAULT
trimType
Column.TrimType trimType
- 文字列値に対するトリム処理の指定。
デフォルト値は、Column.TrimType.NOTRIM
validator
Validator validator
- 値検査用オブジェクト。
defaultValue
String defaultValue
- デフォルト値。
autoIncrement
boolean autoIncrement
- DBサーバー側の自動連番か?
permitMinusValue
boolean permitMinusValue
- 数値に対するマイナス値を許可するか?
lenientConvert
boolean lenientConvert
- エンティティオブジェクト項目の型とDBカラムの型が異なる場合、寛容な変換を行うか?.
upperCaseDBColumnName
boolean upperCaseDBColumnName
oldDBColumnName
String oldDBColumnName
defaultInputEditor
Column.InputType defaultInputEditor
defaultInputStyle
String defaultInputStyle
optionType
Class<T> optionType
isRemoveRegexpHeadTail
boolean isRemoveRegexpHeadTail
- チェック用の正規表現において、先頭と末尾が'/'の場合に、その2文字を取り除くかどうかを表します。
True:取り除く、False:取り除かない
table
Table<E extends Serializable> table
nameMap
HashMap<K,V> nameMap
meta
ITableDef.MetaData<T extends Serializable> meta
columns
Column[] columns
referenceTable
Class<T> referenceTable
referenceTableName
String referenceTableName
referenceTableColumnNames
String referenceTableColumnNames
usingIndex
boolean usingIndex
index
ITableDef.Index index
onDelete
ITableDef.MetaData.FKOption onDelete
onUpdate
ITableDef.MetaData.FKOption onUpdate
unique
boolean unique
upperCaseDBColumnName
boolean upperCaseDBColumnName
entityType
Class<T> entityType
$$
Serializable $$
owner
String owner
dbCatalog
String dbCatalog
dbSchema
String dbSchema
dbTableName
String dbTableName
alias
String alias
upperCase
boolean upperCase
columns
ITableDef.Columns columns
primaryKey
ITableDef.PrimaryKey primaryKey
foreginKeys
ArrayList<E> foreginKeys
indexes
ArrayList<E> indexes
serialVersionUID: 1L
columns
IndexedMap<K,V> columns
entityType
Class<T> entityType
serialVersionUID: 4946934585870174155L
table
Table<E extends Serializable> table
- Columnの集合を保持する内部変数
deletionReserved
boolean deletionReserved
- 「この行はアプリケーション内で削除される」という予約
rowID
Row.RowID rowID
- record Idを保持する内部変数です。
status
Row.Status status
- 行の状態を保持する内部変数です。
values
Serializable[] values
- 行項目の値を保持する配列です。
oldRow
Row<E extends Serializable> oldRow
- 行が編集されている間、編集前の値を一時的に保持するRowオブジェクト
originalRow
Row<E extends Serializable> originalRow
- ロード時の値を保持するRowオブジェクト
typedRow
boolean typedRow
- エンティティ型が指定された行オブジェクトか?
entity
Serializable entity
- カーソル行のエンティティオブジェクトへのショートカット.
row.getEntity();
で取得できるオブジェクトと同じ内容です。
undefinedValues
HashMap<K,V> undefinedValues
- エンティティ型で定義されていない値を保持するMap
serialVersionUID: 1L
value
int value
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- 例外:
IOException
ClassNotFoundException
charsetForCheckingLength
String charsetForCheckingLength
- 文字列のバイト数をチェックする際に使用するエンコードを表す定数です。
デフォルト: "Windows-31J"
name
String name
columns
IndexedMap<K,V> columns
- Column オブジェクトの集合です。
visibleRows
ArrayList<E> visibleRows
- 表で可視となる行オブジェクトのIDを管理するVector
rows
LinkedHashMap<K,V> rows
- 全ての行オブジェクトが登録されるMAP
rowCounter
int rowCounter
changeListeners
Vector<E> changeListeners
tableListeners
Vector<E> tableListeners
active
boolean active
- Table オブジェクトの状態を表します。
True:アクティブ状態、False:非アクティブ状態
_inBounds
boolean _inBounds
cursorRowIndex
int cursorRowIndex
_params
Params<E extends Serializable> _params
- 表に付属するパラメータを格納する Params オブジェクトです。
params
Serializable params
- パラメータとして使用するエンティティオブジェクト.
getParams().getEntity()でアクセスできるオブジェクトと同じものです.
エンティティの型を指定しないテーブルオブジェクトでは、nullです。
dataProvider
DataProvider dataProvider
dataResolver
DataResolver dataResolver
applyFilter
boolean applyFilter
captionResource
Class<T>[] captionResource
sortKeys
Table.SortKey[] sortKeys
sortKeyHistory
ArrayList<E> sortKeyHistory
allRowCount
int allRowCount
hasMoreRow
boolean hasMoreRow
entityType
Class<T> entityType
upperCaseDBColumnName
boolean upperCaseDBColumnName
$$
Serializable $$
- エンティティのダミーオブジェクト.
SQLオブジェクトを利用して、SQL文を構築する際に利用します。
[ex.]
employee.select().
where(employee.$$.deptCode).is(new Long(25)).z.
orderBy(employee.$$.name)....
※エンティティの型を指定しない場合は、nullです。
entity
Serializable entity
- カーソル行のエンティティオブジェクトへのショートカット.
table.getEntity();
で取得できるオブジェクトと同じ内容です。
serialVersionUID: 1L
columnName
String columnName
ascending
boolean ascending
key
String key
showRoot
boolean showRoot
root
TreeModel.Root root
id
long id
originalRowIndex
int originalRowIndex
parent
TreeModel.Node parent
children
ArrayList<E> children
expanded
boolean expanded
level
int level
name
String name
link
String link
attribute
HashMap<K,V> attribute
tag
int tag
object
Object object
tree
TreeModel tree
パッケージ jp.littlesoft.data.event |
column
Column column
newValue
Object newValue
oldValue
Object oldValue
serialVersionUID: 1L
type
ResolvingEvent.Type type
oldRow
Row<E extends Serializable> oldRow
newRow
Row<E extends Serializable> newRow
abort
boolean abort
abortMessage
String abortMessage
sql
String sql
params
Params<E extends Serializable> params
row
Row<E extends Serializable> row
rowIndex
int rowIndex
パッケージ jp.littlesoft.data.exception |
column
Column column
- Column
caption
String caption
rowIndex
int rowIndex
value
Object value
row
Row<E extends Serializable> row
パッケージ jp.littlesoft.data.text |
mTextType
TextTable.Type mTextType
mTextSchema
TextTable.Schema mTextSchema
mTextPadType
TextTable.PadType mTextPadType
mQuote
char mQuote
mDelimiter
char mDelimiter
mQuoteInExport
boolean mQuoteInExport
mLineSeparator
String mLineSeparator
mEncoding
String mEncoding
headerType
TextTable.HeaderType headerType
exportColumns
String[] exportColumns
パッケージ jp.littlesoft.data.validator |
パッケージ jp.littlesoft.file.client |
attributes
Attributes attributes
fileOutputStream
FileOutputStream fileOutputStream
iProgress
IProgressListener iProgress
パッケージ jp.littlesoft.file.common |
webappUrl
String webappUrl
jsessionId
String jsessionId
sequence
String sequence
subsessionId
String subsessionId
actionPageId
String actionPageId
callbackMethod
String callbackMethod
attribute
HashMap<K,V> attribute
attributes
Attributes attributes
parentPath
String parentPath
fileName
String fileName
splitSequence
Integer splitSequence
individualDataSize
Long individualDataSize
cumulativeDataSize
Long cumulativeDataSize
isSplit
Boolean isSplit
isFinal
Boolean isFinal
attributes
Attributes attributes
パッケージ jp.littlesoft.file.server |
temporary
boolean temporary
fieldName
String fieldName
contentType
String contentType
isFormField
boolean isFormField
fileName
String fileName
params
SplitUploadParams params
prevItem
AbstractFileItem prevItem
nextItem
AbstractFileItem nextItem
params
SplitUploadParams params
items
ArrayList<E> items
fileItemClassName
String fileItemClassName
tempDirectory
String tempDirectory
saveDirectory
String saveDirectory
headerEncoding
String headerEncoding
sizeMax
Long sizeMax
fileSizeMax
Long fileSizeMax
extension
String extension
serialVersionUID: 6711597448621604711L
serializables
HashMap<K,V> serializables
url
String url
database
String database
user
String user
password
String password
conn
LSJsonConnection conn
sql
String sql
params
Params<E extends Serializable> params
maxRows
int maxRows
clientId
String clientId
response
LSJsonConnection.Response response
database
String database
user
String user
password
String password
sql
String sql
maxRows
Integer maxRows
entytyTypeName
String entytyTypeName
params
Map<K,V> params
result
List<E> result
hasError
Boolean hasError
exceptionTypeName
String exceptionTypeName
message
String message
queryRequest
LSJsonConnection.Request queryRequest
characterEncoding
String characterEncoding
prefCode
Short prefCode
cityCode
Short cityCode
addressCode
Short addressCode
newStreetName
String newStreetName
buildingName
String buildingName
tel
String tel
createDatetime
Timestamp createDatetime
updateDatetime
Timestamp updateDatetime
prefCode
Integer prefCode
cityCode
Short cityCode
name
String name
mailAddress
String[][] mailAddress
address
LSJsonTest.Address address
skills
ArrayList<E> skills
famiily
HashMap<K,V> famiily
date
Date date
text
String text
code
Integer code
name
String name
sql
String sql
result
List<E> result
id
Long id
name
String name
gid
Integer gid
id
Integer id
name
String name
number
BigDecimal number
serialVersionUID: 1094593190795585591L
ddl
UpdateSQL<T extends Serializable> ddl
metaDatas
HashMap<K,V> metaDatas
prefCode
Short prefCode
cityCode
Short cityCode
addressCode
Short addressCode
newStreetName
String newStreetName
buildingName
String buildingName
tel
String tel
createDatetime
Timestamp createDatetime
updateDatetime
Timestamp updateDatetime
prefCode
Integer prefCode
cityCode
Short cityCode
name
String name
code
Integer code
name
String name
id
Long id
name
String name
gid
Integer gid
id
Integer id
name
String name
number
BigDecimal number
query
SQL.Query query
entityType
Class<T> entityType
_params
Params<E extends Serializable> _params
typeParam
Serializable[] typeParam
dataProviderType
Class<T> dataProviderType
dataResolverType
Class<T> dataResolverType
idToRemote
HashMap<K,V> idToRemote
entityToRemote
HashMap<K,V> entityToRemote
$$
Serializable $$
- このSQLのターゲットエンティティのダミーオブジェクト.
SQL文を作成する際使用します.
params
Serializable params
- このSQLのターゲットエンティティのパラメータオブジェクト.
this.getParams().entity または this.getParams().getEntity()と同じオブジェクトです.
name
String name
comparer
String comparer
values
Serializable[] values
type
jp.littlesoft.sql.SQL.Comparer.Type type
end
Object end
- where, $if, onで開始した条件式の終了を示す変数
nestedCondition
SQL.Condition<Q> nestedCondition
value
Serializable value
conjunction
String conjunction
withoutConjunction
boolean withoutConjunction
evaluateNonNulls
boolean evaluateNonNulls
negative
boolean negative
where
SQL.Condition<Q> where
name
String name
expressionType
jp.littlesoft.sql.SQL.Expression.Type expressionType
source
Serializable source
dest
Serializable dest
select
SQL.Select select
option
String option
table
Serializable table
condition
SQL.Condition<Q> condition
sqlContext
SQL<T extends Serializable> sqlContext
parent
SQL.Query parent
level
int level
entityToMeta
IdentityHashMap<K,V> entityToMeta
entityFieldToColumn
IdentityHashMap<K,V> entityFieldToColumn
entityFieldToMeta
IdentityHashMap<K,V> entityFieldToMeta
nameList
ArrayList<E> nameList
includeNullParamCondition
boolean includeNullParamCondition
prepared
boolean prepared
dynamicCondtions
HashMap<K,V> dynamicCondtions
onEditingRemoteSelectSQL
boolean onEditingRemoteSelectSQL
useAbsoluteFakeCondition
boolean useAbsoluteFakeCondition
sql
String sql
id
String id
connection
Connection connection
entiies
ArrayList<E> entiies
sqls
HashMap<K,V> sqls
values
Serializable[] values
tables
Serializable[] tables
into
Serializable into
alias
Serializable alias
join
ArrayList<E> join
orderBy
Serializable[] orderBy
groupBy
Serializable[] groupBy
unionSelect
SQL.Select unionSelect
unionType
SQL.UnionType unionType
where
SQL.Condition<Q> where
query
SQL.Query query
previous
SQL.Token previous
next
SQL.Token next
where
SQL.Condition<Q> where
dbUrl
String dbUrl
dbUserName
String dbUserName
dbPassword
String dbPassword
driverName
String driverName
connectProps
Properties connectProps
connectionOwner
boolean connectionOwner
validator
Validator validator
- Validatorのインスタンスです。
PostgreSQL 7.2以上の場合に設定する。
clientId
String clientId
- 元プロセスを識別するための識別子です。
queryTimeout
int queryTimeout
- クエリーのタイムアウト時間を表します。
sqlServerType
SQLAdaptor.SQLServerType sqlServerType
- DBサーバのタイプです。
autoCommitAvailable
boolean autoCommitAvailable
getPrimaryKeyAvailable
boolean getPrimaryKeyAvailable
- getPrimaryKeyを利用可能かどうかを表します。
True:利用可、False:利用不可
searchMetaDataByUpperCase
boolean searchMetaDataByUpperCase
searchMetaDataByLowerCase
boolean searchMetaDataByLowerCase
searchMetaDataWithinSchema
boolean searchMetaDataWithinSchema
SQL
String SQL
pageSQL
String pageSQL
jdbcSQL
String jdbcSQL
jdbcPageSQL
String jdbcPageSQL
lastExecutedSql
String lastExecutedSql
params
Params<E extends Serializable> params
maxRows
int maxRows
fetchSize
int fetchSize
executing
boolean executing
resultSetColumnNames
String[] resultSetColumnNames
- ResultSetオブジェクトのカラム名です。
serialVersionUID: 1L
pendingCommit
boolean pendingCommit
colNameRequireDblQuote
boolean colNameRequireDblQuote
optimisticLockType
SQLDataResolverImpl.OptimisticLockType optimisticLockType
keyColumns
String[] keyColumns
targetDBTable
String targetDBTable
targetDBSchema
String targetDBSchema
targetDBCatalog
String targetDBCatalog
sqlInsert
String sqlInsert
sqlUpdate
String sqlUpdate
sqlDelete
String sqlDelete
sqlResolvingListeners
Vector<E> sqlResolvingListeners
serialVersionUID: 1L
cutenntRow
Row<E extends Serializable> cutenntRow
deptName
String deptName
dbSchema
String dbSchema
nodeList
ArrayList<E> nodeList
dataTable
Table<E extends Serializable> dataTable
nodeSeparator
String nodeSeparator
selectedIndex
int selectedIndex
id
Long id
parentId
Long parentId
key
String key
path
String path
nodeName
String nodeName
link
String link
attribute
HashMap<K,V> attribute
node
TreeModel.Node node
isLeaf
Boolean isLeaf
isExpanded
Boolean isExpanded
id
String id
value
Long value
serialVersionUID: 1L
serialVersionUID: 1L
sqlAdaptor
SQLAdaptor sqlAdaptor
- JDBCAdaptorオブジェクトを保持する内部変数です。
sql
String sql
- 実行するSQL文を保持する内部変数です。
jdbcSql
String jdbcSql
- 検索キーなどのパラメタを解析した後のSQL文を保持する内部変数です。
パッケージ jp.littlesoft.sql.exception |
パッケージ jp.littlesoft.sql.logger |
serialVersionUID: 6028714385242672985L
indexList
ArrayList<E> indexList
パッケージ jp.littlesoft.util.res |
messageArguments
Object[] messageArguments
resourceClassName
String resourceClassName
resourceFieldName
String resourceFieldName
DefaultPageClassName
String DefaultPageClassName
- アクションコントローラへ最初にアクセスした際に使用されるアクションページクラス名です。
useStaticParameterName
boolean useStaticParameterName
- 2009/08/10 tableのパラメータ名称を固定化するか。
velocityEngine
org.apache.velocity.app.VelocityEngine velocityEngine
- 2010.02.07 VelocityEngine サーブレット毎のインスタンスに
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- 例外:
IOException
ClassNotFoundException
contentType
String contentType
templateName
String templateName
velocityContext
org.apache.velocity.VelocityContext velocityContext
strictSession
boolean strictSession
sequenceValue
String sequenceValue
alertMessage
String alertMessage
formName
String formName
useAjax
boolean useAjax
actionPageId
String actionPageId
- アクションページ毎の識別子です。
parentPage
ActionPage parentPage
- 親の ActionPage オブジェクトです。
自身が子ページ(ダイアログ)の場合にのみ、オブジェクトがセットされます。
subActionPage
HashMap<K,V> subActionPage
- 子の ActionPage オブジェクトのリストです。
自身が親ページ(ダイアログを持つ)場合のみ、子ページがセットされます。
selfClassName
String selfClassName
- 自クラス名
methodName
String methodName
- executeメソッドでディスパッチするメソッド名
loadscript
String loadscript
maxInactiveInterval
int maxInactiveInterval
lastAccessedTime
long lastAccessedTime
id
String id
actionPage
ActionPage actionPage
args
HashMap<K,V> args
dialogClient
IDialogClient dialogClient
buttonWidth
int buttonWidth
templateResource
String templateResource
formStyle
String formStyle
title
String title
autoClose
boolean autoClose
buttons
DefaultDialog.Button[] buttons
dataTable
WebDataTable<E extends Serializable> dataTable
clientData
Serializable clientData
onCloseScript
String onCloseScript
mainClass
String mainClass
codebase
String codebase
title
String title
vendor
String vendor
j2seVer
String j2seVer
templateName
String templateName
jnlpFileName
String jnlpFileName
jars
ArrayList<E> jars
appParams
Attributes appParams
velocityContext
org.apache.velocity.VelocityContext velocityContext
request
javax.servlet.http.HttpServletRequest request
response
javax.servlet.http.HttpServletResponse response
sqlContext
SQL<T extends Serializable> sqlContext
id
String id
id
String id
pageStartRow
int pageStartRow
pageEndRow
int pageEndRow
showRows
int showRows
errorMessage
ArrayList<E> errorMessage
errorValues
HashMap<K,V> errorValues
autoTrimRequest
boolean autoTrimRequest
currentPage
int currentPage
usePageDivReserve
boolean usePageDivReserve
containRowNumInErrors
boolean containRowNumInErrors
useStaticParameterName
boolean useStaticParameterName
pagingJavaMethodName
String pagingJavaMethodName
pagingAjaxCompMethodName
String pagingAjaxCompMethodName
pagingCallMethodType
WebDataTable.PagingCallMethodType pagingCallMethodType
pagingMaxPageCount
int pagingMaxPageCount
defaultInformation
String defaultInformation
serialVersionUID: 1L
dataTable
WebDataTable<E extends Serializable> dataTable
rows
jp.littlesoft.web.WebDataTable.PageContext.PageRowList<E> rows
errors
ArrayList<E> errors
params
WebDataTable.PageRow<K,V> params
cursor
WebDataTable.PageRow<K,V> cursor
pageContext
WebDataTable.PageContext pageContext
dataTable
WebDataTable<E extends Serializable> dataTable
isNew
boolean isNew
index
int index
rowNumber
int rowNumber
deletionDeserved
boolean deletionDeserved
status
Row.Status status
isParams
boolean isParams
pageContext
WebDataTable.PageContext pageContext
context
org.apache.velocity.context.Context context
rowIndex
Integer rowIndex
colIndex
Integer colIndex
value
String value
serialVersionUID: 1L
sqlContext
SQL<T extends Serializable> sqlContext
select
SQL.Select select
serialVersionUID: -586624234019609058L
cssClassNameTreeView
String cssClassNameTreeView
cssClassNameNodeExpanded
String cssClassNameNodeExpanded
cssClassNameNodeCollapsed
String cssClassNameNodeCollapsed
cssClassNameLabel
String cssClassNameLabel
cssClassNameLeaf
String cssClassNameLeaf
name
String name
onSelectionMethodName
String onSelectionMethodName
onSelectionCompleteAjaxHandlerName
String onSelectionCompleteAjaxHandlerName
selectedItemColor
String selectedItemColor
useExpandAction
boolean useExpandAction
useCollapseAction
boolean useCollapseAction
id
String id
errorMessage
String errorMessage
cause
Throwable cause
Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.