Package org.osid.bidding


package org.osid.bidding

The Open Service Interface Definitions for the org.osid.bidding service.

The Bidding OSID provides a means for running and bidding in auctions.

Auction

An Auction represents a single item or a lot of the same item to be sold. Auctions are sponsored by a seller and define pricing information.

Bids

A Bid is an OsidRelationship between an Auction and a bidder.

Bidders

Bids are created by an Agent . The relationship between the Resource and the Agent is handled by the Bidding OSID Provider.

Auction Cataloging

Auctions and Bids are organized into AuctionHouse OsidCatalogs and can be federated using the hierarchy pattern.

Sub Packages

The Bidding OSID includes a Bidding Rules OSID for managing constraints and processing of Auctions and a Bidding Batch OSID for managing Bids and Auctions in bulk.




Copyright © 2010 Ingenescus. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.

You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    An Auction governs how Bids may be performed.
    This session creates, updates, and deletes Auctions .
    This session provides methods to re-assign Auctions to AuctionHouse mappings.
    This session provides methods to retrieve Auction to AuctionHouse mappings.
    This is the form for creating and updating Auctions .Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AuctionAdminSession .
    An AuctionHouse represents a collection of auctions.
    This session creates, updates, and deletes AuctionHouses .
    This is the form for creating and updating auction houses.
    This session defines methods for managing a hierarchy of AuctionHouses .
    This session defines methods for traversing a hierarchy of AuctionHouses .
    Like all OsidLists , AuctionHouseList provides a means for accessing AuctionHouse elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving AuctionHouses .
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , AuctionHouseNodeList provides a means for accessing AuctionHouseNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to AuctionHouses .
    This is the query for searching auction houses.
    This is the query inspector interface for examining auction house queries.
    This session provides methods for searching among AuctionHouses .
    The auction house receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AuctionHouse objects.
    The search interface for governing auction house searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among AuctionHouses .
    Like all OsidLists , AuctionList provides a means for accessing Auction elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Auctions .
    This session defines methods to receive notifications on adds/changes to Auctions in this AuctionHouse .
    This is the query for searching auctions.
    This is the query inspector for examining auction queries.
    This session provides methods for searching among Auctions .
    The auction receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Auction objects.
    The search interface for governing auction searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Auctions .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A Bid represents a bid for an item at an auction.
    This session creates, updates, and deletes Bids .
    This session provides methods to re-assign Bids to AuctionHouse mappings.
    This session provides methods to retrieve Bid to AuctionHouse mappings.
    The bidding manager provides access to rules sessions and provides interoperability tests for various aspects of this service.
    The bidding profile describes the interoperability among bidding services.
    The bidding proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service.
    This is the form for creating and updating Bids .Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the BidAdminSession .
    Like all OsidLists , BidList provides a means for accessing Bid elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Bid relationships.
    This session defines methods to receive notifications on adds/changes to Bids in this AuctionHouse .
    This is the query for searching bids.
    This is the query inspector for examining bid queries.
    This session provides methods for searching among Bids .
    The bid receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Bid objects.
    The search interface for governing bid searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Bids .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    This session defines methods to receive notifications on changes to an auction in progress.
    The auction receiver is the consumer supplied interface for receiving notifications for an agent's participation in an auction.
    This session defines methods for accessing auctions bid by authenticated agent.