|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customer | |
---|---|
com.restfully.shop.domain | |
com.restfully.shop.services |
Uses of Customer in com.restfully.shop.domain |
---|
Fields in com.restfully.shop.domain declared as Customer | |
---|---|
protected Customer |
Order.customer
|
Fields in com.restfully.shop.domain with type parameters of type Customer | |
---|---|
protected java.util.Collection<Customer> |
Customers.customers
|
Methods in com.restfully.shop.domain that return Customer | |
---|---|
Customer |
Order.getCustomer()
|
Methods in com.restfully.shop.domain that return types with arguments of type Customer | |
---|---|
java.util.Collection<Customer> |
Customers.getCustomers()
|
Methods in com.restfully.shop.domain with parameters of type Customer | |
---|---|
void |
Order.setCustomer(Customer customer)
|
Method parameters in com.restfully.shop.domain with type arguments of type Customer | |
---|---|
void |
Customers.setCustomers(java.util.Collection<Customer> customers)
|
Uses of Customer in com.restfully.shop.services |
---|
Methods in com.restfully.shop.services that return Customer | |
---|---|
static Customer |
CustomerResourceBean.entity2domain(CustomerEntity entity)
|
Customer |
CustomerResourceBean.getCustomer(int id)
|
protected Customer |
FirstLastCustomerResource.readCustomer(java.io.InputStream is)
|
protected Customer |
CustomerResource.readCustomer(java.io.InputStream is)
|
Methods in com.restfully.shop.services with parameters of type Customer | |
---|---|
javax.ws.rs.core.Response |
CustomerResourceBean.createCustomer(Customer customer,
javax.ws.rs.core.UriInfo uriInfo)
|
static void |
CustomerResourceBean.domain2entity(CustomerEntity entity,
Customer customer)
|
protected void |
FirstLastCustomerResource.outputCustomer(java.io.OutputStream os,
Customer cust)
|
protected void |
CustomerResource.outputCustomer(java.io.OutputStream os,
Customer cust)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |