A B C D E F G H I L M N O P R S T U W

A

AbstractCheckoutRequest - Class in com.google.checkout
The parent for all Checkout requests.
AbstractCheckoutRequest(MerchantInfo, String) - Constructor for class com.google.checkout.AbstractCheckoutRequest
 
AbstractCheckoutRequest(MerchantInfo, Document) - Constructor for class com.google.checkout.AbstractCheckoutRequest
 
AbstractOrderProcessingRequest - Class in com.google.checkout.orderprocessing
The parent for all order processing requests.
AbstractOrderProcessingRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
Constructor which takes in an instance of MerchantInfo.
accept(File, String) - Method in class com.google.checkout.GoogleOrder.OrderFilter
 
addAllowedCountryArea(USArea) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an allowed U.S.
addAllowedCountryArea(USArea) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an allowed U.S.
addAllowedPostalArea(String, String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an allowed <postal-area> element.
addAllowedPostalArea(String, String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an allowed <postal-area> element.
addAllowedStateCode(String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an allowed U.S.
addAllowedStateCode(String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an allowed U.S.
addAllowedWorldArea() - Method in class com.google.checkout.checkout.AddressFilters
This method adds an allowed <world-area> element.
addAllowedWorldArea() - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an allowed <world-area> element.
addAllowedZipPattern(String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an allowed zip code pattern to a <us-zip-area> element.
addAllowedZipPattern(String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an allowed zip code pattern to a <us-zip-area> element.
addAlternateTaxRule(String, boolean, double, TaxArea) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method creates a new <alternate-tax-rule>.
addCarrierCalculatedShippingOption(float, String, CarrierPickup, String, float, float) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a <carrier-calculated-shipping> element.
addCountryArea(USArea) - Method in class com.google.checkout.checkout.TaxArea
Add a <us-country-area> tag to the <tax-area> tag.
addDefaultTaxRule(double, boolean, TaxArea) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method creates a new <default-tax-rule>.
addExcludedCountryArea(USArea) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an excluded U.S.
addExcludedCountryArea(USArea) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an excluded U.S.
addExcludedPostalArea(String, String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an excluded <postal-area> element.
addExcludedPostalArea(String, String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an excluded <postal-area> element.
addExcludedStateCode(String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an excluded U.S.
addExcludedStateCode(String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an excluded U.S.
addExcludedWorldArea() - Method in class com.google.checkout.checkout.AddressFilters
This method adds an excluded <world-area> element.
addExcludedWorldArea() - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an excluded <world-area> element.
addExcludedZipPattern(String) - Method in class com.google.checkout.checkout.AddressFilters
This method adds an excluded zip code pattern to a <us-zip-area> element.
addExcludedZipPattern(String) - Method in class com.google.checkout.checkout.ShippingRestrictions
This method adds an excluded zip code pattern to a <us-zip-area> element.
addFlatRateShippingMethod(String, float, ShippingRestrictions) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds a flat-rate shipping method to an order.
addFlatRateShippingMethod(String, float) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds a flat-rate shipping method to an order.
addIncomingMessage(Date, String, String, String) - Method in class com.google.checkout.GoogleOrder
 
addItem(String, String, float, int) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an item to an order.
addItem(String, String, float, int, String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an item to an order.
addItem(String, String, float, int, Element[]) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an item to an order.
addItem(String, String, float, int, String, Element[], String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an item to an order.
addItem(Item) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an item to an order.
addItem(String) - Method in class com.google.checkout.orderprocessing.lineitem.BackorderItemsRequest
Add the merchantItemId which is on back order.
addItem(String) - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Add the merchantItemId which is to be canceled.
addItem(String) - Method in class com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
Add the merchantItemId which is to be reset.
addItem(String) - Method in class com.google.checkout.orderprocessing.lineitem.ReturnItemsRequest
Add the merchantItemId which has been returned.
addItemShippingInformation(String, String, String) - Method in class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
Add the item shipping information.
addItemShippingInformation(String, TrackingData[]) - Method in class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
Add the item shipping information.
addMerchantCalculatedShippingMethod(String, float) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds a merchant-calculated shipping method to an order.
addMerchantCalculatedShippingMethod(String, float, ShippingRestrictions) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds a merchant-calculated shipping method to an order.
addMerchantCalculatedShippingMethod(String, float, ShippingRestrictions, AddressFilters) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds a merchant-calculated shipping method to an order.
AddMerchantOrderNumberRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <add-merchant-order-number> API requests.
AddMerchantOrderNumberRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Constructor which takes an instance of MerchantInfo,
AddMerchantOrderNumberRequest(MerchantInfo, String, String) - Constructor for class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Constructor which takes an instance of MerchantInfo, a Google order number and a Merchant Order Number.
addMerchantPrivateDataNode(Element) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an Xml node to the <merchant-private-data> element.
addOutgoingMessage(Date, String, String, String) - Method in class com.google.checkout.GoogleOrder
 
addParameterizedUrl(String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a URL which has already been URL encoded to the <parameterized-urls> collection.
addParameterizedUrl(String, boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a URL to the <parameterized-urls> collection.
addParameterizedUrl(String, Collection) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a collection of URLs which have already been URL encoded to the <parameterized-urls> collection.
addParameterizedUrl(String, boolean, Collection) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a collection of URLs to the <parameterized-urls> collection.
addPickupShippingMethod(String, float) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method adds an instore-pickup shipping option to an order.
addPostalArea(String, String) - Method in class com.google.checkout.checkout.TaxArea
This method adds a <postal-area> element.
addPostalArea(String) - Method in class com.google.checkout.checkout.TaxArea
This method adds a <postal-area> element.
Address - Class in com.google.checkout.notification
This class encapsulates the data describing an Address.
Address(Document, Element) - Constructor for class com.google.checkout.notification.Address
 
AddressFilters - Class in com.google.checkout.checkout
This class represents the <address-filters> tag in the Checkout API.
AddressFilters() - Constructor for class com.google.checkout.checkout.AddressFilters
The default constructor.
addResult(String, String, boolean, double, double, String, Collection) - Method in class com.google.checkout.merchantcalculation.MerchantCalculationResults
Add a result.
addResult(String, String, boolean, double, String, Collection) - Method in class com.google.checkout.merchantcalculation.MerchantCalculationResults
Add a result without including a total-tax amount.
addShippingPackage(DeliveryAddressCategory, String, float, String, float, String, float, Packaging, ShipFrom) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Add a <shipping-package> element.
addStateCode(String) - Method in class com.google.checkout.checkout.TaxArea
Add a <state> and encolsing <us-state-area> to the <tax-area> tag.
AddTrackingDataRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <add-tracking-data> API requests.
AddTrackingDataRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.AddTrackingDataRequest
Constructor which takes an instance of MerchantInfo
AddTrackingDataRequest(MerchantInfo, String, String, String) - Constructor for class com.google.checkout.orderprocessing.AddTrackingDataRequest
Constructor which takes an instance of MerchantInfo, the Google order number, the carrier and the tracking number
addWorldArea() - Method in class com.google.checkout.checkout.TaxArea
This method adds a <world-area> element.
addZipPattern(String) - Method in class com.google.checkout.checkout.TaxArea
Add a <zip-pattern> and encolsing <us-zip-area> to the <tax-area> tag.
ALL - Static variable in class com.google.checkout.checkout.USArea
An instance of the USArea class with the country-area attribute as: ALL.
ampReplaceStr - Static variable in class com.google.checkout.util.Constants
 
ampStr - Static variable in class com.google.checkout.util.Constants
 
AnonymousAddress - Class in com.google.checkout.merchantcalculation
This class encapsulates the <anonymous-address> element, used as part of the Merchant Calculations API.
AnonymousAddress(Document, Element) - Constructor for class com.google.checkout.merchantcalculation.AnonymousAddress
A constructor which takes the document and element pointing to the <anonymous-address> tag.
ArchiveOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <archive-order> API requests.
ArchiveOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.ArchiveOrderRequest
Constructor which takes an instance of MerchantInfo.
ArchiveOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.ArchiveOrderRequest
Constructor which takes an instance of merchantInfo and Google order number.
AUTHORIZATION_AMOUNT_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
AuthorizationAmountNotification - Class in com.google.checkout.notification
This class encapsulates the <authorization-amount-notification> notification.
AuthorizationAmountNotification(String) - Constructor for class com.google.checkout.notification.AuthorizationAmountNotification
A constructor which takes the request as a String.
AuthorizationAmountNotification(InputStream) - Constructor for class com.google.checkout.notification.AuthorizationAmountNotification
A constructor which takes the request as an InputStream.
AuthorizationAmountNotification(Document) - Constructor for class com.google.checkout.notification.AuthorizationAmountNotification
A constructor which takes in an xml document representation of the request.
AuthorizationAmountNotificationHandler - Class in com.google.checkout.handlers
 
AuthorizationAmountNotificationHandler() - Constructor for class com.google.checkout.handlers.AuthorizationAmountNotificationHandler
 
AuthorizeOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <authorize-order> API requests.
AuthorizeOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.AuthorizeOrderRequest
Constructor which takes an instance of MerchantInfo
AuthorizeOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.AuthorizeOrderRequest
Constructor which takes an instance of MerchantInfo and the Google order number.

B

BackorderItemsRequest - Class in com.google.checkout.orderprocessing.lineitem
This class contains methods that construct <backorder-items> API requests.
BackorderItemsRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.lineitem.BackorderItemsRequest
Constructor which takes an instance of MerchantInfo.
BackorderItemsRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.BackorderItemsRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
Base64Coder - Class in com.google.checkout.util
The Base64Coder class provides methods for encoding strings and byte arrays into Base64 format.
BATCH - Static variable in class com.google.checkout.checkout.CalculationMode
An instance of the CalculationMode class with mode: BATCH.
billingCity - Static variable in class com.google.checkout.checkout.UrlParameterType
The city associated with the order's billing address.
billingCountryCode - Static variable in class com.google.checkout.checkout.UrlParameterType
The two-letter ISO 3166 country code associated with the order's billing address.
billingPostalCode - Static variable in class com.google.checkout.checkout.UrlParameterType
The five-digit U.S.
billingRegion - Static variable in class com.google.checkout.checkout.UrlParameterType
The U.S.
Box - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Box.
buyerID - Static variable in class com.google.checkout.checkout.UrlParameterType
A Google-assigned value that uniquely identifies a customer email address.
BuyerMarketingPreferences - Class in com.google.checkout.notification
 
BuyerMarketingPreferences(Document, Element) - Constructor for class com.google.checkout.notification.BuyerMarketingPreferences
 

C

CalculationMode - Class in com.google.checkout.checkout
This class represents the <calculation-mode> tag in the Checkout API.
CallbackXmlProcessor - Class in com.google.checkout.util
 
CallbackXmlProcessor(MerchantInfo, MerchantCallbackHandler, HashMap) - Constructor for class com.google.checkout.util.CallbackXmlProcessor
 
CANCEL_ERROR_STRING - Static variable in class com.google.checkout.orderprocessing.CancelOrderRequest
 
CANCEL_ERROR_STRING - Static variable in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
 
CANCEL_STRING_LIMIT - Static variable in class com.google.checkout.orderprocessing.CancelOrderRequest
 
CANCEL_STRING_LIMIT - Static variable in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
 
cancelErrorString - Static variable in class com.google.checkout.util.Constants
 
CancelItemsRequest - Class in com.google.checkout.orderprocessing.lineitem
This class contains methods that construct <cancel-items> API requests.
CancelItemsRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Constructor which takes an instance of MerchantInfo.
CancelItemsRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
CancelItemsRequest(MerchantInfo, String, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Constructor which takes an instance of MerchantInfo, Google order number and the reason for the cancellation.
CancelItemsRequest(MerchantInfo, String, String, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Constructor which takes an instance of merchantInfo, Google order number, reason for cancellation and comment.
CANCELLED - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing CANCELLED.
CANCELLED_BY_GOOGLE - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing CANCELLED_BY_GOOGLE.
CancelOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <cancel-order> API requests.
CancelOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.CancelOrderRequest
Constructor which takes an instance of MerchantInfo
CancelOrderRequest(MerchantInfo, String, String) - Constructor for class com.google.checkout.orderprocessing.CancelOrderRequest
Constructor which takes an instance of MerchantInfo, Google order number and the reason for the cancellation.
CancelOrderRequest(MerchantInfo, String, String, String) - Constructor for class com.google.checkout.orderprocessing.CancelOrderRequest
Constructor which takes an instance of merchantInfo, Google order number, reason for cancellation and comment.
cancelStrLimit - Static variable in class com.google.checkout.util.Constants
 
Card - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Card.
Carrier_Box - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Carrier_Box.
Carrier_Envelope - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Carrier_Envelope.
Carrier_Pak - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Carrier_Pak.
Carrier_Tube - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Carrier_Tube.
CarrierCalculatedShippingAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <flat-rate-shipping-adjustment> tag.
CarrierCalculatedShippingAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.CarrierCalculatedShippingAdjustment
A constructor which takes the document and element pointing to the <carrier-calculated-shipping-adjustment> tag.
CarrierPickup - Class in com.google.checkout.checkout
This class represents the <carrier-pickup> tag in the Checkout API.
CEILING - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: CEILING.
CHARGE_AMOUNT_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
CHARGEABLE - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing CHARGEABLE.
ChargeAmountNotification - Class in com.google.checkout.notification
This class encapsulates the <charge-amount-notification> notification.
ChargeAmountNotification(String) - Constructor for class com.google.checkout.notification.ChargeAmountNotification
A constructor which takes the request as a String.
ChargeAmountNotification(InputStream) - Constructor for class com.google.checkout.notification.ChargeAmountNotification
A constructor which takes the request as an InputStream.
ChargeAmountNotification(Document) - Constructor for class com.google.checkout.notification.ChargeAmountNotification
A constructor which takes in an xml document representation of the request.
ChargeAmountNotificationHandler - Class in com.google.checkout.handlers
 
ChargeAmountNotificationHandler() - Constructor for class com.google.checkout.handlers.ChargeAmountNotificationHandler
 
CHARGEBACK_AMOUNT_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
ChargebackAmountNotification - Class in com.google.checkout.notification
This class encapsulates the <chargeback-amount-notification> notification.
ChargebackAmountNotification(String) - Constructor for class com.google.checkout.notification.ChargebackAmountNotification
A constructor which takes the request as a String.
ChargebackAmountNotification(InputStream) - Constructor for class com.google.checkout.notification.ChargebackAmountNotification
A constructor which takes the request as an InputStream.
ChargebackAmountNotification(Document) - Constructor for class com.google.checkout.notification.ChargebackAmountNotification
A constructor which takes in an xml document representation of the request.
ChargebackAmountNotificationHandler - Class in com.google.checkout.handlers
 
ChargebackAmountNotificationHandler() - Constructor for class com.google.checkout.handlers.ChargebackAmountNotificationHandler
 
CHARGED - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing CHARGED.
ChargeOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <charge-order> API requests.
ChargeOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.ChargeOrderRequest
Constructor which takes an instance of MechantInfo and the Google order
ChargeOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.ChargeOrderRequest
Constructor which takes an instance of merchantInfo and the Google order number.
ChargeOrderRequest(MerchantInfo, String, float) - Constructor for class com.google.checkout.orderprocessing.ChargeOrderRequest
Constructor which takes an instance of MerchantInfo, the Google order number and the amount to be charged.
CHARGING - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing CHARGING.
CheckoutCallback - Class in com.google.checkout.merchantcalculation
 
CheckoutCallback() - Constructor for class com.google.checkout.merchantcalculation.CheckoutCallback
 
CheckoutException - Exception in com.google.checkout
This class is the base for any Checkout specific exceptions.
CheckoutException() - Constructor for exception com.google.checkout.CheckoutException
Creates a new instance of CheckoutException without detail message.
CheckoutException(Exception) - Constructor for exception com.google.checkout.CheckoutException
A constructor which takes a nested exception
CheckoutException(String, Exception) - Constructor for exception com.google.checkout.CheckoutException
A constructor which takes an error message and a nested exception
CheckoutException(String) - Constructor for exception com.google.checkout.CheckoutException
A constructor which takes an error message
CheckoutHandlerException - Exception in com.google.checkout.handlers
 
CheckoutHandlerException() - Constructor for exception com.google.checkout.handlers.CheckoutHandlerException
Creates a new instance of CheckoutHandlerException without detail message.
CheckoutHandlerException(String) - Constructor for exception com.google.checkout.handlers.CheckoutHandlerException
Constructs an instance of CheckoutHandlerException with the specified detail message.
CheckoutHandlerException(int) - Constructor for exception com.google.checkout.handlers.CheckoutHandlerException
 
CheckoutHandlerException(Exception) - Constructor for exception com.google.checkout.handlers.CheckoutHandlerException
Constructs an instance of CheckoutHandlerException with the specified nested exception
CheckoutHandlerException(String, Exception) - Constructor for exception com.google.checkout.handlers.CheckoutHandlerException
Constructs an instance of CheckoutHandlerException with the specified detail message.
CheckoutMessageHandlerServlet - Class in com.google.checkout.web
 
CheckoutMessageHandlerServlet() - Constructor for class com.google.checkout.web.CheckoutMessageHandlerServlet
 
checkoutNamespace - Static variable in class com.google.checkout.util.Constants
 
CheckoutNotification - Class in com.google.checkout.notification
This class is the parent for all the notification classes.
CheckoutNotification(Document) - Constructor for class com.google.checkout.notification.CheckoutNotification
Takes a document that contains info on the notification
CheckoutParserException - Exception in com.google.checkout.notification
 
CheckoutParserException() - Constructor for exception com.google.checkout.notification.CheckoutParserException
Creates a new instance of CheckoutParserException without detail message.
CheckoutParserException(String) - Constructor for exception com.google.checkout.notification.CheckoutParserException
Constructs an instance of CheckoutParserException with the specified detail message.
CheckoutParserException(Exception) - Constructor for exception com.google.checkout.notification.CheckoutParserException
Constructs an instance of CheckoutParserException with the specified nested exception.
CheckoutParserException(String, Exception) - Constructor for exception com.google.checkout.notification.CheckoutParserException
Constructs an instance of CheckoutParserException with the specified detail message and the nested exception.
CheckoutResponse - Class in com.google.checkout
The default implementation of the CheckoutResponse interface.
CheckoutResponse() - Constructor for class com.google.checkout.CheckoutResponse
 
CheckoutResponse(String) - Constructor for class com.google.checkout.CheckoutResponse
A constructor which takes the response String.
CheckoutResponse(InputStream) - Constructor for class com.google.checkout.CheckoutResponse
A constructor which takes the response as an InputStream.
CheckoutShoppingCartRequest - Class in com.google.checkout.checkout
Class used to create the structure needed by Google Checkout The class also has the ability to send that request to Google or return the Xml needed to place in the hidden form fields.
CheckoutShoppingCartRequest(MerchantInfo) - Constructor for class com.google.checkout.checkout.CheckoutShoppingCartRequest
Constructor which takes an instance of merchantInfo.
CheckoutShoppingCartRequest(MerchantInfo, String) - Constructor for class com.google.checkout.checkout.CheckoutShoppingCartRequest
Constructor which takes an instance of merchatnInfo and a cart XML.
CheckoutShoppingCartRequest(MerchantInfo, int) - Constructor for class com.google.checkout.checkout.CheckoutShoppingCartRequest
Constructor which takes an instance of merchantInfo and the cart expiration.
CheckoutSystemException - Exception in com.google.checkout
 
CheckoutSystemException() - Constructor for exception com.google.checkout.CheckoutSystemException
Creates a new instance of CheckoutSystemException without detail message.
CheckoutSystemException(String) - Constructor for exception com.google.checkout.CheckoutSystemException
Constructs an instance of CheckoutSystemException with the specified detail message.
CheckoutSystemException(Exception) - Constructor for exception com.google.checkout.CheckoutSystemException
Constructs an instance of CheckoutSystemException with the specified nested exception.
CheckoutSystemException(String, Exception) - Constructor for exception com.google.checkout.CheckoutSystemException
Constructs an instance of CheckoutSystemException with the specified nested exception and the detail message.
CheckoutXmlProcessor - Interface in com.google.checkout.util
 
CheckoutXmlProcessorException - Exception in com.google.checkout.util
 
CheckoutXmlProcessorException() - Constructor for exception com.google.checkout.util.CheckoutXmlProcessorException
Creates a new instance of CheckoutXmlProcessorException without detail message.
CheckoutXmlProcessorException(String) - Constructor for exception com.google.checkout.util.CheckoutXmlProcessorException
Constructs an instance of CheckoutXmlProcessorException with the specified detail message.
CheckoutXmlProcessorException(Exception) - Constructor for exception com.google.checkout.util.CheckoutXmlProcessorException
Constructs an instance of CheckoutXmlProcessorException with the wrapped exception
com.google.checkout - package com.google.checkout
 
com.google.checkout.checkout - package com.google.checkout.checkout
 
com.google.checkout.handlers - package com.google.checkout.handlers
 
com.google.checkout.merchantcalculation - package com.google.checkout.merchantcalculation
 
com.google.checkout.notification - package com.google.checkout.notification
 
com.google.checkout.orderprocessing - package com.google.checkout.orderprocessing
 
com.google.checkout.orderprocessing.lineitem - package com.google.checkout.orderprocessing.lineitem
 
com.google.checkout.util - package com.google.checkout.util
 
com.google.checkout.web - package com.google.checkout.web
 
COMMERCIAL - Static variable in class com.google.checkout.checkout.DeliveryAddressCategory
An instance of the DeliveryAddressCategory class with value: COMMERCIAL.
CompositeNotificationHandler - Class in com.google.checkout.handlers
 
CompositeNotificationHandler() - Constructor for class com.google.checkout.handlers.CompositeNotificationHandler
 
CompositeNotificationParser - Class in com.google.checkout.notification
 
CompositeNotificationParser() - Constructor for class com.google.checkout.notification.CompositeNotificationParser
Default constructor
ConfigurationListener - Class in com.google.checkout.web
This servlet context listener sets up attributed that need to be present in the servlet context
ConfigurationListener() - Constructor for class com.google.checkout.web.ConfigurationListener
Creates a new instance of ConfigurationListener
Constants - Class in com.google.checkout.util
 
Constants() - Constructor for class com.google.checkout.util.Constants
 
contextDestroyed(ServletContextEvent) - Method in class com.google.checkout.web.ConfigurationListener
 
contextInitialized(ServletContextEvent) - Method in class com.google.checkout.web.ConfigurationListener
 
CONTINENTAL_48 - Static variable in class com.google.checkout.checkout.USArea
An instance of the USArea class with the country-area attribute as: CONTINENTAL_48.
CouponAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <coupon-adjustment> tag.
CouponAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.CouponAdjustment
A constructor which takes the document and element pointing to the <coupon-adjustment> tag.
couponAmount - Static variable in class com.google.checkout.checkout.UrlParameterType
The total amount of all coupons factored into the order total.
CouponResult - Class in com.google.checkout.merchantcalculation
This class encapsulates the <coupon-result> tag used as part of the Merchant Calculation API.
CouponResult(boolean, float, String, String, String) - Constructor for class com.google.checkout.merchantcalculation.CouponResult
A constructor which takes all the relevant parameters.
createNewContainer(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSet(Document, Element, String, String) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSet(Document, Element, String, float) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSet(Document, Element, String, int) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSet(Document, Element, String, boolean) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSet(Document, Element, String, double) - Static method in class com.google.checkout.util.Utils
 
createNewElementAndSetAndAttribute(Document, Element, String, String, String, String) - Static method in class com.google.checkout.util.Utils
 

D

decode(String) - Static method in class com.google.checkout.util.Base64Coder
The decode (String s) method decodes a Base64-encoded string.
decode(char[]) - Static method in class com.google.checkout.util.Base64Coder
The decode (char[] in) method decodes an array of Base64-encoded characters.
DELIVERED - Static variable in class com.google.checkout.notification.FulfillmentOrderState
An instance of the FulfillmentOrderState class representing DELIVERED.
DeliverOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <deliver-order> API requests.
DeliverOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.DeliverOrderRequest
Constructor which takes an instance of MerchantInfo.
DeliverOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.DeliverOrderRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
DeliverOrderRequest(MerchantInfo, String, String, String, boolean) - Constructor for class com.google.checkout.orderprocessing.DeliverOrderRequest
Constructor which takes an instance of merchantInfo, the Google order number, the carrier, tracking number and the whether to send email.
DeliveryAddressCategory - Class in com.google.checkout.checkout
This class represents the <delivery-address-category> tag in the Checkout API.
DigitalContent - Class in com.google.checkout.checkout
 
DigitalContent(Document, Element) - Constructor for class com.google.checkout.checkout.DigitalContent
A constructor which takes the document and element pointing to the <digital-content> tag.
DigitalContent() - Constructor for class com.google.checkout.checkout.DigitalContent
The default constructor.
dispatch(MerchantInfo, String) - Method in class com.google.checkout.web.CheckoutMessageHandlerServlet
Overrides base class method to load the configuration from web.xml deployment descriptor
document - Variable in class com.google.checkout.merchantcalculation.CheckoutCallback
 
document - Variable in class com.google.checkout.notification.MerchantCodes
 
document - Variable in class com.google.checkout.notification.Shipping
 
documentToString(Document) - Static method in class com.google.checkout.util.Utils
 
documentToStringPretty(Document) - Static method in class com.google.checkout.util.Utils
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.google.checkout.web.CheckoutMessageHandlerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.checkout.web.CheckoutMessageHandlerServlet
 
DOWN - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: DOWN.
DROP_OFF - Static variable in class com.google.checkout.checkout.CarrierPickup
An instance of the CarrierPickup class with value: DROP_OFF.

E

element - Variable in class com.google.checkout.notification.MerchantCodes
 
element - Variable in class com.google.checkout.notification.Shipping
 
encode(String) - Static method in class com.google.checkout.util.Base64Coder
The encode (String s) method encodes a string into Base64 format.
encode(byte[]) - Static method in class com.google.checkout.util.Base64Coder
The encode (byte[] in) method encodes a byte array into Base64 format.
EncodeHelper - Class in com.google.checkout
 
EncodeHelper() - Constructor for class com.google.checkout.EncodeHelper
 
EncodeHelper - Class in com.google.checkout.util
Helper class for escaping XML characters < > and &
EncodeHelper() - Constructor for class com.google.checkout.util.EncodeHelper
 
EnvironmentType - Class in com.google.checkout
This class represents the possible values of the Environment Type variable.
EnvironmentType() - Constructor for class com.google.checkout.EnvironmentType
 
escapeXmlChars(String) - Static method in class com.google.checkout.EncodeHelper
Escapes XML characters < > and &.
EscapeXmlChars(String) - Static method in class com.google.checkout.util.EncodeHelper
Escapes XML characters < > and &.

F

FinancialOrderState - Class in com.google.checkout.notification
This class represents the financial status of an order.
findAll(String) - Static method in class com.google.checkout.GoogleOrder
 
findContainerElseCreate(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
findContainerWithAttributeValueElseCreate(Document, Element, String, String, String) - Static method in class com.google.checkout.util.Utils
 
findContainerWithAttributeValueElseCreateAndSet(Document, Element, String, String, String, String) - Static method in class com.google.checkout.util.Utils
 
findElementAndSetElseCreateAndSet(Document, Element, String, String) - Static method in class com.google.checkout.util.Utils
 
findElementAndSetElseCreateAndSet(Document, Element, String, boolean) - Static method in class com.google.checkout.util.Utils
 
findElementAndSetElseCreateAndSet(Document, Element, String, float) - Static method in class com.google.checkout.util.Utils
 
findElementAndSetElseCreateAndSet(Document, Element, String, int) - Static method in class com.google.checkout.util.Utils
 
findElementAndSetElseCreateAndSet(Document, Element, String, Date) - Static method in class com.google.checkout.util.Utils
 
findElementElseCreateAndAttribute(Document, Element, String, String, String) - Static method in class com.google.checkout.util.Utils
 
findElementElseCreateAndSet(Document, Element, String, String) - Static method in class com.google.checkout.util.Utils
 
findElementElseCreateAndSet(Document, Element, String, boolean) - Static method in class com.google.checkout.util.Utils
 
findElementElseCreateAndSetAndAttribute(Document, Element, String, String, String, String) - Static method in class com.google.checkout.util.Utils
 
findElementOrContainer(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
findOrCreate(String, String) - Static method in class com.google.checkout.GoogleOrder
 
FlatRateShippingAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <flat-rate-shipping-adjustment> tag.
FlatRateShippingAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.FlatRateShippingAdjustment
A constructor which takes the document and element pointing to the <flat-rate-shipping-adjustment> tag.
FLOOR - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: FLOOR.
FulfillmentOrderState - Class in com.google.checkout.notification
This class represents the fulfillment status of an order.
FULL_50_STATES - Static variable in class com.google.checkout.checkout.USArea
An instance of the USArea class with the country-area attribute as: FULL_50_STATES.

G

getAckString() - Static method in class com.google.checkout.handlers.NotificationAcknowledgment
 
getAddress1() - Method in class com.google.checkout.notification.Address
 
getAddress2() - Method in class com.google.checkout.notification.Address
 
getAdjustmentTotal() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getOrderAdjustment().getAdjustmentTotal();
getAdjustmentTotal() - Method in class com.google.checkout.notification.OrderAdjustment
Retrieves the value of the <adjustment-total> element.
getAmount() - Method in class com.google.checkout.orderprocessing.ChargeOrderRequest
Return the charge amount, which is the value of the <amount> tag.
getAmount() - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Return the refund amount, which is value of the <amount> tag.
getAnalyticsData() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <analytics-data> element.
getAnonymousAddresses() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Returns a Collection of AnonymousAddress objects representing the <anonymous-address> tags in the request.
getAppliedAmount() - Method in class com.google.checkout.notification.MerchantCodes
Retrieves the value of the <applied-amount> element.
getAuthorizationAmount() - Method in class com.google.checkout.notification.AuthorizationAmountNotification
Retrieves the value of the <authorization-amount> tag.
getAuthorizationExpirationDate() - Method in class com.google.checkout.notification.AuthorizationAmountNotification
Retrieves the value of the <authorization-expiration-date> tag.
getAvsResponse() - Method in class com.google.checkout.notification.AuthorizationAmountNotification
Retrieves the value of the <avs-response> tag.
getAvsResponse() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <avs-response> tag.
getAvsResponse() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. Use getRiskInfo().getAvsResponse()
getBillingAddress() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the contents of the <billing-address> tag as an Address object.
getBillingAddress() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. Use getRiskInfo().getBillingAddress()
getBody() - Method in class com.google.checkout.Message
 
getBuyerAccountAge() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <buyer-account-age> tag.
getBuyerAccountAge() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. getRiskInfo().getBuyerAccountAge()
getBuyerBillingAddress() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <buyer-billing-address> element.
getBuyerEmail() - Method in class com.google.checkout.GoogleOrder
 
getBuyerId() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Retrieves the value of the <buyer-id> element.
getBuyerId() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <buyer-id> element.
getBuyerLanguage() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Retrieves the value of the <buyer-language> element.
getBuyerMarketingPreferences() - Method in class com.google.checkout.notification.NewOrderNotification
 
getBuyerShippingAddress() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <buyer-shipping-address> element.
getCalculatedAmount() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the value of the <calculated-amount> tag.
getCalculatedAmount() - Method in class com.google.checkout.notification.MerchantCodes
Retrieves the value of the <calculated-amount> element.
getCarrier() - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Return the carrier String, which is the value of the <carrier> tag.
getCarrier() - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Return the carrier String, which is the value of the <carrier> tag.
getCarrier() - Method in class com.google.checkout.orderprocessing.lineitem.TrackingData
Get the carrier.
getCartExpiration() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <good-until-date> element.
getCartExpiration() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Deprecated. Use getShoppingCart().getCartExpiration()
getCartExpiration() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getShoppingCart().getCartExpiration()
getCartExpiration() - Method in class com.google.checkout.notification.ShoppingCart
Retrieves the value of the <good-until-date> element.
getCheckoutUrl() - Method in class com.google.checkout.MerchantInfo
 
getCity() - Method in class com.google.checkout.merchantcalculation.AnonymousAddress
Retrieve the contents of the <city> tag.
getCity() - Method in class com.google.checkout.notification.Address
 
getCode() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the value of the <code> tag.
getCode() - Method in class com.google.checkout.merchantcalculation.MerchantCodeString
Retrieve the contents of the code attribute.
getCode() - Method in class com.google.checkout.notification.MerchantCodes
Retrieves the value of the <code> element.
getComment() - Method in class com.google.checkout.orderprocessing.CancelOrderRequest
Return the cancel order comment String, which is the value of the <comment> tag.
getComment() - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Return the cancel order comment String, which is the value of the <comment> tag.
getComment() - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Return the refund comment String, which is the value of the <comment> tag.
getCompanyName() - Method in class com.google.checkout.notification.Address
 
getContactName() - Method in class com.google.checkout.notification.Address
 
getContinueShoppingUrl() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <continue-shopping-url> element.
getCountryCode() - Method in class com.google.checkout.merchantcalculation.AnonymousAddress
Retrieve the contents of the <country-code> tag.
getCountryCode() - Method in class com.google.checkout.notification.Address
 
getCurrency() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the value of the currency attribute of the <calculated-amount> tag.
getCurrencyCode() - Method in class com.google.checkout.MerchantInfo
 
getCurrencyCode() - Method in class com.google.checkout.notification.AuthorizationAmountNotification
Retrieves the currency code.
getCurrencyCode() - Method in class com.google.checkout.notification.ChargeAmountNotification
Retrieves the currency code.
getCurrencyCode() - Method in class com.google.checkout.notification.ChargebackAmountNotification
Retrieves the currency code.
getCurrencyCode() - Method in class com.google.checkout.notification.RefundAmountNotification
Retrieves the currency code.
getCvnResponse() - Method in class com.google.checkout.notification.AuthorizationAmountNotification
Retrieves the value of the <cvn-response> tag.
getCvnResponse() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <cvn-response> tag.
getCvnResponse() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. Use getRiskInfo().getCvsResponse()
getDateString(Date) - Static method in class com.google.checkout.util.Utils
 
getDescription() - Method in class com.google.checkout.checkout.DigitalContent
 
getDescription() - Method in class com.google.checkout.notification.Promotion
 
getDigitalContent() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <digital-content> tag as a DigitalContent object.
getDocument() - Method in class com.google.checkout.AbstractCheckoutRequest
 
getDocument() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationResults
Returns the document representing the CheckoutShoppingCartRequest
getDocument() - Method in class com.google.checkout.notification.CheckoutNotification
 
getEditCartUrl() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <edit-cart-url> element.
getElementBooleanValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getElementDateValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getElementFloatValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getElementIntValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getElementLongValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getElements(Document, Element) - Static method in class com.google.checkout.util.Utils
 
getElementStringValue(Document, Element, String) - Static method in class com.google.checkout.util.Utils
 
getEmail() - Method in class com.google.checkout.notification.Address
 
getEnv() - Method in class com.google.checkout.MerchantInfo
 
getErrorCode() - Method in exception com.google.checkout.handlers.CheckoutHandlerException
Constructs an instance of CheckoutHandlerException with the specified error code.
getErrorMessage() - Method in class com.google.checkout.CheckoutResponse
If Google responded with an error (isGood = false) then this property will contain the human-readable error message.
getEvents() - Method in class com.google.checkout.GoogleOrder
 
getFax() - Method in class com.google.checkout.notification.Address
 
getFinancialOrderState() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <financial-order-state> element.
getFirstElement() - Method in class com.google.checkout.util.Tuple
 
getFirstElementString() - Method in class com.google.checkout.util.StringTuple
 
getFirstName() - Method in class com.google.checkout.notification.StructuredName
 
getFulfillmentOrderState() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <fulfillment-order-state> element.
getGoogleOrderNo() - Method in class com.google.checkout.notification.CheckoutNotification
Deprecated. User getGoogleOrderNumber()
getGoogleOrderNo() - Method in class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
Deprecated. Use getGoogleOrderNumber().
getGoogleOrderNumber() - Method in class com.google.checkout.notification.CheckoutNotification
Return the Google Order number for this notification.
getGoogleOrderNumber() - Method in class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
Return the Google order number, which is the value of the google-order-number attribute on the root tag.
getHeader() - Method in class com.google.checkout.Message
 
getHttpAuth() - Method in class com.google.checkout.MerchantInfo
 
getId() - Method in class com.google.checkout.merchantcalculation.AnonymousAddress
Retrieve the contents of the <id> tag.
getIpAddress() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <ip-address> tag.
getIpAddress() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. getRiskInfo().getIpAddress()
getItemDescription() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <item-description> tag.
getItemName() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <item-name> tag.
getItems() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Deprecated. Use getShoppingCart().getItems()
getItems() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getShoppingCart().getItems()
getItems() - Method in class com.google.checkout.notification.ShoppingCart
Retrieves the contents of the <items> element as a Collection of Item objects.
getItemWeight() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <item-weight> tag.
getItemWeightUnit() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the unit attribute of the <item-weight> tag.
getKey() - Method in class com.google.checkout.checkout.DigitalContent
 
getLastFinStatus() - Method in class com.google.checkout.GoogleOrder
 
getLastFulStatus() - Method in class com.google.checkout.GoogleOrder
 
getLastName() - Method in class com.google.checkout.notification.StructuredName
 
getLastUpdateTime() - Method in class com.google.checkout.GoogleOrder
 
getLatestChargeAmount() - Method in class com.google.checkout.notification.ChargeAmountNotification
Retrieves the value of the <latest-charge-amount> tag.
getLatestChargebackAmount() - Method in class com.google.checkout.notification.ChargebackAmountNotification
Retrieves the value of the <latest-chargeback-amount> tag.
getLatestPromotionChargeAmount() - Method in class com.google.checkout.notification.ChargeAmountNotification
Retrieves the value of the <latest-promotion-charge-amount> tag
getLatestPromotionChargebackAmount() - Method in class com.google.checkout.notification.ChargebackAmountNotification
Retrieves the value of the <latest-chargeback-amount> tag.
getLatestPromotionRefundAmount() - Method in class com.google.checkout.notification.RefundAmountNotification
Retrieves the value of the <latest-promotion-chargeback-amount> tag if it exists; otherwise null.
getLatestRefundAmount() - Method in class com.google.checkout.notification.RefundAmountNotification
Retrieves the value of the <latest-refund-amount> tag.
getMerchantCalculationsUrl() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <merchant-calculations-url> element.
getMerchantCheckoutUrl() - Method in class com.google.checkout.MerchantInfo
 
getMerchantCodes() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Returns a Collection of Strings representing the <merchant-code-strings>.
getMerchantCodes() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getOrderAdjustment().getMerchantCodes()
getMerchantCodes() - Method in class com.google.checkout.notification.OrderAdjustment
Retrieves the contents of the <merchant-codes> element as a collection of MerchantCodes objects.
getMerchantId() - Method in class com.google.checkout.GoogleOrder
 
getMerchantId() - Method in class com.google.checkout.MerchantInfo
 
getMerchantItemId() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <merchant-item-id> tag.
getMerchantKey() - Method in class com.google.checkout.MerchantInfo
 
getMerchantOrderNo() - Method in class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Deprecated. Use getMerchantOrderNumber
getMerchantOrderNumber() - Method in class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Return the Merchant Order Number, which is the value of the <merchant-order-number> tag.
getMerchantPrivateDataNodes() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the contents of the <merchant-private-data> element as an array of Elements.
getMerchantPrivateDataNodes() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Deprecated. Use getShoppingCart().getMerchantPrivateDataNodes()
getMerchantPrivateDataNodes() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getShoppingCart().getMerchantPrivateDataNodes()
getMerchantPrivateDataNodes() - Method in class com.google.checkout.notification.ShoppingCart
Retrieves the contents of the <merchant-private-data> element as an array of Elements.
getMerchantPrivateItemData() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <merchant-private-item-data> tag as an array of Elements.
getMessage() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the value of the <message> tag.
getMessage() - Method in class com.google.checkout.notification.MerchantCodes
Retrieves the value of the <message> element.
getMessage() - Method in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Return the message which is to be sent to the buyer.
getName() - Method in class com.google.checkout.checkout.UrlParameter
Get the URL parameter name.
getName() - Method in class com.google.checkout.notification.Promotion
 
getNewFinancialOrderState() - Method in class com.google.checkout.notification.OrderStateChangeNotification
Retrieves the value of the <new-financial-order-state> element.
getNewFulfillmentOrderState() - Method in class com.google.checkout.notification.OrderStateChangeNotification
Retrieves the value of the <new-fulfillment-order-state> element.
getOrderAdjustment() - Method in class com.google.checkout.notification.NewOrderNotification
 
getOrderAmount() - Method in class com.google.checkout.GoogleOrder
 
getOrderCurrencyCode() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the currency code.
getOrderNumber() - Method in class com.google.checkout.GoogleOrder
 
getOrderTotal() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the value of the <order-total> element.
getParamType() - Method in class com.google.checkout.checkout.UrlParameter
Get the URL parameter type.
getPartialCcNumber() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <partial-cc-number> tag.
getPartialCcNumber() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. Use getRiskInfo().getPartialCcNumber()
getPhone() - Method in class com.google.checkout.notification.Address
 
getPin() - Method in class com.google.checkout.merchantcalculation.MerchantCodeString
Retrieve the contents of the pin attribute.
getPlatformID() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <platform-id> element.
getPostalCode() - Method in class com.google.checkout.merchantcalculation.AnonymousAddress
Retrieve the contents of the <postal-code> tag.
getPostalCode() - Method in class com.google.checkout.notification.Address
 
getPostUrl() - Method in class com.google.checkout.AbstractCheckoutRequest
 
getPostUrl() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
 
getPreviousFinancialOrderState() - Method in class com.google.checkout.notification.OrderStateChangeNotification
Retrieves the value of the <previous-financial-order-state> element.
getPreviousFulfillmentOrderState() - Method in class com.google.checkout.notification.OrderStateChangeNotification
Retrieves the value of the <previous-fulfillment-order-state> element.
getPromotions() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the promotions or null if no promotions are found
getQuantity() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <quantity> tag.
getReason() - Method in class com.google.checkout.notification.OrderStateChangeNotification
Retrieves the value of the <reason> element if it exists; otherwise null.
getReason() - Method in class com.google.checkout.orderprocessing.CancelOrderRequest
Return the cancel order reason String, which is the value of the <reason> tag.
getReason() - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Return the cancel order reason String, which is the value of the <reason> tag.
getReason() - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Return the refund reason String, which is the value of the <reason> tag.
getRedirectUrl() - Method in class com.google.checkout.CheckoutResponse
If Google indicated a redirect URL in the response, this property will contain the URL string.
getRegion() - Method in class com.google.checkout.merchantcalculation.AnonymousAddress
Retrieve the contents of the <region> tag.
getRegion() - Method in class com.google.checkout.notification.Address
 
getRequestUrl() - Method in class com.google.checkout.MerchantInfo
 
getRiskInfo() - Method in class com.google.checkout.notification.RiskInformationNotification
 
getRoot() - Method in class com.google.checkout.AbstractCheckoutRequest
 
getRoot() - Method in class com.google.checkout.notification.CheckoutNotification
 
getRootElement() - Method in class com.google.checkout.checkout.AddressFilters
Get the root element, <shipping-restrictions>
getRootElement() - Method in class com.google.checkout.checkout.DigitalContent
Get the root element, <digital-content>
getRootElement() - Method in class com.google.checkout.checkout.Item
Get the root element, <item>
getRootElement() - Method in class com.google.checkout.checkout.ShipFrom
Get the root element, <ship-from>
getRootElement() - Method in class com.google.checkout.checkout.ShippingRestrictions
Get the root element, <shipping-restrictions>
getRootElement() - Method in class com.google.checkout.checkout.TaxArea
Get the root element, <tax-area>
getRootNodeName() - Method in class com.google.checkout.notification.CheckoutNotification
Return the name of the root node of the notification.
getSecondElement() - Method in class com.google.checkout.util.Tuple
 
getSecondElementString() - Method in class com.google.checkout.util.StringTuple
 
getSerialNumber() - Method in class com.google.checkout.CheckoutResponse
Gets the serial number.
getSerialNumber() - Method in class com.google.checkout.merchantcalculation.CheckoutCallback
Retrieves the value of the <serial-number> attribute.
getSerialNumber() - Method in class com.google.checkout.notification.CheckoutNotification
Retrieves the value of the serial-number attribute.
getShipping() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getOrderAdjustment().getShipping()
getShipping() - Method in class com.google.checkout.notification.OrderAdjustment
Retrieves the value of the <shipping> element as a Shipping object.
getShippingCost() - Method in class com.google.checkout.notification.Shipping
Retrieves the value of the <shipping-cost> element.
getShippingMethods() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Returns a Collection of Strings representing the <method> tags.
getShippingName() - Method in class com.google.checkout.notification.Shipping
Retrieves the value of the <shipping-name> element.
getShoppingCart() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Retrieves the shopping cart
getShoppingCart() - Method in class com.google.checkout.notification.NewOrderNotification
Retrieves the shopping cart
getState(String) - Static method in class com.google.checkout.notification.FinancialOrderState
Get an instance of the FinancialOrderState based on the string value passed in.
getState(String) - Static method in class com.google.checkout.notification.FulfillmentOrderState
Get an instance of the FulfillmentOrderState based on the string value passed in.
getStructuredName() - Method in class com.google.checkout.notification.Address
 
getTaxTableSelector() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <tax-table-selector> tag.
getTimestamp() - Method in class com.google.checkout.Message
 
getTimestamp() - Method in class com.google.checkout.notification.CheckoutNotification
Retrieves the value of the <timestamp> tag.
getTotalAmount() - Method in class com.google.checkout.notification.Promotion
 
getTotalChargeAmount() - Method in class com.google.checkout.notification.ChargeAmountNotification
Retrieves the value of the <total-charge-amount> tag.
getTotalChargebackAmount() - Method in class com.google.checkout.notification.ChargebackAmountNotification
Retrieves the value of the <total-charge-amount> tag.
getTotalRefundAmount() - Method in class com.google.checkout.notification.RefundAmountNotification
Retrieves the value of the <total-refund-amount> tag.
getTotalTax() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getOrderAdjustment().getTotalTax();
getTotalTax() - Method in class com.google.checkout.notification.OrderAdjustment
 
getTrackingNo() - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Deprecated. Use getTrackingNumber()
getTrackingNo() - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Deprecated. Use getTrackingNumber()
getTrackingNumber() - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Return the tracking number, which is the value of the <tracking-number> tag.
getTrackingNumber() - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Return the tracking number, which is the value of the <tracking-number> tag.
getTrackingNumber() - Method in class com.google.checkout.orderprocessing.lineitem.TrackingData
Get the tracking number.
getType() - Method in class com.google.checkout.merchantcalculation.CheckoutCallback
 
getType() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the type of the result.
getType() - Method in class com.google.checkout.Message
 
getType() - Method in class com.google.checkout.notification.CheckoutNotification
Returns the type of the notification
getUnitPriceAmount() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the <unit-price> tag.
getUnitPriceCurrency() - Method in class com.google.checkout.checkout.Item
Retrieve the contents of the currency attribute of the <unit-price> tag.
getUrl() - Method in class com.google.checkout.checkout.DigitalContent
 
getXml() - Method in class com.google.checkout.AbstractCheckoutRequest
Return the XML request String.
getXml() - Method in class com.google.checkout.CheckoutResponse
Return the XML response String.
getXml() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationResults
Return the XML String.
getXml() - Method in class com.google.checkout.notification.CheckoutNotification
Return the XML request String.
getXmlPretty() - Method in class com.google.checkout.AbstractCheckoutRequest
Return the nicely formatted XML request String.
getXmlPretty() - Method in class com.google.checkout.CheckoutResponse
Return the nicely formatted XML response String.
getXmlPretty() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationResults
Return the nicely formatted XML String.
getXmlPretty() - Method in class com.google.checkout.notification.CheckoutNotification
Return the nicely formatted XML request String.
GiftCertificateAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <gift-certificate-adjustment> tag.
GiftCertificateAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.GiftCertificateAdjustment
A constructor which takes the document and element pointing to the <gift-certificate-adjustment> tag.
GiftCertificateResult - Class in com.google.checkout.merchantcalculation
This class encapsulates the <gift-certificate-result> tag used as part of the Merchant Calculation API.
GiftCertificateResult(boolean, float, String, String, String) - Constructor for class com.google.checkout.merchantcalculation.GiftCertificateResult
A constructor which takes all the relevant parameters.
GoogleOrder - Class in com.google.checkout
 
GoogleOrder(String, String) - Constructor for class com.google.checkout.GoogleOrder
 
GoogleOrder.OrderFilter - Class in com.google.checkout
 
GoogleOrder.OrderFilter(String) - Constructor for class com.google.checkout.GoogleOrder.OrderFilter
 
greaterThanReplaceStr - Static variable in class com.google.checkout.util.Constants
 
greaterThanStr - Static variable in class com.google.checkout.util.Constants
 

H

HALF_DOWN - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: HALF_DOWN.
HALF_EVEN - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: HALF_EVEN.
HALF_UP - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: HALF_UP.
handle(MerchantInfo, CheckoutNotification) - Method in class com.google.checkout.handlers.CompositeNotificationHandler
Processes each CheckoutNotification as required.
handle(MerchantInfo, CheckoutCallback) - Method in interface com.google.checkout.handlers.MerchantCallbackHandler
 
handle(MerchantInfo, CheckoutNotification) - Method in interface com.google.checkout.handlers.NotificationHandler
 

I

importElements(Document, Element, Element[]) - Static method in class com.google.checkout.util.Utils
 
init(ServletConfig) - Method in class com.google.checkout.web.CheckoutMessageHandlerServlet
Overrides servlet method to load notification processor configuration from web.xml
isAcceptMerchantCoupons() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value that indicates whether the merchant accepts coupons.
isAcceptMerchantGiftCertificates() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value that indicates whether the merchant accepts gift certificates.
isAllowUsPoBox() - Method in class com.google.checkout.checkout.AddressFilters
Retrieve the value of the <allow-us-po-box> tag.
isAllowUsPoBox() - Method in class com.google.checkout.checkout.ShippingRestrictions
Retrieve the value of the <allow-us-po-box> tag.
isCalculateTax() - Method in class com.google.checkout.merchantcalculation.MerchantCalculationCallback
Indicates whether tax should be calculated or not.
isEligibleForProtection() - Method in class com.google.checkout.notification.RiskInformation
Retrieves the value of the <eligible-for-protection> tag.
isEligibleForProtection() - Method in class com.google.checkout.notification.RiskInformationNotification
Deprecated. Use getRiskInfo().isEligibleForProtection()
isEmailDelivery() - Method in class com.google.checkout.checkout.DigitalContent
 
isMarketingEmailAllowed() - Method in class com.google.checkout.notification.BuyerMarketingPreferences
Retrieves the value of the <email-allowed> element.
isMarketingEmailAllowed() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getBuyerMarketingPreferences().isMarketingEmailAllowed()
isMerchantCalculatedTax() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value that indicates whether the merchant is responsible for calculating taxes for the default tax table.
isMerchantCalculationSuccessful() - Method in class com.google.checkout.notification.NewOrderNotification
Deprecated. Use getOrderAdjustment().isMerchantCalculationSuccessful()
isMerchantCalculationSuccessful() - Method in class com.google.checkout.notification.OrderAdjustment
Retrieves the value of the <merchant-calculation-successful> element.
isRequestBuyerPhoneNumber() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <request-buyer-phone-number> element.
isRequestInitialAuthDetails() - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Retrieves the value of the <request-initial-auth-details> element.
isSendEmail() - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.lineitem.BackorderItemsRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.lineitem.ReturnItemsRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
True if an email is to be sent to the buyer.
isSendEmail() - Method in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
True if an email is to be sent to the buyer.
isValid() - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Retrieves the value of the <valid> tag.
isValidRequest() - Method in class com.google.checkout.CheckoutResponse
Gets a value indicating whether Google returned an error code or not.
isWithinCancelStringLimits(String, String) - Method in class com.google.checkout.orderprocessing.CancelOrderRequest
Determine whether the reason and comment are within the string length limits.
isWithinCancelStringLimits(String, String) - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Determine whether the reason and comment are within the string length limits.
isWithinMessageStringLimits(String) - Method in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Determine whether the message is within the string length limits.
isWithinRefundStringLimits(String, String) - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Determine whether the reason and comment are within the string length limits.
Item - Class in com.google.checkout.checkout
This class encapsulates the <item> element.
Item(Document, Element) - Constructor for class com.google.checkout.checkout.Item
A constructor which takes the document and element pointing to the <item> tag.
Item() - Constructor for class com.google.checkout.checkout.Item
The default constructor.

L

lessThanReplaceStr - Static variable in class com.google.checkout.util.Constants
 
lessThanStr - Static variable in class com.google.checkout.util.Constants
 
Letter - Static variable in class com.google.checkout.checkout.Packaging
An instance of the Packaging class with value: Letter.

M

MERCHANT_INFO_KEY - Static variable in interface com.google.checkout.web.WebConstants
 
MerchantCalculatedShippingAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <merchant-calculated-shipping-adjustment> tag.
MerchantCalculatedShippingAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.MerchantCalculatedShippingAdjustment
A constructor which takes the document and element pointing to the <merchant-calculated-shipping-adjustment> tag.
MerchantCalculationCallback - Class in com.google.checkout.merchantcalculation
This class encapsulates the <merchant-calculation-callback> callback.
MerchantCalculationCallback(String) - Constructor for class com.google.checkout.merchantcalculation.MerchantCalculationCallback
A constructor which takes the request as a String.
MerchantCalculationCallback(InputStream) - Constructor for class com.google.checkout.merchantcalculation.MerchantCalculationCallback
A constructor which takes the request as an InputStream.
MerchantCalculationCallback(Document) - Constructor for class com.google.checkout.merchantcalculation.MerchantCalculationCallback
 
MerchantCalculationCallbackHandler - Class in com.google.checkout.handlers
 
MerchantCalculationCallbackHandler() - Constructor for class com.google.checkout.handlers.MerchantCalculationCallbackHandler
 
MerchantCalculationResults - Class in com.google.checkout.merchantcalculation
This class encapsulates the <merchant-calculation-callback> message which is part of the Merchant Calculation API.
MerchantCalculationResults() - Constructor for class com.google.checkout.merchantcalculation.MerchantCalculationResults
 
MerchantCallbackHandler - Interface in com.google.checkout.handlers
 
MerchantCodeResult - Class in com.google.checkout.merchantcalculation
This class encapsulates the <merchant-code-results> tag used as part of the Merchant Calculation API.
MerchantCodeResult() - Constructor for class com.google.checkout.merchantcalculation.MerchantCodeResult
 
MerchantCodes - Class in com.google.checkout.notification
This class is the parent class of the merchant code classes.
MerchantCodes() - Constructor for class com.google.checkout.notification.MerchantCodes
 
MerchantCodeString - Class in com.google.checkout.merchantcalculation
This class encapsulates the <merchant-code-string> element, used as part of the Merchant Calculations API.
MerchantCodeString(String, String) - Constructor for class com.google.checkout.merchantcalculation.MerchantCodeString
A constructor which takes the code and pin.
merchantInfo - Variable in class com.google.checkout.AbstractCheckoutRequest
 
MerchantInfo - Class in com.google.checkout
This class encapsulates the various merchant specific settings.
MerchantInfo(String, String, String, String, String, String, String) - Constructor for class com.google.checkout.MerchantInfo
 
Message - Class in com.google.checkout
 
Message(boolean, Date, String, String, String) - Constructor for class com.google.checkout.Message
 
MESSAGE_ERROR_STRING - Static variable in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
 
MESSAGE_STRING_LIMIT - Static variable in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
 
messageErrorString - Static variable in class com.google.checkout.util.Constants
 
MessageHandler - Interface in com.google.checkout.handlers
Common interface to represent a message handler.
messageStrLimit - Static variable in class com.google.checkout.util.Constants
 

N

NEW - Static variable in class com.google.checkout.notification.FulfillmentOrderState
An instance of the FulfillmentOrderState class representing NEW.
NEW_ORDER_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
newDocumentFromInputStream(InputStream) - Static method in class com.google.checkout.util.Utils
 
newDocumentFromString(String) - Static method in class com.google.checkout.util.Utils
 
newEmptyDocument() - Static method in class com.google.checkout.util.Utils
 
NewOrderNotification - Class in com.google.checkout.notification
This class encapsulates the <new-order-notification> notification.
NewOrderNotification(String) - Constructor for class com.google.checkout.notification.NewOrderNotification
A constructor which takes the request as a String.
NewOrderNotification(InputStream) - Constructor for class com.google.checkout.notification.NewOrderNotification
A constructor which takes the request as an InputStream.
NewOrderNotification(Document) - Constructor for class com.google.checkout.notification.NewOrderNotification
A constructor which takes in an xml document representation of the request.
NewOrderNotificationHandler - Class in com.google.checkout.handlers
 
NewOrderNotificationHandler() - Constructor for class com.google.checkout.handlers.NewOrderNotificationHandler
 
nodeToString(Node) - Static method in class com.google.checkout.util.Utils
 
NotificationAcknowledgment - Class in com.google.checkout.handlers
 
NotificationAcknowledgment() - Constructor for class com.google.checkout.handlers.NotificationAcknowledgment
 
NotificationHandler - Interface in com.google.checkout.handlers
 
NotificationParser - Interface in com.google.checkout.notification
The interface for parsing notifications of a specified type
NotificationTypes - Class in com.google.checkout.notification
 
NotificationTypes() - Constructor for class com.google.checkout.notification.NotificationTypes
 
NotificationXmlProcessor - Class in com.google.checkout.util
 
NotificationXmlProcessor(MerchantInfo, NotificationParser, NotificationHandler, HashMap) - Constructor for class com.google.checkout.util.NotificationXmlProcessor
Default constructor

O

ORDER_STATE_CHANGE_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
OrderAdjustment - Class in com.google.checkout.notification
 
OrderAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.OrderAdjustment
 
OrderID - Static variable in class com.google.checkout.checkout.UrlParameterType
A Google-assigned value that uniquely identifies an order.
OrderStateChangeNotification - Class in com.google.checkout.notification
This class encapsulates the <order-state-change-notification> notification.
OrderStateChangeNotification(String) - Constructor for class com.google.checkout.notification.OrderStateChangeNotification
A constructor which takes the request as a String.
OrderStateChangeNotification(InputStream) - Constructor for class com.google.checkout.notification.OrderStateChangeNotification
A constructor which takes the request as an InputStream.
OrderStateChangeNotification(Document) - Constructor for class com.google.checkout.notification.OrderStateChangeNotification
A constructor which takes in an xml document representation of the request.
OrderStateChangeNotificationHandler - Class in com.google.checkout.handlers
 
OrderStateChangeNotificationHandler() - Constructor for class com.google.checkout.handlers.OrderStateChangeNotificationHandler
 
orderSubTotal - Static variable in class com.google.checkout.checkout.UrlParameterType
The total cost for all of the items in the order including coupons and discounts but excluding taxes and shipping charges.
orderSubTotalPlusShipping - Static variable in class com.google.checkout.checkout.UrlParameterType
The total cost for all of the items in the order, including shipping charges, coupons and discounts, but excluding taxes.
orderSubTotalPlusTax - Static variable in class com.google.checkout.checkout.UrlParameterType
The total cost for all of the items in the order, including taxes, coupons and discounts, but excluding shipping charges.
orderTotal - Static variable in class com.google.checkout.checkout.UrlParameterType
The total cost for all of the items in the order, including taxes, shipping charges, coupons and discounts.

P

Packaging - Class in com.google.checkout.checkout
This class represents the <packaging> tag in the Checkout API.
parse(String) - Method in class com.google.checkout.notification.CompositeNotificationParser
Parses an xml string and returns a CheckoutNotification object of the given type.
parse(Document) - Method in class com.google.checkout.notification.CompositeNotificationParser
Parses the xmlDocment and returns a CheckoutNotification object of the specified type.
parse(Document) - Method in interface com.google.checkout.notification.NotificationParser
 
parseDate(String) - Static method in class com.google.checkout.util.Utils
 
PAYMENT_DECLINED - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing PAYMENT_DECLINED.
PER_LINE - Static variable in class com.google.checkout.checkout.RoundingRule
An instance of the RoundingMode class with rule: PER_LINE.
PickupShippingAdjustment - Class in com.google.checkout.notification
This class encapsulates the data in the <pickup-shipping-adjustment> tag.
PickupShippingAdjustment(Document, Element) - Constructor for class com.google.checkout.notification.PickupShippingAdjustment
A constructor which takes the document and element pointing to the <pickup-shipping-adjustment> tag.
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.AuthorizationAmountNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.ChargeAmountNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.ChargebackAmountNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.MerchantCalculationCallbackHandler
 
process(MerchantInfo, String) - Method in interface com.google.checkout.handlers.MessageHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.NewOrderNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.OrderStateChangeNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.RefundAmountNotificationHandler
 
process(MerchantInfo, String) - Method in class com.google.checkout.handlers.RiskInformationNotificationHandler
 
process(Document) - Method in class com.google.checkout.util.CallbackXmlProcessor
 
process(Document) - Method in interface com.google.checkout.util.CheckoutXmlProcessor
 
process(Document) - Method in class com.google.checkout.util.NotificationXmlProcessor
Processes an xml document of an arbitrary notification type
PROCESSING - Static variable in class com.google.checkout.notification.FulfillmentOrderState
An instance of the FulfillmentOrderState class representing PROCESSING.
ProcessOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <process-order> API requests.
ProcessOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.ProcessOrderRequest
Constructor which takes an instance of MerchantInfo.
ProcessOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.ProcessOrderRequest
Constructor which takes an instance of MerchantInfo.
Production - Static variable in class com.google.checkout.EnvironmentType
Use the Production account to post the messages
Promotion - Class in com.google.checkout.notification
 
Promotion(Document, Element) - Constructor for class com.google.checkout.notification.Promotion
 

R

readFromFile(File) - Static method in class com.google.checkout.GoogleOrder
Read a GoogleOrder from a file
REFUND_AMOUNT_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
REFUND_ERROR_STRING - Static variable in class com.google.checkout.orderprocessing.RefundOrderRequest
 
REFUND_STRING_LIMIT - Static variable in class com.google.checkout.orderprocessing.RefundOrderRequest
 
RefundAmountNotification - Class in com.google.checkout.notification
This class encapsulates the <refund-amount-notification> notification.
RefundAmountNotification(String) - Constructor for class com.google.checkout.notification.RefundAmountNotification
A constructor which takes the request as a String.
RefundAmountNotification(InputStream) - Constructor for class com.google.checkout.notification.RefundAmountNotification
A constructor which takes the request as an InputStream.
RefundAmountNotification(Document) - Constructor for class com.google.checkout.notification.RefundAmountNotification
A constructor which takes in an xml document representation of the request.
RefundAmountNotificationHandler - Class in com.google.checkout.handlers
 
RefundAmountNotificationHandler() - Constructor for class com.google.checkout.handlers.RefundAmountNotificationHandler
 
refundErrorString - Static variable in class com.google.checkout.util.Constants
 
RefundOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <refund-order> API requests.
RefundOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.RefundOrderRequest
Constructor which takes an instance of MerchantInfo.
RefundOrderRequest(MerchantInfo, String, String) - Constructor for class com.google.checkout.orderprocessing.RefundOrderRequest
Constructor which takes an instance of MerchantInfo, the Google order number and the reason for the refund.
RefundOrderRequest(MerchantInfo, String, String, float, String) - Constructor for class com.google.checkout.orderprocessing.RefundOrderRequest
Constructor which takes an instance of MerchantInfo, the Google order number, the reason for the refund, the refund amount and any additional comment.
refundStrLimit - Static variable in class com.google.checkout.util.Constants
 
register(String, NotificationHandler) - Method in class com.google.checkout.handlers.CompositeNotificationHandler
Associates the NotificationHandler with the specified notificationType.
register(String, NotificationParser) - Method in class com.google.checkout.notification.CompositeNotificationParser
Registers a NotificationParser with the associated notification type
registerDefaultNotificationParsers(CompositeNotificationParser) - Static method in class com.google.checkout.notification.CompositeNotificationParser
Registers the default notification parsers.
REGULAR_PICKUP - Static variable in class com.google.checkout.checkout.CarrierPickup
An instance of the CarrierPickup class with value: REGULAR_PICKUP.
removeChar(String, char) - Static method in class com.google.checkout.util.StringUtil
 
replaceMultipleStrings(String, String) - Static method in class com.google.checkout.util.StringUtil
 
replaceMultipleStrings(String, String, String) - Static method in class com.google.checkout.util.StringUtil
 
replaceMultipleStrings(String, String[]) - Static method in class com.google.checkout.util.StringUtil
 
replaceXMLReservedChars(String) - Static method in class com.google.checkout.util.StringUtil
 
ResetItemsShippingInformationRequest - Class in com.google.checkout.orderprocessing.lineitem
This class contains methods that construct <reset-items-shipping-information> API requests.
ResetItemsShippingInformationRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
Constructor which takes an instance of MerchantInfo.
ResetItemsShippingInformationRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
RESIDENTIAL - Static variable in class com.google.checkout.checkout.DeliveryAddressCategory
An instance of the DeliveryAddressCategory class with value: RESIDENTIAL.
ReturnItemsRequest - Class in com.google.checkout.orderprocessing.lineitem
This class contains methods that construct <return-items> API requests.
ReturnItemsRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.lineitem.ReturnItemsRequest
Constructor which takes an instance of MerchantInfo.
ReturnItemsRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.ReturnItemsRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
REVIEWING - Static variable in class com.google.checkout.notification.FinancialOrderState
An instance of the FinancialOrderState class representing REVIEWING.
RISK_INFORMATION_NOTIFICATION - Static variable in class com.google.checkout.notification.NotificationTypes
 
RiskInformation - Class in com.google.checkout.notification
 
RiskInformation(Document, Element) - Constructor for class com.google.checkout.notification.RiskInformation
 
RiskInformationNotification - Class in com.google.checkout.notification
This class encapsulates the <risk-information-notification> notification.
RiskInformationNotification(String) - Constructor for class com.google.checkout.notification.RiskInformationNotification
A constructor which takes the request as a String.
RiskInformationNotification(InputStream) - Constructor for class com.google.checkout.notification.RiskInformationNotification
A constructor which takes the request as an InputStream.
RiskInformationNotification(Document) - Constructor for class com.google.checkout.notification.RiskInformationNotification
A constructor which takes in an xml document representation of the request.
RiskInformationNotificationHandler - Class in com.google.checkout.handlers
 
RiskInformationNotificationHandler() - Constructor for class com.google.checkout.handlers.RiskInformationNotificationHandler
 
root - Variable in class com.google.checkout.merchantcalculation.CheckoutCallback
 
RoundingMode - Class in com.google.checkout.checkout
This class represents the <rounding-policy> <mode> in the Checkout API.
RoundingRule - Class in com.google.checkout.checkout
This class represents the <rounding-policy> <rule> in the Checkout API.

S

Sandbox - Static variable in class com.google.checkout.EnvironmentType
Use the Sandbox account to post the messages
send() - Method in class com.google.checkout.AbstractCheckoutRequest
Submit the request to the POST URL and return a CheckoutResponse.
SendBuyerMessageRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <send-buyer-message> API requests.
SendBuyerMessageRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Constructor which takes an instance of MerchantInfo.
SendBuyerMessageRequest(MerchantInfo, String, String) - Constructor for class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Constructor which takes an instance of MerchantInfo, Google order number and message.
SendBuyerMessageRequest(MerchantInfo, String, String, boolean) - Constructor for class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Constructor which takes an instance of MerchantInfo, Google order number, message and SendEmail flag.
setAcceptMerchantCoupons(boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value that indicates whether the merchant accepts coupons.
setAcceptMerchantGiftCertificates(boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value that indicates whether the merchant accepts gift certificates.
setAllowUsPoBox(boolean) - Method in class com.google.checkout.checkout.AddressFilters
Set the value of the <allow-us-po-box> tag.
setAllowUsPoBox(boolean) - Method in class com.google.checkout.checkout.ShippingRestrictions
Set the value of the <allow-us-po-box> tag.
setAmount(float) - Method in class com.google.checkout.orderprocessing.ChargeOrderRequest
Set the charge amount, which is the value of the <amount> tag.
setAmount(float) - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Set the refund amount, which is value of the <amount> tag.
setAnalyticsData(String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <analytics-data> element.
setBuyerEmail(String) - Method in class com.google.checkout.GoogleOrder
 
setCalculatedAmount(float) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the value of the <calculated-amount> tag.
setCalculationMode(CalculationMode) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Set the value of the <calculation-mode> element.
setCarrier(String) - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Set the carrier string, which is the value of the <carrier> tag.
setCarrier(String) - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Set the carrier String, which is the value of the <carrier> tag.
setCartExpiration(Date) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <good-until-date> element.
setCity(String) - Method in class com.google.checkout.checkout.ShipFrom
Set the city.
setCode(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the value of the <code> tag.
setCode(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeString
Set the contents of the code attribute.
setComment(String) - Method in class com.google.checkout.orderprocessing.CancelOrderRequest
Set the cancel order comment String, which is the value of the <comment> tag.
setComment(String) - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Set the cancel order comment String, which is the value of the <comment> tag.
setComment(String) - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Set the refund order comment String, which is the value of the <comment> tag.
setContinueShoppingUrl(String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <continue-shopping-url> element.
setCountryCode(String) - Method in class com.google.checkout.checkout.ShipFrom
Set the countryCode.
setCurrency(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the value of the currency attribute of the <calculated-amount> tag.
setDescription(String) - Method in class com.google.checkout.checkout.DigitalContent
 
setDigitalContent(DigitalContent) - Method in class com.google.checkout.checkout.Item
Set the contents of the <digital-content> tag as a DigitalContent object.
setEditCartUrl(String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <edit-cart-url> element.
setEmailDelivery(boolean) - Method in class com.google.checkout.checkout.DigitalContent
 
setExpirationMinutesFromNow(int) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
This method sets the value of the <good-until-date> using the value of the cartExpirationMinutes parameter.
setFirstElement(Object) - Method in class com.google.checkout.util.Tuple
 
setFirstElementString(String) - Method in class com.google.checkout.util.StringTuple
 
setGoogleOrderNo(String) - Method in class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
Deprecated. Use setGoogleOrderNumber().
setGoogleOrderNumber(String) - Method in class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
Set the Google order number, which is the value of the google-order-number attribute on the root tag.
setId(String) - Method in class com.google.checkout.checkout.ShipFrom
Set the id.
setItemDescription(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the <item-description> tag.
setItemName(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the <item-name> tag.
setItemWeight(float) - Method in class com.google.checkout.checkout.Item
Set the contents of the currency attribute of the <item-weight> tag.
setItemWeightUnit(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the unit attribute of the <item-weight> tag.
setKey(String) - Method in class com.google.checkout.checkout.DigitalContent
 
setLastFinStatus(String) - Method in class com.google.checkout.GoogleOrder
 
setLastFulStatus(String) - Method in class com.google.checkout.GoogleOrder
 
setLastUpdateTime(Date) - Method in class com.google.checkout.GoogleOrder
 
setMerchantCalculatedTax(boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value that indicates whether the merchant is responsible for calculating taxes for the default tax table.
setMerchantCalculationsUrl(String) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <merchant-calculations-url> element.
setMerchantId(String) - Method in class com.google.checkout.GoogleOrder
 
setMerchantItemId(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the <merchant-item-id> tag.
setMerchantOrderNo(String) - Method in class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Deprecated. Use setMerchantOrderNumber
setMerchantOrderNumber(String) - Method in class com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest
Set the Merchant Order Number, which is the value of the <merchant-order-number> tag.
setMerchantPrivateDataNodes(Element[]) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the contents of the <merchant-private-data> element.
setMerchantPrivateDataNodes(Element[]) - Method in class com.google.checkout.notification.ShoppingCart
 
setMerchantPrivateItemData(Element[]) - Method in class com.google.checkout.checkout.Item
Set the contents of the <merchant-private-item-data> tag as an array of Elements.
setMessage(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the value of the <message> tag.
setMessage(String) - Method in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Set the message which is to be sent to the customer.
setNotifications(Collection) - Method in class com.google.checkout.GoogleOrder
 
setOrderAmount(String) - Method in class com.google.checkout.GoogleOrder
 
setOrderNumber(String) - Method in class com.google.checkout.GoogleOrder
 
setPin(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeString
Set the contents of the pin attribute.
setPlatformID(long) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <platform-id> element.
setPostalCode(String) - Method in class com.google.checkout.checkout.ShipFrom
Set the postalCode.
setQuantity(int) - Method in class com.google.checkout.checkout.Item
Set the contents of the <quantity> tag.
setReason(String) - Method in class com.google.checkout.orderprocessing.CancelOrderRequest
Set the cancel order reason String, which is the value of the <reason> tag.
setReason(String) - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
Set the cancel order reason String, which is the value of the <reason> tag.
setReason(String) - Method in class com.google.checkout.orderprocessing.RefundOrderRequest
Set the refund reason String, which is the value of the <reason> tag.
setRegion(String) - Method in class com.google.checkout.checkout.ShipFrom
Set the region.
setRequestBuyerPhoneNumber(boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <request-buyer-phone-number> element.
setRequestInitialAuthDetails(boolean) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <request-initial-auth-details> element.
setRoundingPolicy(RoundingRule, RoundingMode) - Method in class com.google.checkout.checkout.CheckoutShoppingCartRequest
Sets the value of the <rounding-policy> element and sub elements.
setSecondElement(Object) - Method in class com.google.checkout.util.Tuple
 
setSecondElementString(String) - Method in class com.google.checkout.util.StringTuple
 
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.lineitem.BackorderItemsRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.lineitem.CancelItemsRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.lineitem.ReturnItemsRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
True if an email is to be sent to the buyer.
setSendEmail(boolean) - Method in class com.google.checkout.orderprocessing.SendBuyerMessageRequest
Sets the flag which will determine whether an email is sent to the buyer.
setTaxTableSelector(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the <tax-table-selector> tag.
setTimestamp(Date) - Method in class com.google.checkout.Message
 
setTrackingNo(String) - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Deprecated. Use setTrackingNumber()
setTrackingNo(String) - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Deprecated. Use setTrackingNumber()
setTrackingNumber(String) - Method in class com.google.checkout.orderprocessing.AddTrackingDataRequest
Set the tracking number, which is the value of the <tracking-number> tag.
setTrackingNumber(String) - Method in class com.google.checkout.orderprocessing.DeliverOrderRequest
Set the tracking number, which is the value of the <tracking-number> tag.
setType(String) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the type of the result.
setType(String) - Method in class com.google.checkout.Message
 
setUnitPriceAmount(float) - Method in class com.google.checkout.checkout.Item
Set the contents of the <unit-price> tag.
setUnitPriceCurrency(String) - Method in class com.google.checkout.checkout.Item
Set the contents of the currency attribute of the <unit-price> tag.
setUrl(String) - Method in class com.google.checkout.checkout.DigitalContent
 
setValid(boolean) - Method in class com.google.checkout.merchantcalculation.MerchantCodeResult
Sets the value of the <valid> tag.
ShipFrom - Class in com.google.checkout.checkout
This class encapsulates the <ship-from> element.
ShipFrom() - Constructor for class com.google.checkout.checkout.ShipFrom
The default constructor.
ShipItemsRequest - Class in com.google.checkout.orderprocessing.lineitem
This class contains methods that construct <ship-items> API requests.
ShipItemsRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
Constructor which takes an instance of MerchantInfo.
ShipItemsRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.ShipItemsRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
Shipping - Class in com.google.checkout.notification
This class is the parent class of the shipping classes.
Shipping() - Constructor for class com.google.checkout.notification.Shipping
 
shippingAmount - Static variable in class com.google.checkout.checkout.UrlParameterType
The shipping cost associated with an order.
shippingCity - Static variable in class com.google.checkout.checkout.UrlParameterType
The city associated with the order's shipping address.
shippingCountryCode - Static variable in class com.google.checkout.checkout.UrlParameterType
The two-letter ISO 3166 country code associated with the order's shipping address.
shippingPostalCode - Static variable in class com.google.checkout.checkout.UrlParameterType
The five-digit U.S.
shippingRegion - Static variable in class com.google.checkout.checkout.UrlParameterType
The U.S.
ShippingRestrictions - Class in com.google.checkout.checkout
This class represents the <shipping-restrictions> tag in the Checkout API.
ShippingRestrictions() - Constructor for class com.google.checkout.checkout.ShippingRestrictions
The default constructor.
ShoppingCart - Class in com.google.checkout.notification
 
ShoppingCart(Document, Element) - Constructor for class com.google.checkout.notification.ShoppingCart
 
SINGLE - Static variable in class com.google.checkout.checkout.CalculationMode
An instance of the CalculationMode class with mode: SINGLE.
SPECIAL_PICKUP - Static variable in class com.google.checkout.checkout.CarrierPickup
An instance of the CarrierPickup class with value: SPECIAL_PICKUP.
StringTuple - Class in com.google.checkout.util
 
StringTuple(String, String) - Constructor for class com.google.checkout.util.StringTuple
 
StringUtil - Class in com.google.checkout.util
 
StringUtil() - Constructor for class com.google.checkout.util.StringUtil
 
StructuredName - Class in com.google.checkout.notification
This class encapsulates the structured name data.
StructuredName(Document, Element) - Constructor for class com.google.checkout.notification.StructuredName
 

T

taxAmount - Static variable in class com.google.checkout.checkout.UrlParameterType
The total amount of taxes charged for an order.
TaxArea - Class in com.google.checkout.checkout
This class represents the <tax-area> tag in the Checkout API.
TaxArea() - Constructor for class com.google.checkout.checkout.TaxArea
 
toString() - Method in class com.google.checkout.checkout.CalculationMode
 
toString() - Method in class com.google.checkout.checkout.CarrierPickup
 
toString() - Method in class com.google.checkout.checkout.DeliveryAddressCategory
 
toString() - Method in class com.google.checkout.checkout.Packaging
 
toString() - Method in class com.google.checkout.checkout.RoundingMode
 
toString() - Method in class com.google.checkout.checkout.RoundingRule
 
toString() - Method in class com.google.checkout.checkout.UrlParameterType
 
toString() - Method in class com.google.checkout.checkout.USArea
 
toString() - Method in class com.google.checkout.notification.FinancialOrderState
 
toString() - Method in class com.google.checkout.notification.FulfillmentOrderState
 
TOTAL - Static variable in class com.google.checkout.checkout.RoundingRule
An instance of the RoundingMode class with rule: TOTAL.
TrackingData - Class in com.google.checkout.orderprocessing.lineitem
This class encapsulates tracking data information used as part of the line item shipping API.
TrackingData(String, String) - Constructor for class com.google.checkout.orderprocessing.lineitem.TrackingData
Constructor which takes the parameter carrier and trackingNumber.
Tuple - Class in com.google.checkout.util
 

U

UnarchiveOrderRequest - Class in com.google.checkout.orderprocessing
This class contains methods that construct <unarchive-order> API requests.
UnarchiveOrderRequest(MerchantInfo) - Constructor for class com.google.checkout.orderprocessing.UnarchiveOrderRequest
Constructor which takes an instance of MerchantInfo.
UnarchiveOrderRequest(MerchantInfo, String) - Constructor for class com.google.checkout.orderprocessing.UnarchiveOrderRequest
Constructor which takes an instance of MerchantInfo and the Google order number.
UNNECESSARY - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: UNNECESSARY.
UP - Static variable in class com.google.checkout.checkout.RoundingMode
An instance of the RoundingMode class with mode: UP.
UrlParameter - Class in com.google.checkout.checkout
This class represents a parameter on a URL as used by the CheckoutShoppingCartRequest clas s for 3rd party conversion tracking purposes.
UrlParameter(String, UrlParameterType) - Constructor for class com.google.checkout.checkout.UrlParameter
Constructor which takes the parameter name and type.
UrlParameterType - Class in com.google.checkout.checkout
This class represents a parameter type on a URL as used by the CheckoutShoppingCartRequest clas s for 3rd party conversion tracking purposes.
USArea - Class in com.google.checkout.checkout
This class represents the <us-country-area> in the Checkout API.
Utils - Class in com.google.checkout.util
Various XML utilities.
Utils() - Constructor for class com.google.checkout.util.Utils
 

W

WebConstants - Interface in com.google.checkout.web
Various constants used for keys for session, request and context attributes
WILL_NOT_DELIVER - Static variable in class com.google.checkout.notification.FulfillmentOrderState
An instance of the FulfillmentOrderState class representing WILL_NOT_DELIVER.

A B C D E F G H I L M N O P R S T U W