jp.go.nict.langrid.dao
クラス UserUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.EntityUtil
      上位を拡張 jp.go.nict.langrid.dao.UserUtil

public class UserUtil
extends EntityUtil

ユーザ関連のユーティリティ。

バージョン:
$Revision: 10120 $
作成者:
$Author: mori $

コンストラクタの概要
UserUtil()
           
 
メソッドの概要
static User create(String gridId, String userId, String password)
          ユーザを作成する。
static Map<String,Class<?>> getUserProperties()
          Userのプロパティリストを返す。
 
クラス jp.go.nict.langrid.dao.EntityUtil から継承されたメソッド
addProperties
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UserUtil

public UserUtil()
メソッドの詳細

create

public static User create(String gridId,
                          String userId,
                          String password)
ユーザを作成する。 登録日、更新日、パスワード変更日が自動的に設定される。

パラメータ:
gridId - グリッドID
userId - ユーザID
password - パスワード
戻り値:
ユーザ

getUserProperties

public static Map<String,Class<?>> getUserProperties()
Userのプロパティリストを返す。 setterがプロパティとして認識される。

戻り値:
Userのプロパティリスト