Package | Description |
---|---|
com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<PasswordHistory> |
DBO.PWDHIST
The password history object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PasswordHistory> |
PasswordHistoryController.getUser(java.lang.String userId)
Returns a collection of password history records for the given user id.
|
Modifier and Type | Method and Description |
---|---|
int |
PasswordHistoryController.add(PasswordHistory obj,
boolean logdup)
Adds a new record to the table associated with the controller.
|