AttributeSetJSONController
class AttributeSetJSONController extends Controller
Class AttributeSetJSONController defines attributes set routes
Methods
JsonResponse
getAllAttributeSetsJQGridAction(ArrayCollection $attributeSetList)
API route for loading attribute sets
JsonResponse
getAttributeSetProductCrudAction(ArrayCollection $attributeSetGetDB)
API route for loading and rendering attribute set for product CRUD
JsonResponse
saveAttributeSetAction(ArrayCollection $attributeSetJSON)
API route for adding new attribute set
JsonResponse
editAttributeSetAction(ArrayCollection $attributeSetEditJSON)
API route for editing attribute set
JsonResponse
deleteAttributeSetAction(ArrayCollection $attributeSetDeleteJSON)
API route for deleting attribute sets
Details
at line 40
JsonResponse
getAllAttributeSetsJQGridAction(ArrayCollection $attributeSetList)
API route for loading attribute sets
at line 55
JsonResponse
getAttributeSetProductCrudAction(ArrayCollection $attributeSetGetDB)
API route for loading and rendering attribute set for product CRUD
at line 84
JsonResponse
saveAttributeSetAction(ArrayCollection $attributeSetJSON)
API route for adding new attribute set
at line 99
JsonResponse
editAttributeSetAction(ArrayCollection $attributeSetEditJSON)
API route for editing attribute set
at line 114
JsonResponse
deleteAttributeSetAction(ArrayCollection $attributeSetDeleteJSON)
API route for deleting attribute sets