|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.jsonic.JsonicUserDao
public class JsonicUserDao
コンストラクタの概要 | |
---|---|
JsonicUserDao(JsonicDaoContext context)
|
メソッドの概要 | |
---|---|
void |
addUser(User user,
String... userRoles)
ユーザを追加する。 |
void |
clear()
ユーザ情報を消去する。 |
void |
clearExceptAdmins()
ロールが管理者の者を除いてユーザ情報を消去する。 |
void |
deleteUser(String userGridId,
String userId)
ユーザを削除する。 |
void |
deleteUsersOfGrid(String gridId)
指定されたグリッドのユーザを削除する。 |
List<User> |
dumpAllUsers(String userGridId)
全ユーザを列挙する。 |
User |
getUser(String userGridId,
String userId)
ユーザを取得する。 |
boolean |
hasUserRole(String userGridId,
String userId,
String role)
ユーザがロールを持っているかどうかを返す。 |
boolean |
isUserExist(String userGridId,
String userId)
ユーザが存在するかどうかを返す。 |
List<User> |
listAllUsers(String userGridId)
全ユーザを列挙する。 |
UserSearchResult |
searchUsers(int startIndex,
int maxCount,
String userGridId,
MatchingCondition[] conditions,
Order[] orders)
ユーザを検索する。 |
UserSearchResult |
searchUsersShouldChangePassword(int startIndex,
int maxCount,
String userGridId,
Calendar dateTime,
Order[] orders)
パスワード変更が必要なユーザを検索する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JsonicUserDao(JsonicDaoContext context)
メソッドの詳細 |
---|
public void clear() throws DaoException
UserDao
の記述:
UserDao
内の clear
DaoException
- 処理に失敗したpublic void clearExceptAdmins() throws DaoException
UserDao
の記述:
UserDao
内の clearExceptAdmins
DaoException
- 処理に失敗したpublic List<User> dumpAllUsers(String userGridId) throws DaoException
UserDao
の記述:
UserDao
内の dumpAllUsers
userGridId
- ユーザのグリッドID
DaoException
- 処理に失敗したpublic List<User> listAllUsers(String userGridId) throws DaoException
UserDao
の記述:
UserDao
内の listAllUsers
userGridId
- ユーザのグリッドID
DaoException
- 処理に失敗したpublic UserSearchResult searchUsers(int startIndex, int maxCount, String userGridId, MatchingCondition[] conditions, Order[] orders) throws DaoException
UserDao
の記述:
UserDao
内の searchUsers
startIndex
- 開始インデックスmaxCount
- 最大件数userGridId
- ユーザのグリッドIDconditions
- 検索条件orders
- ソート順
DaoException
- 処理に失敗したpublic boolean isUserExist(String userGridId, String userId) throws DaoException
UserDao
の記述:
UserDao
内の isUserExist
userGridId
- ユーザのグリッドIDuserId
- ユーザ名
DaoException
- 処理に失敗したpublic void addUser(User user, String... userRoles) throws DaoException, UserAlreadyExistsException
UserDao
の記述:
UserDao
内の addUser
user
- 追加するユーザuserRoles
- ユーザのロール(TomcatでのBASIC認証に使用される)
DaoException
- 処理に失敗した
UserAlreadyExistsException
- 指定されたユーザは既に存在するpublic void deleteUser(String userGridId, String userId) throws DaoException, UserNotFoundException
UserDao
の記述:
UserDao
内の deleteUser
userGridId
- ユーザのグリッドIDuserId
- ユーザ名
DaoException
- 処理に失敗した
UserNotFoundException
- 指定されたユーザは存在しないpublic void deleteUsersOfGrid(String gridId) throws DaoException
UserDao
の記述:
UserDao
内の deleteUsersOfGrid
gridId
- グリッドID
DaoException
- 処理に失敗した
UserNotFoundException
- 指定されたユーザは存在しないpublic User getUser(String userGridId, String userId) throws DaoException, UserNotFoundException
UserDao
の記述:
UserDao
内の getUser
userGridId
- ユーザのグリッドIDuserId
- ユーザ名
DaoException
- 処理に失敗した
UserNotFoundException
- 指定されたユーザは存在しないpublic boolean hasUserRole(String userGridId, String userId, String role) throws DaoException
UserDao
の記述:
UserDao
内の hasUserRole
userGridId
- ユーザのグリッドIDuserId
- ユーザIDrole
- ロール
DaoException
- 処理に失敗した
UserNotFoundException
- 指定されたユーザは存在しないpublic UserSearchResult searchUsersShouldChangePassword(int startIndex, int maxCount, String userGridId, Calendar dateTime, Order[] orders) throws DaoException
UserDao
の記述:
UserDao
内の searchUsersShouldChangePassword
startIndex
- 開始インデックスmaxCount
- 最大件数userGridId
- ユーザのグリッドIDdateTime
- この日時以降パスワードを更新していないユーザが対象orders
- ソート順
DaoException
- 処理に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |