Logidav Docs

ProductPriceSheetController extends Controller
in package

ProductPriceSheet Controller

Tags
Route

("product/product-price-sheet")

Table of Contents

Methods

indexAction()  : mixed
paginatePriceSheetLogAction()  : mixed
priceSheetAction()  : JsonResponse
priceSheetLogAction()  : mixed
productSheetLogAction()  : JsonResponse
productSheetLogPriceAction()  : JsonResponse
resetProductPriceSheetAction()  : mixed
updateSheetPriceAction()  : Response
updateSimulatedPriceAction()  : Response

Methods

priceSheetAction()

public priceSheetAction(Request $request, ProductPriceSheetService $productService, EntityManagerInterface $entityManager) : JsonResponse
Parameters
$request : Request
$productService : ProductPriceSheetService
$entityManager : EntityManagerInterface
Tags
Route

("/paginate-price_sheet", name="asir_group_mode_product_price_sheet")

Return values
JsonResponse

priceSheetLogAction()

public priceSheetLogAction() : mixed
Tags
Route

("/price-sheet-log", name="product_price_sheet_log")

Method

("GET")

updateSheetPriceAction()

public updateSheetPriceAction(Request $request, ProductPriceSheetService $productService, ProductPriceSheetChangesLogService $logs, EntityManagerInterface $entityManager) : Response
Parameters
$request : Request
$productService : ProductPriceSheetService
$logs : ProductPriceSheetChangesLogService
$entityManager : EntityManagerInterface
Tags
Route

("/update-sheet-data-price", name="update_sheet_data_price")

Return values
Response

updateSimulatedPriceAction()

public updateSimulatedPriceAction(Request $request, ProductPriceSheetService $productService, ProductPriceSheetChangesLogService $logs, EntityManagerInterface $entityManager) : Response
Parameters
$request : Request
$productService : ProductPriceSheetService
$logs : ProductPriceSheetChangesLogService
$entityManager : EntityManagerInterface
Tags
Route

("/update-simulated-price", name="update_simulated_price")

Return values
Response

        
On this page

Search results