Method parameters in com.restfully.shop.services with annotations of type PathParam |
void |
OrderResource.cancelOrder(int id)
|
Customer |
CustomerResource.getCustomer(int id)
|
StreamingOutput |
FirstLastCustomerResource.getCustomer(String firstName,
String lastName)
|
StreamingOutput |
FirstLastCustomerResource.getCustomer(String firstName,
String lastName)
|
Object |
CustomerDatabaseResource.getDatabase(String db)
|
String |
CarResource.getFromMatrixParam(String make,
PathSegment car,
CarResource.Color color,
String year)
|
String |
CarResource.getFromMatrixParam(String make,
PathSegment car,
CarResource.Color color,
String year)
|
String |
CarResource.getFromMatrixParam(String make,
PathSegment car,
CarResource.Color color,
String year)
|
String |
CarResource.getFromMultipleSegments(String make,
List<PathSegment> car,
String year)
|
String |
CarResource.getFromMultipleSegments(String make,
List<PathSegment> car,
String year)
|
String |
CarResource.getFromMultipleSegments(String make,
List<PathSegment> car,
String year)
|
String |
CarResource.getFromPathSegment(String make,
PathSegment car,
String year)
|
String |
CarResource.getFromPathSegment(String make,
PathSegment car,
String year)
|
String |
CarResource.getFromPathSegment(String make,
PathSegment car,
String year)
|
Response |
OrderResource.getOrder(int id,
UriInfo uriInfo)
|
Response |
OrderResource.getOrderHeaders(int id,
UriInfo uriInfo)
|
Product |
ProductResource.getProduct(int id)
|
void |
CustomerResource.updateCustomer(int id,
Customer update)
|
void |
FirstLastCustomerResource.updateCustomer(String firstName,
String lastName,
InputStream is)
|
void |
FirstLastCustomerResource.updateCustomer(String firstName,
String lastName,
InputStream is)
|