class Product360Controller extends Controller

Class Product360Controller. Defines routes for Product360.

Methods

array
product360newAction()

Defines route for rendering a template for creating new product 360

array
product360editAction(ArrayCollection $product360Edit)

Defines route for rendering a template for editing product 360

Response
addProduct360Action(ArrayCollection $product360JSON)

Defines route for persisting new entity to database

Response
editProduct360Action(ArrayCollection $product360EditJSON)

Defines route for editing entity in database

array
allProducts360JQGridAction()

Defines route rendering tempalte for listing all product 360 entities

Response
getAllProducts360JQGridAction(ArrayCollection $product360List)

Defines route for listing all product 360enitites for jqgrid

Response
deleteProductAction(ArrayCollection $product360DeleteJSON)

Defines route for deleting product 360 entity

Response
product360SearchJSONAction(ArrayCollection $product360SearchJSON)

Defines route for product searching products for product 360

Details

at line 40
array product360newAction()

Defines route for rendering a template for creating new product 360

Return Value

array

at line 59
array product360editAction(ArrayCollection $product360Edit)

Defines route for rendering a template for editing product 360

Parameters

ArrayCollection $product360Edit

Return Value

array

See also

Product360EditConverter

at line 76
Response addProduct360Action(ArrayCollection $product360JSON)

Defines route for persisting new entity to database

Parameters

ArrayCollection $product360JSON

Return Value

Response

See also

Product360JSONConverter

at line 92
Response editProduct360Action(ArrayCollection $product360EditJSON)

Defines route for editing entity in database

Parameters

ArrayCollection $product360EditJSON

Return Value

Response

See also

Product360EditJSONConverter

at line 107
array allProducts360JQGridAction()

Defines route rendering tempalte for listing all product 360 entities

Return Value

array

at line 123
Response getAllProducts360JQGridAction(ArrayCollection $product360List)

Defines route for listing all product 360enitites for jqgrid

Parameters

ArrayCollection $product360List

Return Value

Response

See also

Product360ListConverter

at line 139
Response deleteProductAction(ArrayCollection $product360DeleteJSON)

Defines route for deleting product 360 entity

Parameters

ArrayCollection $product360DeleteJSON

Return Value

Response

at line 157
Response product360SearchJSONAction(ArrayCollection $product360SearchJSON)

Defines route for product searching products for product 360

Parameters

ArrayCollection $product360SearchJSON

Return Value

Response

See also

Product360SearchJSONConverter