|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jfw.authentication.UserDataUpdateDB
public class UserDataUpdateDB
Update the login data of a user in table USERS.
| Constructor Summary | |
|---|---|
UserDataUpdateDB()
|
|
| Method Summary | |
|---|---|
void |
execute(java.util.HashMap outputdata)
Execute the query. |
void |
setData(java.lang.Object data)
Set attribute data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserDataUpdateDB()
| Method Detail |
|---|
public void setData(java.lang.Object data)
data.
setData in interface QueryGatewayInterfacedata - a LoginForm object.
public void execute(java.util.HashMap outputdata)
throws DatabaseException
execute in interface QueryGatewayInterfaceoutputdata - set key QueryGateway.ROWS_CHANGED_KEY
with the number of rows changed by the query.
DatabaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||