| Method | Description |
| public void <init>(
biz.hammurapi.sql.SQLProcessor processor
)
| Constructor |
| public int deleteApplicationPermission(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from APPLICATION_PERMISSION |
| public int deleteApplicationPermission(
int Id
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from APPLICATION_PERMISSION |
| public int deleteApplicationPermissionClassActionEQ(
String ClassName, String ActionName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes row(s) with equal index value(s): CLASS_NAME, ACTION_NAME |
| public int deleteApplicationUser(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from APPLICATION_USER |
| public int deleteApplicationUser(
String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from APPLICATION_USER |
| public int deleteGroupInRole(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from GROUP_IN_ROLE |
| public int deleteGroupInRole(
String GroupName, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from GROUP_IN_ROLE |
| public int deleteGroupInRoleByGroup(
String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public int deleteGroupInRoleByRole(
String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public int deleteGroupPermission(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from GROUP_PERMISSION |
| public int deleteGroupPermission(
int PermissionId, String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from GROUP_PERMISSION |
| public int deleteGroupPermissionByGroup(
String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public int deleteGroupPermissionByPermission(
int PermissionId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public int deletePermissionDependency(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from PERMISSION_DEPENDENCY |
| public int deletePermissionDependency(
int Prerequisite, int Derived
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from PERMISSION_DEPENDENCY |
| public int deletePermissionDependencyByDerived(
int Derived
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public int deletePermissionDependencyByPrerequisite(
int Prerequisite
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public int deleteRolePermission(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from ROLE_PERMISSION |
| public int deleteRolePermission(
int PermissionId, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from ROLE_PERMISSION |
| public int deleteRolePermissionByPermission(
int PermissionId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public int deleteRolePermissionByRole(
String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public int deleteUserGroup(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from USER_GROUP |
| public int deleteUserGroup(
String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from USER_GROUP |
| public int deleteUserInGroup(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from USER_IN_GROUP |
| public int deleteUserInGroup(
String LoginName, String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from USER_IN_GROUP |
| public int deleteUserInGroupByGroup(
String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public int deleteUserInGroupByUser(
String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public int deleteUserInRole(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from USER_IN_ROLE |
| public int deleteUserInRole(
String LoginName, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from USER_IN_ROLE |
| public int deleteUserInRoleByRole(
String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public int deleteUserInRoleByUser(
String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public int deleteUserPermission(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from USER_PERMISSION |
| public int deleteUserPermission(
int PermissionId, String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from USER_PERMISSION |
| public int deleteUserPermissionByPermission(
int PermissionId
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public int deleteUserPermissionByUser(
String LoginName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public int deleteUserRole(
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes all records from USER_ROLE |
| public int deleteUserRole(
String Name
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Deletes by primary key from USER_ROLE |
| public java.util.Collection getApplicationPermission(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. Selects all rows from APPLICATION_PERMISSION |
| public java.util.Collection getApplicationPermission(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. If converter is not null then elements will be results of conversion.Selects all rows from APPLICATION_PERMISSION |
| public java.util.Collection getApplicationPermission(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. If targetClass is not null then elements will be of targetClass typeSelects all rows from APPLICATION_PERMISSION |
| public java.util.Collection getApplicationPermission(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. Selects all rows from APPLICATION_PERMISSION |
| public java.util.Collection getApplicationPermission(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from APPLICATION_PERMISSION |
| public java.util.Collection getApplicationPermission(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from APPLICATION_PERMISSION |
| public ApplicationPermission getApplicationPermission(
int Id
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from APPLICATION_PERMISSION |
| public ApplicationPermission getApplicationPermission(
int Id, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from APPLICATION_PERMISSION |
| public ApplicationPermission getApplicationPermissionClassActionEQ(
String ClassName, String ActionName
)
throws java.sql.SQLException | Executes query and returns single object. Selects row(s) with equal index value(s): CLASS_NAME, ACTION_NAME |
| public ApplicationPermission getApplicationPermissionClassActionEQ(
String ClassName, String ActionName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects row(s) with equal index value(s): CLASS_NAME, ACTION_NAME |
| public java.util.Collection getApplicationUser(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser. Selects all rows from APPLICATION_USER |
| public java.util.Collection getApplicationUser(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser. If converter is not null then elements will be results of conversion.Selects all rows from APPLICATION_USER |
| public java.util.Collection getApplicationUser(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser. If targetClass is not null then elements will be of targetClass typeSelects all rows from APPLICATION_USER |
| public java.util.Collection getApplicationUser(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser and returns populated collection. Selects all rows from APPLICATION_USER |
| public java.util.Collection getApplicationUser(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from APPLICATION_USER |
| public java.util.Collection getApplicationUser(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationUser and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from APPLICATION_USER |
| public ApplicationUser getApplicationUser(
String LoginName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from APPLICATION_USER |
| public ApplicationUser getApplicationUser(
String LoginName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from APPLICATION_USER |
| public java.util.Collection getAssignedGroupPermission(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. |
| public java.util.Collection getAssignedGroupPermission(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedGroupPermission(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getAssignedGroupPermission(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. |
| public java.util.Collection getAssignedGroupPermission(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedGroupPermission(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getAssignedPermission(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. |
| public java.util.Collection getAssignedPermission(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedPermission(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getAssignedPermission(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. |
| public java.util.Collection getAssignedPermission(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedPermission(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getAssignedRolePermission(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. |
| public java.util.Collection getAssignedRolePermission(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedRolePermission(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getAssignedRolePermission(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. |
| public java.util.Collection getAssignedRolePermission(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getAssignedRolePermission(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.AssignedPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getGroupInRole(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. Selects all rows from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRole(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If converter is not null then elements will be results of conversion.Selects all rows from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRole(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If targetClass is not null then elements will be of targetClass typeSelects all rows from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRole(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. Selects all rows from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRole(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRole(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from GROUP_IN_ROLE |
| public GroupInRole getGroupInRole(
String GroupName, String RoleName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from GROUP_IN_ROLE |
| public GroupInRole getGroupInRole(
String GroupName, String RoleName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from GROUP_IN_ROLE |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If converter is not null then elements will be results of conversion.Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If targetClass is not null then elements will be of targetClass typeSelects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByGroup(
String GroupName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If converter is not null then elements will be results of conversion.Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupInRole. If targetClass is not null then elements will be of targetClass typeSelects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupInRoleByRole(
String RoleName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getGroupPermission(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. Selects all rows from GROUP_PERMISSION |
| public java.util.Collection getGroupPermission(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If converter is not null then elements will be results of conversion.Selects all rows from GROUP_PERMISSION |
| public java.util.Collection getGroupPermission(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If targetClass is not null then elements will be of targetClass typeSelects all rows from GROUP_PERMISSION |
| public java.util.Collection getGroupPermission(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. Selects all rows from GROUP_PERMISSION |
| public java.util.Collection getGroupPermission(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from GROUP_PERMISSION |
| public java.util.Collection getGroupPermission(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from GROUP_PERMISSION |
| public GroupPermission getGroupPermission(
int PermissionId, String GroupName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from GROUP_PERMISSION |
| public GroupPermission getGroupPermission(
int PermissionId, String GroupName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from GROUP_PERMISSION |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If converter is not null then elements will be results of conversion.Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If targetClass is not null then elements will be of targetClass typeSelects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByGroup(
String GroupName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If converter is not null then elements will be results of conversion.Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.GroupPermission. If targetClass is not null then elements will be of targetClass typeSelects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupPermissionByPermission(
int PermissionId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.GroupPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getGroupRoles(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. |
| public java.util.Collection getGroupRoles(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getGroupRoles(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getGroupRoles(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. |
| public java.util.Collection getGroupRoles(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getGroupRoles(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getImpliedPermissions(
int p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. |
| public java.util.Collection getImpliedPermissions(
int p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getImpliedPermissions(
int p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getImpliedPermissions(
int p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. |
| public java.util.Collection getImpliedPermissions(
int p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getImpliedPermissions(
int p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.ApplicationPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getPermissionDependency(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. Selects all rows from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependency(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If converter is not null then elements will be results of conversion.Selects all rows from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependency(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If targetClass is not null then elements will be of targetClass typeSelects all rows from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependency(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. Selects all rows from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependency(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependency(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from PERMISSION_DEPENDENCY |
| public PermissionDependency getPermissionDependency(
int Prerequisite, int Derived
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from PERMISSION_DEPENDENCY |
| public PermissionDependency getPermissionDependency(
int Prerequisite, int Derived, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from PERMISSION_DEPENDENCY |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If converter is not null then elements will be results of conversion.Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If targetClass is not null then elements will be of targetClass typeSelects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByDerived(
int Derived, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If converter is not null then elements will be results of conversion.Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency. If targetClass is not null then elements will be of targetClass typeSelects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getPermissionDependencyByPrerequisite(
int Prerequisite, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.PermissionDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public java.util.Collection getRolePermission(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. Selects all rows from ROLE_PERMISSION |
| public java.util.Collection getRolePermission(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If converter is not null then elements will be results of conversion.Selects all rows from ROLE_PERMISSION |
| public java.util.Collection getRolePermission(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If targetClass is not null then elements will be of targetClass typeSelects all rows from ROLE_PERMISSION |
| public java.util.Collection getRolePermission(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. Selects all rows from ROLE_PERMISSION |
| public java.util.Collection getRolePermission(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from ROLE_PERMISSION |
| public java.util.Collection getRolePermission(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from ROLE_PERMISSION |
| public RolePermission getRolePermission(
int PermissionId, String RoleName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from ROLE_PERMISSION |
| public RolePermission getRolePermission(
int PermissionId, String RoleName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from ROLE_PERMISSION |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If converter is not null then elements will be results of conversion.Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If targetClass is not null then elements will be of targetClass typeSelects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByPermission(
int PermissionId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getRolePermissionByRole(
String RoleName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getRolePermissionByRole(
String RoleName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If converter is not null then elements will be results of conversion.Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getRolePermissionByRole(
String RoleName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.RolePermission. If targetClass is not null then elements will be of targetClass typeSelects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getRolePermissionByRole(
String RoleName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getRolePermissionByRole(
String RoleName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getRolePermissionByRole(
String RoleName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.RolePermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getSummary(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.Summary. |
| public java.util.Collection getSummary(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.Summary. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getSummary(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.Summary. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getSummary(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.Summary and returns populated collection. |
| public java.util.Collection getSummary(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.Summary and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getSummary(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.Summary and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getUserGroup(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. Selects all rows from USER_GROUP |
| public java.util.Collection getUserGroup(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If converter is not null then elements will be results of conversion.Selects all rows from USER_GROUP |
| public java.util.Collection getUserGroup(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If targetClass is not null then elements will be of targetClass typeSelects all rows from USER_GROUP |
| public java.util.Collection getUserGroup(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. Selects all rows from USER_GROUP |
| public java.util.Collection getUserGroup(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from USER_GROUP |
| public java.util.Collection getUserGroup(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from USER_GROUP |
| public UserRole getUserGroup(
String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from USER_GROUP |
| public UserRole getUserGroup(
String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from USER_GROUP |
| public java.util.Collection getUserGroups(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. |
| public java.util.Collection getUserGroups(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getUserGroups(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getUserGroups(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. |
| public java.util.Collection getUserGroups(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getUserGroups(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public java.util.Collection getUserInGroup(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. Selects all rows from USER_IN_GROUP |
| public java.util.Collection getUserInGroup(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If converter is not null then elements will be results of conversion.Selects all rows from USER_IN_GROUP |
| public java.util.Collection getUserInGroup(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If targetClass is not null then elements will be of targetClass typeSelects all rows from USER_IN_GROUP |
| public java.util.Collection getUserInGroup(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. Selects all rows from USER_IN_GROUP |
| public java.util.Collection getUserInGroup(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from USER_IN_GROUP |
| public java.util.Collection getUserInGroup(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from USER_IN_GROUP |
| public UserInGroup getUserInGroup(
String LoginName, String GroupName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from USER_IN_GROUP |
| public UserInGroup getUserInGroup(
String LoginName, String GroupName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from USER_IN_GROUP |
| public java.util.Collection getUserInGroupByGroup(
String GroupName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByGroup(
String GroupName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If converter is not null then elements will be results of conversion.Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByGroup(
String GroupName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByGroup(
String GroupName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByGroup(
String GroupName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByGroup(
String GroupName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If converter is not null then elements will be results of conversion.Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInGroup. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInGroupByUser(
String LoginName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInGroup and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRole(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. Selects all rows from USER_IN_ROLE |
| public java.util.Collection getUserInRole(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If converter is not null then elements will be results of conversion.Selects all rows from USER_IN_ROLE |
| public java.util.Collection getUserInRole(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If targetClass is not null then elements will be of targetClass typeSelects all rows from USER_IN_ROLE |
| public java.util.Collection getUserInRole(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. Selects all rows from USER_IN_ROLE |
| public java.util.Collection getUserInRole(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from USER_IN_ROLE |
| public java.util.Collection getUserInRole(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from USER_IN_ROLE |
| public UserInRole getUserInRole(
String LoginName, String RoleName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from USER_IN_ROLE |
| public UserInRole getUserInRole(
String LoginName, String RoleName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from USER_IN_ROLE |
| public java.util.Collection getUserInRoleByRole(
String RoleName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByRole(
String RoleName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If converter is not null then elements will be results of conversion.Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByRole(
String RoleName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByRole(
String RoleName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByRole(
String RoleName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByRole(
String RoleName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If converter is not null then elements will be results of conversion.Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserInRole. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserInRoleByUser(
String LoginName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserInRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermission(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. Selects all rows from USER_PERMISSION |
| public java.util.Collection getUserPermission(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If converter is not null then elements will be results of conversion.Selects all rows from USER_PERMISSION |
| public java.util.Collection getUserPermission(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If targetClass is not null then elements will be of targetClass typeSelects all rows from USER_PERMISSION |
| public java.util.Collection getUserPermission(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. Selects all rows from USER_PERMISSION |
| public java.util.Collection getUserPermission(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from USER_PERMISSION |
| public java.util.Collection getUserPermission(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from USER_PERMISSION |
| public UserPermission getUserPermission(
int PermissionId, String LoginName
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from USER_PERMISSION |
| public UserPermission getUserPermission(
int PermissionId, String LoginName, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from USER_PERMISSION |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If converter is not null then elements will be results of conversion.Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByPermission(
int PermissionId, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public java.util.Collection getUserPermissionByUser(
String LoginName
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermissionByUser(
String LoginName, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If converter is not null then elements will be results of conversion.Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermissionByUser(
String LoginName, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserPermission. If targetClass is not null then elements will be of targetClass typeSelects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermissionByUser(
String LoginName, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermissionByUser(
String LoginName, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserPermissionByUser(
String LoginName, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserPermission and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public java.util.Collection getUserRole(
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. Selects all rows from USER_ROLE |
| public java.util.Collection getUserRole(
biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If converter is not null then elements will be results of conversion.Selects all rows from USER_ROLE |
| public java.util.Collection getUserRole(
Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If targetClass is not null then elements will be of targetClass typeSelects all rows from USER_ROLE |
| public java.util.Collection getUserRole(
java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. Selects all rows from USER_ROLE |
| public java.util.Collection getUserRole(
java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If converter is not null then elements will be results of conversion. Selects all rows from USER_ROLE |
| public java.util.Collection getUserRole(
java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all rows from USER_ROLE |
| public UserRole getUserRole(
String Name
)
throws java.sql.SQLException | Executes query and returns single object. Selects by primary key from USER_ROLE |
| public UserRole getUserRole(
String Name, Class targetClass
)
throws java.sql.SQLException | Executes query and returns single object of target class type. Target class must be return type compatible. Selects by primary key from USER_ROLE |
| public java.util.Collection getUserRoles(
String p1
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. |
| public java.util.Collection getUserRoles(
String p1, biz.hammurapi.convert.Converter converter
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getUserRoles(
String p1, Class targetClass
)
| Executes query, returns database backed collection with elements of type biz.hammurapi.web.security.sql.UserRole. If targetClass is not null then elements will be of targetClass type |
| public java.util.Collection getUserRoles(
String p1, java.util.Collection receiver
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. |
| public java.util.Collection getUserRoles(
String p1, java.util.Collection receiver, biz.hammurapi.convert.Converter converter
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If converter is not null then elements will be results of conversion. |
| public java.util.Collection getUserRoles(
String p1, java.util.Collection receiver, Class targetClass
)
throws java.sql.SQLException | Executes query, populates collection with elements of type biz.hammurapi.web.security.sql.UserRole and returns populated collection. If targetClass is not null then elements will be of targetClass type. |
| public int insertApplicationPermission(
int Id, String ClassName, String ActionName, String Description
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into APPLICATION_PERMISSION |
| public int insertApplicationPermission(
ApplicationPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into APPLICATION_PERMISSION |
| public int insertApplicationUser(
String LoginName, String UserPassword, long LastPasswordChange, String FirstName, String LastName, String EMail, String Phone, String Notes, boolean IsBlocked, Integer MenuId, String UnmatchedBehavior
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into APPLICATION_USER |
| public int insertApplicationUser(
ApplicationUser rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into APPLICATION_USER |
| public int insertGroupInRole(
String GroupName, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into GROUP_IN_ROLE |
| public int insertGroupInRole(
GroupInRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into GROUP_IN_ROLE |
| public int insertGroupPermission(
int PermissionId, String GroupName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into GROUP_PERMISSION |
| public int insertGroupPermission(
GroupPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into GROUP_PERMISSION |
| public int insertPermissionDependency(
int Prerequisite, int Derived
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into PERMISSION_DEPENDENCY |
| public int insertPermissionDependency(
PermissionDependency rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into PERMISSION_DEPENDENCY |
| public int insertRolePermission(
int PermissionId, String RoleName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ROLE_PERMISSION |
| public int insertRolePermission(
RolePermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into ROLE_PERMISSION |
| public int insertUserGroup(
String Name, String Description
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_GROUP |
| public int insertUserGroup(
UserRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_GROUP |
| public int insertUserInGroup(
String LoginName, String GroupName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_IN_GROUP |
| public int insertUserInGroup(
UserInGroup rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_IN_GROUP |
| public int insertUserInRole(
String LoginName, String RoleName
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_IN_ROLE |
| public int insertUserInRole(
UserInRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_IN_ROLE |
| public int insertUserPermission(
int PermissionId, String LoginName, boolean IsDenied
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_PERMISSION |
| public int insertUserPermission(
UserPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_PERMISSION |
| public int insertUserRole(
String Name, String Description
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_ROLE |
| public int insertUserRole(
UserRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Inserts new record into USER_ROLE |
| public void processApplicationPermission(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from APPLICATION_PERMISSION |
| public void processApplicationUser(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from APPLICATION_USER |
| public void processAssignedGroupPermission(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processAssignedPermission(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processAssignedRolePermission(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processGroupInRole(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from GROUP_IN_ROLE |
| public void processGroupInRoleByGroup(
String GroupName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$GROUP columns value(s): GROUP_NAME |
| public void processGroupInRoleByRole(
String RoleName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from GROUP_IN_ROLE by foreign key FK_GROUP_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public void processGroupPermission(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from GROUP_PERMISSION |
| public void processGroupPermissionByGroup(
String GroupName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$GROUP columns value(s): GROUP_NAME |
| public void processGroupPermissionByPermission(
int PermissionId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from GROUP_PERMISSION by foreign key FK_GROUP_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public void processGroupRoles(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processImpliedPermissions(
int p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processPermissionDependency(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from PERMISSION_DEPENDENCY |
| public void processPermissionDependencyByDerived(
int Derived, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$DERIVED columns value(s): DERIVED |
| public void processPermissionDependencyByPrerequisite(
int Prerequisite, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from PERMISSION_DEPENDENCY by foreign key FK_PERMISSION_DEPENDENCY_SQLC$PREREQUISITE columns value(s): PREREQUISITE |
| public void processRolePermission(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from ROLE_PERMISSION |
| public void processRolePermissionByPermission(
int PermissionId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public void processRolePermissionByRole(
String RoleName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from ROLE_PERMISSION by foreign key FK_ROLE_PERMISSION_SQLC$ROLE columns value(s): ROLE_NAME |
| public void processSummary(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processUserGroup(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from USER_GROUP |
| public void processUserGroups(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public void processUserInGroup(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from USER_IN_GROUP |
| public void processUserInGroupByGroup(
String GroupName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$GROUP columns value(s): GROUP_NAME |
| public void processUserInGroupByUser(
String LoginName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_IN_GROUP by foreign key FK_USER_IN_GROUP_SQLC$USER columns value(s): LOGIN_NAME |
| public void processUserInRole(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from USER_IN_ROLE |
| public void processUserInRoleByRole(
String RoleName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$ROLE columns value(s): ROLE_NAME |
| public void processUserInRoleByUser(
String LoginName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_IN_ROLE by foreign key FK_USER_IN_ROLE_SQLC$USER columns value(s): LOGIN_NAME |
| public void processUserPermission(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from USER_PERMISSION |
| public void processUserPermissionByPermission(
int PermissionId, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$PERMISSION columns value(s): PERMISSION_ID |
| public void processUserPermissionByUser(
String LoginName, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from USER_PERMISSION by foreign key FK_USER_PERMISSION_SQLC$USER columns value(s): LOGIN_NAME |
| public void processUserRole(
biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all rows from USER_ROLE |
| public void processUserRoles(
String p1, biz.hammurapi.sql.RowProcessor processor
)
throws java.sql.SQLException | Executes query, iterates over rows and invokes methods of RowProcessor for each row. |
| public int updateApplicationPermission(
ApplicationPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.APPLICATION_PERMISSION |
| public int updateApplicationUser(
ApplicationUser rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.APPLICATION_USER |
| public int updateGroupPermission(
GroupPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.GROUP_PERMISSION |
| public int updateRolePermission(
RolePermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.ROLE_PERMISSION |
| public int updateUserGroup(
UserRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.USER_GROUP |
| public int updateUserPermission(
UserPermission rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.USER_PERMISSION |
| public int updateUserRole(
UserRole rowInterface
)
throws java.sql.SQLException | Executes update and returns number of affected rows. Updates record with by primary key in PUBLIC.USER_ROLE |