|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SystemPropertyDao
システム固有のプロパティを扱うDAO。
フィールドの概要 | |
---|---|
static String |
PASSWORD_EXPIRATION_DAYS
|
メソッドの概要 | |
---|---|
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)
プロパティを設定する。 |
フィールドの詳細 |
---|
static final String PASSWORD_EXPIRATION_DAYS
メソッドの詳細 |
---|
void clear() throws DaoException
DaoException
- 処理に失敗したList<SystemProperty> listAllProperties(String gridId) throws DaoException
gridId
- グリッドID
DaoException
- 処理に失敗したString getProperty(String gridId, String name) throws DaoException
gridId
- グリッドIDプロパティ名
-
DaoException
void setProperty(String gridId, String name, String value) throws DaoException
gridId
- グリッドIDname
- プロパティ名value
- プロパティ値
DaoException
- 処理に失敗したvoid deletePropertiesOfGrid(String gridId) throws DaoException
gridId
- グリッドID
DaoException
- 処理に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |