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) CommunicationEventFactory.create(Session session, CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) CommunicationEventDetailFactory.getEntityFromCache(Session session, CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommunicationEventDetailPK pk) CommunicationEventDetailFactory.getValueFromPK(Session session, CommunicationEventDetailPK pk) voidCommunicationEventDetailFactory.remove(Session session, CommunicationEventDetailPK pk) booleanCommunicationEventDetailFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommunicationEventDetailPK> pks) CommunicationEventDetailFactory.getValuesFromPKs(Session session, Collection<CommunicationEventDetailPK> pks) voidCommunicationEventDetailFactory.remove(Session session, 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