public class ModelerFullUtil extends BaseUtil
| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_GET_GLOBAL_MODEL_ON_MODELER |
static int |
KIND_GET_GLOBAL_MODEL_ON_SCENARIO |
| Constructor and Description |
|---|
ModelerFullUtil() |
| Modifier and Type | Method and Description |
|---|---|
gr.i2s.fishgrowth.model.Modeler |
add(gr.i2s.fishgrowth.model.ModelerFull modelerFull) |
gr.i2s.fishgrowth.model.Modeler |
add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ModelerFull modelerFull) |
gr.i2s.fishgrowth.model.Modeler |
add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ModelerFull modelerFull,
boolean createSamples) |
boolean |
delete(Long id) |
boolean |
delete(org.hibernate.Session session,
Long id) |
gr.i2s.fishgrowth.model.ModelerFull |
getModelerFull(Long id) |
gr.i2s.fishgrowth.model.ModelerFull |
getModelerFull(org.hibernate.Session session,
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) |
gr.i2s.fishgrowth.model.Modeler |
update(gr.i2s.fishgrowth.model.ModelerFull modelerFull,
boolean createSamples) |
public static final int KIND_GET_GLOBAL_MODEL_ON_SCENARIO
public static final int KIND_GET_GLOBAL_MODEL_ON_MODELER
public gr.i2s.fishgrowth.model.Modeler add(gr.i2s.fishgrowth.model.ModelerFull modelerFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ModelerFull modelerFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ModelerFull modelerFull,
boolean createSamples)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler update(gr.i2s.fishgrowth.model.ModelerFull modelerFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler update(gr.i2s.fishgrowth.model.ModelerFull modelerFull,
boolean createSamples)
throws Exception
Exceptionpublic boolean delete(org.hibernate.Session session,
Long id)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ModelerFull getModelerFull(Long id) throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ModelerFull getModelerFull(org.hibernate.Session session,
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.