Uses of Interface
org.kuali.kfs.vnd.businessobject.VendorRoutingComparable

Packages that use VendorRoutingComparable
org.kuali.kfs.vnd.businessobject   
org.kuali.kfs.vnd.document.service   
org.kuali.kfs.vnd.document.service.impl   
 

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

Classes in org.kuali.kfs.vnd.businessobject that implement VendorRoutingComparable
 class VendorAddress
          Address to be associated with a particular Vendor.
 class VendorContract
          Purchasing Contracts with specific Vendors.
 class VendorContractOrganization
          A relation between a particular Org and a VendorContract indicating that the Org uses this Vendor Contract.
 class VendorDefaultAddress
          An association between a Campus and a VendorAddress to indicate that the Address is the default one for this Campus among the various Addresses available for this Vendor.
 class VendorDetail
          Contains all data for a specific parent or division Vendor, including a link to the VendorHeader, which only contains information about the parent company, but can be shared between division Vendors.
 class VendorShippingSpecialCondition
          Relationship between a Vendor and a ShippingSpecialCondition.
 class VendorSupplierDiversity
          Relationship between a Vendor and a SupplierDiversity.
 

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

Method parameters in org.kuali.kfs.vnd.document.service with type arguments of type VendorRoutingComparable
 boolean VendorService.equalMemberLists(List<? extends VendorRoutingComparable> list_a, List<? extends VendorRoutingComparable> list_b)
          Compares lists which have an isEqualForRouting method by using that method.
 boolean VendorService.equalMemberLists(List<? extends VendorRoutingComparable> list_a, List<? extends VendorRoutingComparable> list_b)
          Compares lists which have an isEqualForRouting method by using that method.
 

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

Method parameters in org.kuali.kfs.vnd.document.service.impl with type arguments of type VendorRoutingComparable
 boolean VendorServiceImpl.equalMemberLists(List<? extends VendorRoutingComparable> list_a, List<? extends VendorRoutingComparable> list_b)
           
 boolean VendorServiceImpl.equalMemberLists(List<? extends VendorRoutingComparable> list_a, List<? extends VendorRoutingComparable> list_b)
           
 



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