Package com.ibm.commerce.me.datatype

Provides datatype objects used for integrating with procurement systems.

See: Description

  • Interface Summary 
    Interface Description
    CIData
    The PunchOutSetupCmd uses the CIData object to store all the XML parameters that it receives from the PunchOutSetupRequest message.
    CIQuote
    This is a generic interface to be implemented by any quote class.
  • Class Summary 
    Class Description
    Address
    This class stores the shipping address information.
    BuyerRequestInfo
    This class stores the buyer request information once the buyer organization is authenticated.
    CIDataImpl
    This class encapsulates the login and purchase order data.
    CIQuoteImpl
    This is the default implementation for CIQuote.
    Credentials
    This class stores credential information for an organization (such as buyer, supplier, or marketplace).
    PaymentInfo
    This class stores information related to payment and defines constant fields PCARD, CUSTOM_OFFLINE, OFFLINE, SET_MIA, SET_WALLET, CYBER_CASH, CARD_TYPE, CARD_NAME, CARD_NUMBER, CARD_EXPIRY .
    PurchaseOrderHeader
    This class encapsulates information for a purchase order.
    PurchaseOrderItem
    This class stores information for an item in a purchase order.
    PurchaseOrderRequestHeader
    This class stores information for a purchase order request header.
    QuoteWrapper
    This class keeps a table of CIQuote objects.
    RequisitionerSessionData
    Stores session data for a requisitioner such as the session cookie, approval URL, status URL, protocol ID, buyer code type, supplier code type.
    RequisitionerSessionTable
    A table storing the RequistionerSessionData based on user ID
    SessionInfo
    This class stores information for a session.
    ShippingInfo
    Stores shipping information such as charge, currency, description, shipping company, tracking ID.
    StoreHelper
    The class contains utility methods related to the store and the catalog.
    SupplierCookieTable
    This stores the BuyerRequestInfo based on a cookie as a key.
    TaxInfo
    This class stores the tax amount and related information in a purchase order.
    Utilities
    Utility class providing methods to decode a URL encoded string to String, file to String, replace values in a String

Package com.ibm.commerce.me.datatype Description

Provides datatype objects used for integrating with procurement systems.