Home
last modified time | relevance | path

Searched defs:orderId (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Sell/Order/
H A DOrderController.php297 public function generateInvoicePdfAction($orderId)
313 public function generateDeliverySlipPdfAction($orderId)
832 public function getInvoicesAction(int $orderId)
852 public function getDocumentsAction(int $orderId)
870 public function getShippingAction(int $orderId)
1212 public function previewAction(int $orderId): JsonResponse
1242 public function duplicateOrderCartAction(int $orderId)
1494 public function getDiscountsAction(int $orderId): Response
1512 public function getPricesAction(int $orderId): JsonResponse
1536 public function getPaymentsAction(int $orderId): Response
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/
H A DOrders.php38 …public function acknowledge($merchantId, $orderId, Google_Service_ShoppingContent_OrdersAcknowledg…
54 public function advancetestorder($merchantId, $orderId, $optParams = array())
70 …public function cancel($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelRequest $…
86 …public function cancellineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelL…
134 …public function createtestreturn($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCreat…
149 public function get($merchantId, $orderId, $optParams = array())
258 …public function refunditem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRefundItemR…
274 …public function refundorder($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRefundOrde…
332 …public function setlineitemmetadata($merchantId, $orderId, Google_Service_ShoppingContent_OrdersSe…
348 …public function shiplineitems($merchantId, $orderId, Google_Service_ShoppingContent_OrdersShipLine…
[all …]
H A DOrderinvoices.php39 …public function createchargeinvoice($merchantId, $orderId, Google_Service_ShoppingContent_Orderinv…
59 …public function createrefundinvoice($merchantId, $orderId, Google_Service_ShoppingContent_Orderinv…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/
H A DOrders.php38 …public function acknowledge($merchantId, $orderId, Google_Service_ShoppingContent_OrdersAcknowledg…
54 public function advancetestorder($merchantId, $orderId, $optParams = array())
70 …public function cancel($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelRequest $…
86 …public function cancellineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelL…
134 …public function createtestreturn($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCreat…
149 public function get($merchantId, $orderId, $optParams = array())
259 …public function rejectreturnlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersR…
276 …public function returnrefundlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersR…
296 …public function setlineitemmetadata($merchantId, $orderId, Google_Service_ShoppingContent_OrdersSe…
312 …public function shiplineitems($merchantId, $orderId, Google_Service_ShoppingContent_OrdersShipLine…
[all …]
H A DOrderinvoices.php39 …public function createchargeinvoice($merchantId, $orderId, Google_Service_ShoppingContent_Orderinv…
59 …public function createrefundinvoice($merchantId, $orderId, Google_Service_ShoppingContent_Orderinv…
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/ValueObject/
H A DOrderId.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\ValueObject\\OrderId
46 public function __construct($orderId)
64 private function assertIntegerIsGreaterThanZero($orderId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/Query/
H A DGetOrderProductsForViewing.php43 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Query\\GetOrderProductsForViewing
74 int $orderId,
100 public static function all(int $orderId, string $productsSorting = QuerySorting::ASC)
H A DGetOrderPreview.php36 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Query\\GetOrderPreview
41 public function __construct(int $orderId)
/dports/finance/prestashop/prestashop/src/Core/Order/
H A DOrderSiblingProviderInterface.php38 public function getNextOrderId(int $orderId): int;
45 public function getPreviousOrderId(int $orderId): int;
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/Command/
H A DDuplicateOrderCartCommand.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\DuplicateOrderCartCommand
44 public function __construct($orderId)
H A DDeleteCartRuleFromOrderCommand.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\DeleteCartRuleFromOrderCommand
50 public function __construct($orderId, $orderCartRuleId)
H A DCancelOrderProductCommand.php43 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\CancelOrderProductCommand
51 public function __construct(array $cancelledProducts, int $orderId)
H A DUpdateOrderStatusCommand.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\UpdateOrderStatusCommand
50 public function __construct($orderId, $newOrderStatusId)
H A DChangeOrderCurrencyCommand.php40 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\ChangeOrderCurrencyCommand
51 public function __construct($orderId, $newCurrencyId)
H A DChangeOrderDeliveryAddressCommand.php40 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\ChangeOrderDeliveryAddressCommand
51 public function __construct($orderId, $newDeliveryAddressId)
H A DChangeOrderInvoiceAddressCommand.php40 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Command\\ChangeOrderInvoiceAddressCommand
51 public function __construct($orderId, $newInvoiceAddressId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/Invoice/Command/
H A DGenerateInvoiceCommand.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Invoice\\Command\\GenerateInvoiceCommand
44 public function __construct($orderId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Query/
H A DSearchProducts.php58 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Query\\SearchProducts
73 ?int $orderId = null
121 private function setOrderId(int $orderId): void
/dports/finance/prestashop/prestashop/src/Adapter/Order/
H A DOrderSiblingProvider.php39 public function getNextOrderId(int $orderId): int
49 public function getPreviousOrderId(int $orderId): int
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DOrdersCreateTestOrderResponse.php21 public $orderId; variable in Google_Service_ShoppingContent_OrdersCreateTestOrderResponse
31 public function setOrderId($orderId)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DOrdersCreateTestOrderResponse.php21 public $orderId; variable in Google_Service_ShoppingContent_OrdersCreateTestOrderResponse
31 public function setOrderId($orderId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/Product/Command/
H A DDeleteProductFromOrderCommand.php39 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Product\\Command\\DeleteProductFromOrderCommand
50 public function __construct($orderId, $orderDetailId)
H A DAddProductToOrderCommand.php46 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Product\\Command\\AddProductToOrderCommand
101 int $orderId,
141 int $orderId,
176 int $orderId,
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/Exception/
H A DOrderNotFoundException.php40 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\Exception\\OrderNotFoundException
48 public function __construct(OrderId $orderId, $message = '', $code = 0, $previous = null)
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DLinkedOrderForViewing.php42 private $orderId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\LinkedOrderForViewing
59 public function __construct(int $orderId, string $statusName, string $amount)

12345678910>>...26