public class ModelerFullUtil extends BaseUtil
| Constructor and Description |
|---|
ModelerFullUtil() |
| Modifier and Type | Method and Description |
|---|---|
gr.i2s.fishgrowth.model.Modeler |
add(gr.i2s.fishgrowth.model.ModelerFull modelerFull) |
boolean |
delete(Long id) |
gr.i2s.fishgrowth.model.ModelerFull |
getModelerFull(Long id) |
int |
getModelerFullCount(String ownerId,
Long species) |
List<gr.i2s.fishgrowth.model.ModelerFull> |
getModelerFulls(String ownerId,
Integer start,
Integer end,
List<Long> status,
Long species) |
List<gr.i2s.fishgrowth.model.ModelerFull> |
getModelerFulls(String ownerId,
List<Long> status,
Long species) |
gr.i2s.fishgrowth.model.Modeler |
update(gr.i2s.fishgrowth.model.ModelerFull modelerFull) |
public gr.i2s.fishgrowth.model.Modeler add(gr.i2s.fishgrowth.model.ModelerFull modelerFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler update(gr.i2s.fishgrowth.model.ModelerFull modelerFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ModelerFull getModelerFull(Long id) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.ModelerFull> getModelerFulls(String ownerId, Integer start, Integer end, List<Long> status, Long species) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.ModelerFull> getModelerFulls(String ownerId, List<Long> status, Long species) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.