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