|
||||||||||
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 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 | |
---|---|
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(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)
|
Customer |
CustomerResource.getCustomer(int id)
|
protected Customer |
FirstLastCustomerResource.readCustomer(InputStream is)
|
Methods in com.restfully.shop.services with parameters of type Customer | |
---|---|
Response |
CustomerResource.createCustomer(Customer customer)
|
Response |
CustomerResourceBean.createCustomer(Customer customer,
UriInfo uriInfo)
|
static void |
CustomerResourceBean.domain2entity(CustomerEntity entity,
Customer customer)
|
protected void |
FirstLastCustomerResource.outputCustomer(OutputStream os,
Customer cust)
|
void |
CustomerResource.updateCustomer(int id,
Customer update)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |