OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp.message
Interface CPPackageRequest


public interface CPPackageRequest

Provides accessors for cp package request

Since:
9.0.4

Method Summary
 java.lang.String getOfferID()
          Returns the ID of the offer for which the package is requested.
 java.lang.String getParameters()
          Returns the parameters supplied by the subscriber in its the get-package request if any.
 java.lang.String getState()
          Returns the state ID supplied by the subscriber to build the package update for.
 java.lang.String getSubscriberID()
          Returns the ID of the Subscriber requesting the package.
 java.lang.String getSubscriptionID()
          Returns the ID of the Subscription for which the package is requested.

 

Method Detail

getSubscriberID

public java.lang.String getSubscriberID()
Returns the ID of the Subscriber requesting the package.

getSubscriptionID

public java.lang.String getSubscriptionID()
Returns the ID of the Subscription for which the package is requested.

getOfferID

public java.lang.String getOfferID()
Returns the ID of the offer for which the package is requested.

getState

public java.lang.String getState()
Returns the state ID supplied by the subscriber to build the package update for.

getParameters

public java.lang.String getParameters()
Returns the parameters supplied by the subscriber in its the get-package request if any.

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.