public interface CustomerResource
| Modifier and Type | Method and Description |
|---|---|
Customer |
banCustomer(long id) |
Customer |
createCustomer(Customer customer) |
List<Customer> |
getAllCustomers() |
Customer |
getCustomerById(long id) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.