class ChangedPriceNotificationController extends Controller

Class ChangedPriceNotificationController

Methods

array
allWatchlistAction()

Backend page for listing all watchlist items

Response
watchlistAddProductAction(ArrayCollection $watchlistAddProductJSON)

Add new watchlist item to logged user

Response
watchlistRemoveProductAction(ArrayCollection $watchlistRemoveProduct)

Remove watchlist item that match provided product for logged user

Response
watchlistRemoveAllProductAction(ArrayCollection $watchlistRemoveAllItems)

Remove watchlist item that match provided product for logged user

Response
availabilityListRemoveProductAction(ArrayCollection $availabilityListRemove)

Remove availability notification for combination of logged user and provided product

Response
watchlistSearchProductAction(ArrayCollection $watchlistSearchProduct)

Check if product is already added in watchlist for logged user

Response
watchlistCountProductsAction(ArrayCollection $watchlistCountProducts)

Count number of products in watchlist for logged user

Response
watchlistBackendUserEditShowAction(ArrayCollection $watchlistForUserBackend)

Find all products that provided user is watching

Response
watchlistGetJQGRIDUsersAllAction(ArrayCollection $watchlistUserJQGRIDList)

JQGrid function

Response
watchlistGetJQGRIDProductsAllAction(ArrayCollection $watchlistProductJQGRIDList)

JQGrid function

Details

at line 45
array allWatchlistAction()

Backend page for listing all watchlist items

at line 60
Response watchlistAddProductAction(ArrayCollection $watchlistAddProductJSON)

Add new watchlist item to logged user

Parameters

ArrayCollection $watchlistAddProductJSON

Return Value

Response

See also

WatchlistAddProductJSONConverter

at line 81
Response watchlistRemoveProductAction(ArrayCollection $watchlistRemoveProduct)

Remove watchlist item that match provided product for logged user

Parameters

ArrayCollection $watchlistRemoveProduct

Return Value

Response

See also

WatchlistRemoveProductConverter

at line 98
Response watchlistRemoveAllProductAction(ArrayCollection $watchlistRemoveAllItems)

Remove watchlist item that match provided product for logged user

Parameters

ArrayCollection $watchlistRemoveAllItems

Return Value

Response

See also

WatchlistRemoveAllItemsConverter

at line 113
Response availabilityListRemoveProductAction(ArrayCollection $availabilityListRemove)

Remove availability notification for combination of logged user and provided product

Parameters

ArrayCollection $availabilityListRemove

Return Value

Response

See also

AvailabilityListRemoveConverter

at line 128
Response watchlistSearchProductAction(ArrayCollection $watchlistSearchProduct)

Check if product is already added in watchlist for logged user

Parameters

ArrayCollection $watchlistSearchProduct

Return Value

Response

See also

WatchlistSearchProductConverter

at line 143
Response watchlistCountProductsAction(ArrayCollection $watchlistCountProducts)

Count number of products in watchlist for logged user

Parameters

ArrayCollection $watchlistCountProducts

Return Value

Response

See also

WatchlistCountProductsConverter

at line 158
Response watchlistBackendUserEditShowAction(ArrayCollection $watchlistForUserBackend)

Find all products that provided user is watching

Parameters

ArrayCollection $watchlistForUserBackend

Return Value

Response

See also

WatchlistForUserBackendConverter

at line 189
Response watchlistGetJQGRIDUsersAllAction(ArrayCollection $watchlistUserJQGRIDList)

JQGrid function

Parameters

ArrayCollection $watchlistUserJQGRIDList

Return Value

Response

See also

WatchlistUserJQGRIDListConverter

at line 204
Response watchlistGetJQGRIDProductsAllAction(ArrayCollection $watchlistProductJQGRIDList)

JQGrid function

Parameters

ArrayCollection $watchlistProductJQGRIDList

Return Value

Response

See also

WatchlistProductJQGRIDListConverter