Uses of Class
org.mule.example.loanbroker.model.Customer

Packages that use Customer
org.mule.example.loanbroker   
org.mule.example.loanbroker.creditagency   
org.mule.example.loanbroker.message   
 

Uses of Customer in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker that return Customer
 Customer AbstractLoanBroker.receiveCustomer(Customer customer)
           
 

Methods in org.mule.example.loanbroker with parameters of type Customer
 Customer AbstractLoanBroker.receiveCustomer(Customer customer)
           
 

Uses of Customer in org.mule.example.loanbroker.creditagency
 

Methods in org.mule.example.loanbroker.creditagency with parameters of type Customer
 CreditProfile CreditAgencyService.getCreditProfile(Customer customer)
           
 CreditProfile DefaultCreditAgency.getCreditProfile(Customer customer)
           
 

Uses of Customer in org.mule.example.loanbroker.message
 

Methods in org.mule.example.loanbroker.message that return Customer
 Customer CustomerQuoteRequest.getCustomer()
           
 

Methods in org.mule.example.loanbroker.message with parameters of type Customer
 void CustomerQuoteRequest.setCustomer(Customer customer)
           
 

Constructors in org.mule.example.loanbroker.message with parameters of type Customer
CustomerQuoteRequest(Customer customer, double loanAmount, int loanDuration)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.