org.kuali.kfs.module.ar.dataaccess
Interface CustomerDao

All Known Implementing Classes:
CustomerDaoOjb

public interface CustomerDao


Method Summary
 Customer getByName(String customerName)
           
 Customer getByPrimaryId(String customerNumber)
          This method returns a Customer with the provided customerNumber
 Customer getByTaxNumber(String taxNumber)
           
 

Method Detail

getByPrimaryId

Customer getByPrimaryId(String customerNumber)
This method returns a Customer with the provided customerNumber

Parameters:
customerNumber -
Returns:

getByTaxNumber

Customer getByTaxNumber(String taxNumber)

getByName

Customer getByName(String customerName)


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