com.multisoftgroup.jerry.jabber.bo
Class AccountBO
java.lang.Object
com.multisoftgroup.jerry.jabber.bo.AccountBO
public class AccountBO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static AccountBO getInstance()
create
public void create(Account account)
update
public void update(Account account)
getAccount
public Account getAccount(int id)
delete
public void delete(Account account)
getAll
public List<Account> getAll()
getByName
public Account getByName(String name)