Class | Description |
---|---|
ActionURLDroplet |
This droplet builds a complete URL string for the Endeca-produced action object.
|
ArraySubsetHelper |
This droplet determines the indices of a corresponding array if the array was
subdivided into separate parts.
|
AvailableBillingAddresses |
This extension just overrides getCountryCode method of the parent
AvailableShippingGroups droplet to operate with addresses, not
shipping groups.
|
AvailableShippingGroups |
The droplet sorts shipping addresses so that the default address
is first and returns only permitted shipping addresses.
|
CartMessagesDroplet |
This droplet returns messages to be displayed in the rich cart.
|
CategoryBySiteDroplet |
This droplet retrieves a default parent category from a passed in
product item and site ID.
|
ColoredProductDetailsDroplet |
This droplet should be used on the PDP with wood finish picker.
|
ColoredProductDetailsDroplet.Color |
This is an information bean to be used on the JSP pages.
|
ComparisonRowExistsDroplet |
This droplet is used in Product Comparison pages in order to determine
whether there is at least one object in items containing not-null
value for the specified property or the rendering of this property should be omitted.
|
CountryRestrictionsDroplet |
This droplet is used to obtain a list of permitted countries in various situations.
|
DefaultProductDetailsDroplet |
This droplet should be used on the Single/Multiple SKU Product Details Pages.
|
DisplayCountryDroplet |
This droplet takes a locale language key and country code and
returns the corresponding country display name in the user's locale.
|
DisplayLanguagesDroplet |
This droplet takes a list of language keys, and returns a list of objects
associating those keys with their proper display languages.
|
DisplayLanguagesDroplet.DisplayLanguage |
Class for display language.
|
DocumentLinksDroplet |
This droplet returns next canonical links:
1) home - Homepage address
2) up - If PDP, last item from breadcrumbs; if CDP, last but one item from breadcrumbs.
|
EndecaDocumentLinksDroplet |
This is an Endeca extension of
DocumentLinksDroplet that enables
document link generation for Endeca driven pages. |
EnsureCreditCardPaymentGroup |
This droplet will create a credit card payment group and add it to the
order if it doesn't already exist.
|
EscapeJS |
This droplet is escaped apostrophe with \'.
|
ExpressCheckoutOkDroplet |
Checks to see if this user can use ExpressCheckout or not.
|
HasGiftAddress |
This droplet checks if passed in shipping group has gift address.
|
InternationalizedAvailableBillingAddresses |
International extension of AvailableBillingAddresses.
|
InternationalizedAvailableShippingGroups |
International extension of AvailableShippingGroups
|
InternationalizedExpressCheckoutOkDroplet |
Internationalized version of base ExpressCheckoutOkDroplet.
|
IsEmailRecipient |
Given an emailAddress, this droplet will call into
StoreProfileTools.retrieveEmailRecipient().
|
ItemValidatorDroplet |
This droplet will validate single item according to array of validators set.
|
NullPropertiesCheck |
This droplet is a convenience to help prevent JSP compilation failure due to
the passing of nulls into a dsp tag.
|
PairedSiteDroplet |
This droplet returns a paired site ID for a site identified by "site ID".
|
ProfileSecurityStatus |
This droplet checks security status of the
Profile and
displays appropriate open parameter. |
PromotionFilterDroplet |
Filters out a collection of promotion repository items using the filter
mFilter.
|
PropertyValueCollection |
Creates a collection of property values for a collection of repository items.
|
RemovedItemCheck |
This droplet takes an order, retrieves it's List of commerce items and
checks if any 'removed' items exist.
|
RqlDroplet |
This droplet is used in favor of the ATG RQLQueryForEach droplet.
|
ShowGiftWrap |
Checks to see if the gift wrap option should be shown or not.
|
SizedColoredProductDetailsDroplet |
This droplet should be used on the PDP with wood finish picker.
|
SizedColoredProductDetailsDroplet.Size |
This is an information bean to be used on the JSP pages.
|
SkuAvailabilityLookup |
This droplet looks at a single sku and the product referencing it and determines if it is
available, preorderable, backorderable or unavailable.
|
StateListFilterDroplet |
Given a country code this droplet returns a list of states.
|
StoreCurrencyFormatter |
CRS extension of CurrencyFormatter droplet with possibility to specify custom currency
formats for some locales.
|
StoreDistanceDroplet |
This Droplet is used to extract the distance of store from current location.
|
StoreGiftWithPurchaseSelectionsDroplet |
CRS extension of Core Commerce StoreGiftWithPurchaseSelectionsDroplet
Adds additional output parameter with quantity
of items still available for selection for the given order
|
StorePriceBeansDroplet |
This droplet generates UnitPriceBeans for the whole order, or for the shipping-group-commerce-item relationship.
|
StoreTextDroplet |
This droplet performs a look up in the repository to obtain localized resource text message templates either
by matching on a specific key to obtain a single resource text message template or by matching on a tag to
obtain zero or more resource text messages 'tagged' with this value.
|
TargetLinkURLDroplet |
This droplet's main purpose is to determine an Endeca driven target link URL.
|
URLProcessor |