public class ModelerUtil extends BaseUtil
| Constructor and Description |
|---|
ModelerUtil() |
| Modifier and Type | Method and Description |
|---|---|
gr.i2s.fishgrowth.model.Modeler |
add(gr.i2s.fishgrowth.model.Modeler modeler) |
void |
cleanKPIs(Long id) |
boolean |
delete(Long id) |
void |
doCleanKPIs(org.hibernate.Session session,
Long id) |
int |
doCleanSampleData(org.hibernate.Session session,
Long id) |
int |
doCleanWeightLimits(org.hibernate.Session session,
Long id) |
boolean |
doDelete(org.hibernate.Session session,
Long id) |
boolean |
doDelete(org.hibernate.Session session,
gr.i2s.fishgrowth.model.Modeler modeler) |
gr.i2s.fishgrowth.model.Modeler |
getModeler(Long id) |
List<gr.i2s.fishgrowth.model.Modeler> |
getModelers(String ownerId,
List<Long> statuses) |
List<gr.i2s.fishgrowth.model.Modeler> |
getModelersForSite(org.hibernate.Session session,
Long siteid) |
List<gr.i2s.fishgrowth.model.Usage> |
getUsage(String ownerId) |
gr.i2s.fishgrowth.model.Modeler |
update(gr.i2s.fishgrowth.model.Modeler modeler) |
public gr.i2s.fishgrowth.model.Modeler add(gr.i2s.fishgrowth.model.Modeler modeler)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler update(gr.i2s.fishgrowth.model.Modeler modeler)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Modeler getModeler(Long id) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.Modeler> getModelers(String ownerId, List<Long> statuses) throws Exception
Exceptionpublic void doCleanKPIs(org.hibernate.Session session,
Long id)
public List<gr.i2s.fishgrowth.model.Modeler> getModelersForSite(org.hibernate.Session session, Long siteid)
public int doCleanSampleData(org.hibernate.Session session,
Long id)
public int doCleanWeightLimits(org.hibernate.Session session,
Long id)
public boolean doDelete(org.hibernate.Session session,
Long id)
public boolean doDelete(org.hibernate.Session session,
gr.i2s.fishgrowth.model.Modeler modeler)
Copyright © 2017. All Rights Reserved.