1 | <?php |
||
44 | class PayoneFactory extends AbstractFactory |
||
45 | { |
||
46 | /** |
||
47 | * @return \SprykerEco\Yves\Payone\Form\PrePaymentForm |
||
48 | */ |
||
49 | public function createPrePaymentForm() |
||
53 | |||
54 | /** |
||
55 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\PrePaymentDataProvider |
||
56 | */ |
||
57 | public function createPrePaymentFormDataProvider() |
||
61 | |||
62 | /** |
||
63 | * @return \SprykerEco\Yves\Payone\Form\InvoiceSubForm |
||
64 | */ |
||
65 | public function createInvoiceSubForm() |
||
69 | |||
70 | /** |
||
71 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\InvoiceDataProvider |
||
72 | */ |
||
73 | public function createInvoiceSubFormDataProvider() |
||
77 | |||
78 | /** |
||
79 | * @return \SprykerEco\Yves\Payone\Handler\PayoneHandler |
||
80 | */ |
||
81 | public function createPayoneHandler() |
||
85 | |||
86 | /** |
||
87 | * @return \SprykerEco\Yves\Payone\Handler\ExpressCheckoutHandler |
||
88 | */ |
||
89 | public function createExpressCheckoutHandler() |
||
98 | |||
99 | /** |
||
100 | * @return \SprykerEco\Yves\Payone\Plugin\PayonePrePaymentSubFormPlugin |
||
101 | */ |
||
102 | public function createPrePaymentSubFormPlugin() |
||
106 | |||
107 | /** |
||
108 | * @return \SprykerEco\Yves\Payone\Plugin\PayoneCreditCardSubFormPlugin |
||
109 | */ |
||
110 | public function createCreditCardSubFormPlugin() |
||
114 | |||
115 | /** |
||
116 | * @return \SprykerEco\Yves\Payone\Form\CreditCardSubForm |
||
117 | */ |
||
118 | public function createCreditCardSubForm() |
||
122 | |||
123 | /** |
||
124 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\CreditCardDataProvider |
||
125 | */ |
||
126 | public function createCreditCardSubFormDataProvider() |
||
130 | |||
131 | /** |
||
132 | * @return \SprykerEco\Yves\Payone\Form\EWalletSubForm |
||
133 | */ |
||
134 | public function createEWalletSubForm() |
||
138 | |||
139 | /** |
||
140 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\EWalletDataProvider |
||
141 | */ |
||
142 | public function createEWalletSubFormDataProvider() |
||
146 | |||
147 | /** |
||
148 | * @return \SprykerEco\Yves\Payone\Form\DirectDebitSubForm |
||
149 | */ |
||
150 | public function createDirectDebitSubForm() |
||
154 | |||
155 | /** |
||
156 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\DirectDebitDataProvider |
||
157 | */ |
||
158 | public function createDirectDebitSubFormDataProvider() |
||
162 | |||
163 | /** |
||
164 | * @return \SprykerEco\Yves\Payone\Form\EpsOnlineTransferSubForm |
||
165 | */ |
||
166 | public function createEpsOnlineTransferSubForm() |
||
170 | |||
171 | /** |
||
172 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\EpsOnlineTransferDataProvider |
||
173 | */ |
||
174 | public function createEpsOnlineTransferSubFormDataProvider() |
||
178 | |||
179 | /** |
||
180 | * @return \SprykerEco\Yves\Payone\Form\GiropayOnlineTransferSubForm |
||
181 | */ |
||
182 | public function createGiropayOnlineTransferSubForm() |
||
186 | |||
187 | /** |
||
188 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\GiropayOnlineTransferDataProvider |
||
189 | */ |
||
190 | public function createGiropayOnlineTransferSubFormDataProvider() |
||
194 | |||
195 | /** |
||
196 | * @return \SprykerEco\Yves\Payone\Form\InstantOnlineTransferSubForm |
||
197 | */ |
||
198 | public function createInstantOnlineTransferSubForm() |
||
202 | |||
203 | /** |
||
204 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\InstantOnlineTransferDataProvider |
||
205 | */ |
||
206 | public function createInstantOnlineTransferSubFormDataProvider() |
||
210 | |||
211 | /** |
||
212 | * @return \SprykerEco\Yves\Payone\Form\IdealOnlineTransferSubForm |
||
213 | */ |
||
214 | public function createIdealOnlineTransferSubForm() |
||
218 | |||
219 | /** |
||
220 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\IdealOnlineTransferDataProvider |
||
221 | */ |
||
222 | public function createIdealOnlineTransferSubFormDataProvider() |
||
226 | |||
227 | /** |
||
228 | * @return \SprykerEco\Yves\Payone\Form\PostfinanceEfinanceOnlineTransferSubForm |
||
229 | */ |
||
230 | public function createPostfinanceEfinanceOnlineTransferSubForm() |
||
234 | |||
235 | /** |
||
236 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\PostfinanceEfinanceOnlineTransferDataProvider |
||
237 | */ |
||
238 | public function createPostfinanceEfinanceOnlineTransferSubFormDataProvider() |
||
242 | |||
243 | /** |
||
244 | * @return \SprykerEco\Yves\Payone\Form\PostfinanceCardOnlineTransferSubForm |
||
245 | */ |
||
246 | public function createPostfinanceCardOnlineTransferSubForm() |
||
250 | |||
251 | /** |
||
252 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\PostfinanceCardOnlineTransferDataProvider |
||
253 | */ |
||
254 | public function createPostfinanceCardOnlineTransferSubFormDataProvider() |
||
258 | |||
259 | /** |
||
260 | * @return \SprykerEco\Yves\Payone\Form\PostfinanceCardOnlineTransferSubForm |
||
261 | */ |
||
262 | public function createPrzelewy24OnlineTransferSubForm() |
||
266 | |||
267 | /** |
||
268 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\PostfinanceCardOnlineTransferDataProvider |
||
269 | */ |
||
270 | public function createPrzelewy24OnlineTransferSubFormDataProvider() |
||
274 | |||
275 | /** |
||
276 | * @return \SprykerEco\Client\Payone\PayoneClientInterface |
||
277 | */ |
||
278 | public function getPayoneClient() |
||
282 | |||
283 | /** |
||
284 | * @return \SprykerEco\Yves\Payone\Dependency\Client\PayoneToCartInterface |
||
285 | */ |
||
286 | public function getCartClient() |
||
290 | |||
291 | /** |
||
292 | * @return \SprykerEco\Yves\Payone\Dependency\Client\PayoneToCustomerInterface |
||
293 | */ |
||
294 | public function getCustomerClient() |
||
298 | |||
299 | /** |
||
300 | * @return \SprykerEco\Yves\Payone\Dependency\Client\PayoneToShipmentInterface |
||
301 | */ |
||
302 | public function getShipmentClient() |
||
306 | |||
307 | /** |
||
308 | * @return \SprykerEco\Yves\Payone\Dependency\Client\PayoneToCalculationInterface |
||
309 | */ |
||
310 | public function getCalculationClient() |
||
314 | |||
315 | /** |
||
316 | * @return \SprykerEco\Yves\Payone\Handler\ExpressCheckout\QuoteHydrator |
||
317 | */ |
||
318 | public function createQuoteHydrator() |
||
326 | } |
||
327 |