Package | Description |
---|---|
org.osid.bidding.rules |
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
|
Modifier and Type | Method and Description |
---|---|
AuctionConstrainerList |
AuctionConstrainerLookupSession.getAuctionConstrainers()
Gets all
AuctionConstrainers. |
AuctionConstrainerList |
AuctionConstrainerSearchResults.getAuctionConstrainers()
Gets the
AuctionConstrainerList resulting from a
search. |
AuctionConstrainerList |
AuctionConstrainerAuctionHouseSession.getAuctionConstrainersByAuctionHouse(Id auctionHouseId)
Gets the list of auction constrainer associated with an
AuctionHouse. |
AuctionConstrainerList |
AuctionConstrainerAuctionHouseSession.getAuctionConstrainersByAuctionHouses(IdList auctionHouseIds)
Gets the list of auction constrainer corresponding to a list of
AuctionHouses. |
AuctionConstrainerList |
AuctionConstrainerLookupSession.getAuctionConstrainersByGenusType(Type auctionConstrainerGenusType)
Gets an
AuctionConstrainerList corresponding to the
given auction constrainer genus Type which does not
include auction constrainer of genus types derived from the specified
Type. |
AuctionConstrainerList |
AuctionConstrainerLookupSession.getAuctionConstrainersByIds(IdList auctionConstrainerIds)
Gets an
AuctionConstrainerList corresponding to the
given IdList. |
AuctionConstrainerList |
AuctionConstrainerLookupSession.getAuctionConstrainersByParentGenusType(Type auctionConstrainerGenusType)
Gets an
AuctionConstrainerList corresponding to the
given auction constrainer genus Type and include any
additional auction constrainer with genus types derived from the
specified Type. |
AuctionConstrainerList |
AuctionConstrainerQuerySession.getAuctionConstrainersByQuery(AuctionConstrainerQuery auctionConstrainerQuery)
Gets a list of
AuctionConstrainers matching the given
search. |
AuctionConstrainerList |
AuctionConstrainerLookupSession.getAuctionConstrainersByRecordType(Type auctionConstrainerRecordType)
Gets an
AuctionConstrainerList containing the given
auction constrainer record Type. |
AuctionConstrainerList |
AuctionConstrainerRuleLookupSession.getAuctionConstrainersForAuction(Id auctionId)
Gets the
AuctionConstrainer associated with an
Auction. |
AuctionConstrainerList |
AuctionConstrainerEnablerRuleLookupSession.getAuctionConstrainersForAuctionConstrainerEnabler(Id auctionConstrainerEnablerId)
Gets the
AuctionConstrainers mapped to an
AuctionConstrainerEnabler. |