tot.dao.jdbc
类 RoomTypeDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.RoomTypeDaoImplJDBC
public class RoomTypeDaoImplJDBC
- extends AbstractDao
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomTypeDaoImplJDBC
public RoomTypeDaoImplJDBC()
- Creates a new instance of RoomTypeDaoImplJDBC
addRoomType
public boolean addRoomType(java.lang.String title)
- add floor level
modRoomType
public boolean modRoomType(int id,
java.lang.String title)
delRoomType
public boolean delRoomType(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
getRoomType
public DataField getRoomType(int id)
getTotalCount
public int getTotalCount()
getRoomTypeList
public java.util.Collection getRoomTypeList(int currentpage,
int pagesize)
getSelect
public java.lang.String getSelect(int currentid)
batDel
public void batDel(java.lang.String[] s)