Uses of Class
com.echothree.model.data.contact.server.value.PostalAddressLineElementValue
Packages that use PostalAddressLineElementValue
Package
Description
-
Uses of PostalAddressLineElementValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressLineElementValueModifier and TypeMethodDescriptionContactControl.getPostalAddressLineElementValueForUpdate
(PostalAddressLineElement postalAddressLineElement) ContactControl.getPostalAddressLineElementValueForUpdate
(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) Methods in com.echothree.model.control.contact.server.control with parameters of type PostalAddressLineElementValueModifier and TypeMethodDescriptionvoid
ContactControl.updatePostalAddressLineElementFromValue
(PostalAddressLineElementValue postalAddressLineElementValue, BasePK updatedBy) -
Uses of PostalAddressLineElementValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineElementValueMethods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineElementValueModifier and TypeMethodDescriptionvoid
PostalAddressLineElement.setPostalAddressLineElementValue
(PostalAddressLineElementValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineElementValueModifierConstructorDescriptionPostalAddressLineElement
(PostalAddressLineElementValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineElement -
Uses of PostalAddressLineElementValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineElementValueModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getValueFromPK
(Session session, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineElementValueModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getValuesFromPKs
(Session session, Collection<PostalAddressLineElementPK> pks) PostalAddressLineElementFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineElementValueModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntityFromValue
(EntityPermission entityPermission, PostalAddressLineElementValue value) PostalAddressLineElementFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PostalAddressLineElementValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineElementValueModifier and TypeMethodDescriptionvoid
PostalAddressLineElementFactory.create
(Session session, Collection<PostalAddressLineElementValue> _values) void
PostalAddressLineElementFactory.create
(Collection<PostalAddressLineElementValue> _values) -
Uses of PostalAddressLineElementValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLineElementValue