class AttributeValueJSONController extends Controller

Class AttributeValueJSONController defines attribute values routes

Methods

JsonResponse
attributeValueAddAction(ArrayCollection $attributeValueAddJson)

API route for adding new attribute value

JsonResponse
getAllAttributesJQGridAction(ArrayCollection $attributeValueList)

API route for loading all attribute values

JsonResponse
attributeValueEditAction(ArrayCollection $attributeValueEditJson)

API route for editing attribute value

JsonResponse
attributeValueDeleteAction(ArrayCollection $attributeValueDeleteJson)

API route for deleting attribute values

JsonResponse
changeAttributeValueOrderAction(ArrayCollection $attributeValueOrder)

API route for ordering attribute values

Details

at line 39
JsonResponse attributeValueAddAction(ArrayCollection $attributeValueAddJson)

API route for adding new attribute value

Parameters

ArrayCollection $attributeValueAddJson

Return Value

JsonResponse

See also

AttributeValueAddJsonConverter

at line 54
JsonResponse getAllAttributesJQGridAction(ArrayCollection $attributeValueList)

API route for loading all attribute values

Parameters

ArrayCollection $attributeValueList

Return Value

JsonResponse

See also

AttributeValueListConverter

at line 69
JsonResponse attributeValueEditAction(ArrayCollection $attributeValueEditJson)

API route for editing attribute value

Parameters

ArrayCollection $attributeValueEditJson

Return Value

JsonResponse

See also

AttributeValueEditJsonConverter

at line 84
JsonResponse attributeValueDeleteAction(ArrayCollection $attributeValueDeleteJson)

API route for deleting attribute values

Parameters

ArrayCollection $attributeValueDeleteJson

Return Value

JsonResponse

See also

AttributeValueDeleteJsonConverter

at line 99
JsonResponse changeAttributeValueOrderAction(ArrayCollection $attributeValueOrder)

API route for ordering attribute values

Parameters

ArrayCollection $attributeValueOrder

Return Value

JsonResponse

See also

AttributeValueOrderConverter