Package com.ibm.commerce.couponwallet.commands

Provides the Controller Commands and Task Commands along with their implementations to manage coupon wallets in the store front.

See:
          Description

Interface Summary
DeleteCouponsFromWalletCmd This command changes the state of the eCoupons in the CouponWallet to "DELETED".
PersistCouponForLaterUseCmd This command changes the state of the eCoupons in the CouponWallet to "SAVED".
 
Class Summary
DeleteCouponsFromWalletCmdImpl For each cpwalletId in the input parameter, the STATE of the eCoupon is updated in CouponWalletAccessBean to DELETED.
PersistCouponForLaterUseCmdImpl For each cpwalletId in the input parameter, the STATE of the eCoupon is updated in CouponWalletAccessBean to SAVED.
 

Package com.ibm.commerce.couponwallet.commands Description

Provides the Controller Commands and Task Commands along with their implementations to manage coupon wallets in the store front.