Uses of Class
com.echothree.model.data.associate.common.pk.AssociatePartyContactMechanismPK
Packages that use AssociatePartyContactMechanismPK
Package
Description
-
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetail.getAssociatePartyContactMechanismPK()AssociateReferralDetail.getAssociatePartyContactMechanismPK()AssociatePartyContactMechanism.getPrimaryKey()Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetail.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidAssociateReferralDetail.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getNextPK()AssociatePartyContactMechanismFactory.getPKFromQuery(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKsFromResultSetAsList(ResultSet rs) AssociatePartyContactMechanismFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.create(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AssociateReferralDetailFactory.create(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) AssociatePartyContactMechanismFactory.getEntityFromCache(AssociatePartyContactMechanismPK pk) AssociatePartyContactMechanismFactory.getEntityFromPK(EntityPermission entityPermission, AssociatePartyContactMechanismPK pk) AssociatePartyContactMechanismFactory.getValueFromPK(AssociatePartyContactMechanismPK pk) voidAssociatePartyContactMechanismFactory.remove(AssociatePartyContactMechanismPK pk) booleanAssociatePartyContactMechanismFactory.validPK(AssociatePartyContactMechanismPK pk) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<AssociatePartyContactMechanismPK> pks) AssociatePartyContactMechanismFactory.getValuesFromPKs(Collection<AssociatePartyContactMechanismPK> pks) voidAssociatePartyContactMechanismFactory.remove(Collection<AssociatePartyContactMechanismPK> pks) -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailValue.getAssociatePartyContactMechanismPK()AssociateReferralDetailValue.getAssociatePartyContactMechanismPK()AssociatePartyContactMechanismValue.getPrimaryKey()Methods in com.echothree.model.data.associate.server.value with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetailValue.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidAssociateReferralDetailValue.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) Constructors in com.echothree.model.data.associate.server.value with parameters of type AssociatePartyContactMechanismPKModifierConstructorDescriptionAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismDetailPK associatePartyContactMechanismDetailPK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValueAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValueAssociatePartyContactMechanismValue(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePartyContactMechanismDetailPK activeDetailPK, AssociatePartyContactMechanismDetailPK lastDetailPK) Creates a new instance of AssociatePartyContactMechanismValueAssociateReferralDetailValue(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralDetailValue(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValue