org.argosfields.service
Class AccountManager

java.lang.Object
  extended byorg.springframework.orm.hibernate.support.HibernateDaoSupport
      extended byorg.argosfields.service.AccountManager
All Implemented Interfaces:
IAccountManager, org.springframework.beans.factory.InitializingBean

public class AccountManager
extends org.springframework.orm.hibernate.support.HibernateDaoSupport
implements IAccountManager

AccountManager.java

Version:
$Revision: 1.1 $ $Date: 2004/04/15 05:43:38 $
Author:
Xavier Cho

Field Summary
 
Fields inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
logger
 
Fields inherited from interface org.argosfields.service.IAccountManager
NAME
 
Constructor Summary
AccountManager()
           
 
Method Summary
 void createAccount(Account account)
           
 void deleteAccount(String userName)
           
 Account getAccount(String userName)
           
 List getAccounts()
           
 void updateAccount(Account account)
           
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
afterPropertiesSet, closeSessionIfNecessary, convertHibernateAccessException, getHibernateTemplate, getSession, getSession, getSessionFactory, initDao, setHibernateTemplate, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountManager

public AccountManager()
Method Detail

createAccount

public void createAccount(Account account)
Specified by:
createAccount in interface IAccountManager
See Also:
org.argosfields.persistence.IAccountManager#createAccount(org.argosfields.persistence.Account)

updateAccount

public void updateAccount(Account account)
Specified by:
updateAccount in interface IAccountManager
See Also:
org.argosfields.persistence.IAccountManager#updateAccount(org.argosfields.persistence.Account)

deleteAccount

public void deleteAccount(String userName)
Specified by:
deleteAccount in interface IAccountManager
See Also:
org.argosfields.persistence.IAccountManager#deleteAccount(java.lang.String)

getAccount

public Account getAccount(String userName)
Specified by:
getAccount in interface IAccountManager
See Also:
org.argosfields.persistence.IAccountManager#getAccount(java.lang.String)

getAccounts

public List getAccounts()
Specified by:
getAccounts in interface IAccountManager
See Also:
org.argosfields.persistence.IAccountManager#getAccounts()


Copyright © Gnome Korea. All Rights Reserved.