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