|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryGatewayInterface | |
---|---|
com.jfw.authentication | Manage user authentication, authorization and profiling. |
com.jfw.database.oracle | Database utilities for Oracle. |
com.jfw.examples | Examples of use of JFW classes. |
com.jfw.update | Update module. |
Uses of QueryGatewayInterface in com.jfw.authentication |
---|
Classes in com.jfw.authentication that implement QueryGatewayInterface | |
---|---|
class |
GroupServiceDB
Check if a service can be executed by a user-group. |
class |
ServicesDB
Get service info form table SERVICE. |
class |
UserAddDB
Add a user in table USERS. |
class |
UserDataDB
Get the login data of a user from table USERS. |
class |
UserDataUpdateDB
Update the login data of a user in table USERS. |
class |
UserGroupAddDB
Add a user-group in table USER_GROUP. |
class |
UserGroupServiceAddDB
Add the services of a user-group in table USER_SERVICE. |
class |
UserServiceDB
Check if a service can be executed by a user. |
Uses of QueryGatewayInterface in com.jfw.database.oracle |
---|
Classes in com.jfw.database.oracle that implement QueryGatewayInterface | |
---|---|
class |
Sequence
Execute an Oracle sequence for get the next value. |
Uses of QueryGatewayInterface in com.jfw.examples |
---|
Classes in com.jfw.examples that implement QueryGatewayInterface | |
---|---|
class |
SearchDB
|
class |
Update1
|
class |
Update2
|
Uses of QueryGatewayInterface in com.jfw.update |
---|
Classes in com.jfw.update that implement QueryGatewayInterface | |
---|---|
class |
AppVersionDB
Query table app_version to get the current application version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |