PersonalDataServiceFactory

Implements \PersonalDataServiceFactoryInterface

Class PersonalDataServiceFactory

package

Default

Methods

PersonalDataServiceFactory constructor.

__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) 

Arguments

$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

Creates a PersonalDataService instance.

createService() : \PersonalDataServiceInterface

Properties