Uses of Class
org.mule.example.loanbroker.messages.CreditProfile

Packages that use CreditProfile
org.mule.example.loanbroker   
org.mule.example.loanbroker.bpm.activity   
org.mule.example.loanbroker.credit   
org.mule.example.loanbroker.lender   
org.mule.example.loanbroker.messages   
 

Uses of CreditProfile in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker with parameters of type CreditProfile
 Object DefaultLoanBroker.receiveCreditProfile(CreditProfile profile)
           
 

Uses of CreditProfile in org.mule.example.loanbroker.bpm.activity
 

Methods in org.mule.example.loanbroker.bpm.activity with parameters of type CreditProfile
static LoanBrokerQuoteRequest PrepareLoanQuoteRequest.prepareRequest(CustomerQuoteRequest customerRequest, CreditProfile creditProfile)
           
 

Uses of CreditProfile in org.mule.example.loanbroker.credit
 

Methods in org.mule.example.loanbroker.credit that return CreditProfile
 CreditProfile CreditAgencyService.getCreditProfile(Customer customer)
           
 CreditProfile DefaultCreditAgency.getCreditProfile(Customer customer)
           
 

Uses of CreditProfile in org.mule.example.loanbroker.lender
 

Methods in org.mule.example.loanbroker.lender with parameters of type CreditProfile
 Bank[] DefaultLender.getLenders(CreditProfile creditProfile, Double loanAmount)
          Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.
 Bank[] LenderService.getLenders(CreditProfile creditProfile, Double loanAmount)
          Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.
 

Uses of CreditProfile in org.mule.example.loanbroker.messages
 

Methods in org.mule.example.loanbroker.messages that return CreditProfile
 CreditProfile LoanBrokerQuoteRequest.getCreditProfile()
           
 

Methods in org.mule.example.loanbroker.messages with parameters of type CreditProfile
 void LoanBrokerQuoteRequest.setCreditProfile(CreditProfile creditProfile)
           
 



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