摘要:public List queryItemDetails(List carts){ ItemRepository itemRepository=...; List result = List.newArrayList(); List ids...
阅读全文
posted @ 2013-07-01 11:03
|
|||
随笔分类 - Code Review
摘要:public List queryItemDetails(List carts){ ItemRepository itemRepository=...; List result = List.newArrayList(); List ids...
阅读全文
posted @ 2013-07-01 11:03
摘要:public class CartMainTypeSelector {public static void selectCartMainType(CartContext context,CartOption options){Params params = context.getParams()...
阅读全文
posted @ 2013-06-28 15:16
摘要:int officialShopId = shopId;group.setShopId(officialShopId);XmpUser xmpSeller = buildXmpUser(seller.getSellerInfo());group.setSeller(xmpSeller);L...
阅读全文
posted @ 2013-06-28 10:32
摘要:public class BuyerHelper{ private static final UserRepository userRepository; public static void createAndCheckBuyer(Cart cart) { ...
阅读全文
posted @ 2013-06-27 15:38
|
|||