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