|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.hibernate.HibernateDao
jp.go.nict.langrid.dao.hibernate.HibernateCRUDDao<SystemProperty>
jp.go.nict.langrid.dao.hibernate.HibernateSystemPropertyDao
public class HibernateSystemPropertyDao
SystemPropertyDaoのHibernateを用いた実装。
| 入れ子のクラスの概要 |
|---|
| クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承された入れ子のクラス/インタフェース |
|---|
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R> |
| フィールドの概要 |
|---|
| インタフェース jp.go.nict.langrid.dao.SystemPropertyDao から継承されたフィールド |
|---|
PASSWORD_EXPIRATION_DAYS |
| コンストラクタの概要 | |
|---|---|
HibernateSystemPropertyDao(HibernateDaoContext 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)
プロパティを設定する。 |
| クラス jp.go.nict.langrid.dao.hibernate.HibernateCRUDDao から継承されたメソッド |
|---|
add, add, clearEach, createCriteria, createDeleteQuery, delete, delete, exists, get, list, update |
| クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承されたメソッド |
|---|
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transact |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public HibernateSystemPropertyDao(HibernateDaoContext context)
context - DaoContext| メソッドの詳細 |
|---|
public void clear()
throws DaoException
SystemPropertyDao の記述:
SystemPropertyDao 内の clearHibernateCRUDDao<SystemProperty> 内の 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 - 処理に失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||