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 TypeMethodDescriptionvoid
CommunicationEventDetail.setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
CommunicationEventRole.setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
CommunicationEventDetail.setOriginalCommunicationEventPK
(CommunicationEventPK originalCommunicationEventPK) void
CommunicationEventDetail.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) CommunicationEventDetailFactory.create
(Session session, 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) CommunicationEventRoleFactory.create
(Session session, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) CommunicationEventFactory.getEntityFromCache
(Session session, CommunicationEventPK pk) CommunicationEventFactory.getEntityFromPK
(EntityPermission entityPermission, CommunicationEventPK pk) CommunicationEventFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommunicationEventPK pk) CommunicationEventFactory.getValueFromPK
(Session session, CommunicationEventPK pk) void
CommunicationEventFactory.remove
(Session session, CommunicationEventPK pk) boolean
CommunicationEventFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommunicationEventPK> pks) CommunicationEventFactory.getValuesFromPKs
(Session session, Collection<CommunicationEventPK> pks) void
CommunicationEventFactory.remove
(Session session, Collection<CommunicationEventPK> pks) void
CommunicationEventFactory.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 TypeMethodDescriptionvoid
CommunicationEventDetailValue.setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
CommunicationEventRoleValue.setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
CommunicationEventDetailValue.setOriginalCommunicationEventPK
(CommunicationEventPK originalCommunicationEventPK) void
CommunicationEventDetailValue.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