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

Packages that use ContractManager
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.module.purap.document   
org.kuali.kfs.module.purap.document.service   
org.kuali.kfs.module.purap.document.service.impl   
org.kuali.kfs.sys.identity   
org.kuali.kfs.vnd.businessobject   
 

Uses of ContractManager in org.kuali.kfs.module.purap.businessobject
 

Methods in org.kuali.kfs.module.purap.businessobject that return ContractManager
 ContractManager ContractManagerAssignmentDetail.getContractManager()
           
 ContractManager PurchaseOrderQuoteList.getContractManager()
           
 

Methods in org.kuali.kfs.module.purap.businessobject with parameters of type ContractManager
 void ContractManagerAssignmentDetail.setContractManager(ContractManager contractManager)
          Deprecated.  
 void PurchaseOrderQuoteList.setContractManager(ContractManager contractManager)
          Deprecated.  
 

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

Fields in org.kuali.kfs.module.purap.document declared as ContractManager
protected  ContractManager PurchaseOrderDocument.contractManager
           
 

Methods in org.kuali.kfs.module.purap.document that return ContractManager
 ContractManager PurchaseOrderDocument.getContractManager()
           
 

Methods in org.kuali.kfs.module.purap.document with parameters of type ContractManager
 void PurchaseOrderDocument.setContractManager(ContractManager contractManager)
           
 

Uses of ContractManager in org.kuali.kfs.module.purap.document.service
 

Methods in org.kuali.kfs.module.purap.document.service with parameters of type ContractManager
 String B2BPurchaseOrderService.getCxml(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
          Returns the cxml of the Purchase Order for electronic transmission to the vendor
 String B2BPurchaseOrderService.verifyCxmlPOData(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
          Verifies that each piece of data required for the PO cXML is present.
 

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

Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type ContractManager
protected  String B2BPurchaseOrderSciquestServiceImpl.getContractManagerEmail(ContractManager cm)
          Retrieve the Contract Manager's email
protected  String B2BPurchaseOrderServiceImpl.getContractManagerEmail(ContractManager cm)
          Retrieve the Contract Manager's email
 String B2BPurchaseOrderSciquestServiceImpl.getCxml(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
           
 String B2BPurchaseOrderServiceImpl.getCxml(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
           
 String B2BPurchaseOrderSciquestServiceImpl.verifyCxmlPOData(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
           
 String B2BPurchaseOrderServiceImpl.verifyCxmlPOData(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
           
 

Uses of ContractManager in org.kuali.kfs.sys.identity
 

Fields in org.kuali.kfs.sys.identity declared as ContractManager
protected  ContractManager KfsKimAttributes.contractManager
           
 

Methods in org.kuali.kfs.sys.identity that return ContractManager
 ContractManager KfsKimAttributes.getContractManager()
           
 

Methods in org.kuali.kfs.sys.identity with parameters of type ContractManager
 void KfsKimAttributes.setContractManager(ContractManager contractManager)
           
 

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

Methods in org.kuali.kfs.vnd.businessobject that return ContractManager
 ContractManager CommodityContractManager.getContractManager()
           
 ContractManager VendorContract.getContractManager()
           
 

Methods in org.kuali.kfs.vnd.businessobject with parameters of type ContractManager
 void CommodityContractManager.setContractManager(ContractManager contractManager)
          Deprecated.  
 void VendorContract.setContractManager(ContractManager contractManager)
          Deprecated.  
 



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