AttributeValueJSONController
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
at line 54
JsonResponse
getAllAttributesJQGridAction(ArrayCollection $attributeValueList)
API route for loading all attribute values
at line 69
JsonResponse
attributeValueEditAction(ArrayCollection $attributeValueEditJson)
API route for editing attribute value
at line 84
JsonResponse
attributeValueDeleteAction(ArrayCollection $attributeValueDeleteJson)
API route for deleting attribute values
at line 99
JsonResponse
changeAttributeValueOrderAction(ArrayCollection $attributeValueOrder)
API route for ordering attribute values