Interface ReconstructionOperationRepository
-
- All Known Implementing Classes:
ReconstructionOperationRepositoryImpl
public interface ReconstructionOperationRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ReconstructionOperation>
fetchReconstructionOperations(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)
-
-
-
Method Detail
-
fetchReconstructionOperations
java.util.List<ReconstructionOperation> fetchReconstructionOperations(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate) throws ReconstructionException
- Throws:
ReconstructionException
-
-