Interface ReconstructionOperationRepository
- All Known Implementing Classes:
ReconstructionOperationRepositoryImpl
public interface ReconstructionOperationRepository
-
Method Summary
Modifier and TypeMethodDescriptionfetchReconstructionOperations
(LocalDateTime startDate, LocalDateTime endDate)
-
Method Details
-
fetchReconstructionOperations
List<ReconstructionOperation> fetchReconstructionOperations(LocalDateTime startDate, LocalDateTime endDate) throws ReconstructionException - Throws:
ReconstructionException
-