NAME
Mango::Catalyst::Controller::Wishlists - Catalyst controller for current users wishlists
SYNOPSIS
package MyApp::Controller::Wishlists;
use base 'Mango::Catalyst::Controller::Wishlists';
DESCRIPTION
Mango::Catalyst::Controller::Wishlists provides the web interface for the current users wishlists.
ACTIONS
auto
Checks to see if the current user is authenticated and sends a 401 http status code if they are not.
clear : /wishlists/<id>/clear/
Removes all items in the specified wishlist for the current user.
delete : /wishlists/<id>/delete/
Deletes the specified wishlist for the current user.
edit : /wishlists/<id>/edit/
Updates the specified wishlist for the current user.
instance : /wishlists/<id>/
Loads the specified wishlist for the current user.
list : /wishlists/
Displays a list of the wishlists for the current user.
restore : /wishlists/<id>/restore/
Copies the specified wishlists items in the current users cart.
view : /wishlists/<id>/
Displays the specified wishlist for the current user.
SEE ALSO
Mango::Catalyst::Model::Carts, Mango::Provider::Carts
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/