Uses of Class
com.echothree.model.jooq.server.records.communication.CommunicationEventPurposes
Packages that use CommunicationEventPurposes
Package
Description
-
Uses of CommunicationEventPurposes in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type CommunicationEventPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CommunicationEventDetails, CommunicationEventPurposes> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_COMMUNICATION_EVENT_PURPOSE_FKstatic final org.jooq.ForeignKey<CommunicationEventPurposeDescriptions, CommunicationEventPurposes> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONS_COMMUNICATION_EVENT_PURPOSE_FKstatic final org.jooq.ForeignKey<CommunicationEventPurposeDetails, CommunicationEventPurposes> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSE_DETAILS_COMMUNICATION_EVENT_PURPOSE_FKstatic final org.jooq.ForeignKey<CommunicationEventPurposes, CommunicationEventPurposeDetails> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationEventPurposes> CommunicationUniqueKeys.COMMUNICATION_EVENT_PURPOSES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<CommunicationEventPurposes, CommunicationEventPurposeDetails> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationEventPurposes> CommunicationUniqueKeys.COMMUNICATION_EVENT_PURPOSES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<CommunicationEventPurposes> CommunicationUniqueKeys.COMMUNICATION_EVENT_PURPOSES_PK -
Uses of CommunicationEventPurposes in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventPurposesModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEventPurposes, CommunicationEventPurposeDetailPK> CommunicationEventPurposes.ACTIVE_DETAILThe columncommunicationeventpurposes.cmmnevpr_activedetailid.final org.jooq.TableField<CommunicationEventPurposes, CommunicationEventPurposePK> CommunicationEventPurposes.COMMUNICATION_EVENT_PURPOSEThe columncommunicationeventpurposes.cmmnevpr_communicationeventpurposeid.final org.jooq.TableField<CommunicationEventPurposes, CommunicationEventPurposeDetailPK> CommunicationEventPurposes.LAST_DETAILThe columncommunicationeventpurposes.cmmnevpr_lastdetailid.Methods in com.echothree.model.jooq.server.tables.communication that return types with arguments of type CommunicationEventPurposesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommunicationEventPurposes> CommunicationEventPurposes.getPrimaryKey()CommunicationEventPurposes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommunicationEventPurposes, ?>> CommunicationEventPurposes.getReferences()List<org.jooq.UniqueKey<CommunicationEventPurposes>> CommunicationEventPurposes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.communication with type arguments of type CommunicationEventPurposesModifierConstructorDescriptionCommunicationEventPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEventPurposes> childPath, org.jooq.InverseForeignKey<O, CommunicationEventPurposes> parentPath) CommunicationEventPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEventPurposes> childPath, org.jooq.InverseForeignKey<O, CommunicationEventPurposes> parentPath) CommunicationEventPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEventPurposes> childPath, org.jooq.InverseForeignKey<O, CommunicationEventPurposes> parentPath) CommunicationEventPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEventPurposes> childPath, org.jooq.InverseForeignKey<O, CommunicationEventPurposes> parentPath)