Class PersonalDataServiceFactory
package |
Default |
---|
__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)
\OrderReadServiceInterface
\OrderWriteServiceInterface
\CustomerReadServiceInterface
\CustomerServiceInterface
\EmailServiceInterface
\WithdrawalReadServiceInterface
\WithdrawalWriteServiceInterface
\ReviewReadServiceInterface
\ReviewWriteServiceInterface
\ShoppingCartServiceInterface
\SharedShoppingCartServiceInterface
\NewsletterSubscriptionServiceInterface
\AddressBookServiceInterface
\InvoiceArchiveReadServiceInterface
\InvoiceArchiveWriteServiceInterface
\PackingSlipServiceInterface
\AgreementWriteServiceInterface
\AgreementReadServiceInterface
\PersonalDataXmlSerializer
createService() : \PersonalDataServiceInterface