@ApplicationScoped public class FWUserService extends Object
| コンストラクタと説明 |
|---|
FWUserService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
actualRegister(String preToken) |
int |
changePassword(String id,
String passwd) |
int |
delete(String id) |
String |
getMailAddress(String id) |
String |
getUserId(String token) |
String |
initResetPassword(String id) |
int |
insert(String id,
String passwd) |
int |
insert(String id,
String passwd,
Integer preRegister,
String mailAddress) |
boolean |
isPreRegister(String id) |
int |
resetPassword(String id,
String password) |
int |
update(com.handywedge.user.FWUserData user) |
FWUserManagerPreRegisterStatus |
validPreToken(String preToken) |
FWUserManagerPreRegisterStatus |
validResetToken(String token) |
public int insert(String id, String passwd) throws SQLException
SQLExceptionpublic int insert(String id, String passwd, Integer preRegister, String mailAddress) throws SQLException
SQLExceptionpublic int update(com.handywedge.user.FWUserData user)
throws SQLException
SQLExceptionpublic int delete(String id) throws SQLException
SQLExceptionpublic int changePassword(String id, String passwd) throws SQLException
SQLExceptionpublic FWUserManagerPreRegisterStatus validPreToken(String preToken) throws SQLException
SQLExceptionpublic int actualRegister(String preToken) throws SQLException
SQLExceptionpublic String getMailAddress(String id) throws SQLException
SQLExceptionpublic String getUserId(String token) throws SQLException
SQLExceptionpublic FWUserManagerPreRegisterStatus validResetToken(String token) throws SQLException
SQLExceptionpublic String initResetPassword(String id) throws SQLException
SQLExceptionpublic int resetPassword(String id, String password) throws SQLException
SQLExceptionpublic boolean isPreRegister(String id) throws SQLException
SQLExceptionhandywedge ver 0.5.0. Copyright (c) 2016-2018 C Studio Co.,Ltd.