Uses of Class
ejava.projects.esales.dto.Auction
-
Packages that use Auction Package Description ejava.projects.esales.dto ejava.projects.esales.xml -
-
Uses of Auction in ejava.projects.esales.dto
Fields in ejava.projects.esales.dto with type parameters of type Auction Modifier and Type Field Description protected List<Auction>
ESales. auction
Methods in ejava.projects.esales.dto that return Auction Modifier and Type Method Description Auction
ObjectFactory. createAuction()
Create an instance ofAuction
Methods in ejava.projects.esales.dto that return types with arguments of type Auction Modifier and Type Method Description List<Auction>
ESales. getAuction()
Gets the value of the auction property. -
Uses of Auction in ejava.projects.esales.xml
Methods in ejava.projects.esales.xml that return Auction Modifier and Type Method Description Auction
SampleGen. createAuction(Account seller, Account... bidder)
-