CMS: Unknown
Server IP: 51.178.174.106
Root:
/home/youpico/preprod.youpi.co.ma
Directory:
home
/
youpico
/
www
/
SalesApp
/
vendor
/
magento
/
module-sales
/
Api
File: /home/youpico/www/SalesApp/vendor/magento/module-sales/Api/CreditmemoCommentRepositoryInterface.php
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Sales\Api; /** * Credit memo comment repository interface. * * After a customer places and pays for an order and an invoice has been issued, the merchant can create a credit memo * to refund all or part of the amount paid for any returned or undelivered items. The memo restores funds to the * customer account so that the customer can make future purchases. A credit memo usually includes comments that detail * why the credit memo amount was credited to the customer. * @api * @since 100.0.2 */ interface CreditmemoCommentRepositoryInterface { /** * Loads a specified credit memo comment. * * @param int $id The credit memo comment ID. * @return \Magento\Sales\Api\Data\CreditmemoCommentInterface Credit memo comment interface. */ public function get($id); /** * Lists credit memo comments that match specified search criteria. * * Returns a credit memo comment search results interface. * * @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria The search criteria. * @return \Magento\Sales\Api\Data\CreditmemoCommentSearchResultInterface * Credit memo comment search results interface. */ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria); /** * Deletes a specified credit memo comment. * * @param \Magento\Sales\Api\Data\CreditmemoCommentInterface $entity The credit memo comment. * @return bool * @throws \Magento\Framework\Exception\CouldNotDeleteException */ public function delete(\Magento\Sales\Api\Data\CreditmemoCommentInterface $entity); /** * Performs persist operations for a specified entity. * * @param \Magento\Sales\Api\Data\CreditmemoCommentInterface $entity The credit memo comment. * @return \Magento\Sales\Api\Data\CreditmemoCommentInterface Credit memo comment interface. * @throws \Magento\Framework\Exception\CouldNotSaveException */ public function save(\Magento\Sales\Api\Data\CreditmemoCommentInterface $entity); }
Name
Size
Modify
Permissions
Actions
Data
dir
2026-03-20 22:23:56
775
U
Exception
dir
2026-03-20 22:23:56
775
U
CreditmemoCommentRepositoryInterface.php
2.1 kb
2025-10-06 07:56:58
644
U
E
O
D
CreditmemoItemRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D
CreditmemoManagementInterface.php
1.6 kb
2025-10-06 07:56:58
644
U
E
O
D
CreditmemoRepositoryInterface.php
2.2 kb
2025-10-06 07:56:58
644
U
E
O
D
InvoiceCommentRepositoryInterface.php
1.7 kb
2025-10-06 07:56:58
644
U
E
O
D
InvoiceItemRepositoryInterface.php
1.6 kb
2025-10-06 07:56:58
644
U
E
O
D
InvoiceManagementInterface.php
1019 b
2025-10-06 07:56:58
644
U
E
O
D
InvoiceOrderInterface.php
970 b
2025-10-06 07:56:58
644
U
E
O
D
InvoiceRepositoryInterface.php
1.9 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderAddressRepositoryInterface.php
1.7 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderCustomerDelegateInterface.php
583 b
2025-10-06 07:56:58
644
U
E
O
D
OrderCustomerManagementInterface.php
475 b
2025-10-06 07:56:58
644
U
E
O
D
OrderItemRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderManagementInterface.php
2.1 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderPaymentRepositoryInterface.php
1.9 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderRepositoryInterface.php
1.9 kb
2025-10-06 07:56:58
644
U
E
O
D
OrderStatusHistoryRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D
PaymentFailuresInterface.php
621 b
2025-10-06 07:56:58
644
U
E
O
D
RefundInvoiceInterface.php
1 kb
2025-10-06 07:56:58
644
U
E
O
D
RefundOrderInterface.php
1008 b
2025-10-06 07:56:58
644
U
E
O
D
ShipOrderInterface.php
1.2 kb
2025-10-06 07:56:58
644
U
E
O
D
ShipmentCommentRepositoryInterface.php
1.8 kb
2025-10-06 07:56:58
644
U
E
O
D
ShipmentItemRepositoryInterface.php
1.7 kb
2025-10-06 07:56:58
644
U
E
O
D
ShipmentManagementInterface.php
1 kb
2025-10-06 07:56:58
644
U
E
O
D
ShipmentRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D
ShipmentTrackRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D
TransactionRepositoryInterface.php
2 kb
2025-10-06 07:56:58
644
U
E
O
D