|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.dao.client.template.DaoTemplate
com.ibatis.dao.client.template.SqlMapDaoTemplate
com.ibatis.jpetstore.persistence.sqlmapdao.BaseSqlMapDao
com.ibatis.jpetstore.persistence.sqlmapdao.ItemSqlMapDao
Field Summary |
Fields inherited from class com.ibatis.jpetstore.persistence.sqlmapdao.BaseSqlMapDao |
PAGE_SIZE |
Fields inherited from class com.ibatis.dao.client.template.DaoTemplate |
daoManager |
Constructor Summary | |
ItemSqlMapDao(com.ibatis.dao.client.DaoManager daoManager)
|
Method Summary | |
Item |
getItem(String itemId)
|
com.ibatis.common.util.PaginatedList |
getItemListByProduct(String productId)
|
boolean |
isItemInStock(String itemId)
|
void |
updateQuantity(Order order)
|
Methods inherited from class com.ibatis.dao.client.template.SqlMapDaoTemplate |
delete, executeBatch, getSqlMapExecutor, getSqlMapTransactionManager, insert, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForPaginatedList, queryWithRowHandler, startBatch, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemSqlMapDao(com.ibatis.dao.client.DaoManager daoManager)
Method Detail |
public void updateQuantity(Order order)
updateQuantity
in interface ItemDao
public boolean isItemInStock(String itemId)
isItemInStock
in interface ItemDao
public com.ibatis.common.util.PaginatedList getItemListByProduct(String productId)
getItemListByProduct
in interface ItemDao
public Item getItem(String itemId)
getItem
in interface ItemDao
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |