package org.tarena.dang.action.cart; import java.util.List; import org.tarena.dang.action.BaseAction; import org.tarena.dang.entity.CartItem; import org.tarena.dang.service.CartFactory; import org.tarena.dang.service.CartService; public class ListCartAction extends BaseAction{ private List<CartItem> items; private double total; private double save; private CartService cartService; public void setCartService(CartService cartService) { this.cartService = cartService; } public String execute() throws Exception{ //CartService cart = CartFactory.getInstance(session); items = cartService.getBuyPros(); total = cartService.cost(); save = cartService.sale(); return "success"; } public List<CartItem> getItems() { return items; } public void setItems(List<CartItem> items) { this.items = items; } public double getTotal() { return total; } public void setTotal(double total) { this.total = total; } public double getSave() { return save; } public void setSave(double save) { this.save = save; } }
最近下载更多
xinnian2009 LV3
2022年7月5日
陌生的猫 LV5
2021年5月24日
抢人头 LV1
2021年3月10日
aakk1110 LV2
2020年10月21日
CC1999 LV14
2020年6月17日
zzc996 LV2
2020年4月5日
2587480899 LV8
2019年12月19日
sssssssyy LV10
2019年7月30日
wf1997wangfeng LV1
2019年7月6日
李泽玉 LV11
2019年6月26日
最近浏览更多
lyt010628 LV4
7月9日
liyan54188 LV2
6月15日
单子墨 LV3
2023年4月28日
Gjc175636312 LV2
2023年4月20日
232903992
2023年3月31日
暂无贡献等级
95959595959 LV13
2023年3月18日
zxwzxwz LV2
2023年1月2日
温涛涛 LV8
2022年9月26日
xinnian2009 LV3
2022年7月5日
zr0000
2022年6月15日
暂无贡献等级