Uses of Class
com.echothree.model.jooq.server.records.communication.CommunicationEvents
Packages that use CommunicationEvents
Package
Description
-
Uses of CommunicationEvents in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type CommunicationEventsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CommunicationEventDetails, CommunicationEvents> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_COMMUNICATION_EVENT_FKstatic final org.jooq.ForeignKey<CommunicationEventDetails, CommunicationEvents> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_ORIGINAL_COMMUNICATION_EVENT_FKstatic final org.jooq.ForeignKey<CommunicationEventDetails, CommunicationEvents> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_PARENT_COMMUNICATION_EVENT_FKstatic final org.jooq.ForeignKey<CommunicationEventRoles, CommunicationEvents> CommunicationForeignKeys.COMMUNICATION_EVENT_ROLES_COMMUNICATION_EVENT_FKstatic final org.jooq.ForeignKey<CommunicationEvents, CommunicationEventDetails> CommunicationForeignKeys.COMMUNICATION_EVENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationEvents> CommunicationUniqueKeys.COMMUNICATION_EVENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<CommunicationEvents, CommunicationEventDetails> CommunicationForeignKeys.COMMUNICATION_EVENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationEvents> CommunicationUniqueKeys.COMMUNICATION_EVENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<CommunicationEvents> CommunicationUniqueKeys.COMMUNICATION_EVENTS_PK -
Uses of CommunicationEvents in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEvents, CommunicationEventDetailPK> CommunicationEvents.ACTIVE_DETAILThe columncommunicationevents.cmmnev_activedetailid.final org.jooq.TableField<CommunicationEvents, CommunicationEventPK> CommunicationEvents.COMMUNICATION_EVENTThe columncommunicationevents.cmmnev_communicationeventid.final org.jooq.TableField<CommunicationEvents, CommunicationEventDetailPK> CommunicationEvents.LAST_DETAILThe columncommunicationevents.cmmnev_lastdetailid.Methods in com.echothree.model.jooq.server.tables.communication that return types with arguments of type CommunicationEventsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommunicationEvents> CommunicationEvents.getPrimaryKey()CommunicationEvents.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommunicationEvents, ?>> CommunicationEvents.getReferences()List<org.jooq.UniqueKey<CommunicationEvents>> CommunicationEvents.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.communication with type arguments of type CommunicationEventsModifierConstructorDescriptionCommunicationEvents(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEvents> childPath, org.jooq.InverseForeignKey<O, CommunicationEvents> parentPath) CommunicationEvents(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEvents> childPath, org.jooq.InverseForeignKey<O, CommunicationEvents> parentPath) CommunicationEventsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEvents> childPath, org.jooq.InverseForeignKey<O, CommunicationEvents> parentPath) CommunicationEventsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationEvents> childPath, org.jooq.InverseForeignKey<O, CommunicationEvents> parentPath)