パッケージ com.handywedge.user
クラス FWUserService
- java.lang.Object
-
- com.handywedge.user.FWUserService
-
@ApplicationScoped public class FWUserService extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWUserService()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intactualRegister(String preToken)intchangePassword(String id, String passwd)intdelete(String id)StringgetMailAddress(String id)StringgetUserId(String token)StringinitResetPassword(String id)intinsert(String id, String passwd)intinsert(String id, String passwd, Integer preRegister, String mailAddress)booleanisPreRegister(String id)intresetPassword(String id, String password)intupdate(com.handywedge.user.FWUserData user)FWUserManagerPreRegisterStatusvalidPreToken(String preToken)FWUserManagerPreRegisterStatusvalidResetToken(String token)
-
-
-
メソッドの詳細
-
insert
public int insert(String id, String passwd) throws SQLException
- 例外:
SQLException
-
insert
public int insert(String id, String passwd, Integer preRegister, String mailAddress) throws SQLException
- 例外:
SQLException
-
update
public int update(com.handywedge.user.FWUserData user) throws SQLException- 例外:
SQLException
-
delete
public int delete(String id) throws SQLException
- 例外:
SQLException
-
changePassword
public int changePassword(String id, String passwd) throws SQLException
- 例外:
SQLException
-
validPreToken
public FWUserManagerPreRegisterStatus validPreToken(String preToken) throws SQLException
- 例外:
SQLException
-
actualRegister
public int actualRegister(String preToken) throws SQLException
- 例外:
SQLException
-
getMailAddress
public String getMailAddress(String id) throws SQLException
- 例外:
SQLException
-
getUserId
public String getUserId(String token) throws SQLException
- 例外:
SQLException
-
validResetToken
public FWUserManagerPreRegisterStatus validResetToken(String token) throws SQLException
- 例外:
SQLException
-
initResetPassword
public String initResetPassword(String id) throws SQLException
- 例外:
SQLException
-
resetPassword
public int resetPassword(String id, String password) throws SQLException
- 例外:
SQLException
-
isPreRegister
public boolean isPreRegister(String id) throws SQLException
- 例外:
SQLException
-
-