Package | Description |
---|---|
org.osid.bidding |
The Open Service Interface Definitions for the org.osid.bidding
service.
|
org.osid.bidding.rules |
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
|
Modifier and Type | Method and Description |
---|---|
AuctionQuery |
AuctionHouseQuery.getAuctionQuery()
Gets the query for an auction.
|
AuctionQuery |
AuctionQuerySession.getAuctionQuery()
Gets an auction query.
|
AuctionQuery |
AuctionSmartAuctionHouseSession.getAuctionQuery()
Gets an auction query.
|
AuctionQuery |
BidQuery.getAuctionQuery()
Gets the query for an auction.
|
AuctionQuery |
AuctionSearchSession.getAuctionQueryFromInspector(AuctionQueryInspector auctionQueryInspector)
Gets an auction query from an inspector.
|
AuctionQuery |
AuctionSmartAuctionHouseSession.getAuctionQueryFromInspector(AuctionQueryInspector auctionQueryInspector)
Gets an auction query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
AuctionSmartAuctionHouseSession.applyAuctionQuery(AuctionQuery auctionQuery)
Applies an auction query to this auction house.
|
AuctionList |
AuctionQuerySession.getAuctionsByQuery(AuctionQuery auctionQuery)
Gets a list of
Auctions matching the given search. |
AuctionSearchResults |
AuctionSearchSession.getAuctionsBySearch(AuctionQuery auctionQuery,
AuctionSearch auctionSearch)
Gets the search results matching the given search query using the
given search.
|
Modifier and Type | Method and Description |
---|---|
AuctionQuery |
AuctionConstrainerQuery.getRuledAuctionQuery()
Gets the query for an auction.
|
AuctionQuery |
AuctionProcessorQuery.getRuledAuctionQuery()
Gets the query for an auction.
|