com.ibatis.jpetstore.service
Class AccountService
java.lang.Object
com.ibatis.jpetstore.service.AccountService
- public class AccountService
- extends Object
Date: Mar 6, 2004 11:22:43 PM
- Author:
- Clinton Begin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static final AccountService instance
daoManager
private com.ibatis.dao.client.DaoManager daoManager
accountDao
private AccountDao accountDao
AccountService
public AccountService()
getInstance
public static AccountService getInstance()
getAccount
public Account getAccount(String username)
getAccount
public Account getAccount(String username,
String password)
insertAccount
public void insertAccount(Account account)
updateAccount
public void updateAccount(Account account)
getUsernameList
public List getUsernameList()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.