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<LogonAttempt> |
DBO.LOGONATT
The logon attempt object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LogonAttempt> |
LogonAttemptController.getUser(java.lang.String id)
Returns a collection of user logon attempt records for the given user id.
|
Modifier and Type | Method and Description |
---|---|
int |
LogonAttemptController.add(LogonAttempt obj,
boolean logdup)
Adds a new record to the table associated with the controller.
|