Logidav Docs

Deprecated

Table of Contents

src/AppBundle/Api/SaleController.php
src/AppBundle/Command/AbandonedCartDiscountCommand.php
src/AppBundle/Command/Cart/AbandonedCartAddCouponToRuleCommand.php
src/AppBundle/Command/Cart/AbandonedCartCommand.php
src/AppBundle/Command/PricesCommand.php
src/AppBundle/Command/Product/Category/V1/CategoryCommand.php
src/AppBundle/Command/Product/V1/ProductCommand.php
src/AppBundle/Command/Product/V1/ProductDispoCommand.php
src/AppBundle/Command/Product/V2/PricesCommand.php
src/AppBundle/Command/Product/V2/ProductShippingRateCommand.php
src/AppBundle/Command/Product/V2/ProductUpdatePriceCommand.php
src/AppBundle/Command/ProductActiveCommand.php
src/AppBundle/Command/ProductAttributeListCommand.php
src/AppBundle/Command/ProductDateDispoCommand.php
src/AppBundle/Command/ProductFixQtyCommand.php
src/AppBundle/Command/ProductShippingRateCommand.php
src/AppBundle/Command/RefundXlsCommand.php
src/AppBundle/Command/Sale/SaleCommand.php
src/AppBundle/Command/Sale/V2/UpdateSaleStatusCommand.php
src/AppBundle/Command/Sale/V2/UpdateSaleTrackCommand.php
src/AppBundle/Command/SaleExpeditionCsvWithoutMailCommand.php
src/AppBundle/Command/SaleIdCommand.php
src/AppBundle/Command/ShippingReportCommand.php
src/AppBundle/Command/SqlCommand.php
src/AppBundle/Command/TrackingTdlCommand.php
src/AppBundle/Command/UpdateSaleCommand.php
src/AppBundle/Controller/Product/ProductController.php
src/AppBundle/Entity/Product.php
src/AppBundle/Entity/SaleUpdate.php
src/AppBundle/Repository/ProductInfoRepository.php
src/AppBundle/Repository/ProductRepository.php
src/AppBundle/Repository/SaleRepository.php
src/AppBundle/Services/AbandonedCartService.php
src/AppBundle/Services/CommandAdvanceService.php
src/AppBundle/Services/CommandProductService.php
src/AppBundle/Services/CommandService.php
src/AppBundle/Services/ConfigService.php
src/AppBundle/Services/ContainerPlanningService.php
src/AppBundle/Services/ContainerProductService.php
src/AppBundle/Services/ContainerService.php
src/AppBundle/Services/EmplacementService.php
src/AppBundle/Services/MailService.php
src/AppBundle/Services/ManufacturerService.php
src/AppBundle/Services/ProductPriceLogService.php
src/AppBundle/Services/ProductPriceSheetChangesLogService.php
src/AppBundle/Services/ProductQtyLogService.php
src/AppBundle/Services/ProductService.php
src/AppBundle/Services/RefundService.php
src/AppBundle/Services/SaleMsgService.php
src/AppBundle/Services/SaleProductService.php
src/AppBundle/Services/SaleRdvService.php
src/AppBundle/Services/SaleService.php
src/AppBundle/Services/SaleUpdateService.php
src/AppBundle/Services/SellsyService.php
src/AppBundle/Services/ZoneService.php
src/AsirGroupBundle/Command/PromoCommand.php
src/AsirGroupBundle/Services/ProductService.php
src/BigbuyBundle/Api/BigbuyApi.php
src/CoreBundle/Api/ChronoPostApi.php
src/CoreBundle/Api/MenzzoApi.php
src/CoreBundle/Api/MenzzoApiV2.php
src/ErpBundle/Command/Lengow/V3/FixSalesCommand.php
src/EventBundle/Events/SaleProductChangedEvent.php

SaleController.php

Line Element Reason
215 SaleController::getSaleIdfTrackingAction()

AbandonedCartDiscountCommand.php

Line Element Reason
15 AbandonedCartDiscountCommand

AbandonedCartAddCouponToRuleCommand.php

Line Element Reason
17 AbandonedCartAddCouponToRuleCommand

You should not use this class any more

AbandonedCartCommand.php

Line Element Reason
16 AbandonedCartCommand

This class is deprecated

PricesCommand.php

Line Element Reason
16 PricesCommand

CategoryCommand.php

Line Element Reason
16 CategoryCommand

This code only works with v1 of Magento

ProductCommand.php

Line Element Reason
16 ProductCommand

ProductDispoCommand.php

Line Element Reason
18 ProductDispoCommand

PricesCommand.php

Line Element Reason
16 PricesCommand

ProductShippingRateCommand.php

Line Element Reason
18 ProductShippingRateCommand

You should not use this class any more, shipping rate is synced with menzzo:v2:products

ProductUpdatePriceCommand.php

Line Element Reason
19 ProductUpdatePriceCommand

ProductActiveCommand.php

Line Element Reason
16 ProductActiveCommand

This class will be removed in next version don't

ProductAttributeListCommand.php

Line Element Reason
17 ProductAttributeListCommand

ProductDateDispoCommand.php

Line Element Reason
19 ProductDateDispoCommand

ProductFixQtyCommand.php

Line Element Reason
15 ProductFixQtyCommand

ProductShippingRateCommand.php

Line Element Reason
17 ProductShippingRateCommand

RefundXlsCommand.php

Line Element Reason
20 RefundXlsCommand

This class shoudl be removed

SaleCommand.php

Line Element Reason
19 SaleCommand

You should not use this class any more

UpdateSaleStatusCommand.php

Line Element Reason
15 UpdateSaleStatusCommand

You should not use this class

UpdateSaleTrackCommand.php

Line Element Reason
14 UpdateSaleTrackCommand

This class is deprecated and you should not run it or use it

SaleExpeditionCsvWithoutMailCommand.php

Line Element Reason
18 SaleExpeditionCsvWithoutMailCommand

this class needs to be removed

SaleIdCommand.php

Line Element Reason
17 SaleIdCommand

remove this class

ShippingReportCommand.php

Line Element Reason
16 ShippingReportCommand

This class neess to be removed in next version

SqlCommand.php

Line Element Reason
17 SqlCommand

Don't use this class any more

TrackingTdlCommand.php

Line Element Reason
17 TrackingTdlCommand

this class needs to be removed

UpdateSaleCommand.php

Line Element Reason
17 UpdateSaleCommand

This class will be removed in v2 version

ProductController.php

Line Element Reason
2326 ProductController::createProductAction()
2666 ProductController::skuCaseAction()

This function is not used any more

Product.php

Line Element Reason
1274 Product::getProductAttrSets()
1946 Product::setPrice()

Should use ProductInfo

1960 Product::getPrice()

Should use ProductInfo

1985 Product::setSpecialPrice()

Should use ProductInfo

1998 Product::getSpecialPrice()

Should use ProductInfo

2011 Product::setSpecialPriceFrom()

Should use ProductInfo

2024 Product::getSpecialPriceFrom()

Should use ProductInfo

2037 Product::setSpecialPriceTo()

Should use ProductInfo

2050 Product::getSpecialPriceTo()

Should use ProductInfo

2063 Product::setDropPrice()

Should use ProductInfo

2076 Product::getDropPrice()

Should use ProductInfo

2089 Product::setDepotPrice()

Should use ProductInfo

2102 Product::getDepotPrice()

Should use ProductInfo

2115 Product::setPromo()

Should use ProductInfo

2128 Product::getPromo()

Should use ProductInfo

2188 Product::getChronopostWeightPrice()

Use ShippingService class instead

3124 Product::getRealPackageWeight()
3154 Product::getPackagesInfos()

SaleUpdate.php

Line Element Reason
16 SaleUpdate

ProductInfoRepository.php

Line Element Reason
19 ProductInfoRepository::updateMerchantAvailableProduct()
31 ProductInfoRepository::updateMerchantGroupProduct()
43 ProductInfoRepository::getProductInfoByTitle()

ProductRepository.php

Line Element Reason
1508 ProductRepository::getSaleShowProducts()

SaleRepository.php

Line Element Reason
1283 SaleRepository::findSalesUpdated()
4879 SaleRepository::getLengowSalesShippedButProcessing()

AbandonedCartService.php

Line Element Reason
318 AbandonedCartService::getAllDiscount()

CommandAdvanceService.php

Line Element Reason
64 CommandAdvanceService::find()
73 CommandAdvanceService::findAll()

CommandProductService.php

Line Element Reason
69 CommandProductService::find()
78 CommandProductService::findAll()
89 CommandProductService::search()

CommandService.php

Line Element Reason
67 CommandService::find()
76 CommandService::findAll()
87 CommandService::searchCommandProduct()
97 CommandService::findBy()

ConfigService.php

Line Element Reason
54 ConfigService::find()

use get Repos instead

63 ConfigService::findAll()

use get Repos instead

73 ConfigService::findOneByCode()

use get Repos instead

ContainerPlanningService.php

Line Element Reason
60 ContainerPlanningService::getContainerPlannings()
70 ContainerPlanningService::find()

ContainerProductService.php

Line Element Reason
74 ContainerProductService::find()
83 ContainerProductService::findAll()
93 ContainerProductService::dispoArrival()
103 ContainerProductService::sumQtyProduct()
115 ContainerProductService::getAchatsByProduct()

ContainerService.php

Line Element Reason
82 ContainerService::find()
91 ContainerService::findAll()
103 ContainerService::search()

EmplacementService.php

Line Element Reason
62 EmplacementService::find()
71 EmplacementService::findAll()
81 EmplacementService::findOneBy()
91 EmplacementService::findBy()

MailService.php

Line Element Reason
58 MailService::find()
67 MailService::findAll()
77 MailService::findOneBy()
87 MailService::findBy()

ManufacturerService.php

Line Element Reason
44 ManufacturerService::find()
53 ManufacturerService::findAll()
63 ManufacturerService::findBy()
72 ManufacturerService::getAllByOrder()

ProductPriceLogService.php

Line Element Reason
63 ProductPriceLogService::getProductPriceLogRepository()

use getRepo()

85 ProductPriceLogService::find()
94 ProductPriceLogService::findAll()
104 ProductPriceLogService::findOneBy()
115 ProductPriceLogService::findByProduct()
143 ProductPriceLogService::search()

ProductPriceSheetChangesLogService.php

Line Element Reason
111 ProductPriceSheetChangesLogService::findByProduct()

ProductQtyLogService.php

Line Element Reason
57 ProductQtyLogService::find()
66 ProductQtyLogService::findAll()
76 ProductQtyLogService::findOneBy()
87 ProductQtyLogService::findByProduct()
98 ProductQtyLogService::findBy()
111 ProductQtyLogService::search()
121 ProductQtyLogService::getDispoUpdated()

ProductService.php

Line Element Reason
210 ProductService::getProductRepository()
239 ProductService::findAll()

You should not use this function

254 ProductService::findOneBySku()
269 ProductService::getLastArrived()
279 ProductService::getArriving()
291 ProductService::getArrivingCommand()
301 ProductService::getComposedProduct()
313 ProductService::searchProductStock()
333 ProductService::searchProductPurchases()
557 ProductService::searchEmplacement()
580 ProductService::searchEndOfPoductStock()
1405 ProductService::getWeightPerPackage()

RefundService.php

Line Element Reason
90 RefundService::findAll()

use getRepo()->findAll()

101 RefundService::search()

use getRepo()->search()

111 RefundService::findBy()

use getRepo()->findBy()

121 RefundService::getList_refund_history()

use getRepo()->getList_refund_history()

134 RefundService::searchLog()

use getRepo()->searchLog()

145 RefundService::getAllRefund()

use getRepo()->getAllRefund()

158 RefundService::searchAmountSup()

use getRepo()->searchAmountSup()

168 RefundService::getAllByIncrementId()

use getRepo()->getAllByIncrementId()

178 RefundService::getListPreRefundByIncrementId()

use getRepo()->getListPreRefundByIncrementId()

266 RefundService::getSUMAmountRefund()

use getRepo()->getSUMAmountRefund()

276 RefundService::getSUMAmountCouponRefund()

use getRepo()->getSUMAmountCouponRefund()

SaleMsgService.php

Line Element Reason
24 SaleMsgService::getSaleMsgRepository()

SaleProductService.php

Line Element Reason
354 SaleProductService::send()

See MailerService

SaleRdvService.php

Line Element Reason
63 SaleRdvService::getSaleRdvRepository()

use getRepo() instead

SaleService.php

Line Element Reason
239 SaleService::getSaleRepository()

use getRepo() instead

302 SaleService::searchSalesForPrintInvoices()

you should not use this function

454 SaleService::saveFromApi()

by Amine and will be removed in next version

818 SaleService::calculateSaleProductsShippment()

You should not use this function again and this function will be remove in the next version The problem was TNT shipping problem

1009 SaleService::findSalesUpdated()
3418 SaleService::createTntExpedition()

remove this function later

4308 SaleService::sendToTrusk()

USE TruskService

5632 SaleService::setSaleProductAsShippedGeodis()

check setSaleProductsAsShipped

SaleUpdateService.php

Line Element Reason
14 SaleUpdateService

`

SellsyService.php

Line Element Reason
942 SellsyService::convertTransportToSellsy()

ZoneService.php

Line Element Reason
47 ZoneService::find()
56 ZoneService::findAll()
66 ZoneService::findOneBy()
76 ZoneService::findBy()

PromoCommand.php

Line Element Reason
21 PromoCommand

ProductService.php

Line Element Reason
2114 ProductService::checkAndApplyPromo()

BigbuyApi.php

Line Element Reason
131 BigbuyApi::getCatgoriesTree()
175 BigbuyApi::convertToTree()

ChronoPostApi.php

Line Element Reason
644 ChronoPostApi::isMonocolisGls()

This fucntion is no longer used

MenzzoApi.php

Line Element Reason
10 MenzzoApi

This class works only with magento 1 version

MenzzoApiV2.php

Line Element Reason
10 MenzzoApiV2

This class works only with magento 1 version

FixSalesCommand.php

Line Element Reason
19 FixSalesCommand

SaleProductChangedEvent.php

Line Element Reason
17 SaleProductChangedEvent

You should not use this class any more

Search results