public class ScenarioFullUtil extends BaseUtil
| Constructor and Description |
|---|
ScenarioFullUtil() |
| Modifier and Type | Method and Description |
|---|---|
gr.i2s.fishgrowth.model.Scenario |
add(gr.i2s.fishgrowth.model.ScenarioFull scenarioFull) |
gr.i2s.fishgrowth.model.Scenario |
add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ScenarioFull scenarioFull) |
boolean |
delete(Long id) |
boolean |
delete(org.hibernate.Session session,
Long id) |
gr.i2s.fishgrowth.model.ScenarioFull |
getScenarioFull(Long id) |
gr.i2s.fishgrowth.model.ScenarioFull |
getScenarioFull(org.hibernate.Session session,
Long id) |
int |
getScenarioFullCount(String ownerId) |
List<gr.i2s.fishgrowth.model.ScenarioFull> |
getScenarioFulls(String ownerId) |
List<gr.i2s.fishgrowth.model.ScenarioFull> |
getScenarioFulls(String ownerId,
Integer start,
Integer end) |
gr.i2s.fishgrowth.model.Scenario |
update(gr.i2s.fishgrowth.model.ScenarioFull scenarioFull) |
public gr.i2s.fishgrowth.model.Scenario add(gr.i2s.fishgrowth.model.ScenarioFull scenarioFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Scenario add(org.hibernate.Session session,
gr.i2s.fishgrowth.model.ScenarioFull scenarioFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.Scenario update(gr.i2s.fishgrowth.model.ScenarioFull scenarioFull)
throws Exception
Exceptionpublic boolean delete(org.hibernate.Session session,
Long id)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ScenarioFull getScenarioFull(Long id) throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ScenarioFull getScenarioFull(org.hibernate.Session session,
Long id)
throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.ScenarioFull> getScenarioFulls(String ownerId, Integer start, Integer end) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.ScenarioFull> getScenarioFulls(String ownerId) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.