|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.orm.hibernate.support.HibernateDaoSupport org.argosfields.service.AccountManager
AccountManager.java
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 |
public AccountManager()
Method Detail |
public void createAccount(Account account)
createAccount
in interface IAccountManager
org.argosfields.persistence.IAccountManager#createAccount(org.argosfields.persistence.Account)
public void updateAccount(Account account)
updateAccount
in interface IAccountManager
org.argosfields.persistence.IAccountManager#updateAccount(org.argosfields.persistence.Account)
public void deleteAccount(String userName)
deleteAccount
in interface IAccountManager
org.argosfields.persistence.IAccountManager#deleteAccount(java.lang.String)
public Account getAccount(String userName)
getAccount
in interface IAccountManager
org.argosfields.persistence.IAccountManager#getAccount(java.lang.String)
public List getAccounts()
getAccounts
in interface IAccountManager
org.argosfields.persistence.IAccountManager#getAccounts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |