ChangedPriceNotificationController
class ChangedPriceNotificationController extends Controller
Class ChangedPriceNotificationController
Methods
Backend page for listing all watchlist items
Add new watchlist item to logged user
Remove watchlist item that match provided product for logged user
Remove watchlist item that match provided product for logged user
Remove availability notification for combination of logged user and provided product
Check if product is already added in watchlist for logged user
Count number of products in watchlist for logged user
Find all products that provided user is watching
JQGrid function
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
at line 81
Response
watchlistRemoveProductAction(ArrayCollection $watchlistRemoveProduct)
Remove watchlist item that match provided product for logged user
at line 98
Response
watchlistRemoveAllProductAction(ArrayCollection $watchlistRemoveAllItems)
Remove watchlist item that match provided product for logged user
at line 113
Response
availabilityListRemoveProductAction(ArrayCollection $availabilityListRemove)
Remove availability notification for combination of logged user and provided product
at line 128
Response
watchlistSearchProductAction(ArrayCollection $watchlistSearchProduct)
Check if product is already added in watchlist for logged user
at line 143
Response
watchlistCountProductsAction(ArrayCollection $watchlistCountProducts)
Count number of products in watchlist for logged user
at line 158
Response
watchlistBackendUserEditShowAction(ArrayCollection $watchlistForUserBackend)
Find all products that provided user is watching
at line 189
Response
watchlistGetJQGRIDUsersAllAction(ArrayCollection $watchlistUserJQGRIDList)
JQGrid function
at line 204
Response
watchlistGetJQGRIDProductsAllAction(ArrayCollection $watchlistProductJQGRIDList)
JQGrid function