Uses of Class
org.kuali.kfs.vnd.businessobject.VendorAddress

Packages that use VendorAddress
org.kuali.kfs.fp.document   
org.kuali.kfs.module.purap.document   
org.kuali.kfs.module.purap.document.service.impl   
org.kuali.kfs.vnd.businessobject   
org.kuali.kfs.vnd.document.service   
org.kuali.kfs.vnd.document.service.impl   
 

Uses of VendorAddress in org.kuali.kfs.fp.document
 

Methods in org.kuali.kfs.fp.document with parameters of type VendorAddress
 void DisbursementVoucherDocument.templateVendor(VendorDetail vendor, VendorAddress vendorAddress)
          Convenience method to set dv payee detail fields based on a given vendor.
 

Uses of VendorAddress in org.kuali.kfs.module.purap.document
 

Methods in org.kuali.kfs.module.purap.document with parameters of type VendorAddress
 void PurchasingAccountsPayableDocument.templateVendorAddress(VendorAddress vendorAddress)
          Sets vendor address fields based on a given VendorAddress.
 void PurchasingDocumentBase.templateVendorAddress(VendorAddress vendorAddress)
           
 void PurchasingAccountsPayableDocumentBase.templateVendorAddress(VendorAddress vendorAddress)
           
 

Uses of VendorAddress in org.kuali.kfs.module.purap.document.service.impl
 

Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type VendorAddress
protected  void PaymentRequestServiceImpl.setVendorAddress(VendorAddress va, PaymentRequestDocument preq)
          Set the Vendor address of the given ID.
 

Uses of VendorAddress in org.kuali.kfs.vnd.businessobject
 

Methods in org.kuali.kfs.vnd.businessobject that return VendorAddress
 VendorAddress VendorPhoneNumber.getVendorAddress()
           
 VendorAddress VendorDefaultAddress.getVendorAddress()
           
 

Methods in org.kuali.kfs.vnd.businessobject that return types with arguments of type VendorAddress
 List<VendorAddress> VendorDetail.getVendorAddresses()
           
 

Methods in org.kuali.kfs.vnd.businessobject with parameters of type VendorAddress
 void VendorPhoneNumber.setVendorAddress(VendorAddress vendorAddress)
          Deprecated.  
 void VendorDefaultAddress.setVendorAddress(VendorAddress vendorAddress)
          Deprecated.  
 

Method parameters in org.kuali.kfs.vnd.businessobject with type arguments of type VendorAddress
 void VendorDetail.setVendorAddresses(List<VendorAddress> vendorAddresses)
           
 

Uses of VendorAddress in org.kuali.kfs.vnd.document.service
 

Methods in org.kuali.kfs.vnd.document.service that return VendorAddress
 VendorAddress VendorService.getVendorDefaultAddress(Integer vendorHeaderId, Integer vendorDetailId, String addressType, String campus)
          Finds the addresses for the given vendor and then calls the method to determine the default address from this list.
 VendorAddress VendorService.getVendorDefaultAddress(List<VendorAddress> addresses, String addressType, String campus)
          Finds the default address for the given addressType and campus from the address list passed in based on the following logic: 1) The allDefaultAddress is defined by defaultAddressIndicator on VendorAddress.
 

Method parameters in org.kuali.kfs.vnd.document.service with type arguments of type VendorAddress
 VendorAddress VendorService.getVendorDefaultAddress(List<VendorAddress> addresses, String addressType, String campus)
          Finds the default address for the given addressType and campus from the address list passed in based on the following logic: 1) The allDefaultAddress is defined by defaultAddressIndicator on VendorAddress.
 

Uses of VendorAddress in org.kuali.kfs.vnd.document.service.impl
 

Methods in org.kuali.kfs.vnd.document.service.impl that return VendorAddress
 VendorAddress VendorServiceImpl.getVendorDefaultAddress(Integer vendorHeaderId, Integer vendorDetailId, String addressType, String campus)
           
 VendorAddress VendorServiceImpl.getVendorDefaultAddress(List<VendorAddress> addresses, String addressType, String campus)
           
 

Method parameters in org.kuali.kfs.vnd.document.service.impl with type arguments of type VendorAddress
 VendorAddress VendorServiceImpl.getVendorDefaultAddress(List<VendorAddress> addresses, String addressType, String campus)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.