Uses of Class
com.echothree.model.data.contact.server.value.PostalAddressLineDetailValue
Packages that use PostalAddressLineDetailValue
Package
Description
-
Uses of PostalAddressLineDetailValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressLineDetailValueModifier and TypeMethodDescriptionContactControl.getPostalAddressLineDetailValueForUpdate
(PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder) ContactControl.getPostalAddressLineDetailValueForUpdate
(PostalAddressLine postalAddressLine) Methods in com.echothree.model.control.contact.server.control with parameters of type PostalAddressLineDetailValueModifier and TypeMethodDescriptionvoid
ContactControl.updatePostalAddressLineFromValue
(PostalAddressLineDetailValue postalAddressLineDetailValue, BasePK updatedBy) -
Uses of PostalAddressLineDetailValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineDetailValueMethods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineDetailValueModifier and TypeMethodDescriptionvoid
PostalAddressLineDetail.setPostalAddressLineDetailValue
(PostalAddressLineDetailValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineDetailValueModifierConstructorDescriptionPostalAddressLineDetail
(PostalAddressLineDetailValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineDetail -
Uses of PostalAddressLineDetailValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineDetailValueModifier and TypeMethodDescriptionPostalAddressLineDetailFactory.getValueFromPK
(Session session, PostalAddressLineDetailPK pk) PostalAddressLineDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineDetailValueModifier and TypeMethodDescriptionPostalAddressLineDetailFactory.getValuesFromPKs
(Session session, Collection<PostalAddressLineDetailPK> pks) PostalAddressLineDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineDetailValueModifier and TypeMethodDescriptionPostalAddressLineDetailFactory.getEntityFromValue
(EntityPermission entityPermission, PostalAddressLineDetailValue value) PostalAddressLineDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PostalAddressLineDetailValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineDetailValueModifier and TypeMethodDescriptionvoid
PostalAddressLineDetailFactory.create
(Session session, Collection<PostalAddressLineDetailValue> _values) void
PostalAddressLineDetailFactory.create
(Collection<PostalAddressLineDetailValue> _values) -
Uses of PostalAddressLineDetailValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLineDetailValue