Uses of Class
com.echothree.model.data.contact.server.value.ContactWebAddressValue
Packages that use ContactWebAddressValue
Package
Description
-
Uses of ContactWebAddressValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactWebAddressValueModifier and TypeMethodDescriptionContactControl.getContactWebAddressValueForUpdate
(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactWebAddressValueModifier and TypeMethodDescriptionvoid
ContactControl.updateContactWebAddressFromValue
(ContactWebAddressValue contactWebAddressValue, BasePK updatedBy) -
Uses of ContactWebAddressValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactWebAddressValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactWebAddressValueModifier and TypeMethodDescriptionvoid
ContactWebAddress.setContactWebAddressValue
(ContactWebAddressValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactWebAddressValueModifierConstructorDescriptionContactWebAddress
(ContactWebAddressValue value, EntityPermission entityPermission) Creates a new instance of ContactWebAddress -
Uses of ContactWebAddressValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactWebAddressValueModifier and TypeMethodDescriptionContactWebAddressFactory.getValueFromPK
(Session session, ContactWebAddressPK pk) ContactWebAddressFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactWebAddressValueModifier and TypeMethodDescriptionContactWebAddressFactory.getValuesFromPKs
(Session session, Collection<ContactWebAddressPK> pks) ContactWebAddressFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactWebAddressValueModifier and TypeMethodDescriptionContactWebAddressFactory.getEntityFromValue
(EntityPermission entityPermission, ContactWebAddressValue value) ContactWebAddressFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactWebAddressValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactWebAddressValueModifier and TypeMethodDescriptionvoid
ContactWebAddressFactory.create
(Session session, Collection<ContactWebAddressValue> _values) void
ContactWebAddressFactory.create
(Collection<ContactWebAddressValue> _values) -
Uses of ContactWebAddressValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactWebAddressValue