class ProductGroupDiscountUserController extends Controller

Class ProductGroupController. Defines routes for ProductGroupDiscountUser

Methods

array
productGroupDiscountUserAddAction(ArrayCollection $productGroupDiscountUserAdd)

Backend route for generating new group discount

array
productGroupDiscountUserEditAction(ArrayCollection $productGroupDiscountUserEdit)

Backend route for generating editing group discount

array
allProductGroupDiscountUserJSONAction()

Backend route for listing all product group discounts

JsonResponse
productGroupDiscountUserJSONAction(ArrayCollection $productGroupDiscountUserJSON)

API route for creating new group discount

JsonResponse
productGroupDiscountUserEditJSONAction(ArrayCollection $productGroupDiscountUserEditJSON)

API route for editing group discount

JsonResponse
getAllProductGroupDiscountUserJQGridAction(ArrayCollection $productGroupDiscountUserListJQGRID)

API route for JqGrid data

JsonResponse
deleteProductGroupDiscountUserAction(ArrayCollection $productGroupDiscountUserDelete)

API route for deleting group discount

Details

at line 42
array productGroupDiscountUserAddAction(ArrayCollection $productGroupDiscountUserAdd)

Backend route for generating new group discount

Parameters

ArrayCollection $productGroupDiscountUserAdd

Return Value

array

See also

ProductGroupDiscountUserAddConverter

at line 59
array productGroupDiscountUserEditAction(ArrayCollection $productGroupDiscountUserEdit)

Backend route for generating editing group discount

Parameters

ArrayCollection $productGroupDiscountUserEdit

Return Value

array

See also

ProductGroupDiscountUserEditConverter

at line 74
array allProductGroupDiscountUserJSONAction()

Backend route for listing all product group discounts

Return Value

array

at line 89
JsonResponse productGroupDiscountUserJSONAction(ArrayCollection $productGroupDiscountUserJSON)

API route for creating new group discount

Parameters

ArrayCollection $productGroupDiscountUserJSON

Return Value

JsonResponse

See also

ProductGroupDiscountUserJSONConverter

at line 104
JsonResponse productGroupDiscountUserEditJSONAction(ArrayCollection $productGroupDiscountUserEditJSON)

API route for editing group discount

Parameters

ArrayCollection $productGroupDiscountUserEditJSON

Return Value

JsonResponse

See also

ProductGroupDiscountUserEditJSONConverter

at line 119
JsonResponse getAllProductGroupDiscountUserJQGridAction(ArrayCollection $productGroupDiscountUserListJQGRID)

API route for JqGrid data

Parameters

ArrayCollection $productGroupDiscountUserListJQGRID

Return Value

JsonResponse

See also

ProductGroupDiscountUserListJQGRIDConverter

at line 134
JsonResponse deleteProductGroupDiscountUserAction(ArrayCollection $productGroupDiscountUserDelete)

API route for deleting group discount

Parameters

ArrayCollection $productGroupDiscountUserDelete

Return Value

JsonResponse

See also

ProductGroupDiscountUserListJQGRIDConverter