Uses of Class
com.echothree.model.data.communication.common.pk.CommunicationEventPK
Packages that use CommunicationEventPK
Package
Description
-
Uses of CommunicationEventPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventDetail.getCommunicationEventPK()CommunicationEventRole.getCommunicationEventPK()CommunicationEventDetail.getOriginalCommunicationEventPK()CommunicationEventDetail.getParentCommunicationEventPK()CommunicationEvent.getPrimaryKey()Methods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventPKModifier and TypeMethodDescriptionvoidCommunicationEventDetail.setCommunicationEventPK(CommunicationEventPK communicationEventPK) voidCommunicationEventRole.setCommunicationEventPK(CommunicationEventPK communicationEventPK) voidCommunicationEventDetail.setOriginalCommunicationEventPK(CommunicationEventPK originalCommunicationEventPK) voidCommunicationEventDetail.setParentCommunicationEventPK(CommunicationEventPK parentCommunicationEventPK) -
Uses of CommunicationEventPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventFactory.getNextPK()CommunicationEventFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommunicationEventFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommunicationEventFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommunicationEventFactory.getPKsFromResultSetAsList(ResultSet rs) CommunicationEventFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventDetailFactory.create(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) CommunicationEventRoleFactory.create(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) CommunicationEventFactory.getEntityFromCache(CommunicationEventPK pk) CommunicationEventFactory.getEntityFromPK(EntityPermission entityPermission, CommunicationEventPK pk) CommunicationEventFactory.getValueFromPK(CommunicationEventPK pk) voidCommunicationEventFactory.remove(CommunicationEventPK pk) booleanCommunicationEventFactory.validPK(CommunicationEventPK pk) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommunicationEventPK> pks) CommunicationEventFactory.getValuesFromPKs(Collection<CommunicationEventPK> pks) voidCommunicationEventFactory.remove(Collection<CommunicationEventPK> pks) -
Uses of CommunicationEventPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventDetailValue.getCommunicationEventPK()CommunicationEventRoleValue.getCommunicationEventPK()CommunicationEventDetailValue.getOriginalCommunicationEventPK()CommunicationEventDetailValue.getParentCommunicationEventPK()CommunicationEventValue.getPrimaryKey()Methods in com.echothree.model.data.communication.server.value with parameters of type CommunicationEventPKModifier and TypeMethodDescriptionvoidCommunicationEventDetailValue.setCommunicationEventPK(CommunicationEventPK communicationEventPK) voidCommunicationEventRoleValue.setCommunicationEventPK(CommunicationEventPK communicationEventPK) voidCommunicationEventDetailValue.setOriginalCommunicationEventPK(CommunicationEventPK originalCommunicationEventPK) voidCommunicationEventDetailValue.setParentCommunicationEventPK(CommunicationEventPK parentCommunicationEventPK) Constructors in com.echothree.model.data.communication.server.value with parameters of type CommunicationEventPKModifierConstructorDescriptionCommunicationEventDetailValue(CommunicationEventDetailPK communicationEventDetailPK, CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValueCommunicationEventDetailValue(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValueCommunicationEventRoleValue(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValueCommunicationEventRoleValue(CommunicationEventRolePK communicationEventRolePK, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValueCommunicationEventValue(CommunicationEventPK communicationEventPK, CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) Creates a new instance of CommunicationEventValue -
Uses of CommunicationEventPK in com.echothree.model.jooq.server.records.communication
Methods in com.echothree.model.jooq.server.records.communication that return CommunicationEventPKModifier and TypeMethodDescriptionCommunicationEventDetails.CommunicationEvent()Getter forcommunicationeventdetails.cmmnevdt_cmmnev_communicationeventid.CommunicationEventRoles.CommunicationEvent()Getter forcommunicationeventroles.cmmnevr_cmmnev_communicationeventid.CommunicationEvents.CommunicationEvent()Getter forcommunicationevents.cmmnev_communicationeventid.CommunicationEventDetails.OriginalCommunicationEvent()Getter forcommunicationeventdetails.cmmnevdt_originalcommunicationeventid.CommunicationEventDetails.ParentCommunicationEvent()Getter forcommunicationeventdetails.cmmnevdt_parentcommunicationeventid.Methods in com.echothree.model.jooq.server.records.communication that return types with arguments of type CommunicationEventPKModifier and TypeMethodDescriptionorg.jooq.Record1<CommunicationEventPK> CommunicationEvents.key()Methods in com.echothree.model.jooq.server.records.communication with parameters of type CommunicationEventPKModifier and TypeMethodDescriptionvoidCommunicationEventDetails.CommunicationEvent(CommunicationEventPK value) Setter forcommunicationeventdetails.cmmnevdt_cmmnev_communicationeventid.voidCommunicationEventRoles.CommunicationEvent(CommunicationEventPK value) Setter forcommunicationeventroles.cmmnevr_cmmnev_communicationeventid.voidCommunicationEvents.CommunicationEvent(CommunicationEventPK value) Setter forcommunicationevents.cmmnev_communicationeventid.voidCommunicationEventDetails.OriginalCommunicationEvent(CommunicationEventPK value) Setter forcommunicationeventdetails.cmmnevdt_originalcommunicationeventid.voidCommunicationEventDetails.ParentCommunicationEvent(CommunicationEventPK value) Setter forcommunicationeventdetails.cmmnevdt_parentcommunicationeventid.Constructors in com.echothree.model.jooq.server.records.communication with parameters of type CommunicationEventPKModifierConstructorDescriptionCommunicationEventDetails(CommunicationEventDetailPK CommunicationEventDetail, CommunicationEventPK CommunicationEvent, String CommunicationEventName, CommunicationEventTypePK CommunicationEventType, CommunicationSourcePK CommunicationSource, CommunicationEventPurposePK CommunicationEventPurpose, CommunicationEventPK OriginalCommunicationEvent, CommunicationEventPK ParentCommunicationEvent, PartyContactMechanismPK PartyContactMechanism, DocumentPK Document, Long FromTime, Long ThruTime) Create a detached, initialised CommunicationEventDetailsCommunicationEventRoles(CommunicationEventRolePK CommunicationEventRole, CommunicationEventPK CommunicationEvent, PartyPK Party, CommunicationEventRoleTypePK CommunicationEventRoleType, Long FromTime, Long ThruTime) Create a detached, initialised CommunicationEventRolesCommunicationEvents(CommunicationEventPK CommunicationEvent, CommunicationEventDetailPK ActiveDetail, CommunicationEventDetailPK LastDetail) Create a detached, initialised CommunicationEvents -
Uses of CommunicationEventPK in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEventDetails, CommunicationEventPK> CommunicationEventDetails.COMMUNICATION_EVENTThe columncommunicationeventdetails.cmmnevdt_cmmnev_communicationeventid.final org.jooq.TableField<CommunicationEventRoles, CommunicationEventPK> CommunicationEventRoles.COMMUNICATION_EVENTThe columncommunicationeventroles.cmmnevr_cmmnev_communicationeventid.final org.jooq.TableField<CommunicationEvents, CommunicationEventPK> CommunicationEvents.COMMUNICATION_EVENTThe columncommunicationevents.cmmnev_communicationeventid.final org.jooq.TableField<CommunicationEventDetails, CommunicationEventPK> CommunicationEventDetails.ORIGINAL_COMMUNICATION_EVENTThe columncommunicationeventdetails.cmmnevdt_originalcommunicationeventid.final org.jooq.TableField<CommunicationEventDetails, CommunicationEventPK> CommunicationEventDetails.PARENT_COMMUNICATION_EVENTThe columncommunicationeventdetails.cmmnevdt_parentcommunicationeventid.