com.multisoftgroup.jerry.jabber.dao
Class AccountDAO
java.lang.Object
com.multisoftgroup.common.dao.util.AbstractCommonDAO
com.multisoftgroup.common.dao.util.CommonDAO
com.multisoftgroup.jerry.jabber.dao.CommonDAO
com.multisoftgroup.jerry.jabber.dao.AccountDAO
public class AccountDAO
- extends CommonDAO
| Methods inherited from class com.multisoftgroup.jerry.jabber.dao.CommonDAO |
getPK |
| Methods inherited from class com.multisoftgroup.common.dao.util.CommonDAO |
commit, getPK, rollback |
| Methods inherited from class com.multisoftgroup.common.dao.util.AbstractCommonDAO |
cleanup, getConnection, prepareStatement, toDate, toDate, toDate, toDate, toTime, toTimestamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountDAO
public AccountDAO()
insert
public void insert(Account obj)
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException
read
public Account read(int id)
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException
update
public void update(Account obj)
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException
delete
public void delete(Account obj)
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException
findAll
public List findAll()
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException
getByName
public Account getByName(String name)
throws com.multisoftgroup.common.dao.util.DAOException
- Throws:
com.multisoftgroup.common.dao.util.DAOException