|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.jsonic.JsonicSystemPropertyDao
public class JsonicSystemPropertyDao
| フィールドの概要 |
|---|
| インタフェース jp.go.nict.langrid.dao.SystemPropertyDao から継承されたフィールド |
|---|
PASSWORD_EXPIRATION_DAYS |
| コンストラクタの概要 | |
|---|---|
JsonicSystemPropertyDao(JsonicDaoContext context)
|
|
| メソッドの概要 | |
|---|---|
void |
clear()
情報をクリアする。 |
void |
deletePropertiesOfGrid(String gridId)
グリッドの全プロパティを削除する。 |
String |
getProperty(String gridId,
String name)
プロパティを取得する。 |
List<SystemProperty> |
listAllProperties(String gridId)
全てのシステムプロパティを取得する。 |
void |
setProperty(String gridId,
String name,
String value)
プロパティを設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JsonicSystemPropertyDao(JsonicDaoContext context)
| メソッドの詳細 |
|---|
public void clear()
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の clearDaoException - 処理に失敗した
public List<SystemProperty> listAllProperties(String gridId)
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の listAllPropertiesgridId - グリッドID
DaoException - 処理に失敗した
public String getProperty(String gridId,
String name)
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の getPropertygridId - グリッドID
DaoException
public void setProperty(String gridId,
String name,
String value)
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の setPropertygridId - グリッドIDname - プロパティ名value - プロパティ値
DaoException - 処理に失敗した
public void deletePropertiesOfGrid(String gridId)
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の deletePropertiesOfGridgridId - グリッドID
DaoException - 処理に失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||