Uses of Class
com.echothree.model.data.communication.common.pk.CommunicationEventDetailPK
Packages that use CommunicationEventDetailPK
Package
Description
-
Uses of CommunicationEventDetailPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEvent.getActiveDetailPK()CommunicationEvent.getLastDetailPK()CommunicationEventDetail.getPrimaryKey()Methods in com.echothree.model.data.communication.server.entity with parameters of type CommunicationEventDetailPKModifier and TypeMethodDescriptionvoidCommunicationEvent.setActiveDetailPK(CommunicationEventDetailPK activeDetailPK) voidCommunicationEvent.setLastDetailPK(CommunicationEventDetailPK lastDetailPK) -
Uses of CommunicationEventDetailPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory that return CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getNextPK()CommunicationEventDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommunicationEventDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory that return types with arguments of type CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommunicationEventDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommunicationEventDetailFactory.getPKsFromResultSetAsList(ResultSet rs) CommunicationEventDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.communication.server.factory with parameters of type CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEventFactory.create(CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) CommunicationEventDetailFactory.getEntityFromCache(CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getValueFromPK(CommunicationEventDetailPK pk) voidCommunicationEventDetailFactory.remove(CommunicationEventDetailPK pk) booleanCommunicationEventDetailFactory.validPK(CommunicationEventDetailPK pk) Method parameters in com.echothree.model.data.communication.server.factory with type arguments of type CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEventDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommunicationEventDetailPK> pks) CommunicationEventDetailFactory.getValuesFromPKs(Collection<CommunicationEventDetailPK> pks) voidCommunicationEventDetailFactory.remove(Collection<CommunicationEventDetailPK> pks) -
Uses of CommunicationEventDetailPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEventValue.getActiveDetailPK()CommunicationEventValue.getLastDetailPK()CommunicationEventDetailValue.getPrimaryKey()Methods in com.echothree.model.data.communication.server.value with parameters of type CommunicationEventDetailPKModifier and TypeMethodDescriptionvoidCommunicationEventValue.setActiveDetailPK(CommunicationEventDetailPK activeDetailPK) voidCommunicationEventValue.setLastDetailPK(CommunicationEventDetailPK lastDetailPK) Constructors in com.echothree.model.data.communication.server.value with parameters of type CommunicationEventDetailPKModifierConstructorDescriptionCommunicationEventDetailValue(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 CommunicationEventDetailValueCommunicationEventValue(CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) Creates a new instance of CommunicationEventValueCommunicationEventValue(CommunicationEventPK communicationEventPK, CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) Creates a new instance of CommunicationEventValue -
Uses of CommunicationEventDetailPK in com.echothree.model.jooq.server.records.communication
Methods in com.echothree.model.jooq.server.records.communication that return CommunicationEventDetailPKModifier and TypeMethodDescriptionCommunicationEvents.ActiveDetail()Getter forcommunicationevents.cmmnev_activedetailid.CommunicationEventDetails.CommunicationEventDetail()Getter forcommunicationeventdetails.cmmnevdt_communicationeventdetailid.CommunicationEvents.LastDetail()Getter forcommunicationevents.cmmnev_lastdetailid.Methods in com.echothree.model.jooq.server.records.communication that return types with arguments of type CommunicationEventDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<CommunicationEventDetailPK> CommunicationEventDetails.key()Methods in com.echothree.model.jooq.server.records.communication with parameters of type CommunicationEventDetailPKModifier and TypeMethodDescriptionvoidCommunicationEvents.ActiveDetail(CommunicationEventDetailPK value) Setter forcommunicationevents.cmmnev_activedetailid.voidCommunicationEventDetails.CommunicationEventDetail(CommunicationEventDetailPK value) Setter forcommunicationeventdetails.cmmnevdt_communicationeventdetailid.voidCommunicationEvents.LastDetail(CommunicationEventDetailPK value) Setter forcommunicationevents.cmmnev_lastdetailid.Constructors in com.echothree.model.jooq.server.records.communication with parameters of type CommunicationEventDetailPKModifierConstructorDescriptionCommunicationEventDetails(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 CommunicationEventDetailsCommunicationEvents(CommunicationEventPK CommunicationEvent, CommunicationEventDetailPK ActiveDetail, CommunicationEventDetailPK LastDetail) Create a detached, initialised CommunicationEvents -
Uses of CommunicationEventDetailPK in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEvents, CommunicationEventDetailPK> CommunicationEvents.ACTIVE_DETAILThe columncommunicationevents.cmmnev_activedetailid.final org.jooq.TableField<CommunicationEventDetails, CommunicationEventDetailPK> CommunicationEventDetails.COMMUNICATION_EVENT_DETAILThe columncommunicationeventdetails.cmmnevdt_communicationeventdetailid.final org.jooq.TableField<CommunicationEvents, CommunicationEventDetailPK> CommunicationEvents.LAST_DETAILThe columncommunicationevents.cmmnev_lastdetailid.