Uses of Class
com.echothree.model.data.associate.server.value.AssociatePartyContactMechanismValue
Packages that use AssociatePartyContactMechanismValue
Package
Description
-
Uses of AssociatePartyContactMechanismValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionAssociatePartyContactMechanism.getAssociatePartyContactMechanismValue()Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanism.setAssociatePartyContactMechanismValue(AssociatePartyContactMechanismValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismValueModifierConstructorDescriptionAssociatePartyContactMechanism(AssociatePartyContactMechanismValue value, EntityPermission entityPermission) Creates a new instance of AssociatePartyContactMechanism -
Uses of AssociatePartyContactMechanismValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getValueFromPK(Session session, AssociatePartyContactMechanismPK pk) AssociatePartyContactMechanismFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getValuesFromPKs(Session session, Collection<AssociatePartyContactMechanismPK> pks) AssociatePartyContactMechanismFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getEntityFromValue(EntityPermission entityPermission, AssociatePartyContactMechanismValue value) AssociatePartyContactMechanismFactory.getEntityFromValue(Session session, EntityPermission entityPermission, AssociatePartyContactMechanismValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociatePartyContactMechanismValueModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismFactory.create(Session session, Collection<AssociatePartyContactMechanismValue> _values) voidAssociatePartyContactMechanismFactory.create(Collection<AssociatePartyContactMechanismValue> _values) -
Uses of AssociatePartyContactMechanismValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociatePartyContactMechanismValue