|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customer | |
---|---|
org.perfectjpattern.example.datamodel | |
org.perfectjpattern.example.datamodel.visitor | |
org.perfectjpattern.jee.api.integration.dao | Generic Data Access Object (DAO) Pattern API. |
Uses of Customer in org.perfectjpattern.example.datamodel |
---|
Methods in org.perfectjpattern.example.datamodel that return Customer | |
---|---|
Customer |
Order.getCustomer()
|
Methods in org.perfectjpattern.example.datamodel with parameters of type Customer | |
---|---|
void |
Order.setCustomer(Customer anCustomer)
|
Constructors in org.perfectjpattern.example.datamodel with parameters of type Customer | |
---|---|
Order(Customer aCustomer,
Date aDate,
Set<Product> aProducts)
|
Uses of Customer in org.perfectjpattern.example.datamodel.visitor |
---|
Methods in org.perfectjpattern.example.datamodel.visitor with parameters of type Customer | |
---|---|
void |
ToStringVisitor.visitCustomer(Customer aCustomer)
|
Uses of Customer in org.perfectjpattern.jee.api.integration.dao |
---|
Methods in org.perfectjpattern.jee.api.integration.dao that return types with arguments of type Customer | |
---|---|
List<Customer> |
ICustomerDao.findByNumberOfOrdersBetween(Date aBegin,
Date anEnd,
long aMinimum)
Returns the List of matching Customer instances. |
List<Customer> |
ICustomerDao.findByTotalSpendingBetween(Date aBegin,
Date anEnd,
double aTotal)
Returns the List of matching Customer instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |