Uses of Class
ejava.projects.esales.dto.Account
-
Packages that use Account Package Description ejava.projects.esales.blimpl ejava.projects.esales.dto ejava.projects.esales.xml -
-
Uses of Account in ejava.projects.esales.blimpl
Methods in ejava.projects.esales.blimpl with parameters of type Account Modifier and Type Method Description private void
ESalesIngestor. createAccount(Account accountDTO)
This method is called by the main ingest processing loop. -
Uses of Account in ejava.projects.esales.dto
Fields in ejava.projects.esales.dto with type parameters of type Account Modifier and Type Field Description protected List<Account>
ESales. account
Methods in ejava.projects.esales.dto that return Account Modifier and Type Method Description Account
ObjectFactory. createAccount()
Create an instance ofAccount
Methods in ejava.projects.esales.dto that return types with arguments of type Account Modifier and Type Method Description List<Account>
ESales. getAccount()
Gets the value of the account property. -
Uses of Account in ejava.projects.esales.xml
Methods in ejava.projects.esales.xml that return Account Modifier and Type Method Description Account
SampleGen. createAccount(String firstName, String middleName, String lastName)
Methods in ejava.projects.esales.xml with parameters of type Account Modifier and Type Method Description Auction
SampleGen. createAuction(Account seller, Account... bidder)
-