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. auctionMethods in ejava.projects.esales.dto that return Auction Modifier and Type Method Description AuctionObjectFactory. createAuction()Create an instance ofAuctionMethods 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 AuctionSampleGen. createAuction(Account seller, Account... bidder)
-