パッケージ | 説明 |
---|---|
org.opengion.fukurou.business |
業務ロジックを処理するためのクラスを提供します。
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected ArrayTableModel |
AbstractBizLogic.table
配列側テーブルモデル
配列型テーブルモデル自体は、protected属性であるため、サブクラスから直接参照することができます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected ArrayTableModel |
AbstractBizLogic.createTableBySql(String sq)
検索SQLを実行し、結果を配列型テーブルモデルとして返します。
|
protected ArrayTableModel |
AbstractBizLogic.createTableBySql(String sq,
int rw,
ArrayTableModel tbl)
検索SQLを実行し、結果を配列型テーブルモデルとして返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
AbstractBizLogic.call(String subLogicName,
String key,
String val,
int rw,
ArrayTableModel tbl)
子ロジックを実行します。
|
protected ArrayTableModel |
AbstractBizLogic.createTableBySql(String sq,
int rw,
ArrayTableModel tbl)
検索SQLを実行し、結果を配列型テーブルモデルとして返します。
|
void |
BizLogicHelper.setTable(ArrayTableModel tbl)
配列型テーブルモデルをセットします。
|
(package private) void |
AbstractBizLogic.setTable(ArrayTableModel tbl)
配列型テーブルモデルをセットします。
|
protected void |
AbstractBizLogic.sql(String sq,
int rw,
ArrayTableModel tbl)
SQLを実行します。
|
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.