adding all of botlist, initial add
[botlist.git] / openbotlist / src / org / spirit / dao / BotListCoreUsersDAO.java
blob592745c2190520bc67eb8cb0627e3752d2b4aa9a
1 /**
2 * Berlin Brown
3 * Nov 9, 2006
4 */
6 package org.spirit.dao;
8 import org.spirit.bean.impl.BotListCoreUsers;
9 import org.springframework.dao.DataAccessException;
11 /**
12 * This is class is used by botverse.
14 * @author Berlin Brown
18 public interface BotListCoreUsersDAO {
20 public BotListCoreUsers readUserAcctVerify(final String userName, final String acctNumber) throws DataAccessException;
21 public BotListCoreUsers readUserId(final Long userId) throws DataAccessException;