Uses of Class
com.echothree.model.control.contact.common.transfer.PostalAddressLineElementTransfer
Packages that use PostalAddressLineElementTransfer
Package
Description
-
Uses of PostalAddressLineElementTransfer in com.echothree.control.user.contact.common.result
Methods in com.echothree.control.user.contact.common.result that return PostalAddressLineElementTransferModifier and TypeMethodDescriptionEditPostalAddressLineElementResult.getPostalAddressLineElement()Methods in com.echothree.control.user.contact.common.result that return types with arguments of type PostalAddressLineElementTransferModifier and TypeMethodDescriptionGetPostalAddressLineElementsResult.getPostalAddressLineElements()Methods in com.echothree.control.user.contact.common.result with parameters of type PostalAddressLineElementTransferModifier and TypeMethodDescriptionvoidEditPostalAddressLineElementResult.setPostalAddressLineElement(PostalAddressLineElementTransfer postalAddressLineElement) Method parameters in com.echothree.control.user.contact.common.result with type arguments of type PostalAddressLineElementTransferModifier and TypeMethodDescriptionvoidGetPostalAddressLineElementsResult.setPostalAddressLineElements(List<PostalAddressLineElementTransfer> postalAddressLineElements) -
Uses of PostalAddressLineElementTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return types with arguments of type PostalAddressLineElementTransferMethod parameters in com.echothree.model.control.contact.common.transfer with type arguments of type PostalAddressLineElementTransferModifier and TypeMethodDescriptionvoidPostalAddressLineTransfer.setPostalAddressLineElements(ListWrapper<PostalAddressLineElementTransfer> postalAddressLineElements) -
Uses of PostalAddressLineElementTransfer in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressLineElementTransferModifier and TypeMethodDescriptionContactControl.getPostalAddressLineElementTransfer(UserVisit userVisit, PostalAddressLineElement postalAddressLineElement) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type PostalAddressLineElementTransferModifier and TypeMethodDescriptionContactControl.getPostalAddressLineElementTransfersByPostalAddressLine(UserVisit userVisit, PostalAddressLine postalAddressLine) -
Uses of PostalAddressLineElementTransfer in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer that return PostalAddressLineElementTransferModifier and TypeMethodDescriptionPostalAddressLineElementTransferCache.getPostalAddressLineElementTransfer(UserVisit userVisit, PostalAddressLineElement postalAddressLineElement)