Uses of Class
com.echothree.model.data.contact.server.value.ContactPostalAddressCorrectionValue
Packages that use ContactPostalAddressCorrectionValue
Package
Description
-
Uses of ContactPostalAddressCorrectionValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionContactControl.getContactPostalAddressCorrectionValueForUpdate
(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionvoid
ContactControl.updateContactPostalAddressCorrectionFromValue
(ContactPostalAddressCorrectionValue contactPostalAddressCorrectionValue, BasePK updatedBy) -
Uses of ContactPostalAddressCorrectionValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionContactPostalAddressCorrection.getContactPostalAddressCorrectionValue()
Methods in com.echothree.model.data.contact.server.entity with parameters of type ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionvoid
ContactPostalAddressCorrection.setContactPostalAddressCorrectionValue
(ContactPostalAddressCorrectionValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactPostalAddressCorrectionValueModifierConstructorDescriptionContactPostalAddressCorrection
(ContactPostalAddressCorrectionValue value, EntityPermission entityPermission) Creates a new instance of ContactPostalAddressCorrection -
Uses of ContactPostalAddressCorrectionValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionContactPostalAddressCorrectionFactory.getValueFromPK
(Session session, ContactPostalAddressCorrectionPK pk) ContactPostalAddressCorrectionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionContactPostalAddressCorrectionFactory.getValuesFromPKs
(Session session, Collection<ContactPostalAddressCorrectionPK> pks) ContactPostalAddressCorrectionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionContactPostalAddressCorrectionFactory.getEntityFromValue
(EntityPermission entityPermission, ContactPostalAddressCorrectionValue value) ContactPostalAddressCorrectionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactPostalAddressCorrectionValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactPostalAddressCorrectionValueModifier and TypeMethodDescriptionvoid
ContactPostalAddressCorrectionFactory.create
(Session session, Collection<ContactPostalAddressCorrectionValue> _values) void
ContactPostalAddressCorrectionFactory.create
(Collection<ContactPostalAddressCorrectionValue> _values) -
Uses of ContactPostalAddressCorrectionValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactPostalAddressCorrectionValue