| | |
| | | public interface ExperimentInfoService { |
| | | |
| | | ExperimentInfoDTO save(Long currentUserId, ExperimentAppInsertBO experimentAppInsertBO); |
| | | |
| | | ExperimentInfoDTO temporary(Long currentUserId, ExperimentAppInsertBO experimentAppInsertBO); |
| | | |
| | | ExperimentInfoDTO developSave(Long currentUserId, ExperimentAppInsertBO experimentAppInsertBO); |
| | | |
| | | ExperimentInfoDTO developTemporary(Long currentUserId, ExperimentAppInsertBO experimentAppInsertBO); |
| | | |
| | | boolean deleteById(Long id,Long currentUserId); |
| | | ExperimentInfoDTO getExperimentById(Long id); |
| | | ExperimentInfoDTO getExperimentByName(String experimentName); |