@Path(value="/Fcr") public class FcrUtil extends BaseUtil
| Constructor and Description |
|---|
FcrUtil() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteAll(Long modelId) |
List<gr.i2s.fishgrowth.model.Fcr> |
getFcrs(Long modelId) |
@GET @Path(value="/all") @Produces(value="application/json") public List<gr.i2s.fishgrowth.model.Fcr> getFcrs(@PathParam(value="modelId") Long modelId) throws Exception
Exception@DELETE
@Path(value="/{modelId}")
public javax.ws.rs.core.Response deleteAll(@PathParam(value="modelId")
Long modelId)
Copyright © 2019. All Rights Reserved.