See: Description
Interface | Description |
---|---|
GetPriceCmdInput |
GetPriceCmdInput represents the input values of
GetContractUnitPriceCmd , GetProductContractUnitPriceCmd ,
GetContractSpecialPriceCmd , and GetCustomContractUnitPriceCmd
to make implementing those commands easier. |
GetPriceCmdOutput |
GetPriceCmdOutput represents the output values of
GetContractUnitPriceCmd , GetProductContractUnitPriceCmd , and
GetContractSpecialPriceCmd to make implementing those commands
easier. |
NumberUsageConstants |
Number usage constants.
|
Class | Description |
---|---|
AbstractGetPriceCmdInput |
AbstractGetPriceCmdInput is a base class for other input classes that
implements some common methods.
|
CatEntryPriceKey |
This utility class is used to help the best price selection and price input
filter in price commands.
|
CurrencyManager |
Currency manager.
|
CurrencyManagerConverters |
Registry class created to allow the currency converters to be separately refreshed.
|
CurrencyManagerCurrencyLists |
Registry class created to allow the currency lists to be separately refreshed.
|
CurrencyManagerFormatters |
Registry class created to allow the currency formatters to be separately refreshed.
|
DynamicKitComponent |
A utility aggregate used to simplify the representation of components within
a dynamic kit.
|
FormattedMonetaryAmount |
Formatted monetary amount.
|
FormattedQuantityAmount |
Formatted quantity amount.
|
GeneralDataUtil |
This helper class provides some basic functions to manage objects
like String, Collections, etc.
|
Helper |
Helper class for currency and quantities.
|
MixList<T> |
MixList is a List that has better support for arrays.
|
MonetaryAmount |
A monetary amount.
|
MonetaryAmountDataBean |
Monetary amount data bean service class.
|
OfferIdMonetaryAmountPair |
A helper that strongly types a pairing of offer ID and MonetaryAmount objects.
|
Param |
Param helps check constraints on method and constructor
parameters. |
PriceConversionAlgorithm |
Algorithm to calculate the best price from a set of prices that need to be converted to
the proper currency.
|
PricedDynamicKitPredefinedConfiguration |
A helper that strongly types a pairing of dynamic kit predefined
configuration ID and OfferIdMonetaryAmount objects.
|
PriceInputCase |
PriceInputCase represents one instance of all the information necessary to
get a single price using
GetContractUnitPriceCmd ,
GetContractSpecialPriceCmd , or GetProductContractUnitPriceCmd
. |
PriceInputCaseGetPriceCmdInput |
PriceInputCaseGetPriceCmdInput represents a
GetPriceCmdInput that is
built up from many PriceInputCases . |
PriceOutputCase |
PriceOutputCase represents one instance of all the information related to a
single price calculation returned by
GetContractUnitPriceCmd ,
GetContractSpecialPriceCmd , or GetProductContractUnitPriceCmd
. |
PriceOutputCaseGetPriceCmdOutput |
PriceOutputCaseGetPriceCmdOutput represents a
GetPriceCmdOutput which
is made up of many PriceOutputCases . |
PriceUtil |
This utility class hides pricing details.
|
PrioritizedGetPriceCmdInput |
PrioritizedGetPriceCmdInput represents a
GetPriceCmdInput that can
combine two command inputs, always favoring one over the other. |
QuantityAmount |
A quantity amount.
|
QuantityAmountDataBeanImpl |
Monetary amount data bean service class.
|
QuantityManager |
Quantity Manager.
|
RefreshOnceCatalogEntryShippingAccessBean |
A CatalogEntryShippingAccessBean sub-class intended to be used for read operations only.
|
SimpleGetPriceCmdInput |
SimpleGetPriceCmdInput is a
GetPriceCmdInput that has a "set" method
for each "get" method. |
SimpleGetPriceCmdOutput |
SimpleGetPriceCmdOutput is a
GetPriceCmdOutput that has a "set"
method for each "get" method. |
TradingManager |
TradingManager is used to ensure compatibility for contract entitlement for a
single catalog entry.
|
UnitAmount |
Abstract base class that represents a unit amount.
|
UnitAmountDataBeanImpl |
Monetary amount data bean service class.
|
UnitManager |
Abstract base class for manager classes.
|