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<PermitUser> |
DBO.PERMITU
The permit user object class.
|
Modifier and Type | Method and Description |
---|---|
PermitUser |
PermitUserController.get(java.lang.String code,
java.lang.String id)
Returns the user permit record for the given permit code and id (user or
customer).
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PermitUser> |
PermitUserController.getPermit(java.lang.String code)
Returns the user permit records for the given permit code.
|
java.util.ArrayList<PermitUser> |
PermitUserController.getUser(java.lang.String id)
Returns the user permit records for the given id (user or customer).
|