@Path(value="accounting/sageone/{shopGuid}")
public class StatusResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
private StatusService |
statusService |
Constructor and Description |
---|
StatusResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getOrderStatus(GUID shopGuid,
GUID orderGuid) |
javax.ws.rs.core.Response |
getShopStatus(GUID shopGuid) |
private static org.slf4j.Logger log
@Inject private StatusService statusService
@GET @Path(value="status") @Produces(value="application/json") public javax.ws.rs.core.Response getShopStatus(@PathParam(value="shopGuid") GUID shopGuid)