Uses of Class
com.echothree.model.data.contact.server.value.ContactPostalAddressValue
Packages that use ContactPostalAddressValue
Package
Description
-
Uses of ContactPostalAddressValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactPostalAddressValueModifier and TypeMethodDescriptionContactControl.getContactPostalAddressValueForUpdate
(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactPostalAddressValueModifier and TypeMethodDescriptionvoid
ContactControl.updateContactPostalAddressFromValue
(ContactPostalAddressValue contactPostalAddressValue, BasePK updatedBy) -
Uses of ContactPostalAddressValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactPostalAddressValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactPostalAddressValueModifier and TypeMethodDescriptionvoid
ContactPostalAddress.setContactPostalAddressValue
(ContactPostalAddressValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactPostalAddressValueModifierConstructorDescriptionContactPostalAddress
(ContactPostalAddressValue value, EntityPermission entityPermission) Creates a new instance of ContactPostalAddress -
Uses of ContactPostalAddressValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactPostalAddressValueModifier and TypeMethodDescriptionContactPostalAddressFactory.getValueFromPK
(Session session, ContactPostalAddressPK pk) ContactPostalAddressFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactPostalAddressValueModifier and TypeMethodDescriptionContactPostalAddressFactory.getValuesFromPKs
(Session session, Collection<ContactPostalAddressPK> pks) ContactPostalAddressFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactPostalAddressValueModifier and TypeMethodDescriptionContactPostalAddressFactory.getEntityFromValue
(EntityPermission entityPermission, ContactPostalAddressValue value) ContactPostalAddressFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactPostalAddressValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactPostalAddressValueModifier and TypeMethodDescriptionvoid
ContactPostalAddressFactory.create
(Session session, Collection<ContactPostalAddressValue> _values) void
ContactPostalAddressFactory.create
(Collection<ContactPostalAddressValue> _values) -
Uses of ContactPostalAddressValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactPostalAddressValue