org.jboss.errai.samples.restdemo.client.shared
Interface CustomerService
- All Known Implementing Classes:
- CustomerServiceImpl
public interface CustomerService
JAX-RS service interface
- Author:
- Christian Sadilek
listAllCustomers
List<Customer> listAllCustomers()
createCustomer
long createCustomer(Customer customer)
updateCustomer
Customer updateCustomer(long id,
Customer customer)
deleteCustomer
void deleteCustomer(long id)
retrieveCustomerById
Customer retrieveCustomerById(long id)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.