com.ibatis.jpetstore.persistence.iface
Interface ItemDao

All Known Implementing Classes:
ItemSqlMapDao

public interface ItemDao


Method Summary
 Item getItem(String itemId)
           
 com.ibatis.common.util.PaginatedList getItemListByProduct(String productId)
           
 boolean isItemInStock(String itemId)
           
 void updateQuantity(Order order)
           
 

Method Detail

updateQuantity

void updateQuantity(Order order)

isItemInStock

boolean isItemInStock(String itemId)

getItemListByProduct

com.ibatis.common.util.PaginatedList getItemListByProduct(String productId)

getItem

Item getItem(String itemId)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.