Uses of Class
com.echothree.model.jooq.server.records.security.PartySecurityRoleTemplates
Packages that use PartySecurityRoleTemplates
Package
Description
-
Uses of PartySecurityRoleTemplates in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type PartySecurityRoleTemplatesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateDescriptions, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONS_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateDetails, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_DETAILS_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateRoles, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_ROLES_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateTrainingClasses, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_TRAINING_CLASSES_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateUses, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_USES_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplates, PartySecurityRoleTemplateDetails> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplates> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplates, PartySecurityRoleTemplateDetails> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplates> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplates> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATES_PK -
Uses of PartySecurityRoleTemplates in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartySecurityRoleTemplatesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySecurityRoleTemplates, PartySecurityRoleTemplateDetailPK> PartySecurityRoleTemplates.ACTIVE_DETAILThe columnpartysecurityroletemplates.psrt_activedetailid.final org.jooq.TableField<PartySecurityRoleTemplates, PartySecurityRoleTemplateDetailPK> PartySecurityRoleTemplates.LAST_DETAILThe columnpartysecurityroletemplates.psrt_lastdetailid.final org.jooq.TableField<PartySecurityRoleTemplates, PartySecurityRoleTemplatePK> PartySecurityRoleTemplates.PARTY_SECURITY_ROLE_TEMPLATEThe columnpartysecurityroletemplates.psrt_partysecurityroletemplateid.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type PartySecurityRoleTemplatesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartySecurityRoleTemplates> PartySecurityRoleTemplates.getPrimaryKey()PartySecurityRoleTemplates.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartySecurityRoleTemplates, ?>> PartySecurityRoleTemplates.getReferences()List<org.jooq.UniqueKey<PartySecurityRoleTemplates>> PartySecurityRoleTemplates.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.security with type arguments of type PartySecurityRoleTemplatesModifierConstructorDescriptionPartySecurityRoleTemplates(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartySecurityRoleTemplates> childPath, org.jooq.InverseForeignKey<O, PartySecurityRoleTemplates> parentPath) PartySecurityRoleTemplates(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartySecurityRoleTemplates> childPath, org.jooq.InverseForeignKey<O, PartySecurityRoleTemplates> parentPath) PartySecurityRoleTemplatesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartySecurityRoleTemplates> childPath, org.jooq.InverseForeignKey<O, PartySecurityRoleTemplates> parentPath) PartySecurityRoleTemplatesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartySecurityRoleTemplates> childPath, org.jooq.InverseForeignKey<O, PartySecurityRoleTemplates> parentPath)