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) 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) voidCommunicationEventFactory.remove(Session session, CommunicationEventPK pk) booleanCommunicationEventFactory.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) voidCommunicationEventFactory.remove(Session session, 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