|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.plugIn.process.PluginInfoAcquisition
public class PluginInfoAcquisition
タイトル:PluginInfoAcquisition.
説明:プラグイン・テーブルから情報を取得する。
著作権: Copyright (c) 2010/02/03
コンストラクタの概要 | |
---|---|
PluginInfoAcquisition(PluginAccess pa)
Creates a new PluginInfoAcquisition.java instance. |
メソッドの概要 | |
---|---|
PluginSearchDto |
find(PluginSearchDto psd)
Describe find method : search M_PLUGIN. |
PluginInfDto |
findByPrimary(PluginInfDto pid)
Describe findByPrimary method : get M_PLUGIN. |
void |
updateMenuSeq(java.lang.String plgId,
int seq)
Describe updateMenuSeq method : update menu_seq at M_PLUGIN. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PluginInfoAcquisition(PluginAccess pa)
PluginInfoAcquisition.java
instance.
メソッドの詳細 |
---|
public PluginSearchDto find(PluginSearchDto psd) throws java.lang.Exception
find
method : search M_PLUGIN.
psd
- a PluginSearchDto
:
PluginSearchDto
:
java.lang.Exception
public PluginInfDto findByPrimary(PluginInfDto pid) throws java.lang.Exception
findByPrimary
method : get M_PLUGIN.
pid
- a PluginInfDto
:
PluginInfDto
:
java.lang.Exception
public void updateMenuSeq(java.lang.String plgId, int seq) throws java.lang.Exception
updateMenuSeq
method : update menu_seq at M_PLUGIN.
plgId
- a String
: プラグインIDseq
- an int
: メニュー表示順
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |