Uses of Class
com.echothree.model.jooq.server.records.security.SecurityRoleGroups
Packages that use SecurityRoleGroups
Package
Description
-
Uses of SecurityRoleGroups in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type SecurityRoleGroupsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SecurityRoleDetails, SecurityRoleGroups> SecurityForeignKeys.SECURITY_ROLE_DETAILS_SECURITY_ROLE_GROUP_FKstatic final org.jooq.ForeignKey<SecurityRoleGroupDescriptions, SecurityRoleGroups> SecurityForeignKeys.SECURITY_ROLE_GROUP_DESCRIPTIONS_SECURITY_ROLE_GROUP_FKstatic final org.jooq.ForeignKey<SecurityRoleGroupDetails, SecurityRoleGroups> SecurityForeignKeys.SECURITY_ROLE_GROUP_DETAILS_PARENT_SECURITY_ROLE_GROUP_FKstatic final org.jooq.ForeignKey<SecurityRoleGroupDetails, SecurityRoleGroups> SecurityForeignKeys.SECURITY_ROLE_GROUP_DETAILS_SECURITY_ROLE_GROUP_FKstatic final org.jooq.ForeignKey<SecurityRoleGroups, SecurityRoleGroupDetails> SecurityForeignKeys.SECURITY_ROLE_GROUPS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<SecurityRoleGroups> SecurityUniqueKeys.SECURITY_ROLE_GROUPS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<SecurityRoleGroups, SecurityRoleGroupDetails> SecurityForeignKeys.SECURITY_ROLE_GROUPS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<SecurityRoleGroups> SecurityUniqueKeys.SECURITY_ROLE_GROUPS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<SecurityRoleGroups> SecurityUniqueKeys.SECURITY_ROLE_GROUPS_PK -
Uses of SecurityRoleGroups in com.echothree.model.jooq.server.keys.workflow
Fields in com.echothree.model.jooq.server.keys.workflow with type parameters of type SecurityRoleGroupsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<WorkflowDetails, SecurityRoleGroups> WorkflowForeignKeys.WORKFLOW_DETAILS_SECURITY_ROLE_GROUP_FK -
Uses of SecurityRoleGroups in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SecurityRoleGroupsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SecurityRoleGroups, SecurityRoleGroupDetailPK> SecurityRoleGroups.ACTIVE_DETAILThe columnsecurityrolegroups.srg_activedetailid.final org.jooq.TableField<SecurityRoleGroups, SecurityRoleGroupDetailPK> SecurityRoleGroups.LAST_DETAILThe columnsecurityrolegroups.srg_lastdetailid.final org.jooq.TableField<SecurityRoleGroups, SecurityRoleGroupPK> SecurityRoleGroups.SECURITY_ROLE_GROUPThe columnsecurityrolegroups.srg_securityrolegroupid.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type SecurityRoleGroupsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SecurityRoleGroups> SecurityRoleGroups.getPrimaryKey()SecurityRoleGroups.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SecurityRoleGroups, ?>> SecurityRoleGroups.getReferences()List<org.jooq.UniqueKey<SecurityRoleGroups>> SecurityRoleGroups.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.security with type arguments of type SecurityRoleGroupsModifierConstructorDescriptionSecurityRoleGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleGroups> childPath, org.jooq.InverseForeignKey<O, SecurityRoleGroups> parentPath) SecurityRoleGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleGroups> childPath, org.jooq.InverseForeignKey<O, SecurityRoleGroups> parentPath) SecurityRoleGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleGroups> childPath, org.jooq.InverseForeignKey<O, SecurityRoleGroups> parentPath) SecurityRoleGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleGroups> childPath, org.jooq.InverseForeignKey<O, SecurityRoleGroups> parentPath)