Data Layer medium complexity backend
0
Dependencies
1
Dependents
2
Entities
0
Integrations

Description

Data access layer for persisting and retrieving Bufdir export records, including export metadata, file references, and audit trail. Tracks which exports have been generated, by whom, and for which reporting periods.

Feature: Bufdir Export

bufdir-export-store

Responsibilities

  • Persist export metadata and file references
  • Retrieve export history for an organization
  • Store audit log entries for compliance tracking

Interfaces

saveExport(exportRecord)
getExportsByOrganization(organizationId)
getExportById(exportId)
getExportFile(exportId)
logExportAction(userId, exportId, timestamp, period)

Relationships

Dependents (1)

Components that depend on this component

Related Data Entities (2)

Data entities managed by this component