Uses of Class
org.icestandard.ICE.V20.subscribe.OfferType

Packages that use OfferType
jimm.twice.ice Provides the core ICE classes that provide common syndicator and subscriber state and behavior, date and time value generation and parsing, XML message parsing, and error code and message generation. 
jimm.twice.subscriber Provides the subscriber code that is specific to this reference/test implementation. 
jimm.twice.syndicator Provides the syndicator code that is specific to this reference/test implementation. 
org.icestandard.ICE.V20.delivery   
org.icestandard.ICE.V20.subscribe   
 

Uses of OfferType in jimm.twice.ice
 

Fields in jimm.twice.ice declared as OfferType
protected  OfferType SubscriberParser.currentOffer
           
protected  OfferType CatalogParser.currentOffer
           
 

Methods in jimm.twice.ice that return OfferType
protected abstract  OfferType[] Syndicator.generateOffers(java.lang.String subscriberId)
          Generates the ice-offer(s) that fill a catalog
 

Uses of OfferType in jimm.twice.subscriber
 

Methods in jimm.twice.subscriber that return OfferType
 OfferType TwICESubscriber.findOffer(java.lang.String id)
          Returns the offer with the given id.
protected  OfferType TwICESubscriber.removeUnwantedTransports(OfferType offer, int offerNum, HttpServletRequest request)
          Given an offer, remove the transports that are not selected by the user.
 

Methods in jimm.twice.subscriber with parameters of type OfferType
protected  OfferType TwICESubscriber.removeUnwantedTransports(OfferType offer, int offerNum, HttpServletRequest request)
          Given an offer, remove the transports that are not selected by the user.
 

Uses of OfferType in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that return OfferType
static OfferType ProtoOffers.find(java.lang.String identifier)
          Returns the prototype subscription offer with the specified identifier.
protected  OfferType[] TwICESyndicator.generateOffers(java.lang.String subscriberId)
           
 

Uses of OfferType in org.icestandard.ICE.V20.delivery
 

Methods in org.icestandard.ICE.V20.delivery that return OfferType
 OfferType[] ItemType.getOffer()
          Gets the offer value for this ItemType.
 OfferType ItemType.getOffer(int i)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type OfferType
 void ItemType.setOffer(OfferType[] offer)
          Sets the offer value for this ItemType.
 void ItemType.setOffer(int i, OfferType _value)
           
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type OfferType
ItemType(OfferType[] offer, org.apache.axis.message.MessageElement[] _any, ItemTypeContentTransferEncoding contentTransferEncoding, org.apache.axis.types.Token name)
           
 

Uses of OfferType in org.icestandard.ICE.V20.subscribe
 

Methods in org.icestandard.ICE.V20.subscribe that return OfferType
 OfferType SubscriptionFault.getOffer()
          Gets the offer value for this SubscriptionFault.
 OfferType SubscriptionType.getOffer()
          Gets the offer value for this SubscriptionType.
 OfferType Subscribe.getOffer()
          Gets the offer value for this Subscribe.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type OfferType
 void SubscriptionFault.setOffer(OfferType offer)
          Sets the offer value for this SubscriptionFault.
 void SubscriptionType.setOffer(OfferType offer)
          Sets the offer value for this SubscriptionType.
 void Subscribe.setOffer(OfferType offer)
          Sets the offer value for this Subscribe.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type OfferType
SubscriptionFault(OfferType offer, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.PositiveInteger code)
           
SubscriptionType(OfferType offer, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Token subscriptionId, org.apache.axis.types.Token subscriptionName, org.apache.axis.types.Token currentState, java.math.BigInteger quantityRemaining)
           
Subscribe(OfferType offer, Parameters parameters, org.apache.axis.types.Token subscriptionName, org.apache.axis.types.Token offerId)