Interface PersonalDataServiceInterface

Interface PersonalDataServiceInterface

Direct known implementers

PersonalDataService

Methods summary

public deletePersonalDataByCustomerId( IdType $customerId, PersonalDataSelection $selection )

Deletes all data for a given customer. The following personal data will be deleted:

public exportPersonalDataByCustomerId( IdType $customerId, PersonalDataSelection $selection )

Exports all personal data of a given customer including the following data:

public setInvoiceArchiveReadService( InvoiceArchiveReadServiceInterface $invoiceArchiveReadService )
public setInvoiceArchiveWriteService( InvoiceArchiveWriteServiceInterface $invoiceArchiveWriteService )
public setPackingSlipService( PackingSlipServiceInterface $packingSlipService )