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) |
boolean |
delete(Long id) |
gr.i2s.fishgrowth.model.ScenarioFull |
getScenarioFull(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 update(gr.i2s.fishgrowth.model.ScenarioFull scenarioFull)
throws Exception
Exceptionpublic gr.i2s.fishgrowth.model.ScenarioFull getScenarioFull(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.