|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.ogis_ri.citk.policytool.common.repository.JpaGenericRepository<Realm,Long>
jp.co.ogis_ri.citk.policytool.domain.realm.impl.JpaRealmRepositoryImpl
@Repository public class JpaRealmRepositoryImpl
JPAによりレルムのエンティティに対する処理を行うクラス.
| フィールドの概要 |
|---|
| クラス jp.co.ogis_ri.citk.policytool.common.repository.JpaGenericRepository から継承されたフィールド |
|---|
em |
| コンストラクタの概要 | |
|---|---|
JpaRealmRepositoryImpl()
|
|
| メソッドの概要 | |
|---|---|
List<Realm> |
findAll()
エンティティを全件取得する. |
Group |
findGroupByName(Realm realm,
String groupName)
指定されたレルム, グループ名のグループを検索する. |
List<Group> |
findGroupByRealm(Realm realm)
指定されたレルムのグループを検索する. |
List<String> |
findGroupNames(Realm realm)
グループ名リスト取得 データベース内に存在するグループ名のリストを、重複するものは除いて参照する。 |
Realm |
findRealmByName(String realmName)
指定された名前のレルムを検索する. |
List<Referral> |
findReferrals(Realm realm)
参照ポリシーリスト参照 データベース内の参照ポリシーを参照する。 |
void |
sync()
レルムリスト同期処理 OpenAMサーバからレルムリストを取得、 システム内データベースとサーバのレルムリストを同期する。 |
| クラス jp.co.ogis_ri.citk.policytool.common.repository.JpaGenericRepository から継承されたメソッド |
|---|
findById, merge, persist, reflesh, remove, removeAll |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.co.ogis_ri.citk.policytool.common.repository.GenericRepository から継承されたメソッド |
|---|
findById, merge, persist, reflesh, remove, removeAll |
| コンストラクタの詳細 |
|---|
public JpaRealmRepositoryImpl()
| メソッドの詳細 |
|---|
public void sync()
RealmRepository 内の syncpublic List<String> findGroupNames(Realm realm)
RealmRepository 内の findGroupNamesrealm - レルム.
public List<Referral> findReferrals(Realm realm)
RealmRepository 内の findReferralsrealm - レルム.
public List<Realm> findAll()
GenericRepository の記述:
GenericRepository<Realm,Long> 内の findAllJpaGenericRepository<Realm,Long> 内の findAllpublic Realm findRealmByName(String realmName)
RealmRepository の記述:
RealmRepository 内の findRealmByNamerealmName - レルム名.
public List<Group> findGroupByRealm(Realm realm)
RealmRepository の記述:
RealmRepository 内の findGroupByRealmrealm - レルム.
public Group findGroupByName(Realm realm,
String groupName)
RealmRepository の記述:
RealmRepository 内の findGroupByNamerealm - レルム.groupName - グループ名.;
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||