Uses of Class
ejava.projects.esales.bo.Account
-
Packages that use Account Package Description ejava.projects.esales.bl ejava.projects.esales.blimpl ejava.projects.esales.dao ejava.projects.esales.jdbc ejava.projects.esales.jpa -
-
Uses of Account in ejava.projects.esales.bl
Methods in ejava.projects.esales.bl that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountMgmt. getAccounts(int index, int count) -
Uses of Account in ejava.projects.esales.blimpl
Methods in ejava.projects.esales.blimpl that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountMgmtImpl. getAccounts(int index, int count) -
Uses of Account in ejava.projects.esales.dao
Methods in ejava.projects.esales.dao that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountDAO. getAccounts(int index, int count)Methods in ejava.projects.esales.dao with parameters of type Account Modifier and Type Method Description voidAccountDAO. createAccount(Account account) -
Uses of Account in ejava.projects.esales.jdbc
Methods in ejava.projects.esales.jdbc that return types with arguments of type Account Modifier and Type Method Description List<Account>JDBCAccountDAO. getAccounts(int index, int count)Methods in ejava.projects.esales.jdbc with parameters of type Account Modifier and Type Method Description voidJDBCAccountDAO. createAccount(Account account) -
Uses of Account in ejava.projects.esales.jpa
Methods in ejava.projects.esales.jpa that return types with arguments of type Account Modifier and Type Method Description List<Account>JPAAccountDAO. getAccounts(int index, int count)Methods in ejava.projects.esales.jpa with parameters of type Account Modifier and Type Method Description voidJPAAccountDAO. createAccount(Account account)
-