|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.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
内の clear
DaoException
- 処理に失敗したpublic List<SystemProperty> listAllProperties(String gridId) throws DaoException
SystemPropertyDao
の記述:
SystemPropertyDao
内の listAllProperties
gridId
- グリッドID
DaoException
- 処理に失敗したpublic String getProperty(String gridId, String name) throws DaoException
SystemPropertyDao
の記述:
SystemPropertyDao
内の getProperty
gridId
- グリッドID
DaoException
public void setProperty(String gridId, String name, String value) throws DaoException
SystemPropertyDao
の記述:
SystemPropertyDao
内の setProperty
gridId
- グリッドIDname
- プロパティ名value
- プロパティ値
DaoException
- 処理に失敗したpublic void deletePropertiesOfGrid(String gridId) throws DaoException
SystemPropertyDao
の記述:
SystemPropertyDao
内の deletePropertiesOfGrid
gridId
- グリッドID
DaoException
- 処理に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |