Uses of Class
com.echothree.model.data.associate.server.value.AssociatePartyContactMechanismDetailValue
Packages that use AssociatePartyContactMechanismDetailValue
Package
Description
-
Uses of AssociatePartyContactMechanismDetailValue in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control that return AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionAssociateControl.getAssociatePartyContactMechanismDetailValueByNameForUpdate
(Associate associate, String associatePartyContactMechanismName) AssociateControl.getAssociatePartyContactMechanismDetailValueForUpdate
(AssociatePartyContactMechanism associatePartyContactMechanism) AssociateControl.getDefaultAssociatePartyContactMechanismDetailValueForUpdate
(Associate associate) Methods in com.echothree.model.control.associate.server.control with parameters of type AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoid
AssociateControl.updateAssociatePartyContactMechanismFromValue
(AssociatePartyContactMechanismDetailValue associatePartyContactMechanismDetailValue, BasePK updatedBy) -
Uses of AssociatePartyContactMechanismDetailValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetail.getAssociatePartyContactMechanismDetailValue()
Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoid
AssociatePartyContactMechanismDetail.setAssociatePartyContactMechanismDetailValue
(AssociatePartyContactMechanismDetailValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismDetailValueModifierConstructorDescriptionAssociatePartyContactMechanismDetail
(AssociatePartyContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociatePartyContactMechanismDetail -
Uses of AssociatePartyContactMechanismDetailValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.getValueFromPK
(Session session, AssociatePartyContactMechanismDetailPK pk) AssociatePartyContactMechanismDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.getValuesFromPKs
(Session session, Collection<AssociatePartyContactMechanismDetailPK> pks) AssociatePartyContactMechanismDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.getEntityFromValue
(EntityPermission entityPermission, AssociatePartyContactMechanismDetailValue value) AssociatePartyContactMechanismDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AssociatePartyContactMechanismDetailValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociatePartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoid
AssociatePartyContactMechanismDetailFactory.create
(Session session, Collection<AssociatePartyContactMechanismDetailValue> _values) void
AssociatePartyContactMechanismDetailFactory.create
(Collection<AssociatePartyContactMechanismDetailValue> _values) -
Uses of AssociatePartyContactMechanismDetailValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociatePartyContactMechanismDetailValue