Package com.assemblyrobot.shared.db.dao
Interface DAO
- All Known Implementing Classes:
RunDAO
public interface DAO
-
Method Summary
Modifier and Type Method Description booleandeleteRun(long id)RunDTO[]getAllRuns()RunDTOgetRun(long id)booleanlogRun(RunDTO run, EngineDTO engine, StageControllerDTO stageController, StationDTO[] stations, MaterialDTO[] materials)
-
Method Details
-
getRun
-
getAllRuns
RunDTO[] getAllRuns() -
deleteRun
boolean deleteRun(long id)
-