Class InboundRecordService
java.lang.Object
energy.eddie.aiida.services.record.InboundRecordService
-
Constructor Summary
ConstructorsConstructorDescriptionInboundRecordService(InboundRecordRepository inboundRecordRepository, PermissionRepository permissionRepository) -
Method Summary
Modifier and TypeMethodDescriptionlatestRecord(UUID permissionId) latestRecord(UUID permissionId, String accessCode)
-
Constructor Details
-
InboundRecordService
public InboundRecordService(InboundRecordRepository inboundRecordRepository, PermissionRepository permissionRepository)
-
-
Method Details
-
latestRecord
public InboundRecord latestRecord(UUID permissionId, String accessCode) throws PermissionNotFoundException, UnauthorizedException, InvalidDataSourceTypeException, InboundRecordNotFoundException -
latestRecord
public InboundRecord latestRecord(UUID permissionId) throws PermissionNotFoundException, InvalidDataSourceTypeException, InboundRecordNotFoundException
-