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

Parameters

ArrayCollection $attributeSetList

Return Value

JsonResponse

See also

AttributeSetListConverter

at line 55
JsonResponse getAttributeSetProductCrudAction(ArrayCollection $attributeSetGetDB)

API route for loading and rendering attribute set for product CRUD

Parameters

ArrayCollection $attributeSetGetDB

Return Value

JsonResponse

See also

AttributeSetGetDBConverter

at line 84
JsonResponse saveAttributeSetAction(ArrayCollection $attributeSetJSON)

API route for adding new attribute set

Parameters

ArrayCollection $attributeSetJSON

Return Value

JsonResponse

See also

AttributeSetJSONConverter

at line 99
JsonResponse editAttributeSetAction(ArrayCollection $attributeSetEditJSON)

API route for editing attribute set

Parameters

ArrayCollection $attributeSetEditJSON

Return Value

JsonResponse

See also

AttributeSetEditJSONConverter

at line 114
JsonResponse deleteAttributeSetAction(ArrayCollection $attributeSetDeleteJSON)

API route for deleting attribute sets

Parameters

ArrayCollection $attributeSetDeleteJSON

Return Value

JsonResponse

See also

AttributeSetDeleteJSONConverter