Package energy.eddie.aiida.services
Class InboundService
java.lang.Object
energy.eddie.aiida.services.InboundService
-
Constructor Summary
ConstructorsConstructorDescriptionInboundService(InboundRecordRepository inboundRecordRepository, PermissionRepository permissionRepository) -
Method Summary
Modifier and TypeMethodDescriptionlatestRecord(UUID permissionId) latestRecord(UUID permissionId, String accessCode)
-
Constructor Details
-
InboundService
public InboundService(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
-