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
209 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
2325 ProductController::createProductAction()
2665 ProductController::skuCaseAction()

This function is not used any more

Product.php

Line Element Reason
1225 Product::getProductAttrSets()
1897 Product::setPrice()

Should use ProductInfo

1911 Product::getPrice()

Should use ProductInfo

1936 Product::setSpecialPrice()

Should use ProductInfo

1949 Product::getSpecialPrice()

Should use ProductInfo

1962 Product::setSpecialPriceFrom()

Should use ProductInfo

1975 Product::getSpecialPriceFrom()

Should use ProductInfo

1988 Product::setSpecialPriceTo()

Should use ProductInfo

2001 Product::getSpecialPriceTo()

Should use ProductInfo

2014 Product::setDropPrice()

Should use ProductInfo

2027 Product::getDropPrice()

Should use ProductInfo

2040 Product::setDepotPrice()

Should use ProductInfo

2053 Product::getDepotPrice()

Should use ProductInfo

2066 Product::setPromo()

Should use ProductInfo

2079 Product::getPromo()

Should use ProductInfo

2139 Product::getChronopostWeightPrice()

Use ShippingService class instead

3075 Product::getRealPackageWeight()
3105 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
1512 ProductRepository::getSaleShowProducts()

SaleRepository.php

Line Element Reason
1281 SaleRepository::findSalesUpdated()
4788 SaleRepository::getLengowSalesShippedButProcessing()

AbandonedCartService.php

Line Element Reason
132 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
60 ProductPriceLogService::getProductPriceLogRepository()

use getRepo()

82 ProductPriceLogService::find()
91 ProductPriceLogService::findAll()
101 ProductPriceLogService::findOneBy()
112 ProductPriceLogService::findByProduct()
140 ProductPriceLogService::search()

ProductPriceSheetChangesLogService.php

Line Element Reason
111 ProductPriceSheetChangesLogService::findByProduct()

ProductQtyLogService.php

Line Element Reason
56 ProductQtyLogService::find()
65 ProductQtyLogService::findAll()
75 ProductQtyLogService::findOneBy()
86 ProductQtyLogService::findByProduct()
97 ProductQtyLogService::findBy()
110 ProductQtyLogService::search()
120 ProductQtyLogService::getDispoUpdated()

ProductService.php

Line Element Reason
208 ProductService::getProductRepository()
237 ProductService::findAll()

You should not use this function

252 ProductService::findOneBySku()
267 ProductService::getLastArrived()
277 ProductService::getArriving()
289 ProductService::getArrivingCommand()
299 ProductService::getComposedProduct()
311 ProductService::searchProductStock()
331 ProductService::searchProductPurchases()
552 ProductService::searchEmplacement()
575 ProductService::searchEndOfPoductStock()
1400 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
56 SaleRdvService::getSaleRdvRepository()

use getRepo() instead

SaleService.php

Line Element Reason
238 SaleService::getSaleRepository()

use getRepo() instead

301 SaleService::searchSalesForPrintInvoices()

you should not use this function

453 SaleService::saveFromApi()

by Amine and will be removed in next version

815 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

1006 SaleService::findSalesUpdated()
3402 SaleService::createTntExpedition()

remove this function later

4292 SaleService::sendToTrusk()

USE TruskService

5616 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