Uses of Class
org.kuali.kfs.module.ar.businessobject.Customer

Packages that use Customer
org.kuali.kfs.module.ar.batch.service.impl   
org.kuali.kfs.module.ar.batch.vo   
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.module.ar.dataaccess   
org.kuali.kfs.module.ar.dataaccess.impl   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.ar.document.service   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.module.ar.document.validation.impl   
 

Uses of Customer in org.kuali.kfs.module.ar.batch.service.impl
 

Methods in org.kuali.kfs.module.ar.batch.service.impl that return Customer
protected  Customer CustomerLoadServiceImpl.customerAlreadyExists(Customer customer)
           
 

Methods in org.kuali.kfs.module.ar.batch.service.impl with parameters of type Customer
protected  Customer CustomerLoadServiceImpl.customerAlreadyExists(Customer customer)
           
protected  void CustomerLoadServiceImpl.dontBlankOutFieldsOnUpdate(Customer batchCustomer, Customer existingCustomer, String propertyName)
          This messy thing attempts to compare a property on the batch customer (new) and existing customer, and if the new is blank, but the old is there, to overwrite the new-value with the old-value, thus preventing batch uploads from blanking out certain fields.
protected  void CustomerLoadServiceImpl.processBeforeValidating(Customer customer, Customer existingCustomer, boolean isUpdate)
          pre-processing for existing and new customer
protected  void CustomerLoadServiceImpl.upperCaseKeyFields(Customer customer)
           
 

Uses of Customer in org.kuali.kfs.module.ar.batch.vo
 

Methods in org.kuali.kfs.module.ar.batch.vo that return Customer
 Customer CustomerDigesterAdapter.convert(CustomerDigesterVO customerDigesterVO, CustomerLoadBatchErrors errors)
          Converts a CustomerDigesterVO to a real Customer BO.
 

Uses of Customer in org.kuali.kfs.module.ar.businessobject
 

Fields in org.kuali.kfs.module.ar.businessobject declared as Customer
protected  Customer InvoiceRecurrence.customer
           
 

Methods in org.kuali.kfs.module.ar.businessobject that return Customer
 Customer CustomerInvoiceRecurrenceDetails.getCustomer()
          Gets the customer attribute.
 Customer CustomerAddress.getCustomer()
          Gets the customer attribute.
 Customer AccountsReceivableDocumentHeader.getCustomer()
          Gets the customer attribute.
 Customer InvoiceRecurrence.getCustomer()
          Gets the customer attribute.
 Customer NonAppliedHolding.getCustomer()
          Gets the customer attribute.
 Customer CashControlDetail.getCustomer()
          Gets the customer attribute.
 Customer Customer.getCustomerParentCompany()
          Gets the customerParentCompany attribute.
 

Methods in org.kuali.kfs.module.ar.businessobject with parameters of type Customer
 void CustomerInvoiceRecurrenceDetails.setCustomer(Customer customer)
          Deprecated.  
 void CustomerAddress.setCustomer(Customer customer)
          Deprecated.  
 void AccountsReceivableDocumentHeader.setCustomer(Customer customer)
          Deprecated.  
 void InvoiceRecurrence.setCustomer(Customer customer)
          Deprecated.  
 void NonAppliedHolding.setCustomer(Customer customer)
          Deprecated.  
 void CashControlDetail.setCustomer(Customer customer)
          Deprecated.  
 void Customer.setCustomerParentCompany(Customer customerParentCompany)
          Deprecated.  
 

Uses of Customer in org.kuali.kfs.module.ar.dataaccess
 

Methods in org.kuali.kfs.module.ar.dataaccess that return Customer
 Customer CustomerDao.getByName(String customerName)
           
 Customer CustomerDao.getByPrimaryId(String customerNumber)
          This method returns a Customer with the provided customerNumber
 Customer CustomerDao.getByTaxNumber(String taxNumber)
           
 

Uses of Customer in org.kuali.kfs.module.ar.dataaccess.impl
 

Methods in org.kuali.kfs.module.ar.dataaccess.impl that return Customer
 Customer CustomerDaoOjb.getByName(String customerName)
           
 Customer CustomerDaoOjb.getByPrimaryId(String customerNumber)
           
 Customer CustomerDaoOjb.getByTaxNumber(String taxNumber)
           
 

Uses of Customer in org.kuali.kfs.module.ar.document
 

Methods in org.kuali.kfs.module.ar.document that return Customer
 Customer CustomerInvoiceDocument.getCustomer()
          This method returns the customer object for the invoice
 

Uses of Customer in org.kuali.kfs.module.ar.document.service
 

Methods in org.kuali.kfs.module.ar.document.service that return Customer
 Customer CustomerService.getByPrimaryKey(String customerNumber)
          Return customer by customerNumber
 Customer CustomerService.getByTaxNumber(String taxNumber)
          Return customer by taxNumber
 Customer CustomerInvoiceDocumentService.getCustomerByInvoiceDocumentNumber(String documentNumber)
           
 Customer CustomerService.getCustomerByName(String customerName)
          This method gets a customer given his name
 Customer CustomerInvoiceDocumentService.getCustomerByOrganizationInvoiceNumber(String invoiceNumber)
           
 

Methods in org.kuali.kfs.module.ar.document.service with parameters of type Customer
 Collection<CustomerInvoiceDocument> CustomerService.getInvoicesForCustomer(Customer customer)
           
 String CustomerService.getNextCustomerNumber(Customer newCustomer)
          This method builds the new customer number
 Collection<NonAppliedHolding> NonAppliedHoldingService.getNonAppliedHoldingsForCustomer(Customer customer)
           
 

Uses of Customer in org.kuali.kfs.module.ar.document.service.impl
 

Methods in org.kuali.kfs.module.ar.document.service.impl that return Customer
 Customer CustomerServiceImpl.getByPrimaryKey(String customerNumber)
           
 Customer CustomerServiceImpl.getByTaxNumber(String taxNumber)
           
 Customer CustomerInvoiceDocumentServiceImpl.getCustomerByInvoiceDocumentNumber(String invoiceDocumentNumber)
           
 Customer CustomerServiceImpl.getCustomerByName(String customerName)
           
 Customer CustomerInvoiceDocumentServiceImpl.getCustomerByOrganizationInvoiceNumber(String organizationInvoiceNumber)
           
 

Methods in org.kuali.kfs.module.ar.document.service.impl with parameters of type Customer
 Collection<CustomerInvoiceDocument> CustomerServiceImpl.getInvoicesForCustomer(Customer customer)
           
 String CustomerServiceImpl.getNextCustomerNumber(Customer newCustomer)
           
 Collection<NonAppliedHolding> NonAppliedHoldingServiceImpl.getNonAppliedHoldingsForCustomer(Customer customer)
           
 

Uses of Customer in org.kuali.kfs.module.ar.document.validation.impl
 

Fields in org.kuali.kfs.module.ar.document.validation.impl declared as Customer
protected  Customer CustomerRule.newCustomer
           
protected  Customer CustomerRule.oldCustomer
           
 

Methods in org.kuali.kfs.module.ar.document.validation.impl with parameters of type Customer
 boolean CustomerRule.checkAddresses(Customer customer)
          This method checks if the customer addresses are valid: has one and only one primary address
 boolean CustomerRule.checkCustomerHasAddress(Customer newCustomer)
          This method checks if the new customer has at least one address
 boolean CustomerPreRules.checkIfOtherCustomerSameName(Customer newCustomer)
          This method checks if a customer with the same name already exists
 boolean CustomerRule.checkTaxNumber(Customer customer)
          This method checks if tax number is entered when tax number is required
 boolean CustomerRule.validateAddresses(Customer customer)
           
 



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