com.restfully.shop.services
Class CustomerResource

java.lang.Object
  extended by com.restfully.shop.services.CustomerResource

public class CustomerResource
extends Object


Constructor Summary
CustomerResource()
           
 
Method Summary
 Response createCustomer(Customer customer)
           
 Customer getCustomer(int id)
           
 void updateCustomer(int id, Customer update)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerResource

public CustomerResource()
Method Detail

createCustomer

public Response createCustomer(Customer customer)

getCustomer

public Customer getCustomer(int id)

updateCustomer

public void updateCustomer(int id,
                           Customer update)


Copyright © 2011. All Rights Reserved.