org.argosfields.service
Interface IAccountManager

All Known Implementing Classes:
AccountManager

public interface IAccountManager

IAccountManager.java

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

Field Summary
static String NAME
           
 
Method Summary
 void createAccount(Account account)
           
 void deleteAccount(String userName)
           
 Account getAccount(String userName)
           
 List getAccounts()
           
 void updateAccount(Account account)
           
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

createAccount

public void createAccount(Account account)

updateAccount

public void updateAccount(Account account)

deleteAccount

public void deleteAccount(String userName)

getAccount

public Account getAccount(String userName)

getAccounts

public List getAccounts()


Copyright © Gnome Korea. All Rights Reserved.