|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customer | |
org.mule.examples.loanbroker | |
org.mule.examples.loanbroker.credit | |
org.mule.examples.loanbroker.messages |
Uses of Customer in org.mule.examples.loanbroker |
Methods in org.mule.examples.loanbroker that return Customer | |
Customer |
DefaultLoanBroker.receiveCustomer(Customer customer)
|
Methods in org.mule.examples.loanbroker with parameters of type Customer | |
Customer |
DefaultLoanBroker.receiveCustomer(Customer customer)
|
Uses of Customer in org.mule.examples.loanbroker.credit |
Methods in org.mule.examples.loanbroker.credit with parameters of type Customer | |
CreditProfile |
DefaultCreditAgency.getCreditProfile(Customer customer)
|
CreditProfile |
CreditAgencyService.getCreditProfile(Customer customer)
|
Uses of Customer in org.mule.examples.loanbroker.messages |
Methods in org.mule.examples.loanbroker.messages that return Customer | |
Customer |
CustomerQuoteRequest.getCustomer()
|
Methods in org.mule.examples.loanbroker.messages with parameters of type Customer | |
void |
CustomerQuoteRequest.setCustomer(Customer customer)
|
Constructors in org.mule.examples.loanbroker.messages with parameters of type Customer | |
CustomerQuoteRequest(Customer customer,
double loanAmount,
int loanDuration)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |