Uses of Class
com.echothree.model.data.contact.server.value.ContactEmailAddressValue
Packages that use ContactEmailAddressValue
Package
Description
-
Uses of ContactEmailAddressValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactEmailAddressValueModifier and TypeMethodDescriptionContactControl.getContactEmailAddressValueForUpdate(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactEmailAddressValueModifier and TypeMethodDescriptionvoidContactControl.updateContactEmailAddressFromValue(ContactEmailAddressValue contactEmailAddressValue, BasePK updatedBy) -
Uses of ContactEmailAddressValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactEmailAddressValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactEmailAddressValueModifier and TypeMethodDescriptionvoidContactEmailAddress.setContactEmailAddressValue(ContactEmailAddressValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactEmailAddressValueModifierConstructorDescriptionContactEmailAddress(ContactEmailAddressValue value, EntityPermission entityPermission) Creates a new instance of ContactEmailAddress -
Uses of ContactEmailAddressValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactEmailAddressValueModifier and TypeMethodDescriptionContactEmailAddressFactory.getValueFromPK(Session session, ContactEmailAddressPK pk) ContactEmailAddressFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactEmailAddressValueModifier and TypeMethodDescriptionContactEmailAddressFactory.getValuesFromPKs(Session session, Collection<ContactEmailAddressPK> pks) ContactEmailAddressFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactEmailAddressValueModifier and TypeMethodDescriptionContactEmailAddressFactory.getEntityFromValue(EntityPermission entityPermission, ContactEmailAddressValue value) ContactEmailAddressFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactEmailAddressValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactEmailAddressValueModifier and TypeMethodDescriptionvoidContactEmailAddressFactory.create(Session session, Collection<ContactEmailAddressValue> _values) voidContactEmailAddressFactory.create(Collection<ContactEmailAddressValue> _values) -
Uses of ContactEmailAddressValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactEmailAddressValue