|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customer | |
---|---|
com.titan.clients | |
com.titan.domain |
Uses of Customer in com.titan.clients |
---|
Methods in com.titan.clients that return Customer | |
---|---|
static Customer |
ParametersAndPaging.findCustomerByIndexedParameter(javax.persistence.EntityManager entityManager,
String first,
String last)
|
static Customer |
ParametersAndPaging.findCustomerByNamedParameter(javax.persistence.EntityManager entityManager,
String first,
String last)
|
Uses of Customer in com.titan.domain |
---|
Methods in com.titan.domain that return Customer | |
---|---|
Customer |
CreditCard.getCustomer()
|
Methods in com.titan.domain that return types with arguments of type Customer | |
---|---|
Set<Customer> |
Reservation.getCustomers()
|
Methods in com.titan.domain with parameters of type Customer | |
---|---|
void |
CreditCard.setCustomer(Customer customer)
|
Method parameters in com.titan.domain with type arguments of type Customer | |
---|---|
void |
Reservation.setCustomers(Set<Customer> customers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |