phpDocumentor

PersonalDataServiceFactory
in package
implements PersonalDataServiceFactoryInterface

Class PersonalDataServiceFactory

Interfaces, Classes and Traits

PersonalDataServiceFactoryInterface
Interface PersonalDataServiceFactoryInterface

Table of Contents

$addressBookService  : AddressBookServiceInterface
$agreementReadService  : AgreementReadServiceInterface
$agreementWriteService  : AgreementWriteServiceInterface
$customerReadService  : CustomerReadServiceInterface
$customerService  : CustomerServiceInterface
$emailService  : EmailServiceInterface
$invoiceArchiveReadService  : InvoiceArchiveReadServiceInterface
$invoiceArchiveWriteService  : InvoiceArchiveWriteServiceInterface
$invoiceFileStorage  : PersonalDataInvoiceFileStorageInterface
$newsletterSubscriptionService  : NewsletterSubscriptionServiceInterface
$orderReadService  : OrderReadServiceInterface
$orderWriteService  : OrderWriteServiceInterface
$packingSlipFileStorage  : PersonalDataPackingSlipFileStorageInterface
$packingSlipService  : PackingSlipServiceInterface
$reviewReadService  : ReviewReadServiceInterface
$reviewWriteService  : ReviewWriteServiceInterface
$sharedShoppingCartService  : SharedShoppingCartServiceInterface
$shoppingCartService  : ShoppingCartServiceInterface
$withdrawalReadService  : WithdrawalReadServiceInterface
$withdrawalWriteService  : WithdrawalWriteServiceInterface
$xmlSerializer  : PersonalDataXmlSerializer
__construct()  : mixed
PersonalDataServiceFactory constructor.
createService()  : PersonalDataServiceInterface
Creates a PersonalDataService instance.
createInvoiceFileStorage()  : bool|PersonalDataInvoiceFileStorage
Creates an invoice file storage.
createInvoiceServiceSettings()  : bool|EnvInvoiceServiceSettings
Creates invoice service settings.
createPackingSlipFileStorage()  : bool|PersonalDataPackingSlipFileStorage
Creates a packing slip file storage.
createPackingSlipServiceSettings()  : bool|EnvPackingSlipServiceSettings
Creates packing slip service settings.
createServiceSettings()  : bool|PersonalDataServiceSettings
Creates personal data service settings.

Properties

Methods

__construct()

PersonalDataServiceFactory constructor.

public __construct(OrderReadServiceInterface $orderReadService, OrderWriteServiceInterface $orderWriteService, CustomerReadServiceInterface $customerReadService, CustomerServiceInterface $customerService, EmailServiceInterface $emailService, WithdrawalReadServiceInterface $withdrawalReadService, WithdrawalWriteServiceInterface $withdrawalWriteService, ReviewReadServiceInterface $reviewReadService, ReviewWriteServiceInterface $reviewWriteService, ShoppingCartServiceInterface $shoppingCartService, SharedShoppingCartServiceInterface $sharedShoppingCartService, NewsletterSubscriptionServiceInterface $newsletterSubscriptionService, AddressBookServiceInterface $addressBookService, InvoiceArchiveReadServiceInterface $invoiceArchiveReadService, InvoiceArchiveWriteServiceInterface $invoiceArchiveWriteService, PackingSlipServiceInterface $packingSlipService, AgreementWriteServiceInterface $agreementWriteService, AgreementReadServiceInterface $agreementReadService, PersonalDataXmlSerializer $xmlSerializer) : mixed
Parameters
$orderReadService : OrderReadServiceInterface
$orderWriteService : OrderWriteServiceInterface
$customerReadService : CustomerReadServiceInterface
$customerService : CustomerServiceInterface
$emailService : EmailServiceInterface
$withdrawalReadService : WithdrawalReadServiceInterface
$withdrawalWriteService : WithdrawalWriteServiceInterface
$reviewReadService : ReviewReadServiceInterface
$reviewWriteService : ReviewWriteServiceInterface
$shoppingCartService : ShoppingCartServiceInterface
$sharedShoppingCartService : SharedShoppingCartServiceInterface
$newsletterSubscriptionService : NewsletterSubscriptionServiceInterface
$addressBookService : AddressBookServiceInterface
$invoiceArchiveReadService : InvoiceArchiveReadServiceInterface
$invoiceArchiveWriteService : InvoiceArchiveWriteServiceInterface
$packingSlipService : PackingSlipServiceInterface
$agreementWriteService : AgreementWriteServiceInterface
$agreementReadService : AgreementReadServiceInterface
$xmlSerializer : PersonalDataXmlSerializer
Return values
mixed

Search results