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