- calculateContextId() - Method in class atg.projects.store.fluoroscope.listener.StoreCachingListener
-
Calculate a context id based on the requestURI, or failing that,
the thread name.
- CANONICAL - Static variable in class atg.projects.store.util.DocumentLinksService
-
- CANONICAL_LINK - Static variable in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
The Endeca generated canonical link parameter.
- CART_ENTRY - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- CartMessagesDroplet - Class in atg.projects.store.droplet
-
This droplet returns messages to be displayed in the rich cart.
- CartMessagesDroplet() - Constructor for class atg.projects.store.droplet.CartMessagesDroplet
-
- CatalogNavigationService - Class in atg.projects.store.catalog
-
Helper bean to store user catalog navigation information providing convenience methods for:
the current category that user is currently viewing
the ancestor categories from the current category to the top level category
the full category path from and including the current category to the top level category
the top level category
The bean is intended to be used anywhere requiring access to the current shopper catalog navigation such as
breadcrumbs, continue shopping, and with targeters to specify targeting rules based on the currently viewed
category.
- CatalogNavigationService() - Constructor for class atg.projects.store.catalog.CatalogNavigationService
-
- CATEGORY - Static variable in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- CATEGORY_ACTION_KEY - Static variable in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- CATEGORY_DIMENSION_ID_KEY - Static variable in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- CATEGORY_DIMENSION_NAME - Static variable in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
- CATEGORY_ENTRY - Static variable in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Entries format constants
- CATEGORY_HIERARCHY_DIM_PROP_NAME - Static variable in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
The dimension property key for the chosen category hierarchy
- CATEGORY_ID - Static variable in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
The cartridge categoryId property name
- CATEGORY_ID - Static variable in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
The cartridge categoryId property name
- CATEGORY_ID - Static variable in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
The dimension property key for the chosen category
- CATEGORY_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
-
Request parameter ID constant values
- CATEGORY_ID - Static variable in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Category id output parameter name.
- CATEGORY_ID - Static variable in class atg.projects.store.droplet.TargetLinkURLDroplet
-
The key that is used to reference a category ID
- CATEGORY_ID_KEY - Static variable in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- CATEGORY_ROOT_CATALOG_ID - Static variable in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
The chosen category's root catalog ID
- CATEGORY_SEPARATOR - Static variable in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Category path separator
- CATEGORY_SEPARATOR - Static variable in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- CategoryBySiteDroplet - Class in atg.projects.store.droplet
-
This droplet retrieves a default parent category from a passed in
product item and site ID.
- CategoryBySiteDroplet() - Constructor for class atg.projects.store.droplet.CategoryBySiteDroplet
-
- CategoryHeaderBannerContentItem - Class in atg.projects.store.assembler.cartridge
-
Category Header Banner class.
- CategoryHeaderBannerContentItem(ContentItem) - Constructor for class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
- CategoryHeaderBannerHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Category header banner cartridge handler.
- CategoryHeaderBannerHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- CategoryRecommendationsContentItem - Class in atg.projects.store.assembler.cartridge
-
CategoryRecommendationsContentItem cartridge which will be returned as part of a larger ContentItem
on category page and used to renderer category recommendations slot configuration.
- CategoryRecommendationsContentItem(ContentItem) - Constructor for class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
Construct a CategoryRecommendationsContentItem from the pConfig passed in.
- CategoryRecommendationsHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Handler for the CategoryRecommendations cartridge.
- CategoryRecommendationsHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
- CategoryRelatedProductsContentItem - Class in atg.projects.store.assembler.cartridge
-
CategoryRelatedProductsContentItem cartridge which will be returned as part of a larger ContentItem
on category page and used to renderer category related products.
- CategoryRelatedProductsContentItem(ContentItem) - Constructor for class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
Construct a CategoryRelatedProductsContentItem from the pConfig passed in.
- CategoryRelatedProductsHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Handler for the CategoryRelatedProducts cartridge.
- CategoryRelatedProductsHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- CategoryTrackingCodeProcessor - Class in atg.projects.store.recommendations.processor
-
This processor is responsible for generating clickstream tracking code
markup for category landing pages.
- CategoryTrackingCodeProcessor() - Constructor for class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- changeCreditCardNickname(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Changes credit card nickname in the map of user's credit cards
- changeSecondaryAddressName(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Changes secondary address nickname
- changeShippingGroupForCommerceItemShippingInfos(Collection, String, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Changes the shipping group name and shipping method for a collection
of items in the CommerceItemShippingInfoContainer.
- CHAPTER - Static variable in class atg.projects.store.util.DocumentLinksService
-
- checkCountryInPermittedList(String, List) - Method in class atg.projects.store.util.CountryRestrictionsService
-
Checks if country is in permitted country list
- checkForDuplicates(Map, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
-
Checks for duplicates between pKey and the mPropertyMap.keySet().
- checkForInvalidStreetAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Validates against invalid street addresses.
- checkFormRedirect(String, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
If the request is a form submission from:
A non-transient user who is not currently logged in.
A transient user who is using a brand new session or if their shopping cart is empty.
Redirect to a session expiration URL.
- checkForRequiredAddressProperties(ContactInfo) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Validates the required billing properties.
- CHECKOUT_ENTRY - Static variable in class atg.projects.store.recommendations.processor.OrderSubmitProcessor
-
Entries format constants
- CheckoutProfileFormHandler - Class in atg.projects.store.profile
-
This is an EStore's form handler to be used when logging in a user during the checkout process.
- CheckoutProfileFormHandler() - Constructor for class atg.projects.store.profile.CheckoutProfileFormHandler
-
- CheckoutProgressStates - Class in atg.projects.store.order.purchase
-
Contains available checkout milestones and current checkout progress level.
- CheckoutProgressStates() - Constructor for class atg.projects.store.order.purchase.CheckoutProgressStates
-
- CheckoutProgressStates.DEFAULT_STATES - Enum in atg.projects.store.order.purchase
-
Contains default states.
- checkRelatedItem(List<RepositoryItem>, RepositoryItem) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
-
This method checks the product specified to see if it should be added into related items slot.
- checkRelatedItems(List, List, Set) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
-
Checks to see that relatedItems don't exist in order,
if any of the items exists then it omits them from the result set.
- checkShippingRestrictions(CommerceItemShippingInfoContainer, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Check shipping restrictions.
- checkStatus(CommerceItem) - Method in class atg.projects.store.order.StoreOrderManager
-
This method uses the inventory manager to query the availability status of the
given commerce item.
- CHILD_SKUS_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Child SKUs property name.
- CITY_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- claimCoupon(String, StoreOrderImpl, RepositoryItem, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
This method claims a coupon specified by its code for a specific user and order and reprices the order.
- claimCoupon(String, StoreOrderImpl, RepositoryItem, boolean, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
This method claims a coupon specified by its code for a specific user and order.
- CLASS_VERSION - Static variable in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
- CLASS_VERSION - Static variable in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.ContentItemTreeIterator
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookupDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.navigation.filter.RecordTypeFilterBuilder
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.SearchedSites
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.SearchFormHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assembler.util.NucleusObjectLocator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- CLASS_VERSION - Static variable in class atg.projects.store.cache.StoreDimensionValueCacheTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.CatalogNavigationService
-
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.comparison.StoreProductComparisonList
-
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogNavHistory
-
Class Version
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogProperties
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogTools
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreSearchFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.ColorSorter
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
-
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.ItemValidatorFilter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
-
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RemoveDuplicateMessagesFilter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SizeSorter
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SkuInventoryFilter
-
- CLASS_VERSION - Static variable in class atg.projects.store.collections.validator.SiteValidator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.csr.returns.StoreBaseReturnFormHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.dp.SiteSpecificPropertyDerivation
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.dp.StoreContextDerivation
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ActionURLDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.AvailableBillingAddresses
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.CartMessagesDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.EscapeJS
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.HasGiftAddress
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.IsEmailRecipient
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ItemValidatorDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.PairedSiteDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.PromotionFilterDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.PropertyValueCollection
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.RemovedItemCheck
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.RqlDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.ShowGiftWrap
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreCurrencyFormatter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreDistanceDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreTextDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.TargetLinkURLDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.droplet.URLProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.email.EmailAFriendFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.email.RecentlySentList
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.email.StoreEmailTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.email.StoreTemplateEmailSender
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.email.TesterEmailTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.Configuration
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.ExcludedURIRegexRequestFilter
-
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.GetSensorEventContextDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.GetSensorEventDroplet
-
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.listener.StoreAttributeAddingHtmlMarkingSensorListener
-
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.listener.StoreCachingListener
-
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.gifts.GiftlistQuantityRemaining
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.gifts.InternationalSearchFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreGiftlistManager
-
- CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.inventory.BackInStockFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.inventory.StoreInventoryManager
-
Class version string.
- CLASS_VERSION - Static variable in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
- CLASS_VERSION - Static variable in class atg.projects.store.logging.LogUtils
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.multisite.StoreSiteValidator
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.GiftWrapCommerceItem
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.OrderRepositoryHelper
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcUpdateGiftRepository
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.CheckoutProgressStates
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in interface atg.projects.store.order.purchase.ShippingRestrictionInterface
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
-
- CLASS_VERSION - Static variable in exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreRepriceOrder
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.TellAFriendFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.ShippingPromotionsDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreCommerceItemManager
-
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderHolder
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderImpl
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderManager
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderTools
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StorePaymentGroupManager
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StorePropertyNameConstants
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.order.StoreShippingGroupManager
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Class version string.
- CLASS_VERSION - Static variable in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.payment.creditcard.StoreCreditCardTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.payment.StoreStoreCredit
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreItemPriceInfo
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.StorePricingModelProperties
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.StorePricingTools
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreShippingPriceInfo
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreUnitPriceBean
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.pricing.SurchargeShippingCalculator
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.CheckoutProfileFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.profile.SessionBean
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreAddressTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreForgotPasswordHandler
-
Class version
- CLASS_VERSION - Static variable in interface atg.projects.store.profile.StoreProfileConstants
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreProfileTools
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StorePropertyManager
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreRepositoryProfileItemFinder
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.promotion.StoreGWPManager
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.adc.StoreADCEventMonitor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.adc.StoreADCSessionData
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.OrderSubmitProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.ProductTrackingCodeProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.SearchResultsProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.SetOrderProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
- CLASS_VERSION - Static variable in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- CLASS_VERSION - Static variable in class atg.projects.store.repository.filter.ItemRepositoryValidator
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.repository.search.indexing.service.ContextTranslationRepositoryKeyService
-
- CLASS_VERSION - Static variable in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.repository.servlet.StorePossibleValues
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.returns.StoreReturnableStates
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.returns.StoreReturnTools
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
Class version
- CLASS_VERSION - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.search.StorePriceMetaPropertyValueFormatter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.security.StorePasswordMinLengthRule
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.service.email.StoreSMTPEmailSender
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.servlet.GEOFilterServlet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.servlet.StoreRequestLocale
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.sort.NameSorter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.sort.PriceSorter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.sort.ProductPriceWrapper
-
Class version string
- CLASS_VERSION - Static variable in interface atg.projects.store.sort.PropertySorter
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.sort.RangeSortDroplet
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.states.StoreOrderStates
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.StoreConfiguration
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.ui.AjaxUtils
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.ui.PromotionalContentEditor
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.ui.StoreGrammarExtension
-
Class version string.
- CLASS_VERSION - Static variable in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.util.CountryRestrictionsService
-
Class version string
- CLASS_VERSION - Static variable in class atg.projects.store.util.DocumentLinksService
-
Class version string
- CLASS_VERSION - Static variable in class atg.remote.assetmanager.operations.service.InternationalStoreConfigurableRepositoryItemCloner
-
- CLASS_VERSION - Static variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
-
Class version string
- CLASS_VERSION - Static variable in class atg.web.repository.InternationalStoreNameChangingCloneHelper
-
- clear() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Clears the current navigation settings.
- clearAllEvents() - Method in class atg.projects.store.recommendations.adc.StoreADCSessionData
-
- clearForm() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Clears the form handler property values.
- clearSessionValues() - Method in class atg.projects.store.email.TemplateTesterSessionBean
-
Clears all session values
- cloneOrder(String, RepositoryItem) - Method in class atg.projects.store.order.StoreOrderManager
-
This method creates an order's duplicate with a new ID.
- CLOSE_BRACE - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Close brace.
- collectParams() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Collect parameters for e-mail templates
- collectParams() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Collect parameters for e-mail templates
- collectParams() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Collect parameters for e-mail templates
- Color(String, String, RepositoryItem) - Constructor for class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
-
Constructor for color class
- COLOR_PROPERTY_NAME - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
-
- ColoredProductDetailsDroplet - Class in atg.projects.store.droplet
-
This droplet should be used on the PDP with wood finish picker.
- ColoredProductDetailsDroplet() - Constructor for class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
- ColoredProductDetailsDroplet.Color - Class in atg.projects.store.droplet
-
This is an information bean to be used on the JSP pages.
- ColorSorter - Class in atg.projects.store.collections.filter
-
This filter sorts a collection of color names.
- ColorSorter() - Constructor for class atg.projects.store.collections.filter.ColorSorter
-
- COMMERCE_ITEM_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
-
- COMMERCE_ITEMS_PROPERTY_NAME - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
-
- commitOrder(Order, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
This overridden method checks for an 'ItemPromotionExpired' formException and sets
the 'commitOrderErrorURL' with the 'expiredPromotionErrorURL' to go to when this type
of exception is detected.
- COMPARATOR - Static variable in class atg.projects.store.repository.servlet.StorePossibleValues
-
- compare(GiftWithPurchaseSelectionChoice, GiftWithPurchaseSelectionChoice) - Method in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
-
Compares two GWP selection choices by their product display name alphabetically.
- compare(Address, Address) - Static method in class atg.projects.store.profile.StoreAddressTools
-
Compares the properties of two addresses equality.
- compare(PossibleValues.PossibleValue, PossibleValues.PossibleValue) - Method in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Compares two PossibleValue objects alphabetically by their labels (or
localized labels for EnumeratedOptionPossibleValue type) with the exception
that the possible value which settableValue
is the same as
firstElementValue
will be always at the beginning of the list
and possible value with settableValue
the same as in
lastElementValue
property will be always at the end of the list.
- compareAddresses(Address, Address) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
-
Compare Addresses.
- ComparisonRowExistsDroplet - Class in atg.projects.store.droplet
-
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.
- ComparisonRowExistsDroplet() - Constructor for class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
- completeExtendedGrammar(ProcessExpressionGrammar) - Method in class atg.projects.store.ui.StoreGrammarExtension
-
Extend the grammar, given a host ScenarioContext, after all other
standard initialization (including default constructs) has taken
place.
- Configuration - Class in atg.projects.store.fluoroscope
-
This bean contains configuration properties essential for the Store.Fluoroscope
module.
- Configuration() - Constructor for class atg.projects.store.fluoroscope.Configuration
-
- configure(Object) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
-
Configures the action using the given configuration object.
- configure(String, Object) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
-
Configures this ExpressionFilter using the given configuration
object.
- configureSlider(PriceSliderContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
Set the sliders range (min/max values).
- CONFIRM_EMAIL_ALREADY_EXISTS - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Confirm Email Address already exists message key.
- CONFIRM_EMAIL_INVALID - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Confirm Email Address invalid message key.
- ConfirmationEmailSender - Class in atg.projects.store.fulfillment
-
This class is responsible for sending order confirmation emails.
- ConfirmationEmailSender() - Constructor for class atg.projects.store.fulfillment.ConfirmationEmailSender
-
- constructPath(String, String) - Method in class atg.projects.store.ui.PromotionalContentEditor
-
The path is constructed from a file name and a folder path.
- contains(String, String, String, String, String, boolean) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
-
- ContentItemTreeIterator - Class in atg.projects.store.assembler.cartridge
-
An abstract base class which provides the functionality for traversing content item tree.
- ContentItemTreeIterator() - Constructor for class atg.projects.store.assembler.cartridge.ContentItemTreeIterator
-
- ContextTranslationRepositoryKeyService - Class in atg.projects.store.repository.search.indexing.service
-
This class is use to get the correct locale from the context object
- ContextTranslationRepositoryKeyService() - Constructor for class atg.projects.store.repository.search.indexing.service.ContextTranslationRepositoryKeyService
-
- convertLoginToLowerCase() - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
Converts the users login to lower case, if not already.
- copyAddress(MutableRepositoryItem, MutableRepositoryItem, Iterator) - Method in class atg.projects.store.profile.StoreProfileTools
-
Utility method to copy one address repoitory item to another
repository item.
- copyAddressToAddressBook(RepositoryItem, Address, String) - Method in class atg.projects.store.order.StoreOrderTools
-
Get the profile from the order, and update the address book with the shipping group address.
- copyCreditCardFromProfile(CreditCard, String, RepositoryItem, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Utility method to copy credit card from profile to order.
- copyCreditCardToProfile(RepositoryItem, Order, String) - Method in class atg.projects.store.order.StoreOrderTools
-
This method gets the credit card from the order, and adds it to the list
of credit cards for this user.
- copyEmailToLogin(Profile) - Method in class atg.projects.store.profile.StoreProfileTools
-
Utility method to copy over the profile email to the login field.
- copyProfileAddressToCreditCard(RepositoryItem, Order, String) - Method in class atg.projects.store.order.StoreOrderTools
-
This method will get an address from the profile's address book, and set
the credit card's billing address.
- copyShippingToBilling(Address, Order) - Method in class atg.projects.store.order.StoreOrderTools
-
Copies an address to the credit card billing address.
- COUNTRIES_PARAM - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
Countries parameter name.
- COUNTRY_CODE - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
Country code parameter name.
- COUNTRY_CODE - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
-
Country code parameter name
- COUNTRY_CODE - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Country code parameter name.
- COUNTRY_CODE - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
Country code parameter name.
- COUNTRY_DELIM - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Country delimiter.
- COUNTRY_DETAIL_PARAM - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
Country details parameter name.
- COUNTRY_KEY_PREFIX - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- COUNTRY_KEY_PREFIX - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- COUNTRY_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- COUNTRY_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.AvailableBillingAddresses
-
- COUNTRY_STATE_RESOURCES - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- COUNTRY_STATE_RESOURCES - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- CountryCodeValidator - Class in atg.projects.store.remote.multisite.service.validation
-
This validator ensures a site's country codes are valid.
- CountryCodeValidator() - Constructor for class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
- CountryRestrictionsDroplet - Class in atg.projects.store.droplet
-
This droplet is used to obtain a list of permitted countries in various situations.
- CountryRestrictionsDroplet() - Constructor for class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- CountryRestrictionsService - Class in atg.projects.store.util
-
This class contains different methods that are user in
AvailableShippingGroups droplet
- CountryRestrictionsService() - Constructor for class atg.projects.store.util.CountryRestrictionsService
-
- createBackInStockNotifyItem(MutableRepository, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Creates the required item in the repository.
- createBackInStockNotifyItem(MutableRepository, String, String, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Creates the required item in the repository.
- createBackInStockNotifyItem(MutableRepository, String, String, String, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- createBackInStockNotifyItem(MutableRepository, String, String, String, String, String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Creates the required item in the repository.
- createCreditCardNickname(Object) - Method in class atg.projects.store.order.StoreOrderTools
-
This utility method creates an address nickname for the credit card
address.
- createEmailRecipient(String, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Create new EmailRecipient in repository.
- createEmailRecipient(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Create new EmailRecipient in repository.
- createHtmlInsertingResponseOutputWrapper() - Method in class atg.projects.store.fluoroscope.listener.StoreAttributeAddingHtmlMarkingSensorListener
-
- createLinkURL(Locale, DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Generate a URL to the current page with the locale parameter set to pLocale.
- createNewCreditCard(RepositoryItem) - Method in class atg.projects.store.order.StoreOrderTools
-
Creates a new credit card repository item for the given profile, but does
not assign a billing address.
- createOptionalParamsList() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
This method creates a list of optional parameters configured for the knowledge
base widget.
- createOrder(String, String, OrderPriceInfo, TaxPriceInfo, ShippingPriceInfo, String) - Method in class atg.projects.store.order.StoreOrderManager
-
Calls OrderManager.createOrder to create a new Order object using the class mapped to the
given name in pOrderType and whose id will be that which is supplied in pOrderId.
- createPagingActionTemplate() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
Creates the paging action template.
- createPricingErrorMessage(PricingException, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Pulls out the CyberSource error message for invalid address.
- createProfileCreditCard(Profile, Map, String, Map, String, boolean) - Method in class atg.projects.store.profile.StoreProfileTools
-
This method constructs a new credit card and the address object that is on
the credit card.
- createQualifiedString(String, String) - Method in class atg.projects.store.email.StoreEmailTools
-
Create string of view: pName
<pEmail
>
- createQuery(int, boolean, boolean, QueryExpression, int, boolean, QueryExpression, QueryExpression, Query, QueryBuilder, PropertyQueryExpression, List) - Method in class atg.projects.store.dp.SiteSpecificPropertyDerivation
-
We do not support query for this derivation implementation
- createQuery(int, boolean, boolean, QueryExpression, int, boolean, QueryExpression, QueryExpression, Query, QueryBuilder, PropertyQueryExpression, List) - Method in class atg.projects.store.dp.StoreContextDerivation
-
We do not support query for this derivation implementation
- createRecentlyViewedProduct(RepositoryItem, RepositoryItem, String) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
Create a new 'recentlyViewedProduct' item and add it to the repository if the user is logged in.
- createSender(String, String, String) - Method in class atg.projects.store.email.StoreEmailTools
-
Compose the sender tag as: pFirstName pLastName
- createSensorHtmlInserter(DynamoHttpServletRequest) - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- createShippingGroupFromDefaultAddress(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Creates a HardgoodShippingGroup from the profile's default shipping address item.
- createShippingGroupFromGiftlist(String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
This method creates HardgoodShippingGroup
for the gift list.
- createSortNavAction(String, String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
Creates a sort action for a given sort and label.
- createTemplateEmailInfo(String, String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Creates the template email info for the template we need to use
for order confirmation.
- createUserPrefLangCookie(DynamoHttpServletRequest, DynamoHttpServletResponse, Locale) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
This operation creates cookie for user preffered language.
- CRITICAL_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
-
The critical prefix.
- CrossCartridgeItemsLookup - Class in atg.projects.store.assembler.cartridge
-
This is the subclass of ContentItemTreeIterator
that iterates through the content item tree looking
for the items displayed in different kind of cartridges.
- CrossCartridgeItemsLookup() - Constructor for class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- CrossCartridgeItemsLookupDroplet - Class in atg.projects.store.assembler.cartridge
-
This servlet looks for the items displayed in the configured cartridges.
- CrossCartridgeItemsLookupDroplet() - Constructor for class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookupDroplet
-
- CURRENT_CATEGORY - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
- CURRENT_PRODUCT - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
- CURRENT_SELECTION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Current selection parameter name.
- CURRENT_SITE_ID - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
- CURRENT_SITE_SCOPE - Static variable in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- CUSTOMER_ID_ENTRY - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- generateAncestorCategoriesQuery(QueryBuilder, String[]) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Generate clause for the ancestor categories for catalogs.
- generateAncestorCategoryQuery(QueryBuilder, Object) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Generates clause for the ancestor categories for pCurrentCatalog
.
- generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
-
Generates a context key for this filter.
- generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
- generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
-
Generates a context key for this filter.
- generateEmailQuery(String, QueryBuilder) - Method in class atg.projects.store.profile.StoreRepositoryProfileItemFinder
-
Returns the Query which will be executed to find the profiles
with the given email address.
- generateEndDateCheckClause(QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Generate end date clause of view
'[current date] <= endDate OR endDate IS "null"'
- generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
-
Generates a sorted collection.
- generateFilteredCollection(Collection, String, RepositoryItem, Map) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
This method builds a list of recentlyViewedProduct items using the following rules:
Add a product if it was viewed on the site relevant to current site context and siteScope.
Products belonging to the 'exclude' key of 'pExtraParameters' Map will not be added to filtered list.
Expired products will be removed from the repository and not added to the filtered list.
If the site that the product was viewed on is now disabled or inactive, don't add to filtered list.
If a product in the unfiltered list is no longer available, don't add to the filtered list.
The size of the filtered list will be defined either by 'mMaxProductsToDisplay' or overridden by
the value of the 'size' key in the 'pExtraParameters' Map.
The unfiltered collection passed to this method must be a list of recentlyViewedProduct RepositoryItems.
- generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
- generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This method filters the passed in collection (of repository items) based
on whether or not any of its items sites/siteGroups.sites exist in the
current mShareableTypeId siteGroup
- generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
-
Generates a sorted collection.
- generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Overrides base method to allow to pass not only collection of products but
collection of SKUs too.
- generateNewPasswordTemplateParams(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, String) - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
-
Puts locale to the map of template parameters.
- generatePriceBeans(Order) - Method in class atg.projects.store.pricing.StorePricingTools
-
Generates a Map of unit price beans for all items in the order.
- generatePriceBeans(Order, CommerceItem) - Method in class atg.projects.store.pricing.StorePricingTools
-
Generate GWP aware price beans for the given commerce item.
- generatePriceBeans(Order, CommerceItem, List<DetailedItemPriceInfo>) - Method in class atg.projects.store.pricing.StorePricingTools
-
Generate GWP aware price beans for the given commerce item and list of price infos.
- generatePriceBeansForOrder(Order) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Generates price beans for an order specified.
- generatePriceBeansForRelationship(Order, ShippingGroupCommerceItemRelationship) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Generates price beans for a relationship specified.
- generatePropertiesToCopy(String[], Profile) - Method in class atg.projects.store.order.StoreOrderTools
-
This method is used when registering a new user.
- generateResultSet(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Searches through all repositories in mRepositories and generates a result
set of items of type pItemType.
- generateSearchQuery(Repository, String, QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Add a clause to the search that requires all results to be contained in the
"rootNavigationCategory" of the current catalog or catalogs if we specify
list of catalog IDs.
- generateStartDateCheckClause(QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Generates start date clause of view
'[current date] >= startDate OR startDate IS "null"'
- GenericEmailSenderFormHandler - Class in atg.projects.store.email
-
Generic form handler for email sending.
- GenericEmailSenderFormHandler() - Constructor for class atg.projects.store.email.GenericEmailSenderFormHandler
-
- GEO_PROPERTY - Static variable in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- GEOFilterServlet - Class in atg.projects.store.servlet
-
This servlet performs rudimentary GEOFiltering functionality by checking the
request's locale and rerouting the user's destination based upon that.
- GEOFilterServlet() - Constructor for class atg.projects.store.servlet.GEOFilterServlet
-
- getActionResult() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getActorExecutor() - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- getActorToInvoke() - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- getAddAddressAndMoveToMultipleShippingErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getAddAddressAndMoveToMultipleShippingSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getAddCommerceItemInfos() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getAddGiftMessageErrorURL() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getAddGiftMessageSuccessURL() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getAddItemToGiftlist() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getAddItemToGiftlistErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns property AddItemToGiftlistErrorURL.
- getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getAddItemToGiftlistSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns property AddItemToGiftlistSuccessURL.
- getAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getAddressForUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Return the ipv6 address string wrapping i side the '[' ']' for the given ip address
- getAddressFromRepositoryItem(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
This method creates an address object and sets the property values
to values in the repository item passed in.
- getAddressIdValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getAddressProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getAddressPropertyNameMap() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getAddShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getAddShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getAjaxAddItemToOrderErrorUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Gets the AjaxAddItemToOrderErrorUrl.
- getAjaxAddItemToOrderSuccessUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Gets the AjaxAddItemToOrderSuccessUrl.
- getAjaxMakeGiftSelectionErrorURL() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getAjaxMakeGiftSelectionSuccessURL() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getAjaxMakeGiftSelectionTimeoutURL() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getAllColors(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
This method calculates all possible colors for the SKUs specified.
- getAllEvents() - Method in class atg.projects.store.recommendations.adc.StoreADCSessionData
-
Returns all of the events stored in this session.
- getAllHardgoodCommerceItemShippingInfos() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Get the List of all the CommerceItemShippingInfos for hardgoods
from the CommerceItemShippingInfoMap.
- getAllHardgoodCommerceItemShippingInfos(ShippingGroupMapContainer, CommerceItemShippingInfoContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Get the List of all the CommerceItemShippingInfos for hardgoods
from the CommerceItemShippingInfoMap.
- getAllSizes(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
This method calculates all possible sizes for the SKUs specified.
- getAllSkus(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method obtains a Collection
of all specified product
SKUs.
- getAlternateLink(DynamoHttpServletRequest, RequestLocale) - Method in class atg.projects.store.util.DocumentLinksService
-
Gets an available Locale that isn't the same as the
current Locale and associates it with the 'alternate'
canonical link reference.
- getAmount() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getAmountAppliedToOrder() - Method in class atg.projects.store.payment.StoreStoreCredit
-
Returns the amountAppliedToOrder property.
- getAncestorCategories() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Returns the ancestors of the category that user is currently viewing.
- getAncestorIds(String) - Method in class atg.projects.store.cache.StoreDimensionValueCacheTools
-
Strips out the root category for our store catalog.
- getAnonymousEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getApplyCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when there is an error adding coupon.
- getApplyCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when coupon successfully added.
- getApplyOrderErrorURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getApplyOrderSuccessURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getApplyReturnErrorURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getApplyReturnSuccessURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getAvailabilityDate(RepositoryItem, RepositoryItem, String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates availability date for the product and SKU specified.
- getAvailabilityStatusBackorderableValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of BACKORDERABLE
- getAvailabilityStatusDerivedValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of DERIVED
- getAvailabilityStatusDiscontinuedValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of DISCONTINUED
- getAvailabilityStatusInStockValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of IN_STOCK
- getAvailabilityStatusOutOfStockValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of OUT_OF_STOCK
- getAvailabilityStatusPreorderableValue() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
The integer value for the availabilityStatus of PREORDERABLE
- getAvailabilityType(RepositoryItem, RepositoryItem) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates availability type for the product/SKU specified.
- getAvailableSensors() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
This method calculates a collection of sensors to be dislpayed on the UI.
- getBackgroundBannerURL() - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
- getBackInStockFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getBackInStockNotifyItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getBackorderAvailabilityDate(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Get the availabilityDate from the inventory data for a SKU item.
- getBackorderAvailabilityDate(String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Get the availabilityDate from the inventory data for a SKU item.
- getBillableCountriesPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getBillAddrValue() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getBillingAddress() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getBillingAddressClassName() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getBillingAddressNickname() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getBillingAddressPropertyList() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns the BillingAddressPropertyList.
- getBillingHelper() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getBillingHelper() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- getBirthDate() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns birthDate property.
- getBisnEmailPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getBisnProductIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getBisnSkuIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getBreadcrumbsLinks(RepositoryItem, RepositoryItem, CatalogNavHistory) - Method in class atg.projects.store.util.DocumentLinksService
-
Get objects for home, up, chapter and section links from navigation history
- getC() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getCachingListener() - Method in class atg.projects.store.fluoroscope.GetSensorEventContextDroplet
-
The cachingListener
property contains a link to the caching sensor listener.
- getCachingListener() - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
Get the caching listener.
- getCanonicalLink(Object, DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
This method gets the canonical link for pItem
- getCanonicalLink(Object, DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
This method gets the canonical link for Endeca driven categories.
- getCardProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getCardVerificationNumber() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getCardVerificationNumber() - Method in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
-
- getCartChangeJMSTypes() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns JMSTypes of events that indicate that cart content has been changed.
- getCartHelper() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getCatalog(String) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Get the catalog with the given id.
- getCatalogIdPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getCatalogNavHistory() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- getCatalogNavHistoryPath() - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Returns the catalog navigation history component path
- getCatalogNavHistoryPath() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the path to catalog navigation history component.
- getCatalogNavigation() - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- getCatalogNavigation() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getCatalogNavigation() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- getCatalogProperties() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
Gets the catalog properties
- getCatalogProperties() - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Get catalog properties.
- getCatalogProperties() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- getCatalogProperties() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
- getCatalogProperties() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- getCatalogProperties() - Method in class atg.projects.store.order.StoreOrderTools
-
- getCatalogProperties() - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- getCatalogRefId() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getCatalogRefRepository() - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Returns property CatalogRefRepository
- getCatalogRepository() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the value of the catalogRepository field.
- getCatalogRepository() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getCatalogRepository() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getCatalogRepository() - Method in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Gets the catalog repository
- getCatalogRepository() - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- getCatalogTools() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- getCatalogTools() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- getCatalogTools() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getCatalogTools() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getCatalogTools() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getCatalogTools() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- getCatalogTools() - Method in class atg.projects.store.collections.filter.ColorSorter
-
- getCatalogTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- getCatalogTools() - Method in class atg.projects.store.collections.filter.SizeSorter
-
- getCatalogTools() - Method in class atg.projects.store.droplet.CategoryBySiteDroplet
-
- getCatalogTools() - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
- getCatalogTools() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Gets the mCatalogTools
- getCatalogTools() - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- getCatalogTools() - Method in class atg.projects.store.droplet.PropertyValueCollection
-
- getCatalogTools() - Method in class atg.projects.store.email.TesterEmailTools
-
Get the CatalogTools object to use when looking up products, categories
and SKUs.
- getCatalogTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCatalogTools() - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Gets the catalog tools object
- getCategory() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- getCategory(String) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
Get category by its id
- getCategoryAction() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- getCategoryDimensionId() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- getCategoryDisplayNameProperty() - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Returns the category's display name property name.
- getCategoryDisplayNameProperty() - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Returns the category display name property.
- getCategoryId() - Method in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
- getCategoryId() - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- getCategoryId() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- getCategoryIdParameterName() - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- getCategoryIdPropertyName() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getCategoryItem() - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Returns the category repository item stored in the request data.
- getCategoryItemType() - Method in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Gets item descriptor name for category
- getCategoryNavigationPath() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Returns full category path from and including the current category to the top level category.
- getCategoryNavigationUserSegment() - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- getCategoryRelatedProducts(String, int) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
Retrieves the specified number of related products from category repository item.
- getChangePasswordFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getChannelPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getCheckoutProgressLevels() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
-
checkoutProgressLevels property contains checkout milestones available for user.
- getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- getCheckoutProgressStates() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Get checkout progress states
- getCircularReferenceErrorMessage(ContentItem) - Method in class atg.projects.store.assembler.cartridge.ContentItemTreeIterator
-
Returns the error message for the circular reference.
- getClaimableManager() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getClaimableManager() - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- getColorPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- getColorPropertyName() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
Gets the mColorPropertyName
- getColorRequired() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns whether or not an item requires a color option.
- getColorSwatchName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- getCommerceItem(Order, String, String, String) - Method in class atg.projects.store.order.StoreCommerceItemManager
-
This method searches for a CommerceItem
within the Order
specified.
- getCommerceItemManager() - Method in class atg.projects.store.order.StoreOrderTools
-
- getCommerceItemShippingInfoTools() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Returns the tools component containing the API for modifying CommerceItemShippingInfos.
- getCommerceItemStates() - Method in class atg.projects.store.order.StoreOrderManager
-
- getCommercePropertyManager() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getCommitOrderHelper() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getComparator() - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Returns the comparator object to use for sorting of filtered collection.
- getComparator() - Method in class atg.projects.store.repository.servlet.StorePossibleValues
-
Gets the comparator to sort result list of possible values.
- getConfirmationURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getConfirmEmailAddress() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getContainsGiftMessage() - Method in class atg.projects.store.order.StoreOrderImpl
-
Checks to see if this order has a gift message special instruction.
- getContainsGiftWrap() - Method in class atg.projects.store.order.StoreOrderImpl
-
Checks to see if this order is gift wrapped or not.
- getContentItemAdditionsMap() - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- getContentItemsCache() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- getContentItemsToCache() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- getContentItemTreeIterator() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookupDroplet
-
- getContentProcessor() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
- getContentSource() - Method in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
- getContext() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getContinueShoppingErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getContinueShoppingSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getCorrection() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getCountryCode(Map.Entry) - Method in class atg.projects.store.droplet.AvailableBillingAddresses
-
Returns country code for the ContactInfo repository item
- getCountryCode(ShippingGroup) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
Returns country code for the given item.
- getCountryList() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- getCountryList() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- getCountryName(String, Locale) - Static method in class atg.projects.store.util.CountryRestrictionsService
-
This static method gets localized country name from the Resource Bundle based on the input locale.
- getCountryRedirectURLs() - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Stores a map of country codes to redirect URLs.
- getCountryRestrictionsService() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- getCountryRestrictionsService() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains a coupon code to be claimed for current order.
- getCouponCode(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderManager
-
This method calculates a coupon code used by the order pOrder.
- getCreateCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getCreateCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Utility method to fetch credit card and set properties from page.
- getCreditCard(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Utility method to fetch credit card and set properties from page.
- getCreditCard() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Method to allow page access to CreditCard object.
- getCreditCard(Order) - Method in class atg.projects.store.order.StoreOrderTools
-
Returns the CreditCard payment group for the order.
- getCreditCardBillingAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardExpirationMonth() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardExpirationYear() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardNickname() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardNickname(RepositoryItem, CreditCard) - Method in class atg.projects.store.profile.StoreProfileTools
-
Finds profile's credit card that corresponds to the given credit card
payment group and returns its nickname.
- getCreditCardNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardNumber() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getCreditCards(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Obtains all credit cards associated with user profile.
- getCreditCardTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardTools() - Method in class atg.projects.store.order.StoreOrderTools
-
Returns property creditCardTools
- getCreditCardTools() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getCreditCardType() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardType() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getCreditCardVerificationNumberFromCard(Order) - Method in class atg.projects.store.order.StoreOrderTools
-
Gets the verification number from the order's credit card payment group.
- getCssFilePropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getCurrencyCode() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getCurrencyFormat(MetaProperty, Locale) - Method in class atg.projects.store.search.StorePriceMetaPropertyValueFormatter
-
Creates a Format
instance to be used.
- getCurrent() - Method in class atg.projects.store.order.StoreOrderHolder
-
This method returns a current order (or shopping cart).
- getCurrentCategory() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Returns the current category that user is currently viewing.
- getCurrentCategoryId() - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
Returns the category ID that the user is currently viewing.
- getCurrentComparisonsList(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method retrieves current Comparisons List from the request specified.
- getCurrentCouponCode() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This getter implements a read-only currentCouponCode
property.
- getCurrentDate() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.email.TesterEmailTools
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Gets the CurrentDate component.
- getCurrentDate() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getCurrentDate() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getCurrentDate() - Method in class atg.projects.store.returns.StoreReturnTools
-
- getCurrentLevel() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
-
currentLevel property determines which pages can be displayed to user.
- getCurrentLevelAsInt() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
-
- getCurrentOrder(ADCPipelineArgs) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
The method gets Order object corresponding to the current user's
shopping cart.
- getCurrentPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns current page - pagination setting
- getCurrentProduct(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method takes currently viewed product from the request specified.
- getCurrentProfile(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method retrieves current profile from the request specified.
- getCurrentProfileGiftlists(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates all user's giftlists to be displayed on the page.
- getCurrentRequest() - Method in class atg.projects.store.order.StoreOrderHolder
-
This method is a shortcut to the ServletUtil.getCurrentRequest()
method.
- getCurrentSessionData() - Method in class atg.projects.store.recommendations.adc.StoreADCEventMonitor
-
Return the EventHolder associated with the current session.
- getCustomCurrencyPatterns() - Method in class atg.projects.store.droplet.StoreCurrencyFormatter
-
Returns the map with custom currency patterns where keys
are locales and values are custom patterns for the locale.
- getDate() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property date.
- getDateByFormat(Object, String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation called to get the Date on the basis of locale format.
- getDateFormat() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getDateOfBirth() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getDateOfBirthPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getDaysAllowedToReturn() - Method in class atg.projects.store.returns.StoreReturnTools
-
- getDefaultCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property editCard, naming the credit card to be edited.
- getDefaultCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getDefaultCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getDefaultCategoryId(RepositoryItem, String) - Method in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Retrieve the preferred parent category for the given product and site.
- getDefaultCategoryPath(RepositoryItem) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Returns category default path using categories display names, e.g.,
"Home Accents>Decor".
- getDefaultCountryPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getDefaultCreditCard(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Gets the default credit card for a user.
- getDefaultCreditCardNickname() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Determines the default credit card nickname for the current user profile
- getDefaultCreditCardNickname(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Gets the default credit card nickname for a user.
- getDefaultCssFile() - Method in class atg.projects.store.StoreConfiguration
-
Gets the location of the default css file(s).
- getDefaultEmailInfo() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the default email information.
- getDefaultLanguageAttribute() - Method in class atg.projects.store.dp.StoreContextDerivation
-
Gets the mDefaultLanguageAttribute
- getDefaultLanguagePropertyName() - Method in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- getDefaultLocale() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- getDefaultLocaleString() - Method in class atg.projects.store.email.StoreEmailTools
-
- getDefaultMaximumValue() - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- getDefaultMinimumValue() - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- getDefaultPageContentPath() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getDefaultPageSizePropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getDefaultPropertyValue(RepositoryItem, String) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
-
This function passes the default value of the property passed to it.
- getDefaultQualifierValue() - Method in class atg.projects.store.pricing.StorePricingModelProperties
-
- getDefaultRedirectURL() - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Default URL to redirect to if the country code is not the US and if the
country code does not have an explicit redirect location set in
countryRedirectURLs
.
- getDefaultResourceBundle() - Method in class atg.projects.store.StoreConfiguration
-
Returns the location of the default resource bundle.
- getDefaultShippingAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getDefaultShippingAddressNickname() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Determines the default shipping address nickname for the current user profile
- getDefaultShippingAddressNickname(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Gets the default shipping address nickname for a user.
- getDefaultShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getDefaultShippingMethod() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Determines the default shipping method for the current user profile
- getDefaultShippingMethod(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Gets the default shipping method for a user.
- getDefaultSiteAttribute() - Method in class atg.projects.store.dp.StoreContextDerivation
-
Gets the mDefaultSiteAttribute
- getDefaultSizePropertyName() - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
-
- getDefaultSortField() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns field to be sorted by
- getDefaultText(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
Gets defaultText by key
- getDefaultTextTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
-
Gets the defaultTextTemplate
- getDefaultThresholdLevel() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- getDerivedDisplayNamePropertyName() - Method in class atg.remote.assetmanager.operations.service.InternationalStoreConfigurableRepositoryItemCloner
-
- getDerivedDisplayNamePropertyName() - Method in class atg.web.repository.InternationalStoreNameChangingCloneHelper
-
- getDescription() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getDimensionValueCacheTools() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getDimensionValueCacheTools() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- getDimensionValueCacheTools() - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- getDimensionValueCacheTools() - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- getDisplayedItems() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- getDisplayedSensorNames() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
This property contains names of sensors to be displayed on the UI.
- getDisplayLanguage() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
-
- getDisplayNameForCode(ResourceBundle, String, String) - Method in class atg.projects.store.util.CountryRestrictionsService
-
This method returns the localized display name for the country code
provided as input.
- getDisplayNamePropertyName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the Display Name property.
- getDistanceVariable() - Method in class atg.projects.store.droplet.StoreDistanceDroplet
-
- getDiv_id() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getDocumentLinksService() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- getDummySearchText() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
- getDuplicateRecentlyViewedProduct(RepositoryItem, List<RepositoryItem>, String) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
Check a recentlyViewed list for a duplicate product.
- getEditAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getEditAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getEditCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property editCard, naming the credit card to be edited.
- getEditCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when there is an error editing coupon.
- getEditCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when coupon successfully edited.
- getEditShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getEditShippingAddressNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getEditShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getEditValue() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getEmailAddress() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getEmailAFriendEnabledPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getEmailAFriendMessage() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getEmailAFriendMessageParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getEmailAFriendResourceBundle() - Method in class atg.projects.store.email.StoreEmailTools
-
- getEmailAFriendResourceBundleName() - Method in class atg.projects.store.email.StoreEmailTools
-
- getEmailFormat() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getEmailLocale() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getEmailLocaleName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getEmailMessageFrom() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The email address to set the message from for the order confirm email.
- getEmailMessageSubject() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The subject to use for the order confirmation emails.
- getEmailOptInSourceCode() - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- getEmailOptInSourceCode() - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
- getEmailRecipientItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getEmailRecipientPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getEmailSender() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the email send component.
- getEmailTools() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getEmailTools() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getEmailTools() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
- getEnabled() - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- getEnabled() - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- getEnclosingEndToken() - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- getEnclosingStartToken() - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- getEndDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The end date property name.
- getEpochDate() - Method in class atg.projects.store.StoreConfiguration
-
Returns the store epoch date represented as a String object.
- getEpochDateAsDate() - Method in class atg.projects.store.StoreConfiguration
-
Returns the epochDate property represented as a Date object.
- getEpochDatePattern() - Method in class atg.projects.store.StoreConfiguration
-
Returns the date pattern defining the date format for the epochDate property.
- getErrorURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getEventContextIdForRequest(DynamoHttpServletRequest) - Method in class atg.projects.store.fluoroscope.listener.StoreCachingListener
-
The helper method that allows to get event context ID for the request
before any sensor event occurred.
- getEventHtmlTemplate() - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- getEvents(String) - Method in class atg.projects.store.recommendations.adc.StoreADCSessionData
-
Returns all the events of a particular type.
- getExcludedUriRegex() - Method in class atg.projects.store.fluoroscope.ExcludedURIRegexRequestFilter
-
This property defines a regex to be used to define, if the request should be excluded.
- getExcludedUriRegexPattern() - Method in class atg.projects.store.fluoroscope.ExcludedURIRegexRequestFilter
-
This method compiles a regex Pattern
to be used later.
- getExpirationDayOfMonth() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getExpirationMonth() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getExpirationYear() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getExpiredPromotionErrorURL() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getExpiryPeriod() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getExpressCheckout() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getExpressCheckoutErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getExpressCheckoutHelper() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- getExpressCheckoutSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getExternalJavascriptBoilerplateUri() - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- getFactoryName() - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- getFailoverTimeout() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Gets the failover timeout in milliseconds indicating how long to wait for generated
recommendations before using the failover.
- getFillFromTemplate() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
- getFilter() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- getFilter() - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
- getFilter() - Method in class atg.projects.store.droplet.PropertyValueCollection
-
- getFilter(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.PropertyValueCollection
-
- getFilterCrumb() - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- getFirstElementValue() - Method in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Gets the element value that always should be put at the beginning of the list
- getFirstNonGiftShippingGroupName() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- getFullCategoryPath(ADCPipelineArgs) - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Gets full category path to the currently viewed category using the the
CatalogNavigationHistory component that tracks user's navigation.
- getGenderPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getGeocodeProperty() - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- getGeoProperty() - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- getGiftlistManager() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- getGiftlistManager() - Method in class atg.projects.store.droplet.HasGiftAddress
-
- getGiftlistManager() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- getGiftlistManager() - Method in class atg.projects.store.order.StoreOrderManager
-
The gift list manager.
- getGiftlistManager() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getGiftListSiteFilter() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- getGiftlistSiteFilter() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getGiftlistsPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getGiftlistTools() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- getGiftMessage() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getGiftMessageFrom() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getGiftMessagePopulated() - Method in class atg.projects.store.order.StoreOrderImpl
-
Determines if user has entered gift message.
- getGiftMessageTo() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- getGiftMessageUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getGiftSelectionChoices(String, String, boolean, Map) - Method in class atg.projects.store.promotion.StoreGWPManager
-
Get gift selection choices filtered by products and SKUs start\end date.
- getGiftShippingGroupDescriptionPrefix() - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
- getGiftShippingGroups() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getGiftWrapCommerceItemType() - Method in class atg.projects.store.order.StoreOrderTools
-
- getGiftWrapEligiblePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate an item as 'giftwrappable'.
- getGiftWrapItem() - Method in class atg.projects.store.order.StoreOrderImpl
-
Returns gift wrap commerce item.
- getGiftWrapPrice(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
-
Gets the gift wrap price from the order.
- getGiftWrapProductId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getGiftWrapSkuId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getGiftWrapTargetingResults() - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Get gift wrap targeting results.
- getGwpManager() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Getter for the gift with purchase manager property.
- getGwpManager() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Getter for the gift with purchase manager property.
- getGwpManager() - Method in class atg.projects.store.pricing.StorePricingTools
-
Getter for the gift with purchase manager property.
- getGwpPlaceholderHashCodes() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getGwpPlaceholderPromotionIds() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getGwpPriceBeansQuantity(Collection<StoreUnitPriceBean>) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Returns total quantity of GWP items in the list of price beans.
- getGwpSelections() - Method in class atg.projects.store.pricing.StoreUnitPriceBean
-
Returns list of GWP selections associated within the price bean.
- getHeaderTitle() - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
- getHostName() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getHttpPort() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getHttpsPort() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getId() - Method in class atg.projects.store.fluoroscope.GetSensorEventDroplet.PageContextStackElement
-
- getIdGenerator() - Method in class atg.projects.store.order.StoreOrderTools
-
- getIdPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains the name of the property that holds references to an item's id.
- getIgnoredRangeFilters() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getIgnoreList() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getImmutableCardProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns immutableCardProperties property value.
- getInstance_id() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getInvalidCityPatterns() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- getInvalidContextRoot() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getInvalidStatesForShipMethod() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Expects a pipe-delimited string containing 2-digit state abbreviations
that are invalid for a particular shipping method.
- getInvalidStreetStrings() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- getInventoryLevel(RepositoryItem, String, long) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Given the inventory item of note get the inventory level for the particular property.
- getInventoryManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- getInventoryManager() - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
-
- getInventoryManager() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getInventoryManager() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getInventoryManager() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getInventoryManager() - Method in class atg.projects.store.promotion.StoreGWPManager
-
- getItem(int) - Method in class atg.projects.store.email.RecentlySentList
-
Return SentItem at the given index
- getItemDateValidator() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getitemDescriptorName() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getItemDescriptorName() - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- getItemDescriptorName() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- getItemDescriptorName() - Method in class atg.projects.store.droplet.RqlDroplet
-
- getItemDescriptorName() - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getItemGiftQuantity(Order, CommerceItem) - Method in class atg.projects.store.promotion.StoreGWPManager
-
Get the gift quantity for the given commerce item.
- getItemIdKey() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- getItemNonGwpQuantities() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getItemsBought() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getItemSkus(Object) - Method in class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
-
Overrides base method to retrieve the collection of skus from GiftWithPurchaseSelectionChoice
object.
- getItemSkus(Object) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Returns the collection of product's skus if the passed in item is product
otherwise null.
- getKeyService() - Method in class atg.projects.store.dp.StoreContextDerivation
-
Returns LocaleKeyService service.
- getKeywords() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
This method overrides the default method so as to handle multi words as
one single keyword as well as separate individual keywords.
- getLabel_correction() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLabel_documents() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLabel_more_results() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLabel_no_results() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLabel_related_searches() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLabel_search_button() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getLanguage() - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
Returns language for email's locale defined in email parameters
- getLanguagesPropertyName() - Method in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- getLastElementValue() - Method in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Gets the element value that always should be put at the end of the list
- getLastPurchaseDate() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getLinkURL() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
-
- getListPriceListIdPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getListSize() - Method in class atg.projects.store.email.RecentlySentList
-
Returns list size
- getLocale(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
Returns either the Locale from the Request object (if it isn't NULL),
or the Locale from the JVM.
- getLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
-
- getLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.StateListFilterDroplet
-
Returns Locale object.
- getLocale() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Gets the value of the Locale: field.
- getLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Determine the user's current locale, if available.
- getLocaleAttributeAliasManager() - Method in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
- getLocaleAttributeAliasManager() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getLocaleParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
- getLocaleParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
- getLocalePropertyName() - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
-
- getLocaleService() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getLocaleUrl() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
This method gets locale specific id url of the
knowledge base widget from the SiteRepository
- getLocalizedCreditCardType(String) - Method in class atg.projects.store.payment.creditcard.StoreCreditCardTools
-
Returns localized credit card type.
- getLoggingIdentifier() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
- getLogin() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getLoginDuringCheckoutURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getLoginEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getMandatoryStateCountryList(DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Get mandatory state country list.
- getMandatoryStateCountryList() - Method in class atg.projects.store.StoreConfiguration
-
Returns the list of configured country codes that are mandatory.
- getMarkTagForSensorEvent(SensorEvent) - Method in class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
Current implementation returns marker tag in the following format: ###atg:sensorEvent:[event ID]:###
.
- getMaxNickNameLength() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getMaxPasswordLength() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getMaxProductsToDisplay() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- getMaxQuantity() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns the maximum quantity permitted per order item.
- getMenuItem() - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
Returns menu item name
- getMessage() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the Message: field.
- getMessageParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the parameter used for the Message: field.
- getMessageParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the parameter used for the Message: field.
- getMessageType() - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- getmExt_docs() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getMinNickNameLength() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getMinPasswordLength() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getMinQuantity() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns the minimum quantity permitted per order item.
- getmModule() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getMonth() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property month.
- getMoveItemsFromCartLoginURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getMoveToConfirmationChainId() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getMoveToConfirmErrorURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getMoveToConfirmSuccessURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getMoveToNewGiftListAddressErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getMoveToNewGiftListAddressSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Returns property MoveToNewGiftListAddressSuccessURL.
- getName() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
-
Gets the name
- getName() - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
-
- getNameProperty() - Method in class atg.projects.store.sort.NameSorter
-
- getNavigation() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getNavigationActionPath() - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- getNavigationStateBuilder() - Method in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
- getNavigationStateBuilder() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- getNewAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNewAddressId() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNewAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNewCreditCard() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getNewCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getNewCustomerEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNewNicknameValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNewPassword() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getNewPasswordFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getNewPasswordParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getNewProductThresholdDaysPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getNewShippingGroupName(ShippingGroup) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
-
This method contains some specific logic related to gift list ShippingGroups.
- getNewShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getNicknameValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getNoJavascriptErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getNoJavascriptSuccessURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getNonBillableCountriesPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getNonDisplayableShippingGroups() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- getNonProfileShippingAddressesMap() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- getNonSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Build a nonSecure url.
- getNonShippableCountriesPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getNumber_answers() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getNumberOfDecimalPlaces() - Method in class atg.projects.store.droplet.StoreDistanceDroplet
-
- getNumberOfOrders() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getNumberOfRecords() - Method in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
- getNumberOfRecords() - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- getOmsOrderId() - Method in class atg.projects.store.order.StoreOrderImpl
-
- getOmsOrderIdSpace() - Method in class atg.projects.store.order.StoreOrderTools
-
- getOmsSegments() - Method in class atg.projects.store.order.StoreOrderImpl
-
- getOMSTransactionId() - Method in class atg.projects.store.order.StoreOrderManager
-
Use the OMSTransactionIdGenerator to get the next Transaction Id.
- getOMSTransactionIdGenerator() - Method in class atg.projects.store.order.StoreOrderManager
-
The OMSTransactionIdGenerator.
- getOMSTransactionIdSpace() - Method in class atg.projects.store.order.StoreOrderManager
-
The OMSTransactionIdSpace.
- getOnlineCredits(String[]) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
This will return the online credits selected by the user.
- getOperation() - Method in class atg.projects.store.droplet.URLProcessor
-
Returns type of processing
- getOrder() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
Returns the Order property as StoreOrderImpl.
- getOrder() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getOrder() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- getOrder() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Return the Order property.
- getOrder() - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Returns the order object store in the request data.
- getOrderConfirmationFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getOrderId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderManager() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderManager() - Method in class atg.projects.store.order.OrderRepositoryHelper
-
- getOrderManager() - Method in class atg.projects.store.order.ShippingPromotionsDroplet
-
Returns property OrderManager
- getOrderManager() - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- getOrderMessage() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderRecipientEmail() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderRecipientName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderRemaningAmount(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Get the remaining Amount from the order.
- getOrderRepository() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the value of the orderRepository field.
- getOrderRepository() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- getOrderReturnableState(RepositoryItem) - Method in class atg.projects.store.returns.StoreReturnTools
-
Adds ORDER_BEYOND_RETURN_PERIOD return state.
- getOrderReturnFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getOrderSenderEmail() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderSenderName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderShippedFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getOrderShippingPromotions(Order) - Method in class atg.projects.store.order.ShippingPromotionsDroplet
-
Returns set of shipping promotions applied to the given order.
- getOrderSubject() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOrderTools() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getOriginalTotalItemsCount() - Method in class atg.projects.store.order.StoreOrderImpl
-
Returns original total count of commerce items in the order at the point
when the order has been submitted.
- getOtherLinks(RepositoryItem, RepositoryItem, DynamoHttpServletRequest, RequestLocale, CollectionObjectValidator[]) - Method in class atg.projects.store.util.DocumentLinksService
-
Gets objects for canonical, alternate, prev and next objects
- getOutputModelPropertyName() - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
The property name in ContentItem of the actor output
- getOutputWrapper() - Method in class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
Creates a new instance of the ResponseOutputWrapper
to be used by this sensor listener.
- getP() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getPageParamName() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getPageParamTemplate() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getPagingActionTemplateContentItemPropertyName() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getParameter() - Method in class atg.projects.store.droplet.URLProcessor
-
Returns parameter name
- getParameters() - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- getParameterValue() - Method in class atg.projects.store.droplet.URLProcessor
-
Returns new value for the parameter
- getParams() - Method in exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Return the params property.
- getPassword() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getPayload_size() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getPaymentGroupManager() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Return the PaymentGroupManager property.
- getPaymentId() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- getPermittedCountriesPropertyName() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- getPermittedCountryCodes() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- getPermittedCountryList(DynamoHttpServletRequest, List, List, CountryList) - Method in class atg.projects.store.util.CountryRestrictionsService
-
Gets the list of permitted country codes
- getPersist_prodcat() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getPlaceUtils() - Method in class atg.projects.store.droplet.StateListFilterDroplet
-
- getPlaceUtils() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getPlaceUtils() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getPossibleSizes(Collection) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Returns the list of possible sizes for a given collection of skus.
- getPossibleSwatches(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
This method calculates a Map
linking SKU color to its color swatch repository item.
- getPossibleValuesForSkus(Collection, String) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Returns the list of possible values for a given collection of skus.
- getPreorderablePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate an item as 'preorderable'.
- getPreorderAvailabilityDate(RepositoryItem) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Get the availabilityDate for a product.
- getPreorderAvailabilityDate(RepositoryItem) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Get the availabilityDate for a product.
- getPreorderEndDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate the 'preorderEndDate' of
an item that is preorderable.
- getPreprocess() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getPreRegisterErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getPreRegisterSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getPreviousEmailAddress() - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- getPreviousEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getPreviousEmailAddress() - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
- getPrice() - Method in class atg.projects.store.sort.ProductPriceWrapper
-
- getPriceInfoRepositoryItemName() - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
- getPriceListIds(String) - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
This method finds the appropriate priceList IDs for a international store.
- getPriceListManager() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Gets the price list manager
- getPriceListManager() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the price list manager.
- getPriceProperty() - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- getPriceProperty() - Method in class atg.projects.store.sort.PriceSorter
-
- getPriceSliderMaximumValuePropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getPriceSliderMinimumValuePropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getPricingModelHolder() - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
- getPricingTools() - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
- getPricingTools() - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
- getPricingTools() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getPricingTools() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- getPricingTools() - Method in class atg.projects.store.sort.PriceSorter
-
Gets the PricRangeDroplet component
- getProduct() - Method in class atg.projects.store.sort.ProductPriceWrapper
-
- getProductChildSkus(RepositoryItem) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Returns a product's child skus.
- getProductComparisonList() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Returns property productComparisonList.
- getProductId() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Gets the value of the ProductId: field.
- getProductId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getProductId() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getProductIdForSKU(String) - Method in class atg.projects.store.email.TesterEmailTools
-
Gets parent product ID for a specified SKU.
- getProductIdParameterName() - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- getProductIdParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getProductIdParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Gets the name of the parameter used for the ProductId: field.
- getProductIdParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the parameter used for the ProductId: field.
- getProductItemName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the product item.
- getProductParentCategory(RepositoryItem) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Gets parent category for given product.
- getProductPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getProducts(RepositoryItem) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
Get the specified user's (immutable) recentlyViewedProduct list.
- getProductsForUpdate(RepositoryItem) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
Gets a user's recentlyViewedProducts property list that can be written to.
- getProductsList(RepositoryItem) - Method in class atg.projects.store.util.DocumentLinksService
-
Return join of childProducts property and relatedProducts property for pCategory
- getProfile() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Returns property currentProfile.
- getProfile() - Method in class atg.projects.store.droplet.ProfileSecurityStatus
-
- getProfile() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the user profile associated with the email.
- getProfile() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Gets the user profile associated with the email.
- getProfile() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- getProfile() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Return the Profile property.
- getProfileAddressName(RepositoryItem, Address) - Method in class atg.projects.store.profile.StoreProfileTools
-
Gets nickname for the given profile's address.
- getProfileItemFinder() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getProfileParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the parameter used to send the current user profile to the
template.
- getProfilePropertyManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- getProfilePropertyManager() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getProfilePropertyManager() - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
- getProfileRepository() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getProfileRepository() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getProfileTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- getProfileTools() - Method in class atg.projects.store.droplet.IsEmailRecipient
-
- getProfileTools() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getProfileTools() - Method in class atg.projects.store.email.StoreEmailTools
-
- getProfileTools() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getProfileTools() - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
- getProfileTools() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
- getProfileTools() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getProfileTools() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getProfileTools() - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
Returns Profile Tools
- getProfileTools() - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- getProfileType() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getPromoTemplateUrls() - Method in class atg.projects.store.email.StoreEmailTools
-
- getPromotionalContentDisplayNamePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Returns the name of PromotionalContent item's display name property.
- getPromotionalContentId() - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
- getPromotionalContentImagePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Returns the name of PromotionalContent item's image property.
- getPromotionalContentItemName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Returns the name of PromotionalContent item..
- getPromotionEmailAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getPromotionTools() - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
- getPropertiesToCopyOnRegistration() - Method in class atg.projects.store.order.StoreOrderTools
-
- getPropertyManager() - Method in class atg.projects.store.droplet.ProfileSecurityStatus
-
- getPropertyManager() - Method in class atg.projects.store.email.StoreEmailTools
-
- getPropertyManager() - Method in class atg.projects.store.email.StoreTemplateEmailSender
-
Link to a user properties manager to be used by this component.
- getPropertyManager() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getPropertyManager() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- getPropertyManager() - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
Getter method for the propertyManager
property.
- getPropertyNameMap() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
- getPropertyToFilterMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- getPropertyToLabelMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- getPropertyType() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.gifts.GiftlistQuantityRemaining
-
Returns the amount remaining for a gift list item.
- getPropertyValue(RepositoryItem, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Returns the object associated with the given property name.
- getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
-
Get property value.
- getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- getQ() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getQualifierPropertyName() - Method in class atg.projects.store.pricing.StorePricingModelProperties
-
- getQuantity(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
- getQuantity(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates the quantity to be displayed on the PDP.Current
implementation returns 1.
- getQuantity(CommerceItem, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Helper method that returns the quantity for a commerce item pItem for the given pId which is either a catalogRefId, commerceItemId or relationshipId.
- getQuantityByCatalogRefId(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Overrides the getQuantity method to return commerce item's current quantity
if the item is already in the cart.
- getQuantityByCommerceId(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Overrides the getQuantity method to return commerce item's current quantity
if the item is already in the cart.
- getQuantityByRelationshipId(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Overrides the getQuantity method to return commerce item's current quantity
if the item is already in the cart.
- getQuantityToBeSelected(Order) - Method in class atg.projects.store.promotion.StoreGWPManager
-
Returns total quantity of items to be selected for the given order.
- getQueryRql() - Method in class atg.projects.store.droplet.RqlDroplet
-
- getRangeFilterBuilders() - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- getRangeFilterBuilders() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getRangeFilterPropertyName() - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
The range filter's property name to add dimension for.
- getReceivePromoEmail() - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- getReceivePromoEmailPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getRecentlyViewedProductItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getRecentlyViewedProducts() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Gets a recently viewed products list.
- getRecentlyViewedProductsPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getRecentlyViewedSize() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getRecentlyViewedTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- getRecentlyViewedTools() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getRecentlyViewedTools() - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- getRecipientEmail() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the RecipientEmail: field.
- getRecipientEmailParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the Email value used for the To: field.
- getRecipientEmailParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the Email value used for the To: field.
- getRecipientName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the RecipientName: field.
- getRecipientNameParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the Name value used for the To: field.
- getRecipientNameParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the Name value used for the To: field.
- getRecommendationCategories(RepositoryItem) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Returns list of recommendation categories for the given category.
- getRecommendationsScriptUrl() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the URL to recommendations JavaScript library.
- getRecommended() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getRecordFilterBuilders() - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- getRecordTypePropertyName() - Method in class atg.projects.store.assembler.navigation.filter.RecordTypeFilterBuilder
-
Returns the name of the type property in Endeca records.
- getRecordTypePropertyValue() - Method in class atg.projects.store.assembler.navigation.filter.RecordTypeFilterBuilder
-
Returns the value of the type property.
- getRecsPerPage() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- getRefferalSourcePropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getRegisteredUserFromAddressPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getRegistrationEmail() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
The email to use to register.
- getRelated() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getRelatedProducts() - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- getRelatedProductsProperties() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- getRemoveAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getRemoveCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getRemoveCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getRemoveCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getRemoveCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when there is an error removing coupon
- getRemoveCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
This property contains an URL the request should be redirected when coupon successfully removed.
- getRemoveGwpPlaceholderFromOrder() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRemoveItemGwp() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRemoveItemGwpId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRemoveItemNonGwp() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRemoveItemNonGwpId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRemoveItemsFromGiftlistErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getRemoveItemsFromGiftlistSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getRemoveShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getRemoveShippingAddressNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getRemoveShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getRepository() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getRepository() - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- getRepository() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- getRepository() - Method in class atg.projects.store.droplet.RqlDroplet
-
- getRepository() - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getRepositoryKey() - Method in class atg.projects.store.repository.search.indexing.service.ContextTranslationRepositoryKeyService
-
Returns the current locale from the context object
- getRepositoryValues(Repository, String, String, boolean, SortDirectives) - Method in class atg.projects.store.repository.servlet.StorePossibleValues
-
Overrides base method to sort the result list of possible values using the specified comparator.
- getRequestBean() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getRequestLocale() - Method in class atg.projects.store.droplet.DisplayCountryDroplet
-
- getRequestLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- getRequestLocale() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- getRequiredAddressPropertyNames() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getRequiredBillingAddressPropertyList() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getRequiredSkuAttributes() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getResourceBundle(DynamoHttpServletRequest) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getResourceBundle() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Returns the error message ResourceBundle
- getResourceBundle(Locale) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
This method returns ResourceBundle object for specified locale.
- getResourceBundle() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- getResourceBundle() - Method in class atg.projects.store.order.StoreOrderTools
-
- getResourceBundle(Locale) - Method in class atg.projects.store.order.StoreOrderTools
-
- getResourceBundle() - Method in class atg.projects.store.payment.creditcard.StoreCreditCardTools
-
Returns resource bundle for the default locale.
- getResourceBundle(Locale) - Method in class atg.projects.store.payment.creditcard.StoreCreditCardTools
-
Returns resource bundle for the specified locale.
- getResourceBundle(Locale) - Static method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns a ResourceBundle specific for the given locale.
- getResourceBundle() - Method in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
- getResourceBundle() - Method in class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
- getResourceBundle() - Method in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
- getResourceBundle(DynamoHttpServletRequest) - Method in class atg.projects.store.util.CountryRestrictionsService
-
Gets the resource bundle for user local, specified in request
- getResourceBundleName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getResourceBundleName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Returns the name of the error message ResourceBundle
- getResourceBundleName() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- getResourceBundlePropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getRestrictedCountriesPropertyName() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- getRestrictedCountryCodes() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- getResultsPerPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns results per page - pagination setting
- getRetailerId() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Gets the Retailer Id provided by Recommendations On Demand service
- getRetailerId() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns recommendations account retailer ID.
- getRetCodes() - Method in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
Returns the valid return codes 1 - The processor completed.
- getRetCodes() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Returns the valid return codes:
1 - The processor completed.
- getReturnItemToQuantityMap() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getReturnItemToQuantityReceivedParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getReturnRequestId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getReturnRequestParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getReturnTools() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
The service that is used to find the desired return
- getReturnTools() - Method in class atg.projects.store.email.TesterEmailTools
-
The service that is used to find the desired return
- getRightNowUrlsPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getRootNavigationCategoryId() - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- getRootNavigationCategoryPropertyName() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
- getRuleDescription() - Method in class atg.projects.store.security.StorePasswordMinLengthRule
-
Returns the rule description as a message for use in a droplet exception for display to user
localized rule description
- getSalePriceListIdPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getScriptUrl() - Method in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
Returns the JavaScript library URL that will be used to build JavaSript import statement.
- getSearch_box() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getSearchedSites() - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- getSearchedSites() - Method in class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
- getSearchedSites() - Method in class atg.projects.store.assembler.SearchFormHandler
-
- getSearchKeyword() - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Returns the search keyword stored in the request data.
- getSearchRadius() - Method in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
- getSearchRadius() - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- getSearchResetParam() - Method in class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
- getSearchResults() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns a collection of results to be displayed on the current page.
- getSearchResultsPagePatterns() - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Gets compiled search results page patterns
- getSearchResultsPages() - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Gets search results pages
- getSearchResultsPages() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the list of search results pages on which
the searchTermQueryArgs should be looked for.
- getSearchResultsPagesCache() - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Gets the search results pages cache
- getSearchResultsPagesCache() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the cache storing whether URLs match SearchResultsPages patterns
- getSearchResultsSize() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Size of results.
- getSearchSiteIds() - Method in class atg.projects.store.profile.SessionBean
-
This property contains site IDs using by the user for search.
- getSearchTermQueryArgs() - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Gets search term query arguments
- getSearchTermQueryArgs() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns an array of query arguments that specify what search term is searched for.
- getSecureHostName() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getSecureList() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- getSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Build a Secure url.
- getSecurityStatus(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Get the current security status from the provided profile.
- getSelectedColor(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
This method obtains currently selected color.
- getSelectedSize(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
This method calculates currently selected size.
- getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
This method calculates currently selected SKU on base of the currently selected color.
- getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method takes currently selected SKU from the request.
- getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
This method calculates currently selected SKU on base of selected color and size.
- getSenderEmail() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the SenderEmail: field.
- getSenderEmailParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the Email value used for the From: field.
- getSenderEmailParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the Email value used for the From: field.
- getSenderName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the SenderName: field.
- getSenderNameParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the Name value used for the From: field.
- getSenderNameParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the Name value used for the From: field.
- GetSensorEventContextDroplet - Class in atg.projects.store.fluoroscope
-
This droplet searches for a previously created sensor event context.
- GetSensorEventContextDroplet() - Constructor for class atg.projects.store.fluoroscope.GetSensorEventContextDroplet
-
- GetSensorEventDroplet - Class in atg.projects.store.fluoroscope
-
This droplet searches for a previously thrown sensor event.
- GetSensorEventDroplet() - Constructor for class atg.projects.store.fluoroscope.GetSensorEventDroplet
-
- GetSensorEventDroplet.PageContextStackElement - Class in atg.projects.store.fluoroscope
-
It's a DTO object used to present a single item in the 'Page Stack' property list.
- getSensorManager() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
This property contains a reference to a SensorManager
Nucleus component.
- getSensors() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
This is an input property for the update process.
- getSentList() - Method in class atg.projects.store.email.RecentlySentList
-
Returns list of sent items
- getSentList() - Method in class atg.projects.store.email.TesterEmailTools
-
- getSessionBean() - Method in class atg.projects.store.csr.returns.StoreBaseReturnFormHandler
-
- getSessionBean() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getSessionBean() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getSessionBean() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getSessionDataPath() - Method in class atg.projects.store.recommendations.adc.StoreADCEventMonitor
-
Returns the path to the session scoped Nucleus component that holds the
events for the current session
- getSessionValue(String) - Method in class atg.projects.store.email.TemplateTesterSessionBean
-
Returns session value for the given key.
- getSessionValues() - Method in class atg.projects.store.email.TemplateTesterSessionBean
-
A map containing miscellaneous session values.
- getShareableTypeId() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains a shareable ID to be used when determining sharing sites.
- getShareableTypeId() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getShareableTypeId() - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
Gets the "ShareableType ID for site pairs" property.
- getShareableTypeId() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
- getShareableTypeId() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
This property contains a shareable ID to be used when determining sharing sites.
- getShippableCountriesPropertyName() - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- getShippingAddressClassName() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getShippingAddressNewNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShippingAddressNicknameMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getShippingGroup() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Override of base class behavior to ensure a non-gift hardgood shipping group
is returned if a shipping group hasn't already been set.
- getShippingGroup() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
Overrides base behavior to return non gift hardgood shipping group.
- getShippingGroup(Order) - Method in class atg.projects.store.order.StoreOrderTools
-
Returns the ShippingGroup.
- getShippingGroup(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
Get the shipping group from that we should price with the specified shipping method.
- getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
-
- getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- getShippingGroupId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getShippingGroupManager() - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Return the ShippingGroupManager property.
- getShippingGroupManager() - Method in class atg.projects.store.order.StoreOrderTools
-
- getShippingGroupMapContainer() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Return the ShippingGroupMapContainer property.
- getShippingGroupMapForDisplay() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- getShippingGroupParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getShippingHelper() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShippingInfoURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToExistingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToExistingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToMultipleAddressesErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToMultipleAddressesSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToNewAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShipToNewAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getShoppingCart() - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
- getShoppingCart() - Method in class atg.projects.store.droplet.RemovedItemCheck
-
Returns property ShoppingCart.
- getShoppingCart() - Method in class atg.projects.store.order.purchase.StoreRepriceOrder
-
- getShoppingCartPath() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Gets path to shopping cart Nucleus component
- getSite() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- getSiteContextPath() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getSiteGroupManager() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
Returns the SiteGroupManager instance
- getSiteGroupManager() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains a reference to SiteGroupManager
to be used when determining sharing sites.
- getSiteGroupManager() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getSiteGroupManager() - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
This property contains a reference to SiteGroupManager
to be used when determining sharing sites.
- getSiteGroupManager() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getSiteGroupManager() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Returns the SiteGroupManager.
- getSiteGroupManager() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
This property contains a reference to SiteGroupManager
to be used when determining sharing sites.
- getSiteGroupPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains the name of the property that holds references to an item's siteGroups.
- getSiteGroupPropertyName() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getSiteGroupSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Gets the siteIds from all pItems siteGroups and returns them in
a Set.
- getSiteGroupSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.validator.SiteValidator
-
Gets the siteIds from all pItems siteGroups and returns them in
a Set.
- getSiteHttpServerName() - Method in class atg.projects.store.StoreConfiguration
-
Returns the name of the HTTP server.
- getSiteHttpServerPort() - Method in class atg.projects.store.StoreConfiguration
-
Returns the port number of the HTTP server.
- getSiteId() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the value of the SiteId: field.
- getSiteIdParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the name of the parameter used for the SiteId: field.
- getSiteIdParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
- getSiteIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getSiteIds() - Method in class atg.projects.store.assembler.SearchedSites
-
- getSiteIds() - Method in class atg.projects.store.assembler.SearchFormHandler
-
- getSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Gets the siteIds property from the passed in RepositoryItem
and returns them in a Set.
- getSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.validator.SiteValidator
-
Gets the siteIds property from the passed in RepositoryItem
and returns them in a Set.
- getSiteIdsPropertyName() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getSiteIdsValue(RepositoryItem) - Method in class atg.projects.store.email.TesterEmailTools
-
Gets siteIdsValue.
- getSiteKey(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getSiteKeyTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getSiteManager() - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- getSiteManager() - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
-
Returns the site manager
- getSiteManager() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains a reference to SiteManager
to be used when determining active sites.
- getSiteManager() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getSiteManager() - Method in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
Gets the siteManager.
- getSitePropertiesManager() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getSitePropertiesManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- getSiteScope() - Method in class atg.projects.store.assembler.SearchFormHandler
-
- getSiteScope() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- getSitesPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
This property contains the name of the property that holds references to an item's sites.
- getSitesPropertyName() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- getSitesPropertyName() - Method in class atg.projects.store.multisite.StoreSiteValidator
-
- getSitesPropertyName() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
This property contains a product's property name with reference to its sites.
- getSiteTag(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getSiteTagTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- getSiteURLManager() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
Gets the SiteURLManager
- getSizePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- getSizeRequired() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Returns whether or not an item requires a size option.
- getSizeSortOrder() - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- getSkuId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getSkuIdParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- getSkuIdToAdd() - Method in class atg.projects.store.profile.SessionBean
-
skuIdToAdd property contains SKU id to be added into shopping cart.
- getSkuIdToAddArray() - Method in class atg.projects.store.profile.SessionBean
-
skuIdToAdd property in form of String array.
- getSkuPropertyNames() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getSkuType() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
The skuType property is used by form handler when rendering a 'no SKU' exception.
- getSkuType() - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- getSkuTypePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The sku type property name.
- getSkuUnavailableURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
URL in the event an unavailable item is added to cart using the JavaScript free picker.
- getSliderMax() - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- getSliderMin() - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- getSliderRangeFilter(String) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
Determines the RangeFilter that corresponds to our price slider.
- getSortedAddressList(String, String, Map) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
This method converts a map of items to a sorted array of map entries
with the default item in the beginning of the array.
- getSortedArray(Map, String, boolean) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
Converts the map to the array of map entries with the default one in the beginning of the array.
- getSortedSearchRadius() - Method in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
Returns sorted list of search radius
- getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
-
Obtains a list of sizes used by SKUs specified.
- getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Obtains a list of sizes used by SKUs specified.
- getSorters() - Method in class atg.projects.store.sort.RangeSortDroplet
-
- getSortOptionsContentItemPropertyName() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getSortParamName() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getSourceCode() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
The code that indicates the source of the form input.
- getSourceCode() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getSourceCodePropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getStartDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The start date property name.
- getStartEndDateValidator() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getStartPage() - Method in class atg.projects.store.fluoroscope.Configuration
-
The startPage
property contains a link to the application welcome page.
- getStateForColor(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
This method calculates a state for the color specified.
- getStateForColor(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
- getStateForSize(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
This method calculates a state for the size specified.
- getStatementMap() - Method in class atg.projects.store.droplet.RqlDroplet
-
- getStatus() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
-
Gets the status
- getStatus() - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- getStoreCartridgeTools() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- getStoreConfiguration() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getStoreConfiguration() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
- getStoreConfiguration() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getStoreConfiguration() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getStoreCreditIds(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
This method returns store credits that for the given profile that can be used for the order.
- getStoreCreditPaymentGroups(Order) - Method in class atg.projects.store.order.StoreOrderTools
-
Get the store credit payment groups from the order.
- getStoreCreditPaymentType() - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- getStoreCreditsAppliedTotal() - Method in class atg.projects.store.order.StoreOrderImpl
-
This is a read-only property getter.
- getStoredAddressSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getStoredCreditCardName() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- getStoreExpressCheckoutFormHandler() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getStoreGiftlistFormHandler() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getStoreNameResource() - Method in class atg.projects.store.email.StoreEmailTools
-
- getStoreOrderTools() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- getStoreOrderTools() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- getStoreOrderTools() - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- getStorePaymentGroupManager() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- getStoreProfileTools() - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
-
It's a getter method for the storeProfileTools
read-only property.
- getStoreProperties() - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- getStoreProperties() - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- getStorePropertyManager() - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
Utility method to retrieve the StorePropertyManager.
- getStorePropertyManager() - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
-
- getStorePropertyManager() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- getStorePropertyManager() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Utility method to retrieve the StorePropertyManager.
- getStoreSitePropertiesManager() - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
Gets the StoreSitePropertiesManager bean which is used to manage store properties.
- getStoreSitePropertiesManager() - Method in class atg.projects.store.email.StoreEmailTools
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Gets the StoreSitePropertiesManager bean which is used to manage store properties.
- getStoreSitePropertiesManager() - Method in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
- getStoreSitePropertiesManager() - Method in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
- getStoreSitePropertiesManager() - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
- getStoreText(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
This method gets locale specific knowledge base
widget ui labels from the SiteRepository
- getString(String, Locale) - Static method in class atg.projects.store.profile.StoreProfileFormHandler
-
Return a String message specific for the given locale.
- getStringResource(String) - Static method in class atg.projects.store.order.StorePropertyNameConstants
-
Reads the string with the given key from the resource file.
- getSubject() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getSubject(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Compute the subject for the email message with Product Name as part of
subject.
- getSubjectParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Gets the name of the parameter used for the Subject: field.
- getSubjectParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getSubjectParamName() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the name of the parameter used for the Subject: field.
- getSubmittedDatePropertyName() - Method in class atg.projects.store.returns.StoreReturnTools
-
- getSuccessURL() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns the successURL this formhandler should redirect to.
- getSuccessURL() - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
- getSuccessURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getSuccessURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- getSuccessURLDynamicParams() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns the Map of success URL parameters
- getSupportedCreditCardTypes() - Method in class atg.projects.store.StoreConfiguration
-
Returns the list of supported credit card types.
- getSwatch() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
-
Gets the swatch
- getTarget() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getTaxPriceInfo() - Method in class atg.projects.store.pricing.StoreItemPriceInfo
-
- getTaxPriceInfo() - Method in class atg.projects.store.pricing.StoreShippingPriceInfo
-
- getTaxPriceInfoRepositoryItemName() - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
- getTemplateEmailInfo() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getTemplateEmailInfo() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getTemplateEmailSender() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The template email sender used to send the order confirm email.
- getTemplateEmailSender() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getTemplateEmailSender() - Method in class atg.projects.store.order.purchase.TellAFriendFormHandler
-
- getTemplateEmailSender() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getTemplateName(String) - Method in class atg.projects.store.email.RecentlySentList
-
Resolve template name for the given URL
- getTemplateToTypeMap() - Method in class atg.projects.store.email.RecentlySentList
-
- getTemplateUrl() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Gets the URL for the email template used to send the email.
- getTemplateUrl() - Method in class atg.projects.store.email.StoreEmailTools
-
Gets the URL for the email template used to send the email.
- getTemplateUrlName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- getTemplateUrlName() - Method in class atg.projects.store.email.StoreEmailTools
-
- getTestSkuId() - Method in class atg.projects.store.order.StoreOrderTools
-
- getTextOrMetaPropertyValue(Context, RepositoryItem, String, PropertyTypeEnum) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
-
This method sets the pContext in the ContextranslationRepositoryKeyService.
- getTimestamp() - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- getTimeStampPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getTopLevelCategory() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Returns the top level category for the category that user is currently viewing.
- getTopLevelCategory() - Method in class atg.projects.store.catalog.StoreCatalogNavHistory
-
Returns the top level category that the user is currently viewing or viewing one
of its children.
- getTotalNumRecs() - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
Gets the total num recs.
- getTotalReturnedItemsCount() - Method in class atg.projects.store.order.StoreOrderImpl
-
Returns total count of returned items in the order.
- getTransactionManager() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- getTransactionManager() - Method in class atg.projects.store.droplet.RqlDroplet
-
- getTransactionManager() - Method in class atg.projects.store.email.StoreEmailTools
-
Transaction Manager
- getTruncate_size() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getType() - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- getType() - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- getTypeName() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- getTypeToMenuItemMap() - Method in class atg.projects.store.email.RecentlySentList
-
- getTypeToPropertyNameMap() - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- getUnindexedDimensionValueId() - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- getUniqueHardgoodShippingGroups(ShippingGroupMapContainer, CommerceItemShippingInfoContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Retrieve the collection of all hardgood shipping groups referenced by commerce item infos.
- getUniqueShippingAddressNickname(Address, RepositoryItem, ShippingGroupMapContainer, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
This method returns a unique address nickname.
- getUniqueShippingAddressNickname(Object, RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- getUnmodifiedEventName() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getUpdateAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getUpdateAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- getUpdateCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property updateCardErrorURL, used to redirect user in case of an
error updating a new credit card.
- getUpdateCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property updateCardSuccessURL.
- getUpdateErrorURL() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
The user will be redirected to this URL when update process failed.
- getUpdateErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getUpdateGiftlistAndItemsErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- getUpdateGiftlistAndItemsSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Returns property UpdateGiftlistAndItemsSuccessURL.
- getUpdateShippingMethodErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getUpdateShippingMethodSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- getUpdateSuccessURL() - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
The user will be redirected to this URL when update process successfully finished.
- getUpdateSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- getUri() - Method in class atg.projects.store.fluoroscope.GetSensorEventDroplet.PageContextStackElement
-
- getUrl() - Method in class atg.projects.store.droplet.URLProcessor
-
Returns url of processing
- getUrlContextStoreCommerce() - Method in class atg.projects.store.profile.StoreProfileTools
-
- getUseInventoryForPreorderPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate the 'useInventoryForPreorder' of
an item that is preorderable.
- getUserIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getUserLocale(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
Returns the locale associated with the request.
- getUserLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns the Locale for the user given the request.
- getUserPricingModels() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- getUserSegment() - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Returns the user segment to set on the user state and used within Experience Manager to
control routing the user to the brand landing page instead of the search results page.
- getUserSegment() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getUserState() - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- getUserState() - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Returns the userState object used to hold the user segment for use within Experience Manager to
control routing the user to the brand landing page instead of the search results page.
- getUserState() - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- getValidateShippingGroupsChainId() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Return the ValidateShippingGroupsChainId property.
- getValidators() - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- getValidators() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- getValidators() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- getValidators() - Method in class atg.projects.store.droplet.ItemValidatorDroplet
-
- getValidators() - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- getValidators() - Method in class atg.projects.store.promotion.StoreGWPManager
-
- getValues() - Method in class atg.projects.store.profile.SessionBean
-
A map containing miscellaneous session values.
- getWidgetDisplayPagePatterns() - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Gets widget display page patterns
- getWidgetDisplayPages() - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Get search results pages
- getWidgetDisplayPagesCache() - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Gets the widget display pages cache
- getWishlistPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
-
- getWoodFinishPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- getYear() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns property year.
- GIFT_CARDS_ONLY_ERROR - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
Gift cards only error resource key.
- GIFT_ITEM_OUT_OF_STOCK - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Gift item out of stock resource key.
- GIFT_LIST_DATE_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_DESCRIPTION_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_EVENT_NAME_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_EVENT_TYPE_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_INSTRUCTIONS_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_MONTH_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_NOT_LOGGED_IN - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_PUBLISHED_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_SHIPPING_ADDRESS_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LIST_YEAR_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_LISTS_PROPERTY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- GIFT_MESSAGE_FROM_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
-
Gift message from key name.
- GIFT_MESSAGE_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
-
Gift message key name.
- GIFT_MESSAGE_TO_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
-
Gift message to key name.
- GIFT_MESSAGE_TOO_LONG - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Gift message too long message key.
- GIFT_WRAP_COMMERCE_ITEM_TYPE - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
-
- GIFTLIST_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Gift list id constant.
- GIFTLIST_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
-
- GiftlistQuantityRemaining - Class in atg.projects.store.gifts
-
User defined property descriptor that returns the amount remaining for a gift list item.
- GiftlistQuantityRemaining() - Constructor for class atg.projects.store.gifts.GiftlistQuantityRemaining
-
- giftlistsContainingSku(RepositoryItem) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method creates a list of Giftlist Ids by checking if currently
selected SKU is already added to the user's giftlist.
- GiftMessageFormHandler - Class in atg.projects.store.order.purchase
-
This class is used to handle form submissions from the Gift Message page.
- GiftMessageFormHandler() - Constructor for class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- GiftWrapCommerceItem - Class in atg.projects.store.order
-
Holder for GiftWrapCommerceItem.
- GiftWrapCommerceItem() - Constructor for class atg.projects.store.order.GiftWrapCommerceItem
-
- GiftWrappedPropertyDescriptor - Class in atg.projects.store.order.descriptors
-
Property descriptor that returns a boolean to indicate if the order needs to gift wrapped.
- GiftWrappedPropertyDescriptor() - Constructor for class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
-
- GREATER_THAN - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
-
Greater than constant.
- GROUND_SHIPPING_METHOD - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- GWPSelectionChoiceComparator - Class in atg.projects.store.collections.filter
-
This is the comparator implementation for GWP selection choices.
- GWPSelectionChoiceComparator() - Constructor for class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
-
- GWPSelectionChoiceInventoryFilter - Class in atg.projects.store.collections.filter
-
This implementation of inventory filter checks GWP choices
rather than products.
- GWPSelectionChoiceInventoryFilter() - Constructor for class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
-
- ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.StoreProfileTools
-
- ID_SEPARATOR - Static variable in class atg.projects.store.droplet.TargetLinkURLDroplet
-
The key/ID separator character
- ImportJavaScriptProcessor - Class in atg.projects.store.adc.pipeline
-
This processor is responsible for creating JavaScript library include.
- ImportJavaScriptProcessor() - Constructor for class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
- INCLUDE_ACTIVE_SITES - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ParameterName for includeActiveSites
- INCLUDE_PRICE_ENTRY - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- increaseStockLevel(String, long, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
This method will send an "UpdateInventory" message if the item changes from Out of stock to
In stock with this method.
- initalizeFirstNonGiftShippingGroupName() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
Sets the shipping group name belonging to the first non-gift hardgood shipping group
in the shipping group map.
- initalizeShippingGroupMapForDisplay() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
Initalizes the shippingGroupMapForDisplay property from contents of the shippingGroupMap.
- initalizeSiteGroupPromotions() - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
Populates the mSiteGroupPromotions Collection
- initFromSentList(int) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Initializes form with values stored in the recently sent list.
- initialize(String, Expression[]) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
-
Initializes this ExpressionFilter, given its operator and
operands.
- initializeBillingAddressSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Sets initial values to storedAddressSelection and usingSavedAddress
fields based on the order
- initializeCreditCardSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Sets initial values to storedCreditCardName and usingProfileCreditCard
fields based on the order
- initializeData(DynamoHttpServletRequest, DynamoHttpServletResponse, boolean) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
Stores email related data for later use in post create / update methods.
- initializeForm() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Initializes form with values stored in the session bean.
- initializePaymentGroups(Order, RepositoryItem, String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Initializes the store credit payment method(s) based on the store credits the user chose.
- initializePaymentMethods(RepositoryItem, Order, String[]) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
This method will take an array of store credit ids, and create payment
groups and add them to the order.
- initializeShippingMethod(RepositoryItem, ShippingGroup, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Determines the shipping method in the following order of precedence: shipping group's
shipping method, the profile's default shipping method, and the default configured shipping method.
- initRestrictions() - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
Initialize restricted and permitted country codes
for billing addresses for the current site.
- initRestrictions() - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
Initialize restricted and permitted country codes
for shipping addresses for the current site.
- INPUT_SITE_CHANNEL_ONLY - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ParameterName for inputSiteChannelOnly
- InternationalizedAvailableBillingAddresses - Class in atg.projects.store.droplet
-
International extension of AvailableBillingAddresses.
- InternationalizedAvailableBillingAddresses() - Constructor for class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
- InternationalizedAvailableShippingGroups - Class in atg.projects.store.droplet
-
International extension of AvailableShippingGroups
- InternationalizedAvailableShippingGroups() - Constructor for class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
- InternationalizedExpressCheckoutOkDroplet - Class in atg.projects.store.droplet
-
Internationalized version of base ExpressCheckoutOkDroplet.
- InternationalizedExpressCheckoutOkDroplet() - Constructor for class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
-
- InternationalizedStoreCatalogProperties - Class in atg.projects.store.catalog
-
StoreCatalogProperties implementation with Internationalization support.
- InternationalizedStoreCatalogProperties() - Constructor for class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
-
- InternationalizedStoreCatalogTools - Class in atg.projects.store.catalog
-
StoreCatalogTools implementation with Internationalization support.
- InternationalizedStoreCatalogTools() - Constructor for class atg.projects.store.catalog.InternationalizedStoreCatalogTools
-
- InternationalPricePropertyAccessor - Class in atg.repository.search.indexing.accessor
-
Store extension for getting the price of an item from the appropriate
price list using property accessor mechanism.
- InternationalPricePropertyAccessor() - Constructor for class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
- InternationalSearchFormHandler - Class in atg.projects.store.gifts
-
Store extension of the SearchFormHandler from DCS.
- InternationalSearchFormHandler() - Constructor for class atg.projects.store.gifts.InternationalSearchFormHandler
-
- InternationalStoreCatalogAssetPropertyService - Class in atg.projects.store.remote.multisite.service
-
An implementation of an AssetPropertyService for international store catalog repository properties.
- InternationalStoreCatalogAssetPropertyService() - Constructor for class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
- InternationalStoreConfigurableRepositoryItemCloner - Class in atg.remote.assetmanager.operations.service
-
Internationalized store version of ConfigurableRepositoryItemCloner.
- InternationalStoreConfigurableRepositoryItemCloner() - Constructor for class atg.remote.assetmanager.operations.service.InternationalStoreConfigurableRepositoryItemCloner
-
- InternationalStoreNameChangingCloneHelper - Class in atg.web.repository
-
This NameChangingCloneHelper extension changes the displayNameDefault property of a
cloned item to something like "Copy of Foo" or "Foo (copy)".
- InternationalStoreNameChangingCloneHelper() - Constructor for class atg.web.repository.InternationalStoreNameChangingCloneHelper
-
- InternationalStoreSitePropertiesManager - Class in atg.projects.store.multisite
-
Properties manager for SiteRepository.
- InternationalStoreSitePropertiesManager() - Constructor for class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- INVALID_ORDER_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- INVALID_PRODUCT_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- INVALID_RETURNREQUEST_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- INVALID_SHIPPING_GROUP_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- INVALID_SKU_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- INVALIDATE_ORDER - Static variable in class atg.projects.store.droplet.RemovedItemCheck
-
invalidateOrder parameter name.
- IS_HARDGOODS - Static variable in class atg.projects.store.droplet.ShowGiftWrap
-
Oparam isHardGoods.
- isAdjustInventoryOnCheckout() - Method in class atg.projects.store.order.StoreOrderManager
-
- isAjaxRequest(DynamoHttpServletRequest) - Static method in class atg.projects.store.ui.AjaxUtils
-
Determine is this request an AJAX request.
- isAjaxRequest() - Method in class atg.projects.store.ui.AjaxUtils
-
A no args method to determine if this request is an AJAX request.
- isAllGiftWrap(StoreOrderImpl) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Check to see if the order contains only gift wrap items.
- isAllowAllSite() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
- isApplyDefaultShippingGroup() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Return the ApplyDefaultShippingGroup property.
- isAuthorizedUser(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Check the security status of the profile to see if the user is authorized.
- isAutoApplyStoreCredits() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
Return the AutoApplyStoreCredits property.
- isBackInStockItemExists(MutableRepository, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- isBackInStockItemExists(MutableRepository, String, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- isBackInStockItemExists(MutableRepository, String, String, String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Check to see if backInStoreNotifyItem already exists for this combination
of CatalogRefId and email.
- isBackInStockItemExists(MutableRepository, String, String, String, String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
- isCategoryOnCurentSite(String) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
Retrieves category item using its repository id and checks
whether the category belongs to current site.
- isConsolidateShippingInfosBeforeApply() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
This property is used to control is the CommerceItemShippingInfo objects are
consolidated prior to being applied to the order.
- isCountryValid(String, List, List) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
-
Helper method that checks that given country code is in list of allowed countries,
if list of allowed countries is not specified then checks that given country code
is not in the list of restricted countries.
- isCreditCardEmpty(CreditCard) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- isCreditCardRequired() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Checks whether an order uses a credit card for a payment.
- isCurrentCategoryValid() - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- isCurrentPathInIgnoreList(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Method used check if the requested URI is part of the ignored list.
- isCurrentPathInSecureList(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Method used check if the requested URI is part of the secure list.
- isCurrentProductAddedToComparisons(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates boolean
flag, specifying if currently
viewed product is already added to the Comparisons list.
- isCurrentSkuAddedToWishlist(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates a boolean
flag, specifying if currently
selected SKU is already added to the user's wishlist.
- isDescending() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Returns type of sort: descending or ascending.
- isDojoDebug() - Method in class atg.projects.store.StoreConfiguration
-
Determines whether debug logging has been configured to be enabled.
- isDuplicateAddressNickName(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Overrides CommerceProfileTools.isDuplicateAddressNickName.
- isDuplicateAddressNickname(RepositoryItem, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
-
A case insensitive duplicate nickname check.
- isDuplicateCreditCardNickname(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Overrides CommerceProfileTools.isDuplicateCreditCardNickname.
- isDuplicateCreditCardNickname(RepositoryItem, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
-
A case insensitive duplicate nickname check.
- isDuplicateEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Determines if a profile already exists with the email address.
- isEmailAlreadyRegistered(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Returns true if a user already exists with the given email.
- isEmailEnabled(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method calculates boolean
flag, specifying if currently
viewed product can be emailed to a friend.
- isEmailOptIn() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- IsEmailRecipient - Class in atg.projects.store.droplet
-
Given an emailAddress, this droplet will call into
StoreProfileTools.retrieveEmailRecipient().
- IsEmailRecipient() - Constructor for class atg.projects.store.droplet.IsEmailRecipient
-
- isEmptyNewAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Checks whether new address is empty.
- isEnabled() - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Returns the current "enabled" state of the servlet.
- isEnabled() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- isEnableFailover() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns the boolean indicating whether Recommendations failover should be disabled.
- isEnablePostProcessActor() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- isExcludeDefaultStore() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns ecludeDefaultStore, that represents the value of
excludeDefaultStore parameter for clickstream tracking code.
- isExcludeInputSite() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
- isGiftItem(Order, CommerceItem) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Checks whether the given commerce item is a gift item.
- isGiftNoteSelected() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- isGiftWithPurchase() - Method in class atg.projects.store.pricing.StoreUnitPriceBean
-
Returns true if price bean is discounted by gift with purchase promotion.
- isGiftWrapAddedOrRemoved(StoreOrderImpl, boolean) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Check to see if gift-wrap has been added or removed from the order.
- isGiftWrapSelected() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- isIgnoredParameter(String, HttpServletRequest) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Logic to determine if a parameter should be added to the language switching
URL.
- isIncludeActiveSites() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Returns the includeActiveSites parameter, determining whether only active
sites should be retrieved
- isIncludeCartContent(ADCPipelineArgs) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
This method checks whether ADCRequestData contains one of the events listed
in the JMSTypes property.
- isIncludeContextPath() - Method in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
Returns includeContextPath
boolean property indicating whether
current context path should be added to the script URL.
- isIncludeDisabledSites() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Returns the includeDisabledSites property.
- isIncludeDisabledSites() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- isIncludeInactiveSites() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Returns the includeInactiveSites property.
- isIncludeInactiveSites() - Method in class atg.projects.store.collections.validator.SiteValidator
-
- isIncludeLocale() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns the boolean indicating whether 'locale'
entry should be included into tracking code.
- isIncludePrice() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns the boolean indicating whether 'include price'
entry should be included into tracking code.
- isIncludeProductCategory() - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Gets the boolean indicating whether to include product category into recommendation
categories
- isIncludeRootCategory() - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Returns the boolean indicating whether to include root category
into the category path.
- isIncludeRootCategory() - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- isIncludeRootCategory() - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Returns the boolean indicating whether to include root category
into the category path.
- isInitializeShippingInfoFromProfile() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- isInputSiteChannelOnly() - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Returns the InputSiteChannelOnly property, determining whether only sites with the same
channel as the input site should be included.
- isInternational() - Method in class atg.projects.store.util.DocumentLinksService
-
- isItemInStock(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- isItemInStock(String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- isItemInStock(String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
Returns true if SKU is in stock.
- isItemInStock(String, String) - Method in interface atg.projects.store.inventory.StoreInventoryManagerInterface
-
- isListSizeInfinite() - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- isLoginUser(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Check the security status of the profile to see if the user is logged in.
- isLogMissingInventoryExceptionsAsError() - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Return the logMissingInventoryExceptionsAsError property.
- isModifiedPropertyUpdate(AssetEditorInfo, RepositoryItem, PropertyUpdate) - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
Override isModifiedPropertyUpdate for receivePromoEmail property.
- isMultipleNonGiftHardgoodItems() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Determines if the total quantity of all non-gift hardgood items is more than one.
- isMultipleNonGiftHardgoodShippingGroupsWithRelationships(Order) - Method in class atg.projects.store.order.StoreShippingGroupManager
-
Returns true if the order has more than one non gift hardgood shipping group
with commerce item relationships.
- isMultipleNonGiftWrapItems() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Determines if the total quantity of all non-giftwrap items is more than one.
- isMultipleNonGiftWrapItems(Order) - Method in class atg.projects.store.order.StoreShippingGroupManager
-
Determines if order contains at least two commerce items except gift wrap.
- isNewCreditCards(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- isNonGiftItem(CommerceItem) - Method in class atg.projects.store.order.StoreShippingGroupManager
-
Determines if a CommerceItem is a Gift Item or not.
- isPayingWithOnlineCredit(String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Checks to see if user is paying with a stored credit card.
- isPaymentGroupOrderRelationShipExist(PaymentGroup) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Verify, whether Order Relationship exists in the given Payment Group or not.
- isPaymentGroupUsed(Order, PaymentGroup) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
This returns true if this is the only payment group in the order,
or if this payment group is not empty.
- isPermittedCountry(List, String) - Method in class atg.projects.store.util.CountryRestrictionsService
-
Check if country code is permitted.
- isPersistEmails() - Method in class atg.projects.store.email.StoreEmailTools
-
- isPersistEmails() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns boolean indicating whether the email is persisted before it is sent.
- isPreviousOptInStatus() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- isProcessDummySearchText() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
- isProductExpired(RepositoryItem) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
This method checks if an recentlyViewedProduct item's timestamp property exceeds
the expiryPeriod.
- isProfileWishlist(String, String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
Checks whether the given gift list ID is profile's wish list.
- isQuantityValid(long, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Validates quantity and adds form exceptions if quantity is invalid.
- isQueryable() - Method in class atg.projects.store.dp.SiteSpecificPropertyDerivation
-
Determine whether the specified property can be used in a query.
- isQueryable() - Method in class atg.projects.store.dp.StoreContextDerivation
-
Determine whether the specified property can be used in a query.
- isQueryable() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- isRangeFilterApplied(NavigationState) - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Checks whether price range filter presents in the navigation state.
- isRemoveGiftShippingGroups() - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- isRequestExcluded(DynamoHttpServletRequest) - Method in class atg.projects.store.fluoroscope.ExcludedURIRegexRequestFilter
-
Current implementation obtains actual request URI (i.e.
- isRequireCreditCardVerification() - Method in class atg.projects.store.StoreConfiguration
-
This property determines if credit card verification numbers are required by the application.
- isRootCategory(RepositoryItem) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Checks if category is root category.
- isSaveBillingAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- isSaveCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- isSaveShippingAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- isSearchPerformedThisRequest() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
This property should be set when performing an initial search.
- isSendEmailInSeparateThread() - Method in class atg.projects.store.email.StoreEmailTools
-
- isSendEmailInSeparateThread() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Returns boolean indicating whether the email is sent in a separate thread.
- isShipToNewAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- isShouldAddGiftNote() - Method in class atg.projects.store.order.StoreOrderImpl
-
- isShouldEncodeUrls() - Method in class atg.projects.store.fluoroscope.listener.StoreAttributeAddingHtmlMarkingSensorListener
-
shouldEncodeUrls
property.
- isShowUnindexedCategories() - Method in class atg.projects.store.StoreConfiguration
-
- isSiteInScope(String, String) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
This method checks if a site is valid for a particular siteScope and the current
site context.
- isSkipRecommendations() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns the boolean indicating whether generated recommendations should be skipped and
Recommendations failover content should be used instead.
- isSkuAvailable(RepositoryItem, Object, List) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Checks whether the SKU is available according to its inventory status.
- isSkuAvailable(RepositoryItem, List) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Checks whether the SKU is available according to its inventory status.
- isSkuAvailable(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Used by the non-JavaScript picker to determine if a product is available.
- isStartIndexAtZero() - Method in class atg.projects.store.droplet.ArraySubsetHelper
-
- isTestOrder(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
-
Checks to see if order is a Test order.
- isUseContentFailover() - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Returns the boolean indicating whether the content included into the recommendations container should
be displayed as failover content.
- isUserLoggedIn(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
-
Checks whether user is explicitly logged in.
- isUserOnCategoryPage() - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
Determines whether the user is currently on the category page.
- isUseShippingAddressAsDefault() - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- isUsingProfileCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- isUsingSavedAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- isUsingStoreCredit() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- isValidateShippingGroups() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- isValidateShippingRestriction() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- isValidCountryStateCombination(String, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Validates country-state combination for the given address properties map.
- isValidNickNameLength(String, int, int) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Utility method to check if user's NickName meets the minimum and maximum length.
- isValidOrderId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
-
Finds order in repository.
- isValidPasswordLength(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
Utility method to check if user's password meets the min & max length.
- isValidProductId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
-
Finds product in repository.
- isValidReturnRequestId(String) - Method in class atg.projects.store.email.TesterEmailTools
-
Finds return request in repository.
- isValidShippingGroupId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
-
Finds shipping group in repository.
- isValidShippingState(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Determine if the given shipping address contains valid state for the shipping.
- isValidSkuId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
-
Finds SKU in repository.
- isValueEmpty(Object) - Method in class atg.projects.store.droplet.NullPropertiesCheck
-
Returns true if the value represented by the object is empty.
- ITEM - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
- ITEM - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
-
Item parameter name.
- ITEM_OUT_OF_STOCK - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Item out of stock resource key.
- itemIsAvailable(CommerceItem, InventoryManager) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Determine if the item is available by ensuring that at least 1 is available for pre-order,
back-order or immediate availability.
- ItemRepositoryValidator - Class in atg.projects.store.repository.filter
-
This validator validates that a repository item exists or is removed from the repository.
- ItemRepositoryValidator() - Constructor for class atg.projects.store.repository.filter.ItemRepositoryValidator
-
- ITEMS - Static variable in class atg.projects.store.droplet.RqlDroplet
-
Items name.
- ITEMS_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Items parameter name.
- ITEMS_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
-
Items parameter name.
- ItemValidatorDroplet - Class in atg.projects.store.droplet
-
This droplet will validate single item according to array of validators set.
- ItemValidatorDroplet() - Constructor for class atg.projects.store.droplet.ItemValidatorDroplet
-
- ItemValidatorFilter - Class in atg.projects.store.collections.filter
-
ItemValidatorFilter is an adapter class that adapts ValidatorFilter to the ItemFilter interface.
- ItemValidatorFilter() - Constructor for class atg.projects.store.collections.filter.ItemValidatorFilter
-
- mAddGiftMessageErrorURL - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Add gift message redirect URL.
- mAddGiftMessageSuccessURL - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Add gify message success redirect URL.
- mAddItemToGiftlistLoginURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: addItemToGiftlistLoginURL
- mAjaxAddItemToOrderErrorUrl - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Add item to order error redirect URL.
- mAjaxAddItemToOrderSuccessUrl - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Add item to order success redirect URL.
- mAjaxMakeGiftSelectionErrorURL - Variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
property: ajaxMakeGiftSelectionErrorURL
- mAjaxMakeGiftSelectionSuccessURL - Variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
property: ajaxMakeGiftSelectionSuccessURL
- mAjaxMakeGiftSelectionTimeoutURL - Variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
property: ajaxMakeGiftSelectionTimeoutURL
- MAJOR_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
-
The majore prefix.
- mAmount - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Amount.
- manageInventoryOnCheckout(Order) - Method in class atg.projects.store.order.StoreOrderManager
-
This method sets the state of each commerce item based on the SKU's current
inventory availability.
- mAncestorCategoryIds - Variable in class atg.projects.store.catalog.CatalogNavigationService
-
The ancestors of the category that shopper is currently viewing.
- MAP - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
-
Map parameter name.
- MARK_TAG_PREFIX - Static variable in class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
Start marker tag.
- MARK_TAG_SUFFIX - Static variable in class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
End marker tag.
- markGiftAddAsFailed(RepositoryItem, long) - Method in class atg.projects.store.promotion.StoreGWPManager
-
Invoked when a problem occurs adding the GWP item.
- matchShippingGroup(ShippingGroup, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
-
Check address in the additional map of addresses that haven't stored in profile.
- mBackInStockFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mBean - Variable in class atg.projects.store.ui.PromotionalContentEditor
-
Bean.
- mBillableCountriesPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mBillingAddress - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Billing address.
- mBillingAddressNickname - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Billing Address nickname
- mCardVerificationNumber - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Card verification number.
- mCatalogIdPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mCatalogProperties - Variable in class atg.projects.store.droplet.ShowGiftWrap
-
Catalog properties.
- mCatalogProperties - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
property: catalogProperties.
- mCatalogRepository - Variable in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- mCatalogTools - Variable in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- mCatalogTools - Variable in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- mCatalogTools - Variable in class atg.projects.store.collections.filter.ColorSorter
-
Catalog tools.
- mCatalogTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- mCatalogTools - Variable in class atg.projects.store.collections.filter.SizeSorter
-
Catalog tools.
- mCatalogTools - Variable in class atg.projects.store.droplet.CategoryBySiteDroplet
-
- mCatalogTools - Variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Catalog tools.
- mCatalogTools - Variable in class atg.projects.store.droplet.PropertyValueCollection
-
Catalog tools.
- mCatalogTools - Variable in class atg.projects.store.email.TesterEmailTools
-
- mCatalogTools - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Catalog tools.
- mCategoryNavigationPath - Variable in class atg.projects.store.catalog.CatalogNavigationService
-
The full category path from and including the current category to the top level category.
- mChangePasswordFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mChannelPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mCommitOrderHelper - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
property: commitOrderHelper
- mConfirmEmailAddress - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
property: confirmEmailAddress
- mConsolidateShippingInfosBeforeApply - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
property: consolidateShippingInfos
- mContentProcessor - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Message content processor.
- mCreditCardBillingAddress - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card billing address
- mCreditCardExpirationMonth - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card expiration month
- mCreditCardExpirationYear - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card expiration year
- mCreditCardNickname - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card nickname.
- mCreditCardNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card number
- mCreditCardNumber - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Credit card number.
- mCreditCardType - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Credit card type
- mCreditCardType - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Credit card type.
- mCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Property for holding the credit card verification number for a stored credit card.
- mCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
property: creditCardVerificationNumber
- mCssFilePropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mCurrencyCode - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Currency code.
- mCurrentCategoryId - Variable in class atg.projects.store.catalog.CatalogNavigationService
-
The current category that shopper is currently viewing.
- mDefaultCountryPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mDefaultLanguagePropertyName - Variable in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- mDefaultPageContentPath - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mDefaultPageSizePropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mDojoDebug - Variable in class atg.projects.store.StoreConfiguration
-
Is Dojo debug turned on.
- MediaBannerHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Media banner cartridge handler.
- MediaBannerHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
- mEmailAFriendEnabledPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mEmailMessageFrom - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
E-mail message sender address.
- mEmailMessageSubject - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
E-mail message subject.
- mEmailOptInSourceCode - Variable in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
E-mail option source code.
- mEmailOptInSourceCode - Variable in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
E-mail option source code.
- mEmailRecipientItemDescriptorName - Variable in class atg.projects.store.profile.StorePropertyManager
-
E-mail recipient item descriptor name.
- mEmailRecipientPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
E-mail recipient property name.
- mEnabled - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Enabled property.
- MerchandiseTotalCondition - Class in atg.projects.store.scenario
-
This expression filter (Scenario Condition) allows us to write
scenarios that say "Order contains [less than] [$24.00] merchandise
where items [in category ] [x].
- MerchandiseTotalCondition() - Constructor for class atg.projects.store.scenario.MerchandiseTotalCondition
-
- MESSAGE_ORDER_PROPERTY - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
-
The property of the message that points to the order.
- MESSAGE_PARAMETER_OUTPUT - Static variable in class atg.projects.store.droplet.CartMessagesDroplet
-
- mExcludeInputSite - Variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ExcludeInputSite
- mExpirationDayOfMonth - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Expiration day of month.
- mExpirationMonth - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Expiration month.
- mExpirationYear - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Expiration year.
- mExpressCheckout - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Express checkout.
- mFillFromTemplate - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Should fill from template.
- mFilter - Variable in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- mFilter - Variable in class atg.projects.store.droplet.PropertyValueCollection
-
Filter.
- mGenderPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mGiftlistSiteFilter - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: giftlistSiteFilter
- mGiftMessage - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Gift message text.
- mGiftMessageFrom - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Gift message recipient.
- mGiftMessageTo - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Gift message sender.
- mGiftWrapTargetingResults - Variable in class atg.projects.store.droplet.ShowGiftWrap
-
Gift wrap targeting results.
- mGwpManager - Variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Manager component for gift with purchase promotions.
- mGwpManager - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Manager component for gift with purchase promotions
- mGwpManager - Variable in class atg.projects.store.pricing.StorePricingTools
-
Manager component for gift with purchase promotions
- mHostName - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Host name.
- mHttpPort - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Http port.
- mHttpsPort - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Https port.
- mIdPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mIgnoredRangeFilters - Variable in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- mIgnoreList - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
List of paths to ignore.
- mIncludeActiveSites - Variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
IncludeActiveSites
- mIncludeDisabledSites - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mIncludeDisabledSites - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: includeDisabledSites
- mIncludeInactiveSites - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
mIncludeInactiveSites; a value of true
indicates that items should be
retained in the collection even if all their sites are inactive
- mIncludeInactiveSites - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: includeInactiveSites
- mInitializeShippingInfoFromProfile - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Should initialize shipping information from profile.
- MINOR_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
-
The minor prefix.
- mInputSiteChannelOnly - Variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
InputSiteChannelOnly
- mInventoryManager - Variable in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Inventory manager.
- mInventoryManager - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
property: inventoryManager.
- mInventoryManager - Variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
property: inventoryManager
- mInventoryManager - Variable in class atg.projects.store.promotion.StoreGWPManager
-
property: inventoryManager.
- MISSING_REQUIRED_FIELD - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- mItemsBought - Variable in class atg.projects.store.profile.StorePropertyManager
-
Bought items constant.
- mLanguagesPropertyName - Variable in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- mLastPurchaseDate - Variable in class atg.projects.store.profile.StorePropertyManager
-
Date of the last purchase.
- mListPriceListIdPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mMandatoryStateCountryList - Variable in class atg.projects.store.StoreConfiguration
-
The list of countries for which state is a required address field.
- mMaxNickNameLength - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Maximum nickname length.
- mMessageType - Variable in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- mMinNickNameLength - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Minimum nickname length.
- mMoveItemsFromCartLoginURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: moveItemsFromCartLoginURL
- mMoveToConfirmationChainId - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Move to confirmation chain id.
- mMoveToConfirmErrorURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Move to confirm error redirect URL.
- mMoveToConfirmSuccessURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Move to confirm success redirect URL.
- mNavigationFilterState - Variable in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
This will hold the main navigation filter state when a temporary filter state is being used.
- mNewCreditCard - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mNewCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Property for holding the credit card verification number for a new credit card.
- mNewPasswordFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mNewProductThresholdDaysPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mNoJavascriptErrorURL - Variable in class atg.projects.store.inventory.BackInStockFormHandler
-
property: noJavascriptErrorURL
- mNoJavascriptSuccessURL - Variable in class atg.projects.store.inventory.BackInStockFormHandler
-
property: noJavascriptSuccessURL
- mNonBillableCountriesPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mNonShippableCountriesPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mNumberOfOrders - Variable in class atg.projects.store.profile.StorePropertyManager
-
Number of orders constant.
- modifyAddressBookNickname(RepositoryItem, String, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Modifies the address nick name is in the profile's map.
- modifyShippingAddress(String, Address, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Edits a shipping group address in the container.
- modifyShippingAddressNickname(RepositoryItem, String, String, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Modifies shipping address nickname.
- mOrderConfirmationFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mOrderReturnFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mOrderShippedFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- moveNonGiftItemsToDefaultShippingGroup() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
Checks whether order contains multiple non-gift shipping groups with relationships and
if so moves items from non gift shipping groups to the default shipping group.
- moveToConfirmExceptionHandling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Deal with error in move to confirm operation.
- mParams - Variable in exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
property: params
- mPaymentId - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
Paymant id.
- mPriceSliderMaximumValuePropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mPriceSliderMinimumValuePropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mPricingTools - Variable in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Pricing tools.
- mProductPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mProfilePropertyManager - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: profilePropertyManager
- mProfileRepository - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Repository.
- mProfileTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- mProfileTools - Variable in class atg.projects.store.droplet.IsEmailRecipient
-
Profile tools.
- mProfileTools - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Profile Tools
- mProfileTools - Variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
property: profileTools
- mProfileTools - Variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
property: profileTools
- mProfileTools - Variable in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- mProfileType - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Profile Type
- mPromotionEmailAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mPropertyManager - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Property manager.
- mRecentlyViewedProductItemDescriptorName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mRecentlyViewedProductsPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mRecentlyViewedTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- mRecentlyViewedTools - Variable in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- mRefferalSourcePropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mRegisteredUserFromAddressPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mRemoveItemsFromGiftlistErrorURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: removeItemsFromGiftlistErrorURL
- mRemoveItemsFromGiftlistSuccessURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
property: removeItemsFromGiftlistSuccessURL
- mRequireCreditCardVerification - Variable in class atg.projects.store.StoreConfiguration
-
Indicates whether orders paid by credit card must include the credit card
verification code.
- mResourceBundlePropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mRightNowUrlsPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mSalePriceListIdPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mSaveCreditCard - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Should save credit card data.
- mSearchKeyword - Variable in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Search keyword property
- mSecureHostName - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Secure host name.
- mSecureList - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
List of secure paths to protect.
- MSG_ACTION_SENT_EMAIL - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
-
- MSG_ACTION_SUCCESS - Static variable in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- MSG_ALREADY_LOGGEDIN - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_DUPLICATE_ADDRESS_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_DUPLICATE_CC_NICKNAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Duplicate CC nickname message key.
- MSG_DUPLICATE_CC_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_DUPLICATE_EVENT_NAME - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- MSG_DUPLICATE_NICKNAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Duplicate nickname message key.
- MSG_DUPLICATE_NICKNAME - Static variable in class atg.projects.store.order.StoreOrderTools
-
Error key for duplicate nickname.
- MSG_DUPLICATE_USER - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_EMPTY_FIRST_LAST_NAME - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
-
Invalid e-mail format message key.
- MSG_EMPTY_MESSAGE - Static variable in class atg.projects.store.email.StoreEmailTools
-
Empty message body message key.
- MSG_EMPTY_SUBJECT - Static variable in class atg.projects.store.email.StoreEmailTools
-
Subject is empty message key.
- MSG_ERR_BAD_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
-
Invalid e-mail address constant.
- MSG_ERR_BAD_EMAIL - Static variable in interface atg.projects.store.profile.StoreProfileConstants
-
Invalid e-mail address message key.
- MSG_ERR_CREATING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_CREATING_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_CREATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.email.StoreEmailTools
-
Error creating e-mail recipient message key.
- MSG_ERR_CREATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_DELETE_GIFT_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_DELETE_SHIPPING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_DELETING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_MODIFYING_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_REMOVING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_SENDING_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_UPDATING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_UPDATING_CREDIT_CARD - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERR_UPDATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_ERROR_ADDING_TO_GIFTLIST - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Error adding to giftlist message resource key.
- MSG_ERROR_CHANGING_SECONDARY_ADDRESS_NAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- MSG_ERROR_COPING_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- MSG_ERROR_CREATING_SHIPPINGGROUP_FOR_DEFAULT_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Error messages for logging
- MSG_ERROR_GIFT_OUT_OF_STOCK - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_INCORRECT_STATE - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Error message for incorrect state
- MSG_ERROR_INCORRECT_STATE - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Error message for incorrect state
- MSG_ERROR_LONG_DESCRIPTION - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- MSG_ERROR_LONG_SPECIAL_INSTRUCTIONS - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- MSG_ERROR_MODIFYING_ORDER - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Error modifying order message resource key.
- MSG_ERROR_MOVE_TO_BILLING - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- MSG_ERROR_MOVE_TO_CONFIRM - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Error while confirmation message key.
- MSG_ERROR_REMOVE_SELECTABLE_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- MSG_ERROR_REMOVING_PROFILE_REPOSITORY_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- MSG_ERROR_SELECT_COLOR - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_GIFT - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_PRODUCT - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_PRODUCT_AND_SKU - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_SIZE - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_SKU - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECT_WOOD_FINISH - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SELECTED_SKU_IS_INVALID - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- MSG_ERROR_SHIPPING_ADDRESS - Static variable in class atg.projects.store.order.StoreOrderTools
-
Error key for shipping address creation.
- MSG_ERROR_UPDATE_ORDER - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Error updating order message key.
- MSG_ERROR_UPDATE_ORDER - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Error Message keys
- MSG_ERROR_UPDATE_SHIPPINGGROUP - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Error updating shipping groups message key.
- MSG_ERROR_UPDATE_STATUS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_ADDRESS - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
-
- MSG_INVALID_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_CITY_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Invalid city address message key.
- MSG_INVALID_DATE - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- MSG_INVALID_DATE_ENTERED - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_DATE_FORMAT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_ITEMS - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Invalid items message resource key.
- MSG_INVALID_ORDER_MANAGER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
-
- MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
- MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
- MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
-
- MSG_INVALID_PASSWORD - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_INVALID_RECIPIENT_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
-
Invalid recipient address message key.
- MSG_INVALID_RECIPIENT_EMAIL - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Invalid recipient e-mail address resource key.
- MSG_INVALID_RECIPIENT_EMAIL_FORMAT - Static variable in class atg.projects.store.email.StoreEmailTools
-
Resource key for invalid recipient e-mail format.
- MSG_INVALID_SENDER_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
-
Invalid sender message key.
- MSG_INVALID_SENDER_EMAIL - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
Invalid sender e-mail address.
- MSG_INVALID_SENDER_EMAIL_FORMAT - Static variable in class atg.projects.store.email.StoreEmailTools
-
Resource key for invalid sender e-mail format.
- MSG_INVALID_STATE_FOR_METHOD - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Invalid state for method message key.
- MSG_INVALID_STREET_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Invalid Street Address message key
- MSG_INVALIDATE_EMAIL_FORMAT - Static variable in class atg.projects.store.inventory.BackInStockFormHandler
-
Invalid e-mail format message key.
- MSG_ITEM_LESS_THAN_MIN_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- MSG_ITEM_MORE_THAN_MAX_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- MSG_LESS_THAN_MIN_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- MSG_MISSING_CC_PROPERTY - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_MISSING_DEFAULT_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_MISSING_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_MISSING_REQUIRED_ADDRESS_PROPERTY - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Missing required address property.
- MSG_MISSING_REQUIRED_ADDRESS_PROPERTY - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Missing required address property.
- MSG_MORE_THAN_MAX_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- MSG_MULTIPLE_COUPONS_PER_ORDER - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Multiple coupons per order error message key.
- MSG_NICKNAME_WRONG_LENGTH - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Wrong nickname length message key.
- MSG_NO_EMAIL_HOST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
-
Host name is missing message key.
- MSG_NO_FROM_TO_VALUES - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
Gift message from field or gift message to field empty.
- MSG_NO_GIFT_MSG - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
No gift message message key.
- MSG_NO_ITEMS_SELECT - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
No items selected message resource key.
- MSG_NO_ORDER_PARAM_SPECIFIED - Static variable in class atg.projects.store.order.ShippingPromotionsDroplet
-
- MSG_NO_RECIPIENT_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
-
Missing recipient address message key.
- MSG_NO_SENDER_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
-
No sender address message key.
- MSG_NO_SENDER_FIRST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
-
Sender first name is missing message key.
- MSG_NO_SENDER_LAST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
-
Sender last name is missing message key.
- MSG_NO_SUCH_ORDER - Static variable in class atg.projects.store.order.ShippingPromotionsDroplet
-
- MSG_RESTRICTED_SHIPPING - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Restricted shipping message key.
- MSG_STATE_IS_INCORRECT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_STATE_REQUIRED - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- MSG_UNCLAIMABLE_COUPON - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Unclaimable coupon error message key.
- mShareableTypeId - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mShareableTypeId - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: shareableTypeId
- mShareableTypeId - Variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ShareableTypeId
- mShippableCountriesPropertyName - Variable in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- mShippingGroupManager - Variable in class atg.projects.store.droplet.ShowGiftWrap
-
Shipping group manager.
- mSiteContextPath - Variable in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- mSiteGroupManager - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- mSiteGroupManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mSiteGroupManager - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: siteGroupManager
- mSiteGroupManager - Variable in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- mSiteGroupManager - Variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
SiteGroupManager
- mSiteGroupPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mSiteGroupPropertyName - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: siteGroupPropertyName
- mSiteIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mSiteIdsPropertyName - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: SiteIdsPropertyName
- mSiteManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mSiteManager - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: siteManager
- mSitePropertiesManager - Variable in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- mSitesPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
-
- mSitesPropertyName - Variable in class atg.projects.store.collections.validator.SiteValidator
-
property: sitesPropertyName
- mSourceCodePropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
Source code property name.
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- mStoreCartridgeTools - Variable in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- mStoreConfiguration - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Store configuration.
- mStoreConfiguration - Variable in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
property: storeConfiguration
- mStoredAddressSelection - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Stored address selection.
- mStoredCreditCardName - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Stores credit card name.
- mStorePaymentGroupManager - Variable in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
Store payment group manager.
- mStoreSitePropertiesManager - Variable in class atg.projects.store.email.StoreEmailTools
-
- mStoreSitePropertiesManager - Variable in class atg.projects.store.gifts.InternationalSearchFormHandler
-
property: storeSitePropertiesManager
- mStoreSitePropertiesManager - Variable in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
- mStoreSitePropertiesManager - Variable in class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
- mStoreSitePropertiesManager - Variable in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
- mStoreSitePropertiesManager - Variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
- mSupportedCreditCardTypes - Variable in class atg.projects.store.StoreConfiguration
-
- mTemplateEmailInfo - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Template e-mail information.
- mTemplateEmailSender - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Template e-mail sender.
- mTemplateEmailSender - Variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Template e-mail sender.
- mTimeStampPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
- mTopLevelCategoryId - Variable in class atg.projects.store.catalog.CatalogNavigationService
-
The top level category for the category that shopper is currently viewing.
- mUserIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
-
Source code property name.
- mUsingProfileCreditCard - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Is the credit card saved in the user's profile.
- mUsingSavedAddress - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Is the address in the user's profile.
- mUsingStoreCredit - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Is order covered with store credit only.
- mValidateShippingGroups - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
property: validateShippGroups
- PairedSiteDroplet - Class in atg.projects.store.droplet
-
This droplet returns a paired site ID for a site identified by "site ID".
- PairedSiteDroplet() - Constructor for class atg.projects.store.droplet.PairedSiteDroplet
-
- PARAM_EMAIL - Static variable in class atg.projects.store.droplet.IsEmailRecipient
-
The input parameter name for the email address to check.
- PARAM_ERROR_MSG - Static variable in class atg.projects.store.droplet.PairedSiteDroplet
-
"errorMessage" parameter name.
- PARAM_LOCATION_ID - Static variable in class atg.projects.store.inventory.StoreInventoryManager
-
- PARAM_PAIRED_SITE_ID - Static variable in class atg.projects.store.droplet.PairedSiteDroplet
-
"pairedSiteId" parameter name.
- PARAM_PORTAL_LOGOUT_URL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- PARAM_PRODUCT_ID - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Product id parameter name.
- PARAM_SHIPPING_GROUP - Static variable in class atg.projects.store.droplet.HasGiftAddress
-
The input parameter name for the shipping group to check.
- PARAM_SITE_ID - Static variable in class atg.projects.store.droplet.PairedSiteDroplet
-
"siteId" parameter name.
- PARAM_SITE_ID - Static variable in class atg.projects.store.inventory.StoreInventoryManager
-
- PARAM_SKU_ID - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Sku id parameter name.
- PARAMETER_AVAILABILITY_DATE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_AVAILABILITY_TYPE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_AVAILABLE_COLORS - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
- PARAMETER_AVAILABLE_SIZES - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
- PARAMETER_COMPARISONS_CONTAINS_PRODUCT - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_GIFTLIST_CONTAINS_SKU - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_GIFTLISTS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_NAME_EMAIL_REQUEST - Static variable in class atg.projects.store.email.StoreTemplateEmailSender
-
If this parameter is set to 'true' on HTTP request, then request is issued to render an email body.
- PARAMETER_PRODUCT - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_QUANTITY - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_SAVED_QUANTITY - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
- PARAMETER_SELECTED_COLOR - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
- PARAMETER_SELECTED_SIZE - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
- PARAMETER_SELECTED_SKU - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_SHOW_EMAIL_A_FRIEND - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_SHOW_GIFTLISTS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_SKUS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARAMETER_WISHLIST_CONTAINS_SKU - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- PARENT_FOLDER_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
-
Parent folder property name.
- PATH_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
-
Folder path property name.
- pathMatchesPattern(String, PagePattern[], Cache) - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
This method determines if the given path matches any of the
page patterns defined.
- pathMatchesPattern(String, PagePattern[], AbstractCache) - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
This method will determine if the given path fits one of the
patterns.
- PENDING_FULFILLMENT - Static variable in class atg.projects.store.states.StoreOrderStates
-
Pending fulfillment constant.
- PENDING_OMS_NOTIFICATION - Static variable in class atg.projects.store.states.StoreOrderStates
-
DOCUMENT ME!
- PENDING_OMS_REMOVE_NOTIFICATION - Static variable in class atg.projects.store.states.StoreOrderStates
-
DOCUMENT ME!
- PERFORM_MONITOR_NAME - Static variable in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
- PERFORM_MONITOR_NAME - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- PERFORM_OPERATION_NAME - Static variable in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
- PERFORM_OPERATION_NAME - Static variable in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
- PERFORM_OPERATION_NAME - Static variable in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
- PERFORM_OPERATION_NAME - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- performActualItemPropertyUpdate(MutableRepositoryItem, String, Object) - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
Saves current users email and then execute property update logic.
- performQuery(Repository, String, RqlStatement) - Method in class atg.projects.store.droplet.RqlDroplet
-
Performs the query against the view of the particular repository.
- populatePriceBeanSelections(StoreUnitPriceBean, Collection<GiftWithPurchaseSelection>) - Method in class atg.projects.store.pricing.StorePricingTools
-
Populates price bean's GwpSelections list.
- PossibleValueComparator - Class in atg.projects.store.repository.servlet
-
Comparator class for PossibleValue objects.
- PossibleValueComparator() - Constructor for class atg.projects.store.repository.servlet.PossibleValueComparator
-
- postAddCreditCardAuthorizationNumber(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Carry out any operations required after a credit card authorization number
is added.
- postAddCreditCardBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Carry out any operations required after a billing address is added to a
credit card.
- postAddCreditCardToProfile(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method is for any processing required after billing info is entered.
- postAddItem(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
Overrides base method to create emailRecipient item if needed.
- postAddShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Copies the new shipping group address to the order's credit card payment group address.
- POSTAL_CODE_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- postBillingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Add credit card to user profile, update checkout level.
- postBillingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Add newly created card to profile, update checkout progress level.
- postBillingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Save billing address as default if user doesn't have one,
update checkout level.
- postBillingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Update checkout progress level.
- postCancelOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
-
This overridden method is used for work that must happen after the Order is cancelled.
- postChangePassword(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation called just after the user's password is changed.
- postClone(RepositoryItem, RepositoryItem) - Method in class atg.web.repository.InternationalStoreNameChangingCloneHelper
-
Add the prefix and suffix to any unique properties and to displayName/displayNameDefault.
- postCommitOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Called after all processing is done by the handleCommitOrder method.
- postConfirmReturn(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.csr.returns.StoreBaseReturnFormHandler
-
Overrides base method in order to store current return request
object to the configured session-scoped component.
- postCreateNewCreditCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation is called just after new card with existing address be created
- postCreateNewCreditCardAndAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation is called just after new card with new address be created
- postCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Override OOTB method so that if the profile has receiveEmail=yes, create
an EmailRecipient repository item for Email Campaigns.
- postCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, OrderHolder) - Method in class atg.projects.store.profile.StoreProfileTools
- postEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Post edit shipping address processing.
- postExpressCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
postExpressCheckout is for work that must happen after expressCheckout.
- postLoginAddRecentlyViewed(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Update the logged in user's recentlyViewedProducts property with products
viewed as an anonymous user.
- postLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
After logging in the user's session cached promotions are reloaded into
the PricingModelHolder.
- postLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, OrderHolder, PricingModelHolder) - Method in class atg.projects.store.profile.StoreProfileTools
-
Override the OOTB method so that we can determine whether or not to merge
a user's cart after they login.
- postLogoutUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
-
This implementation adds two checkout-specific request parameters, if no errors occurred during the logout process.
- postLogoutUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation called just after the user is logged out.
- postMoveItemsFromCart(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Operation called just after an item has been moved from shopping cart.
- postMoveToPurchaseInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
The addRemoveGiftServices method should be done after modifying cart contents.
- postRemoveGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Called after all work is done by the handleRemoveGwpPlaceholderFromOrder method.
- postRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Called after all processing is done by the removeItemFromOrder method.
- postRemoveItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Operation called just after items are removed from a a gift list.
- postRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Post remove shipping address processing.
- postSaveGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Overrides base method to clear the form after the new gift list has been successfully saved.
- postSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
-
Remove any gift list whose shipping addresses are non-shippable from the current country store..
- postSetupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Update checkout states with CONFIRM level.
- postSetupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Perform any post actions after setting up gift shipping groups.
- postSetupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method is post setup of store credit payment groups.
- postShipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Post-shipping processing.
- postShipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
This method will reprice the order to catch address problems through CyberSource.
- postShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
This method initializes the billing address from the shipping address if the user selected
that option.
- postUpdateGiftlistAndItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Operation called just after a gift list and gift items are updated.
- postUpdateItem(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
Overrides base method to update emailRecipient item.
- postUpdateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Post edit shipping method processing.
- postUpdateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
- preAddCreditCardAuthorizationNumber(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method performs any operations required before the credit card authorization
number is added.
- preAddCreditCardBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method performs any operations required before the billing address is added to the
credit card.
- preAddCreditCardToProfile(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method is for any processing required after billing info is entered.
- preAddItem(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
This method is called just before the item adding process is
started.
- preAddItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Before adding an item to the giftlist validate quantity and SKU ID, also check
if user is explicitly logged in.
- preAddItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets form values from request parameters if they are present on the request
and haven't already been set in the form handler.
- preAddProduct(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.catalog.comparison.StoreProductListHandler
-
Overrides ProductListHandler.preAddProduct()
This method is called just before adding a product to the list.
- preAddShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Validates the selected nickname and address properties.
- preBillingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Setup credit card payment group and validate user input.
- preBillingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Setup credit card payment and validate user input.
- preBillingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Setup credit card payment group for billing with saved card
and validate credit card input.
- preBillingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Tender coupon before billing with store credit occurs.
- preCommitOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Ensures that an email address is set in the billing address, as required
by CyberSource.
- preCreateNewCreditCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation is called just before new card with existing address be created
- preCreateNewCreditCardAndAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation is called just before new card with new address be created
- preCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Operation called just before the user creation process is started.
- preEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Validates the address properties.
- preLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Override OOTB method so that auto-logged in user is not logged out if
they provide an invalid password.
- preMakeGiftSelection(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
Set valid SKU ID based on selected Product
- preMoveItemsFromCart(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Before moving item to the gift list check if user is explicitly logged in.
- prepareAddToGiftlistData(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Prepares input data that GiftlistFormHandler
need to
add item to gift list: quantity to add, SKU Id, gift list Id and
success URL.
- prepareEmailInfo(Map) - Method in class atg.projects.store.email.StoreEmailTools
-
Prepare email info template.
- prepareEmailInfoParams(Profile, TemplateEmailInfoImpl, Map) - Method in class atg.projects.store.email.StoreEmailTools
-
Prepare email parameters before sending
- prepareEmailInfoParams(Profile, TemplateEmailInfoImpl, Map) - Method in class atg.projects.store.email.TesterEmailTools
-
Prepare email parameters before sending
- preprocess(RecordSpotlightConfig) - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
This overridden method ensures that the appropriate filters are added to the
cartridgeConfig's record selection filter state.
- preprocess(ResultsListConfig) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Adds distance sorters based on the geo filter
- preprocess(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
Currently only used to create an MdexRequest.
- preprocess(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
Currently only used to create an MdexRequest.
- preprocess(BreadcrumbsConfig) - Method in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
Determine the source property name for aliased display name property
before calling super.preprocess method.
- preprocess(RefinementMenuConfig) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
Determine the source property name for aliased display name property
before calling super.preprocess method.
- preRemoveAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Address that we'd like to remove could be associated
with a gift list.
- preRemoveGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Called before any work is done by the handleRemoveGwpPlaceholderFromOrder method.
- preRemoveItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Operation called just before items are removed from a a gift list.
- preRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Pre remove shipping address processing.
- preSaveGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Calls validatation of event name
- preSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
-
Validates entered first and last name.
- preSetupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method performs any pre-initialization needed to setup the Credit Card Payment
group for the order.
- preSetupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Perform any pre actions before setting up gift shipping groups.
- preSetupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method to perform any pre-initialization of StoreCredit Payment group for the order
if store credit is used.
- preShipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Pre-shipping validation.
- preShipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
This method validates the user inputs for the Move To Billing process.
- preShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Performs input data validations for new shipping address specified by
shopper
- preUpdateCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Called before handleUpdateCard logic is applied.
- preUpdateGiftlistAndItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Operation called just before a gift list and gift items are updated.
- preUpdateItem(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
This method is called just before update item.
- preUpdateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Validates the shipping group's shipping method.
- preUpdateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
This overriding method will check to see if a new email address that is
being submitted in an update already belongs to another user profile.
- PREV - Static variable in class atg.projects.store.util.DocumentLinksService
-
- PRICE_PROPERTY - Static variable in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- priceOrderTotal(Order) - Method in class atg.projects.store.order.StoreOrderManager
-
This method is a shortcut to the PricingTools.priceOrderTotal(atg.commerce.order.Order)
method.
- PriceRangeNavigationStateProcessor - Class in atg.projects.store.assembler.navigation
-
This navigation state processor determines whether price range is applied to the current search request
and if not, adds NoPriceRange user segment to the navigation state.
- PriceRangeNavigationStateProcessor() - Constructor for class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
- PriceShippingMethodDroplet - Class in atg.projects.store.pricing
-
This DynamoServlet Bean is used to determine shipping costs for the shipping
group with specified shipping method.
- PriceShippingMethodDroplet() - Constructor for class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- PriceSliderContentItem - Class in atg.projects.store.assembler.cartridge
-
PriceSliderContentItem cartridge which will be returned as part of a larger ContentItem
and is used by the PriceSlider.jsp to render a price slider control on the storefront.
- PriceSliderContentItem(ContentItem) - Constructor for class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
Construct a PriceSlider using the properties defined in the pConfig argument.
- PriceSliderHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Handler for the PriceSlider cartridge.
- PriceSliderHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- PriceSorter - Class in atg.projects.store.sort
-
A ProductSorter implementation which sorts a list of product repository items by price.
- PriceSorter() - Constructor for class atg.projects.store.sort.PriceSorter
-
- PRICING_ERROR - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Pricing error message key.
- PRICING_ERROR_ADDRESS - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
Pricing error invalid address message key.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.ContentItemTreeIterator
-
The method contains processing logic that need to be executed for each
detected content item during content item tree traversing.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
The implementation of content item process method.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
This method invokes the actor "actorToInvoke." The properties set in "contentItemsAdditionsMap" will be passed
to the actor in "currentContentItem."
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
Create a new CategoryHeaderBannerContentItem.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
Creates a new CategoryRecommendationsContentItem and populates it with
the currently viewed category ID.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
Creates a new CategoryRelatedProductsContentItem.
- process(ResultsListConfig) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Iterates through the records in results list and populates the content item
with the data from repository.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
Create a new LocationSearchRadiusContentItem.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
Creates a response model of the form:
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
Create a new PriceSliderContentItem.
- process(ContentItem) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
Create a new ProductListCategoryChildrenContentItem.
- process(BreadcrumbsConfig) - Method in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
Creates a new Breadcrumbs with localized category labels and group
refinement crumbs by dimension name preserving the order in that the
dimension names appears.
- process(RecordDetailsConfig) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
Populates the data from repository to content item.
- process(RefinementMenuConfig) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
Creates a new RefinementMenu with localized category labels.
- process(NavigationState) - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
An override of the process method to look for the explicit category ID
parameter in the request.
- process(NavigationState) - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Add the NoPriceRange user segment.
- process(NavigationState) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
Process the navigation state to determine if it represents a user catalog
navigation and update the details on the catalog navigation tracking
component and set the user segment on the user state for routing the user
to the category page.
- processADCData(ADCPipelineArgs) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Builds and appends tracking code to the response stream.
- processAutoAdd(RepositoryItem, long, List<AddCommerceItemInfo>, List<CommerceItem>, PricingContext, Map) - Method in class atg.projects.store.promotion.StoreGWPManager
-
Override commerce implementation to check inventory level
of gift item marked as auto add.
- processEvent(ADCPipelineArgs, Message) - Method in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Retrieves the category repository item from the ViewItem
event and stores it into ADCRequestData
for further
use by the remaining pipeline processors.
- processEvent(ADCPipelineArgs, Message) - Method in class atg.projects.store.recommendations.processor.SetOrderProcessor
-
Retrieves the submitted order from the SubmitOrder
event and stores it into ADCRequestData
for further
use by the remaining pipeline processors.
- processEvent(ADCPipelineArgs, Message) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Do nothing.
- processException(Throwable, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Add a user error message to the form exceptions.
- processMessage(ViewItemMessage) - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
Process received product data item.
- processOrderBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
Run pipeline chain responsible for order billing and update (save) order.
- processShippingRestrictionsErrors(List, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Process shipping restriction errors and add them to form exceptions.
- ProcValidateGiftCardForCheckout - Class in atg.projects.store.order.processor
-
This processor validates the order has more than just gift cards.
- ProcValidateGiftCardForCheckout() - Constructor for class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
- ProcValidateInventoryForCheckout - Class in atg.projects.store.order.processor
-
Determine if the item is available by ensuring that at least 1 is available for pre-order,
back-order or immediate availability.
- ProcValidateInventoryForCheckout() - Constructor for class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
- ProcVerifyShippingAddresses - Class in atg.projects.store.order.processor
-
This class extends ProcVerifyOrderAddresses to verify only shipping-group addresses.
- ProcVerifyShippingAddresses() - Constructor for class atg.projects.store.order.processor.ProcVerifyShippingAddresses
-
- PRODUCT - Static variable in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Product parameter name.
- PRODUCT - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
-
The input parameter name for the product and skuId to check.
- PRODUCT_ENTRY - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- PRODUCT_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
-
- PRODUCT_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Product id constant.
- PRODUCT_ID_ENTRY - Static variable in class atg.projects.store.recommendations.processor.ProductTrackingCodeProcessor
-
Entries format constants
- PRODUCT_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- PRODUCT_ID_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
-
- PRODUCT_ITEM_DESCRIPTOR - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Product item descriptor
- PRODUCT_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Product property name.
- PRODUCT_REPOSITORY_NAME - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
-
- productIsGiftWrap(CommerceItem) - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Test to see if the item is a gift wrap item.
- ProductListCategoryChildrenContentItem - Class in atg.projects.store.assembler.cartridge
-
Category Header Banner class.
- ProductListCategoryChildrenContentItem(ContentItem) - Constructor for class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
Instantiates a new product list category children.
- ProductListCategoryChildrenHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Category header banner cartridge handler.
- ProductListCategoryChildrenHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- ProductPriceWrapper - Class in atg.projects.store.sort
-
ProductPriceWrapper is used to store a product repository item and the
particular price for this product that were interested in.
- ProductTrackingCodeProcessor - Class in atg.projects.store.recommendations.processor
-
This processor is responsible for generating clickstream tracking code markup
for product detail pages.
- ProductTrackingCodeProcessor() - Constructor for class atg.projects.store.recommendations.processor.ProductTrackingCodeProcessor
-
- PROFILE - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
-
Input parameter name profile.
- PROFILE_LOCALE_UNSET_VALUE - Static variable in class atg.projects.store.servlet.StoreRequestLocale
-
- PROFILE_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- ProfileCheckoutPreferences - Class in atg.projects.store.profile
-
This class is used as a session-scoped component that will help to
determine user's current checkout preferences on JSP pages like default
shipping address nickname and default credit card address
nickname.
- ProfileCheckoutPreferences() - Constructor for class atg.projects.store.profile.ProfileCheckoutPreferences
-
- ProfileSecurityStatus - Class in atg.projects.store.droplet
-
This droplet checks security status of the Profile
and
displays appropriate open parameter.
- ProfileSecurityStatus() - Constructor for class atg.projects.store.droplet.ProfileSecurityStatus
-
- PromoEmailPropertyService - Class in atg.projects.store.remote.assetmanager.editor.service
-
Add logic to create email recipient if Receive promo email property is changed in BCC.
- PromoEmailPropertyService() - Constructor for class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
- PROMOTIONAL_CONTENT_ID - Static variable in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
The cartridge promotionalContentId property name
- PromotionalContentEditor - Class in atg.projects.store.ui
-
An ACC editor for RepositoryItems of type "promotionalContent".
- PromotionalContentEditor() - Constructor for class atg.projects.store.ui.PromotionalContentEditor
-
Create a card panel for each type of folder and editing components for
each type's properties.
- PromotionFilterDroplet - Class in atg.projects.store.droplet
-
Filters out a collection of promotion repository items using the filter
mFilter.
- PromotionFilterDroplet() - Constructor for class atg.projects.store.droplet.PromotionFilterDroplet
-
- PROP_VALUE_CHANNEL_DESKTOP - Static variable in class atg.projects.store.droplet.PairedSiteDroplet
-
"channel" property value: desktop.
- PROPERTIES - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
-
Properties parameter name.
- PROPERTY_NAME_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Property name parameter name.
- PROPERTY_NAME_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
-
Proeprty name parameter name.
- propertyChange(PropertyChangeEvent) - Method in class atg.projects.store.ui.PromotionalContentEditor
-
If the file name is updated, update the ImageEditor file name field.
- PropertySorter - Interface in atg.projects.store.sort
-
A ProductSorter interface.
- PropertyValueCollection - Class in atg.projects.store.droplet
-
Creates a collection of property values for a collection of repository items.
- PropertyValueCollection() - Constructor for class atg.projects.store.droplet.PropertyValueCollection
-
- ProtocolSwitchServlet - Class in atg.projects.store.servlet.pipeline
-
This pipeline servlet performs switching between a secure sever and a
non-secure server.
- ProtocolSwitchServlet() - Constructor for class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- SALE_PRICELIST_ID - Static variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
- SAMPLE_COMMERCE_ITEM_TYPE - Static variable in class atg.projects.store.order.StoreOrderImpl
-
Sample commerce item type.
- SAP_ACKNOWLEDGED - Static variable in class atg.projects.store.states.StoreOrderStates
-
Order acknowledged constant.
- saveAddressToAddressBook(Address, String, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Saves address to address book.
- saveAddressToAddressBook(RepositoryItem, Address, String) - Method in class atg.projects.store.order.StoreOrderTools
-
Saves the address to address book and makes it the default shipping address if it hasn't already
been set.
- saveAddressToDefaultBilling(Address, RepositoryItem) - Method in class atg.projects.store.order.StoreOrderTools
-
Saves the address in the pAddress parameter to the default billing address of the user in
the pProfile parameter.
- saveBillingAddressToProfile(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
This method saves the Billing Address to the profile.
- saveCreditCardToProfile(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
This method saves the credit card from the payment group to the profile.
- saveDefaultBillingAddress(RepositoryItem, CreditCard) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Saves the address on the credit card to the user's default billing address.
- saveDefaultShippingMethod(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Set the profile's default shipping method if it's not already set.
- saveDefaultShippingMethod(RepositoryItem, String) - Method in class atg.projects.store.order.StoreOrderTools
-
Sets the default shipping method for a profile, but only if it hasn't been set already.
- saveEmailInfo(Map, String) - Method in class atg.projects.store.email.TesterEmailTools
-
Save email information into the list of recently sent
- saveModifiedShippingAddressToProfile(RepositoryItem, String, Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
saveModifiedShippingAddress shipping address processing.
- savePriceInfo(Order, CommerceIdentifier, MutableRepositoryItem, String, AmountInfo, MutableRepository, OrderManager) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
-
Overrides the base savePriceInfo method to save taxPriceInfo into parent price info repository item.
- saveTaxPriceInfo(Order, CommerceIdentifier, AmountInfo, MutableRepositoryItem, MutableRepository, OrderManager) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
-
This method is used to save the price info's tax price info.
- SC_PAYMENT_GROUP_TYPE_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Store Credit payment group type name.
- SEARCH_RADIUS - Static variable in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- SEARCH_TEXT_ENTRY - Static variable in class atg.projects.store.recommendations.processor.SearchResultsProcessor
-
Entries format constants
- SearchedSites - Class in atg.projects.store.assembler
-
Keeps track of the currently searched sites.
- SearchedSites() - Constructor for class atg.projects.store.assembler.SearchedSites
-
- SearchFormHandler - Class in atg.projects.store.assembler
-
The purpose of this form handler is to add some additional properties to
Endeca-specific search.
- SearchFormHandler() - Constructor for class atg.projects.store.assembler.SearchFormHandler
-
- SearchResultsProcessor - Class in atg.projects.store.recommendations.processor
-
This processor is responsible for generating clickstream
tracking code markup for search results pages.
- SearchResultsProcessor() - Constructor for class atg.projects.store.recommendations.processor.SearchResultsProcessor
-
- SECTION - Static variable in class atg.projects.store.util.DocumentLinksService
-
- SECURE_PROTOCOL - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Secure protocol constant.
- SECURITY_STATUS_PROPERTY_NAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
-
- sendBackInStockNotifications(UpdateInventory) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
Notify users when an item is back in stock.
- sendConfirmationEmail(Order, RepositoryItem, String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
This method sends the order confirmation emails.
- sendEmail(Profile, Map) - Method in class atg.projects.store.email.StoreEmailTools
-
Prepare email and send it.
- sendEmail(RepositoryItem[]) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
Helper method to do the actual email sending.
- sendEmail(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Send email to current user using configured TemplateEmailInfo and TemplateEmailSender.
- sendEmailMessage(TemplateEmailInfo, Collection, boolean, boolean) - Method in class atg.projects.store.email.StoreTemplateEmailSender
-
This implementation does the following:
obtain current locale from recipient specified by pRecipients parameter (if there is only one recipient)
if emailInfo's template parameters doesn't contain locale parameter and locale is defined, put locale into template parameters
add template parameter to mark request as email
send email with super-method
- SensorManagerFormHandler - Class in atg.projects.store.fluoroscope
-
This form handler enables/disables sensor events in the CRS application.
- SensorManagerFormHandler() - Constructor for class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- SENT_DATE_FORMAT - Static variable in class atg.projects.store.email.RecentlySentList
-
- SentItem(String, Map, String) - Constructor for class atg.projects.store.email.RecentlySentList.SentItem
-
Create new SentItem object
- SEPARATOR_COMMA - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Comma separator.
- SEPARATOR_PIPE - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Pipe separator.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookupDroplet
-
This method invokes the configured ContentItemTreeIterator
, passing the root
content item as a parameter.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ActionURLDroplet
-
Builds the complete URL string for the Endeca-produced action object.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ArraySubsetHelper
-
This performs the work as described in the class definition.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
See the class documentation above.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
Determine if the order has any active promotions and if yes,
return message.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Service method, see API definition.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
Provides the implementation of service method
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Renders the output
oparam if 1 or more objects have a non-null value for a certain property,
which name is transferred using PROPERTY_NAME_PARAM
paramter.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
Service method.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method provides the default implementation of service, by dispatching
to conventionally named methods which begin with "do".
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DisplayCountryDroplet
-
Renders the "displayCountryName" output parameter with a country name
determined by the language and countryCode input parameters.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
Renders "displayLanguages" output parameter which is a list of objects associating the
language codes with display languages.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
This method provides the implementation of service
Parameters:
pRequest the request to be processed
pResponse the response object for this request
Throws:
ServletException - an application specific error occurred processing this request
IOException - an error occurred reading data from the request or writing data to the response.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
If the credit card payment group is empty, this droplet will
create one and add it to the order.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.EscapeJS
-
Replaced all occurrences of apostrophe with '\
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
-
Services true oparam if user can use express checkout, false if not.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.HasGiftAddress
-
Checks if given shipping group has gift address and
renders appropriate oparam (true or false).
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
Set permissions for billing based on the current site
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
Set permissions for shipping based on the current site
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.IsEmailRecipient
-
Given an email address, this will call into
StoreProfileTools.retrieveEmailRecipient() to determine
if the address is already subscribed to receive emails or not.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ItemValidatorDroplet
-
Validates item in request using configured validators.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.NullPropertiesCheck
-
Performs the tasks outlined in the class description.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
-
Render appropriate open parameter based on Profile's security status:
if Profile.securityStatus == 0 (ANONYMOUS) then set 'anonymous' open parameter;
if Profile.securityStatus == 2 (AUTO-SIGNIN) then set 'autoLoggedIn' open parameter;
if Profile.securityStatus == 4 (EXPLICIT-SIGNIN) then set 'loggedIn' open parameter;
set 'default' if no other oparam has been handled.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
This method will call existing initalizeAndFilterPromotions method.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.PropertyValueCollection
-
Renders the output
oparam with a collection of optionally filtered/sorted values.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.RemovedItemCheck
-
This method takes an order, retrieves it's List of commerce items and
checks if any 'removed' items exist.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.RqlDroplet
-
Executes the RQL query and returns the results in the "items" output
parameter inside the "output" open parameter.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Services true oparam if the gift wrapping option should be shown, false if not.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
Provides the implementation of service method
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Determines if the item is preorderable.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StateListFilterDroplet
-
Removes the states that do not have stores from the country state list.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StoreDistanceDroplet
-
Extracts the store distance from Endeca generated record attributes.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
-
Outputs the gift selections for a given order or item
and quantity still to be selected
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
Provides the implementation of service method.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
Receives and validates the request input parameters.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.URLProcessor
-
This droplet transforms specified url according to the selected type of processing,
that is declared through "operation"-parameter.
If operation isn't defined, droplet by default will add or replace request parameter value.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.fluoroscope.GetSensorEventContextDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.fluoroscope.GetSensorEventDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreRepriceOrder
-
This method calls the super service method to do the reprice operation.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.ShippingPromotionsDroplet
-
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
Performs the pricing of specified shipping method.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Services the output oparam if a the list of sites can be determined.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Determines product's recommendations categories list and puts them into
recommendationCategories
output parameter.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Look at the locale header in the request and determine if we need to
redirect based upon that.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Called in the pipeline when a request needs to be processed.
- service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.sort.RangeSortDroplet
-
Sorts the input parameter itemList
using the sortProperty
SimpleSorter by sortOrder
- serviceContents(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
This method specifies, which open parameters should be serviced.
- SessionBean - Class in atg.projects.store.profile
-
A session scoped bean containing only a map property.
- SessionBean() - Constructor for class atg.projects.store.profile.SessionBean
-
- setActionResult(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setActorExecutor(ActorExecutor) - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- setActorToInvoke(Actor) - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- setAddAddressAndMoveToMultipleShippingErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setAddAddressAndMoveToMultipleShippingSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setAddCommerceItemInfos(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setAddGiftMessageErrorURL(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setAddGiftMessageSuccessURL(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setAddItemToGiftlist(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets property AddItemToGiftlist.
- setAddItemToGiftlistErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets property AddItemToGiftlistErrorURL.
- setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets property AddItemToGiftlistLoginURL.
- setAddItemToGiftlistSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets property AddItemToGiftlistSuccessURL.
- setAddress(Address) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setAddressIdValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setAddressProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property addressProperties, naming the properties in a
secondary address record.
- setAddressPropertyNameMap(Map) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setAddShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setAddShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setAdjustInventoryOnCheckout(boolean) - Method in class atg.projects.store.order.StoreOrderManager
-
- setAjaxAddItemToOrderErrorUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setAjaxAddItemToOrderSuccessUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setAjaxMakeGiftSelectionErrorURL(String) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setAjaxMakeGiftSelectionSuccessURL(String) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setAjaxMakeGiftSelectionTimeoutURL(String) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setAllowAllSite(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
If set to true and there are no sites/siteGroups configured
for a particular item in the collection to be filtered, the
item is treated as all-site and will be returned in the filtered
collection.
- setAmount(double) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setAmountAppliedToOrder(double) - Method in class atg.projects.store.payment.StoreStoreCredit
-
Sets the amountAppliedToOrder property.
- setAncestorCategories(List<String>) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Sets ancestors of the category that user is currently viewing.
- setAnonymousEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setApplyCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setApplyCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setApplyDefaultShippingGroup(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Set the ApplyDefaultShippingGroup property.
- setApplyOrderErrorURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setApplyOrderSuccessURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setApplyReturnErrorURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setApplyReturnSuccessURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setAutoApplyStoreCredits(boolean) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
Set the AutoApplyStoreCredits property.
- setBackgroundBannerLink(String) - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
- setBackgroundBannerURL(String) - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
Sets the background banner URL property
- setBackInStockFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setBackInStockNotifyItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setBean(Object) - Method in class atg.projects.store.ui.PromotionalContentEditor
-
Override to add/remove propertyChangeListeners.
- setBillableCountriesPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setBillingAddress(Address) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setBillingAddressClassName(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setBillingAddressNickname(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setBillingAddressPropertyList(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets the Address property list, which is a list that mirrors the original
design of the AddressProperties property with the property names defined
in a configuration file.
- setBillingHelper(StoreBillingProcessHelper) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setBillingHelper(StoreBillingProcessHelper) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- setBirthDate(Date) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets birthDate property.
- setBisnEmailPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setBisnProductIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setBisnSkuIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setC(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setCachingListener(CachingListener) - Method in class atg.projects.store.fluoroscope.GetSensorEventContextDroplet
-
- setCachingListener(StoreCachingListener) - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
Set the caching listener.
- setCardProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property cardProperties, naming the properties in a
credit card entry.
- setCardVerificationNumber(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setCardVerificationNumber(String) - Method in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
-
- setCartChangeJMSTypes(String[]) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
The JMSTypes of events that indicate that cart content has been changed.
- setCartHelper(StoreCartProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setCatalogIdPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setCatalogNavHistory(CatalogNavHistory) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- setCatalogNavHistoryPath(String) - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Sets the catalog navigation history component path
- setCatalogNavHistoryPath(String) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the path to catalog navigation history component.
- setCatalogNavigation(CatalogNavigationService) - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- setCatalogNavigation(CatalogNavigationService) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setCatalogNavigation(CatalogNavigationService) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Set catalog properties.
- setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.order.StoreOrderTools
-
- setCatalogProperties(CatalogProperties) - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- setCatalogRefId(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setCatalogRepository(MutableRepository) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the value of the catalogRepository: field.
- setCatalogRepository(MutableRepository) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setCatalogRepository(MutableRepository) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setCatalogRepository(Repository) - Method in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Sets the catalog repository
- setCatalogRepository(Repository) - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- setCatalogTools(CatalogTools) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setCatalogTools(CatalogTools) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.ColorSorter
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.SizeSorter
-
- setCatalogTools(CatalogTools) - Method in class atg.projects.store.droplet.CategoryBySiteDroplet
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Sets the catalogTools.
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Sets the mCatalogTools
- setCatalogTools(CatalogTools) - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.PropertyValueCollection
-
Sets the catalogTools.
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.email.TesterEmailTools
-
Set the CatalogTools object to use when looking up products, categories
and SKUs.
- setCatalogTools(CatalogTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Sets the catalog tools object
- setCategory(RepositoryItem) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- setCategoryAction(String) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- setCategoryDimensionId(long) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- setCategoryDisplayNameProperty(String) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Sets the category's display name property name.
- setCategoryDisplayNameProperty(String) - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
Sets the category display name property.
- SetCategoryEventProcessor - Class in atg.projects.store.recommendations.processor
-
This processor retrieves the category repository item from the ViewItem
event and stores it into ADCRequestData
for further use
by the remaining pipeline processors.
- SetCategoryEventProcessor() - Constructor for class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
- setCategoryId(String) - Method in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
- setCategoryId(String) - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- setCategoryId(String) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- setCategoryIdParameterName(String) - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- setCategoryIdPropertyName(String) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
Sets mCategoryDimensionName
- setCategoryItem(RepositoryItem) - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Sets the category repository item stored in the request data.
- setCategoryItemType(String) - Method in class atg.projects.store.recommendations.processor.SetCategoryEventProcessor
-
Sets item descriptor name for category
- setCategoryNavigationPath(List<String>) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Sets the full category path from and including the current category to the top level category.
- setCategoryNavigationUserSegment(String) - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- setChangePasswordFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setChannelPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setCheckoutProgressLevels(Map) - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
-
Sets checkout progress levels.
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Set checkout progress states
- setClaimableManager(ClaimableManager) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setClaimableManager(ClaimableManager) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- setColorPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- setColorPropertyName(String) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
-
Sets the mColorPropertyName
- setColorRequired(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets whether or not an item requires a color option.
- setColorSwatchName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- setCommerceItemManager(CommerceItemManager) - Method in class atg.projects.store.order.StoreOrderTools
-
- setCommerceItemShippingInfoTools(CommerceItemShippingInfoTools) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setCommerceItemStates(CommerceItemStates) - Method in class atg.projects.store.order.StoreOrderManager
-
- setCommercePropertyManager(CommercePropertyManager) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setCommitOrderHelper(StoreCommitOrderProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setComparator(Comparator) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
-
Sets the comparator object to use for sorting of filtered collection.
- setComponentItemDescriptor(RepositoryItemDescriptor) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- setComponentPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- setConfirmationURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setConfirmEmailAddress(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setConsolidateShippingInfosBeforeApply(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Sets the consolidateShippingInfosBeforeApply property.
- setContentItemAdditionsMap(ResolvingMap) - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
- setContentItemsCache(Map<String, List<ContentItem>>) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- setContentItemsToCache(List<String>) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- setContentItemTreeIterator(CrossCartridgeItemsLookup) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookupDroplet
-
- setContentProcessor(MessageContentProcessor) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
- setContentSource(ContentSource) - Method in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
- setContext(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setContext(Context) - Method in class atg.projects.store.repository.search.indexing.service.ContextTranslationRepositoryKeyService
-
- setContinueShoppingErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setContinueShoppingSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setCorrection(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setCountryList(CountryList) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setCountryList(CountryList) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- setCountryRedirectURLs(Properties) - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Stores a map of country codes to redirect URLs.
- setCountryRestrictionsService(CountryRestrictionsService) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setCountryRestrictionsService(CountryRestrictionsService) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setCreateCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property createCardErrorURL, used to redirect user in
case of an error adding a new credit card.
- setCreateCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property createCardSuccessURL, used to redirect user if
a new credit card was successfully added.
- setCreditCardBillingAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardExpirationMonth(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardExpirationYear(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardNickname(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardNumber(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setCreditCardTools(ExtendableCreditCardTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardTools(StoreCreditCardTools) - Method in class atg.projects.store.order.StoreOrderTools
-
Sets property creditCardTools
- setCreditCardTools(ExtendableCreditCardTools) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setCreditCardType(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardType(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setCreditCardVerificationNumber(Order, String) - Method in class atg.projects.store.order.StoreOrderTools
-
Sets the verification number on the order's credit card payment group.
- setCssFilePropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setCurrencyCode(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setCurrentCategory(String) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Sets the current category that shopper is currently viewing.
- setCurrentCategoryValid(boolean) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.email.TesterEmailTools
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Sets the CurrentDate component.
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setCurrentDate(CurrentDate) - Method in class atg.projects.store.returns.StoreReturnTools
-
- setCurrentLevel(String) - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
-
- setCurrentPage(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets current page - pagination setting
- setCustomCurrencyPatterns(Map<String, String>) - Method in class atg.projects.store.droplet.StoreCurrencyFormatter
-
Sets the map with custom currency patterns where keys
are locales and values are custom patterns for the locale.
- setDate(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property date.
- setDateFormat(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setDateOfBirth(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setDateOfBirthPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setDaysAllowedToReturn(int) - Method in class atg.projects.store.returns.StoreReturnTools
-
- setDefaultCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property efaultCard, naming the credit card to be the default.
- setDefaultCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property DefaultCardErrorURL, used to redirect user in
case of an error removing a credit card.
- setDefaultCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property DefaultCardSuccessURL, used to redirect user when
a credit card is successfully removed.
- setDefaultCountryPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setDefaultCreditCard(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
This method gets the credit card with parameter (pNickname) and makes it
the default credit card for this profile.
- setDefaultCssFile(String) - Method in class atg.projects.store.StoreConfiguration
-
Sets the location of the default css file(s).
- setDefaultEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the default email information.
- setDefaultLanguagePropertyName(String) - Method in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- setDefaultLocale(String) - Method in class atg.projects.store.email.StoreEmailTools
-
- setDefaultLocale(Locale) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- setDefaultMaximumValue(String) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- setDefaultMinimumValue(String) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- setDefaultPageContentPath(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setDefaultPageSizePropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setDefaultQualifierValue(String) - Method in class atg.projects.store.pricing.StorePricingModelProperties
-
- setDefaultRedirectURL(String) - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Default URL to redirect to if the country code is not the US and if the
country code does not have an explicit redirect location set in
countryRedirectURLs
.
- setDefaultResourceBundle(String) - Method in class atg.projects.store.StoreConfiguration
-
Sets the location of the default resource bundle.
- setDefaultShippingAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setDefaultShippingAddress(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
-
This implementation makes a reference to an existing address (should be located in a secondaryAddresses
set)
with the shippingAddress
property.
- setDefaultShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setDefaultSizePropertyName(String) - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
-
- setDefaultSortField(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets field to be sorted by
- setDefaultTextTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
Sets the defaultTextTemplate
- setDefaultThresholdLevel(long) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- setDerivedDisplayNamePropertyName(String) - Method in class atg.remote.assetmanager.operations.service.InternationalStoreConfigurableRepositoryItemCloner
-
- setDerivedDisplayNamePropertyName(String) - Method in class atg.web.repository.InternationalStoreNameChangingCloneHelper
-
- setDescending(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets type of sort: descending or ascending.
- setDescription(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setDimensionValueCacheTools(DimensionValueCacheTools) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setDimensionValueCacheTools(DimensionValueCacheTools) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- setDimensionValueCacheTools(DimensionValueCacheTools) - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- setDimensionValueCacheTools(StoreDimensionValueCacheTools) - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- setDisplayedItems(List<String>) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- setDisplayedSensorNames(String[]) - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- setDisplayNamePropertyName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the Display Name property.
- setDistanceVariable(String) - Method in class atg.projects.store.droplet.StoreDistanceDroplet
-
- setDiv_id(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
The div element on your page where you want the Rightnow knowledge base search to appear
- setDocumentLinksService(DocumentLinksService) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- setDojoDebug(boolean) - Method in class atg.projects.store.StoreConfiguration
-
Sets a property stating that debug logging should be enable in the
Dojo Toolkit.
- setDummySearchText(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets the search text shown in the search input textbox upon loading of the
page (i.e., "Enter Keyword").
- setEditAddress(Address) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setEditAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property editAddress, naming the address to be edited
- setEditCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property editCard, naming the credit card to be edited.
- setEditCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setEditCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setEditShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setEditShippingAddressNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setEditShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setEmailAddress(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setEmailAFriendEnabledPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setEmailAFriendMessage(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setEmailAFriendMessageParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setEmailAFriendResourceBundleName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
- setEmailFormat(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setEmailLocale(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setEmailLocaleName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setEmailMessageFrom(String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The email address to set the message from for the order confirm email.
- setEmailMessageSubject(String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The subject to use for the order confirmation emails.
- setEmailOptIn(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setEmailOptInSourceCode(String) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- setEmailOptInSourceCode(String) - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
- setEmailRecipientItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setEmailRecipientPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setEmailSender(TemplateEmailSender) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the email send component.
- setEmailTools(StoreEmailTools) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setEmailTools(StoreEmailTools) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setEmailTools(StoreEmailTools) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
- setEnabled(Boolean) - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- setEnabled(Boolean) - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- setEnabled(boolean) - Method in class atg.projects.store.servlet.GEOFilterServlet
-
Changes the current "enabled" state of the servlet.
- setEnabled(boolean) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setEnableFailover(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets the boolean indicating whether Recommendations failover should be disabled.
- setEnablePostProcessActor(boolean) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setEnclosingEndToken(String) - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- setEnclosingStartToken(String) - Method in class atg.projects.store.droplet.TargetLinkURLDroplet
-
- setEndDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The end date property name.
- setEpochDate(String) - Method in class atg.projects.store.StoreConfiguration
-
Sets the store epoch date.
- setEpochDatePattern(String) - Method in class atg.projects.store.StoreConfiguration
-
Sets the date pattern defining the date format for the epochDate property.
- setErrorURL(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the URL of the error page.
- setErrorURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setEventHtmlTemplate(String) - Method in class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- setExcludeDefaultStore(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets ecludeDefaultStore, that represents the value of
excludeDefaultStore parameter for clickstream tracking code.
- setExcludedUriRegex(String) - Method in class atg.projects.store.fluoroscope.ExcludedURIRegexRequestFilter
-
- setExcludeInputSite(boolean) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
- setExpirationDayOfMonth(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setExpirationMonth(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setExpirationYear(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setExpiredPromotionErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setExpiryPeriod(int) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setExpressCheckout(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setExpressCheckoutErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setExpressCheckoutHelper(StoreExpressCheckoutProcessHelper) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- setExpressCheckoutSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setExt_docs(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setFailoverTimeout(int) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets the failover timeout in milliseconds indicating how long to wait for generated
recommendations before using the failover.
- setFillFromTemplate(boolean) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
Sets the flag indicating whether we should try to extract email
information from the <meta> tags in the template.
- setFilter(CachedCollectionFilter) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- setFilter(CachedCollectionFilter) - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
- setFilter(CachedCollectionFilter) - Method in class atg.projects.store.droplet.PropertyValueCollection
-
Sets the the default filter to execute.
- setFilterCrumb(RangeFilterBreadcrumb) - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- setFirstElementValue(String) - Method in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Sets the element value that always should be put at the beginning of the list.
- setFirstNonGiftShippingGroupName(String) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- setGenderPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setGeocodeProperty(String) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- setGeoProperty(String) - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- setGiftlist(RepositoryItem) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Initializes all the form values from the provided gift list.
- setGiftlistManager(StoreGiftlistManager) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setGiftlistManager(StoreGiftlistManager) - Method in class atg.projects.store.droplet.HasGiftAddress
-
- setGiftlistManager(StoreGiftlistManager) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- setGiftlistManager(GiftlistManager) - Method in class atg.projects.store.order.StoreOrderManager
-
Specifies the GiftlistManager.
- setGiftlistManager(GiftlistManager) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setGiftListSiteFilter(GiftlistSiteFilter) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- setGiftlistSiteFilter(GiftlistSiteFilter) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setGiftlistsPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setGiftlistTools(GiftlistTools) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- setGiftMessage(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setGiftMessage(String, String, String) - Method in class atg.projects.store.order.StoreOrderImpl
-
Sets the gift message.
- setGiftMessageFrom(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setGiftMessageTo(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
-
- setGiftMessageUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGiftNoteSelected(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGiftShippingGroupDescriptionPrefix(String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
- setGiftWrapCommerceItemType(String) - Method in class atg.projects.store.order.StoreOrderTools
-
- setGiftWrapEligiblePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate an item as 'giftwrappable'.
- setGiftWrapItemShippingGroupInfos(List) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
This method is called when using multiple shipping groups.
- setGiftWrapProductId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGiftWrapSelected(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGiftWrapSkuId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets the mGiftWrapSkuId property.
- setGiftWrapTargetingResults(TargetingResults) - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Set gift wrapping targeting results.
- setGwpManager(StoreGWPManager) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Setter for the gift with purchase manager property.
- setGwpManager(GWPManager) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Setter for the gift with purchase manager property.
- setGwpManager(GWPManager) - Method in class atg.projects.store.pricing.StorePricingTools
-
Setter for the gift with purchase manager property.
- setGwpPlaceholderHashCodes(int[]) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGwpPlaceholderPromotionIds(String[]) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setGwpSelections(List<? extends GiftWithPurchaseSelection>) - Method in class atg.projects.store.pricing.StoreUnitPriceBean
-
List of GWP selections associated within the price bean.
- setHeaderTitle(String) - Method in class atg.projects.store.assembler.cartridge.CategoryHeaderBannerContentItem
-
Sets the header title property
- setHostName(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setHttpPort(int) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setHttpsPort(int) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setIdGenerator(IdGenerator) - Method in class atg.projects.store.order.StoreOrderTools
-
- setIdPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mIdPropertyName
- setIgnoredRangeFilters(List<String>) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setIgnoreList(String[]) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setImmutableCardProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets immutableCardProperties property value.
- setIncludeActiveSites(boolean) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Sets the includeActiveSites property, determining whether only active
site should be retrieved
- setIncludeContextPath(boolean) - Method in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
Sets includeContextPath
boolean property indicating whether
current context path should be added to the script URL.
- setIncludeDisabledSites(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the includeDisabledSites property.
- setIncludeDisabledSites(boolean) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setIncludeInactiveSites(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the includeInactiveSites property.
- setIncludeInactiveSites(boolean) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setIncludeLocale(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets includeLocale, that indicates whether 'locale' entry should be
included into tracking code.
- setIncludePrice(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets includePrice, that indicates whether 'include price'
entry should be included into tracking code.
- setIncludeProductCategory(boolean) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Sets the boolean indicating whether to include product category into recommendation
categories
- setIncludeRootCategory(boolean) - Method in class atg.projects.store.recommendations.droplet.RecommendationCategoriesDroplet
-
Sets the boolean indicating whether to include root category
into the category path.
- setIncludeRootCategory(boolean) - Method in class atg.projects.store.recommendations.processor.CategoryTrackingCodeProcessor
-
- setIncludeRootCategory(boolean) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the boolean indicating whether to include root category
into the category path.
- setInputSiteChannelOnly(boolean) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Sets the InputSiteChannelOnly property, determining whether only sites with the same
channel as the input site should be included.
- setInstance_id(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
The widget instance id for the Rightnow knowledge base search
- setInternational(boolean) - Method in class atg.projects.store.util.DocumentLinksService
-
- setInvalidCityPatterns(Pattern[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setInvalidCityStrings(String[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setInvalidContextRoot(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setInvalidStatesForShipMethod(Properties) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Expects a pipe-delimited string containing 2-digit state abbreviations
that are invalid for a particular shipping method.
- setInvalidStreetStrings(String[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setInventoryManager(StoreInventoryManagerInterface) - Method in class atg.projects.store.promotion.StoreGWPManager
-
- setItemDateValidator(StartEndDateValidator) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setitemDescriptorName(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setItemDescriptorName(String) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- setItemDescriptorName(String) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- setItemDescriptorName(String) - Method in class atg.projects.store.droplet.RqlDroplet
-
- setItemDescriptorName(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- setItemIdKey(String) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- setItemNonGwpQuantities(Map<String, String>) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setItemsBought(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setLabel_correction(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLabel_documents(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLabel_more_results(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLabel_no_results(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLabel_related_searches(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLabel_search_button(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setLanguagesPropertyName(String) - Method in class atg.projects.store.multisite.InternationalStoreSitePropertiesManager
-
- setLastElementValue(String) - Method in class atg.projects.store.repository.servlet.PossibleValueComparator
-
Sets the element value that always should be put at the end of the list.
- setLastPurchaseDate(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setListPriceListIdPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setListSize(int) - Method in class atg.projects.store.email.RecentlySentList
-
Sets new list size
- setListSizeInfinite(boolean) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setLocale(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Sets the value of the locale: field.
- setLocaleAttributeAliasManager(AttributeAliasManager) - Method in class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
- setLocaleAttributeAliasManager(AttributeAliasManager) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setLocaleParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
- setLocaleParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
- setLocalePropertyName(String) - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
-
Sets the property name of the locale in the profile.
- setLocaleService(LocaleService) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setLoggingIdentifier(String) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
-
Sets property LoggingIdentifier.
- setLogin(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setLoginDuringCheckoutURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setLoginEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setLogMissingInventoryExceptionsAsError(boolean) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
Set the logMissingInventoryExceptionsAsError property.
- setMandatoryStateCountryList(List<String>) - Method in class atg.projects.store.StoreConfiguration
-
Sets the list of configured country codes that are mandatory.
- setMaxNickNameLength(int) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setMaxPasswordLength(int) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setMaxProductsToDisplay(int) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- setMaxQuantity(long) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Set the maximum quantity permitted per order item.
- setMessage(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the Message: field.
- setMessageParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the parameter used for the Message: field.
- setMessageParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the parameter used for the Message: field.
- setMessageType(String) - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- setMinNickNameLength(int) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setMinPasswordLength(int) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setMinQuantity(long) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Set the minimum quantity permitted per order item.
- setModule(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
The widget module name for the Rightnow knowledge base search
- setMonth(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property month.
- setMoveItemsFromCartLoginURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setMoveToConfirmationChainId(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setMoveToConfirmErrorURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setMoveToConfirmSuccessURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setMoveToNewGiftListAddressErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setMoveToNewGiftListAddressSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setNameProperty(String) - Method in class atg.projects.store.sort.NameSorter
-
- setNavigation(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setNavigationActionPath(String) - Method in class atg.projects.store.droplet.EndecaDocumentLinksDroplet
-
- setNavigationStateBuilder(NavigationStateBuilder) - Method in class atg.projects.store.assembler.cartridge.handler.MediaBannerHandler
-
- setNavigationStateBuilder(UrlNavigationStateBuilder) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- setNewAddressErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property newAddressErrorURL, used to redirect user in
case of an error creating an address.
- setNewAddressId(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setNewAddressSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property newAddressSuccessURL, used to redirect user after
successfully creating an address.
- setNewCreditCard(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setNewCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setNewCustomerEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setNewNicknameValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setNewPassword(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setNewPasswordFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setNewPasswordParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setNewProductThresholdDaysPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setNewShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setNicknameValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setNoJavascriptErrorURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setNoJavascriptSuccessURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setNonBillableCountriesPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setNonDisplayableShippingGroups(List<String>) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- setNonProfileShippingAddressesMap(Map<String, Address>) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- setNonShippableCountriesPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setNumber_answers(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setNumberOfDecimalPlaces(int) - Method in class atg.projects.store.droplet.StoreDistanceDroplet
-
- setNumberOfOrders(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setNumberOfRecords(int) - Method in class atg.projects.store.assembler.cartridge.CategoryRecommendationsContentItem
-
- setNumberOfRecords(int) - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- setOmsOrderId(String) - Method in class atg.projects.store.order.StoreOrderImpl
-
Sets the SAP order id.
- setOmsOrderIdSpace(String) - Method in class atg.projects.store.order.StoreOrderTools
-
- setOMSTransactionIdGenerator(IdGenerator) - Method in class atg.projects.store.order.StoreOrderManager
-
Specifies the OMSTransactionIdGenerator.
- setOMSTransactionIdSpace(String) - Method in class atg.projects.store.order.StoreOrderManager
-
Specifies the OMSTransactionIdSpace.
- setOperation(String) - Method in class atg.projects.store.droplet.URLProcessor
-
Sets type of processing
- setOrder(Order) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
Set the Order property.
- setOrder(Order) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Set the Order property.
- setOrder(Order) - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Sets the order object store in the request data.
- setOrderConfirmationFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setOrderId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderManager(OrderManager) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderManager(OrderManager) - Method in class atg.projects.store.order.OrderRepositoryHelper
-
- setOrderManager(OrderManager) - Method in class atg.projects.store.order.ShippingPromotionsDroplet
-
Sets property OrderManager
- setOrderManager(OrderManager) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- setOrderMessage(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- SetOrderProcessor - Class in atg.projects.store.recommendations.processor
-
This processor retrieves the submitted order from the SubmitOrder
event and stores it into ADCRequestData
for further use
by the remaining pipeline processors.
- SetOrderProcessor() - Constructor for class atg.projects.store.recommendations.processor.SetOrderProcessor
-
- setOrderRecipientEmail(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderRecipientName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderRepository(MutableRepository) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the value of the orderRepository: field.
- setOrderRepository(Repository) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
- setOrderReturnFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setOrderSenderEmail(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderSenderName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderShippedFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setOrderSubject(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOrderTools(StoreOrderTools) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setOutputModelPropertyName(String) - Method in class atg.projects.store.assembler.cartridge.handler.ActorInvokingCartridgeHandler
-
Sets the property name in ContentItem of the actor output
- setP(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setPageParamName(String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setPageParamTemplate(String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setPagingActionTemplateContentItemPropertyName(String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setParameter(String) - Method in class atg.projects.store.droplet.URLProcessor
-
Sets new value for the parameter name
- setParameters(Map) - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- setParameterValue(String) - Method in class atg.projects.store.droplet.URLProcessor
-
Sets new value for parameter
- setParams(Object[]) - Method in exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Set the params property.
- setPassword(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setPayload_size(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setPaymentGroupManager(PaymentGroupManager) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Set the PaymentGroupManager property.
- setPaymentId(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
-
- setPermittedCountriesPropertyName(String) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- setPermittedCountryCodes(List) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setPersist_prodcat(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setPersistEmails(boolean) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets boolean indicating whether the email is persisted before it is sent.
- setPersistEmails(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets boolean indicating whether the email is persisted before it is sent.
- setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.droplet.StateListFilterDroplet
-
- setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.profile.StoreProfileTools
-
Sets place utils
- setPreorderablePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate an item as 'preorderable'.
- setPreorderEndDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate the 'preorderEndDate' of
an item that is preorderable.
- setPreprocess(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setPreRegisterErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setPreRegisterSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setPreviousEmailAddress(String) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- setPreviousEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setPreviousEmailAddress(String) - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
- setPreviousOptInStatus(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setPrice(double) - Method in class atg.projects.store.sort.ProductPriceWrapper
-
- setPriceInfoRepositoryItemName(String) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
- setPriceListManager(PriceListManager) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets the price list manager
- setPriceListManager(PriceListManager) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the price list manager.
- setPriceProperty(String) - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- setPriceProperty(String) - Method in class atg.projects.store.sort.PriceSorter
-
- setPriceSliderMaximumValuePropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setPriceSliderMinimumValuePropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setPricingModelHolder(PricingModelHolder) - Method in class atg.projects.store.droplet.PromotionFilterDroplet
-
- setPricingTools(StorePricingTools) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
-
- setPricingTools(PricingTools) - Method in class atg.projects.store.gifts.StoreGiftlistManager
-
- setPricingTools(PricingTools) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setPricingTools(PricingTools) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- setPricingTools(PricingTools) - Method in class atg.projects.store.sort.PriceSorter
-
Sets the PricRangeDroplet component
- setProcessDummySearchText(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Boolean indicating if a search request that contains only the dummy search
text should be processed (as opposed to giving an error).
- setProduct(RepositoryItem) - Method in class atg.projects.store.sort.ProductPriceWrapper
-
- setProductComparisonList(StoreProductComparisonList) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Sets property productComparisonList.
- setProductId(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Sets the value of the ProductId: field.
- setProductId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setProductId(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setProductIdParameterName(String) - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- setProductIdParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setProductIdParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Sets the name of the parameter used for the ProductId: field.
- setProductIdParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the parameter used for the ProductId: field.
- setProductItemName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the product item.
- setProductPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setProfile(Profile) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
Sets property currentProfile.
- setProfile(Profile) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
-
- setProfile(Profile) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets The user profile associated with the email.
- setProfile(Profile) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- setProfile(RepositoryItem) - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Set the Profile property.
- setProfileItemFinder(StoreRepositoryProfileItemFinder) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setProfileParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the parameter used to send the current user profile to the
template.
- setProfilePropertyManager(StorePropertyManager) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- setProfilePropertyManager(PropertyManager) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setProfilePropertyManager(PropertyManager) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
- setProfileRepository(MutableRepository) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setProfileRepository(Repository) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- setProfileTools(ProfileTools) - Method in class atg.projects.store.droplet.IsEmailRecipient
-
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.email.StoreEmailTools
-
- setProfileTools(ProfileTools) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
Sets the property ProfileTools.
- setProfileTools(ProfileTools) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
-
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
-
Sets the profileTools
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.remote.assetmanager.editor.service.PromoEmailPropertyService
-
Sets Profile Tools
- setProfileTools(StoreProfileTools) - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- setProfileType(String) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
Sets the property ProfileType.
- setPromoTemplateUrls(List<String>) - Method in class atg.projects.store.email.StoreEmailTools
-
- setPromotionalContentDisplayNamePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Sets the name of PromotionalContent item's display name property.
- setPromotionalContentImagePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Sets the name of PromotionalContent item's image property.
- setPromotionalContentItemName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
Sets the name of PromotionalContent item.
- setPromotionEmailAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setPromotionTools(PromotionTools) - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
- setProperties(Profile, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
Update the store profile properties based on values for the current site
- setPropertiesToCopyOnRegistration(String[]) - Method in class atg.projects.store.order.StoreOrderTools
-
- setPropertyItemDescriptor(RepositoryItemDescriptor) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- setPropertyManager(PropertyManager) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
-
- setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.email.StoreEmailTools
-
- setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.email.StoreTemplateEmailSender
-
- setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
.
- setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
- setPropertyNameMap(Map) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
- setPropertyToFilterMap(Map) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- setPropertyToLabelMap(Map) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- setPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- setPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
- setQ(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setQualifierPropertyName(String) - Method in class atg.projects.store.pricing.StorePricingModelProperties
-
- setQueryRql(String) - Method in class atg.projects.store.droplet.RqlDroplet
-
- setRangeFilterBuilders(RangeFilterBuilder[]) - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- setRangeFilterBuilders(RangeFilterBuilder[]) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setRangeFilterPropertyName(String) - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Sets the range filter's property name to add dimension for.
- setReceivePromoEmail(String) - Method in class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- setReceivePromoEmailPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setRecentlyViewedProductItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setRecentlyViewedProducts(List<RepositoryItem>) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets a recently viewed products list.
- setRecentlyViewedProductsPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setRecentlyViewedSize(int) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setRecentlyViewedTools(RecentlyViewedTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
- setRecentlyViewedTools(RecentlyViewedTools) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setRecentlyViewedTools(RecentlyViewedTools) - Method in class atg.projects.store.userprofiling.RecentlyViewedHistoryCollector
-
- setRecipientEmail(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the RecipientEmail: field.
- setRecipientEmailParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the Email value used for the To: field.
- setRecipientEmailParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the Email value used for the To: field.
- setRecipientName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the RecipientName: field.
- setRecipientNameParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the Name value used for the To: field.
- setRecipientNameParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the Name value used for the To: field.
- setRecommendationsScriptUrl(String) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the URL to recommendations JavaScript library.
- setRecommended(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setRecordFilterBuilders(RecordFilterBuilder[]) - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- setRecordTypePropertyName(String) - Method in class atg.projects.store.assembler.navigation.filter.RecordTypeFilterBuilder
-
Sets the name of the type property in Endeca records.
- setRecordTypePropertyValue(String) - Method in class atg.projects.store.assembler.navigation.filter.RecordTypeFilterBuilder
-
Sets the type value.
- setRecsPerPage(long) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
- setRefferalSourcePropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setRegisteredUserFromAddressPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setRegistrationEmail(String) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
The email to use to register.
- setRelated(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setRelatedProducts(List<RepositoryItem>) - Method in class atg.projects.store.assembler.cartridge.CategoryRelatedProductsContentItem
-
- setRelatedProductsProperties(String[]) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- setRemoveAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property removeAddress, naming the address to be removed by
handleRemoveAddress().
- setRemoveCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property removeCard, naming the address to be removed by
handleRemoveCard().
- setRemoveCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property RemoveCardErrorURL, used to redirect user in
case of an error removing a credit card.
- setRemoveCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property removeCardSuccessURL, used to redirect user when
a credit card is successfully removed.
- setRemoveCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setRemoveCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- setRemoveGiftShippingGroups(boolean) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setRemoveGwpPlaceholderFromOrder(int) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemFromOrder(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemGwp(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemGwpId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemNonGwp(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemNonGwpId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRemoveItemsFromGiftlistErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setRemoveItemsFromGiftlistSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setRemoveShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setRemoveShippingAddressNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setRemoveShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setRepository(Repository) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setRepository(Repository) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- setRepository(Repository) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- setRepository(Repository) - Method in class atg.projects.store.droplet.RqlDroplet
-
- setRepository(Repository) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- setRequestBean(SessionBean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DisplayCountryDroplet
-
- setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
-
- setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- setRequireCreditCardVerification(boolean) - Method in class atg.projects.store.StoreConfiguration
-
Set a property indicating whther that the credit card verification is required.
- setRequiredAddressPropertyNames(String[]) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setRequiredBillingAddressPropertyList(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setRequiredSkuAttributes(Map) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setResourceBundleName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setResourceBundlePropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setRestrictedCountriesPropertyName(String) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
-
- setRestrictedCountryCodes(List) - Method in class atg.projects.store.droplet.AvailableShippingGroups
-
- setResultsPerPage(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets results per page - pagination setting
- setRetailerId(String) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets Retailer Id provided by Recommendations On Demand service
- setRetailerId(String) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets recommendations account retailer ID.
- setReturnItemToQuantityMap(Map<String, String>) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setReturnItemToQuantityReceivedParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setReturnRequestId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setReturnRequestParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setReturnTools(ReturnTools) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
The service that is used to find the desired returns
- setReturnTools(ReturnTools) - Method in class atg.projects.store.email.TesterEmailTools
-
The service that is used to find the desired returns
- setRightNowUrlsPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setRootNavigationCategoryId(String) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- setRootNavigationCategoryPropertyName(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
The name of the "rootNavigationCategory" property of the catalog
repository item.
- setSalePriceListIdPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setSaveBillingAddress(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setSaveCreditCard(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setSaveShippingAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setScriptUrl(String) - Method in class atg.projects.store.adc.pipeline.ImportJavaScriptProcessor
-
Sets the JavaScript library URL that will be used to build JavaSript import statement.
- setSearch_box(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setSearchedSites(SearchedSites) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- setSearchedSites(SearchedSites) - Method in class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
- setSearchedSites(SearchedSites) - Method in class atg.projects.store.assembler.SearchFormHandler
-
- setSearchKeyword(String) - Method in class atg.projects.store.recommendations.adc.StoreADCRequestData
-
Sets the search keyword stored in the request data.
- setSearchPerformedThisRequest(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
- setSearchRadius(List<String>) - Method in class atg.projects.store.assembler.cartridge.handler.LocationSearchRadiusHandler
-
- setSearchRadius(List<String>) - Method in class atg.projects.store.assembler.cartridge.LocationSearchRadiusContentItem
-
- setSearchResetParam(String) - Method in class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
- setSearchResultsPagePatterns(PagePattern[]) - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Sets compiled search results page patterns
- setSearchResultsPages(String[]) - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Sets search results pages
- setSearchResultsPages(String[]) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the list of search results pages on which
the searchTermQueryArgs should be looked for.
- setSearchResultsPagesCache(AbstractCache) - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Sets the search results pages cache
- setSearchResultsPagesCache(AbstractCache) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
Sets the cache storing whether URLs match SearchResultsPages patterns.
- setSearchResultsSize(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets size of results
- setSearchSiteIds(String[]) - Method in class atg.projects.store.profile.SessionBean
-
- SetSearchTermProcessor - Class in atg.projects.store.recommendations.processor
-
This processor knows where to look up for the search term in the search
results page request and stores corresponding search keyword into
ADCRequestData
object for the use in the remaining pipeline processors.
- SetSearchTermProcessor() - Constructor for class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
- setSearchTermQueryArgs(String[]) - Method in class atg.projects.store.recommendations.processor.SetSearchTermProcessor
-
Sets search term query arguments
- setSearchTermQueryArgs(String[]) - Method in class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
An array of query arguments that specify what search term is searched for.
- setSecureHostName(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
- setSecureList(String[]) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
-
Set the secure list.
- setSendEmailInSeparateThread(boolean) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets boolean indicating whether the email is sent in a separate thread.
- setSendEmailInSeparateThread(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets boolean indicating whether the email is sent in a separate thread.
- setSenderEmail(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the SenderEmail: field.
- setSenderEmailParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the Email value used for the From: field.
- setSenderEmailParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the Email value used for the From: field.
- setSenderName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the SenderName: field.
- setSenderNameParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the Name value used for the From: field.
- setSenderNameParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the Name value used for the From: field.
- setSensorManager(SensorManagerService) - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- setSensors(String[]) - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- setSentList(LinkedList<RecentlySentList.SentItem>) - Method in class atg.projects.store.email.RecentlySentList
-
Sets new list for recently sent items
- setSentList(RecentlySentList) - Method in class atg.projects.store.email.TesterEmailTools
-
- setSessionBean(SessionBean) - Method in class atg.projects.store.csr.returns.StoreBaseReturnFormHandler
-
- setSessionBean(TemplateTesterSessionBean) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setSessionBean(SessionBean) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setSessionBean(SessionBean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setSessionDataPath(String) - Method in class atg.projects.store.recommendations.adc.StoreADCEventMonitor
-
The path to the session-scoped Nucleus component that holds the events for
the current session.
- setShareableTypeId(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mSharableTypeId
- setShareableTypeId(String) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setShareableTypeId(String) - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
Sets the "ShareableType ID for site pairs" property.
- setShareableTypeId(String) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
- setShareableTypeId(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
- setShippableCountriesPropertyName(String) - Method in class atg.projects.store.multisite.StoreSitePropertiesManager
-
- setShippingAddressClassName(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setShippingAddressNewNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShippingAddressNicknameMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setShippingGroup(ShippingGroup) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Override of base class behavior to use a locally defined variable
for storing the shipping group.
- setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
-
- setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- setShippingGroupId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setShippingGroupManager(ShippingGroupManager) - Method in class atg.projects.store.droplet.ShowGiftWrap
-
Set the ShippingGroupManager property.
- setShippingGroupManager(ShippingGroupManager) - Method in class atg.projects.store.order.StoreOrderTools
-
- setShippingGroupMapContainer(ShippingGroupMapContainer) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Set the ShippingGroupMapContainer property.
- setShippingGroupMapForDisplay(Map) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- setShippingGroupParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setShippingHelper(StoreShippingProcessHelper) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShippingInfoURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToExistingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToExistingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToMultipleAddressesErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToMultipleAddressesSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToNewAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToNewAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShipToNewAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setShoppingCart(OrderHolder) - Method in class atg.projects.store.droplet.CartMessagesDroplet
-
- setShoppingCart(OrderHolder) - Method in class atg.projects.store.droplet.RemovedItemCheck
-
Sets property ShoppingCart.
- setShoppingCart(StoreOrderHolder) - Method in class atg.projects.store.order.purchase.StoreRepriceOrder
-
- setShoppingCartPath(String) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets Get path to shopping cart Nucleus component
- setShouldAddGiftNote(boolean) - Method in class atg.projects.store.order.StoreOrderImpl
-
- setShouldEncodeUrls(boolean) - Method in class atg.projects.store.fluoroscope.listener.StoreAttributeAddingHtmlMarkingSensorListener
-
- setShowUnindexedCategories(boolean) - Method in class atg.projects.store.StoreConfiguration
-
- setSite(Site) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- setSiteContextPath(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
-
Sets the SiteGroupManager instance
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mSiteGroupManager
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
Sets the new reference to SiteGroupManager
to be used when determining sharing sites.
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Sets the SiteGroupManager
- setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
- setSiteGroupPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mSiteGroupPropertyName
- setSiteGroupPropertyName(String) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setSiteHttpServerName(String) - Method in class atg.projects.store.StoreConfiguration
-
Sets the name of the HTTP server.When running of an internal facing
instance this should be configured to the production instance.
- setSiteHttpServerPort(int) - Method in class atg.projects.store.StoreConfiguration
-
Sets the port number of the HTTP server.
- setSiteId(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the value of the SiteId: field.
- setSiteIdParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the name of the parameter used for the SiteId: field.
- setSiteIdParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
The siteId parameter name - it represents the Site ID from which the email is dispatched
parameter to be used in Email template
- setSiteIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setSiteIds(String[]) - Method in class atg.projects.store.assembler.SearchedSites
-
- setSiteIds(String[]) - Method in class atg.projects.store.assembler.SearchFormHandler
-
- setSiteIdsPropertyName(String) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setSiteKeyTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- setSiteManager(SiteManager) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- setSiteManager(SiteManager) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
-
Sets the SiteManager
- setSiteManager(SiteManager) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mSiteManager
- setSiteManager(SiteManager) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setSiteManager(SiteManager) - Method in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
Sets the siteManager.
- setSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
-
- setSiteScope(String) - Method in class atg.projects.store.assembler.SearchFormHandler
-
- setSiteScope(String) - Method in class atg.projects.store.profile.recentlyviewed.RecentlyViewedTools
-
- setSitesPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
-
Sets the mSitesPropertyName
- setSitesPropertyName(String) - Method in class atg.projects.store.collections.validator.SiteValidator
-
- setSitesPropertyName(String) - Method in class atg.projects.store.multisite.StoreSiteValidator
-
- setSitesPropertyName(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
- setSiteTagTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
-
- setSiteURLManager(SiteURLManager) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
Sets the SiteURLManager
- setSizePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- setSizeRequired(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Sets whether or not an item requires a size option.
- setSizeSortOrder(String[]) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
- setSkipRecommendations(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets the boolean indicating whether generated recommendations should be skipped and
Recommendations failover content should be used instead.
- setSkuId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setSkuIdParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
- setSkuIdToAdd(String) - Method in class atg.projects.store.profile.SessionBean
-
- setSkuPropertyNames(List<String>) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setSkuType(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setSkuType(String) - Method in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- setSkuTypePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The sku type property name.
- setSkuUnavailableURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
URL in the event an unavailable item is added to cart using the JavaScript free picker.
- setSliderMax(String) - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- setSliderMin(String) - Method in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- setSorters(ServiceMap) - Method in class atg.projects.store.sort.RangeSortDroplet
-
- setSortOptionsContentItemPropertyName(String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setSortParamName(String) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setSourceCode(String) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
-
The code that indicates the source of the form input.
- setSourceCode(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setSourceCodePropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setStartDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The start date property name.
- setStartEndDateValidator(StartEndDateValidator) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setStartIndexAtZero(boolean) - Method in class atg.projects.store.droplet.ArraySubsetHelper
-
- setStartPage(String) - Method in class atg.projects.store.fluoroscope.Configuration
-
- setStockLevel(String, long, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
-
This method will send an "UpdateInventory" message if the item changes from Out of stock
to In stock with this method.
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRecommendationsHandler
-
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryRelatedProductsHandler
-
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.FilteringRecordSpotlightHandler
-
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
- setStoreCartridgeTools(StoreCartridgeTools) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
- setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setStoreCreditPaymentType(String) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- setStoredAddressSelection(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setStoredCreditCardName(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setStoreExpressCheckoutFormHandler(StoreExpressCheckoutFormHandler) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setStoreGiftlistFormHandler(StoreGiftlistFormHandler) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setStoreNameResource(String) - Method in class atg.projects.store.email.StoreEmailTools
-
- setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.order.StorePaymentGroupManager
-
- setStorePaymentGroupManager(StorePaymentGroupManager) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- setStoreProperties(String[]) - Method in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
- setStoreProperties(String[]) - Method in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- setStorePropertyManager(StorePropertyManager) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
-
- setStorePropertyManager(StorePropertyManager) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.assembler.cartridge.handler.PriceSliderHandler
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
-
- setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.droplet.PairedSiteDroplet
-
Sets the StoreSitePropertiesManager bean which is used to manage store properties.
- setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.email.StoreEmailTools
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
-
- setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Sets the StoreSitePropertiesManager bean which is used to manage store properties.
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
- setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.remote.multisite.service.validation.CountryCodeValidator
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.remote.multisite.service.validation.LanguageCodeValidator
-
- setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
-
- setSubject(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setSubjectParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
-
Sets the name of the parameter used for the Subject: field.
- setSubjectParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setSubjectParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the name of the parameter used for the Subject: field.
- setSubmittedDatePropertyName(String) - Method in class atg.projects.store.returns.StoreReturnTools
-
- setSuccessURL(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the URL of the success page.
- setSuccessURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
-
- setSuccessURLDynamicParams(Map<String, String>) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
-
Sets the successURLDynamicParams Map.
- setSupportedCreditCardTypes(List<String>) - Method in class atg.projects.store.StoreConfiguration
-
Sets the list of supported credit card types.
- setTarget(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setTaxPriceInfo(TaxPriceInfo) - Method in class atg.projects.store.pricing.StoreItemPriceInfo
-
- setTaxPriceInfo(TaxPriceInfo) - Method in class atg.projects.store.pricing.StoreShippingPriceInfo
-
- setTaxPriceInfoRepositoryItemName(String) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
- setTemplateEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setTemplateEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
-
The template email sender to use to send the order confirm email.
- setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.order.purchase.TellAFriendFormHandler
-
- setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets the property TemplateEmailSender
- setTemplateToTypeMap(Map<String, String>) - Method in class atg.projects.store.email.RecentlySentList
-
- setTemplateUrl(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
Sets the URL for the email template used to send the email.
- setTemplateUrl(String) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the URL for the email template used to send the email.
- setTemplateUrlName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
-
- setTemplateUrlName(String) - Method in class atg.projects.store.email.StoreEmailTools
-
- setTestSkuId(String) - Method in class atg.projects.store.order.StoreOrderTools
-
- setTimestamp(String) - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- setTimeStampPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setTopLevelCategory(String) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
Sets the top level category for the category that user is currently viewing.
- setTotalNumRecs(long) - Method in class atg.projects.store.assembler.cartridge.ProductListCategoryChildrenContentItem
-
Sets the total num recs.
- setTransactionManager(TransactionManager) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
-
- setTransactionManager(TransactionManager) - Method in class atg.projects.store.droplet.RqlDroplet
-
- setTransactionManager(TransactionManager) - Method in class atg.projects.store.email.StoreEmailTools
-
Sets the Transaction Manager.
- setTruncate_size(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
- setType(String) - Method in class atg.knowledgebase.adc.KnowledgeBaseProcessor
-
The widget type id for the Rightnow knowledge base search
- setType(String) - Method in class atg.projects.store.email.RecentlySentList.SentItem
-
- setTypeToMenuItemMap(Map<String, String>) - Method in class atg.projects.store.email.RecentlySentList
-
- setTypeToPropertyNameMap(Map<String, String>) - Method in class atg.projects.store.assembler.cartridge.CrossCartridgeItemsLookup
-
- setUnindexedDimensionValueId(String) - Method in class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- setUnmodifiedEventName(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method initialize and setup Credit Card Payment group for the order,
if store credit is used, then all amount from the order deducted by the store
credit, then by credit card.
- setupCreditCardPaymentGroupsForOrder(Order, RepositoryItem, boolean, String, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Added remaining order amount to the payment group for given
pStoredCreditCardName
.
- setUpdateAddressErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property updateAddressErrorURL, used to redirect user in
case of an error updating an address.
- setUpdateAddressSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property updateAddressSuccessURL, used to redirect user when
an address is successfully updated.
- setUpdateCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property updateCardErrorURL, used to redirect user in case of an
error updating a new credit card.
- setUpdateCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property updateCardSuccessURL.
- setUpdateErrorURL(String) - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- setUpdateErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setUpdateGiftlistAndItemsErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setUpdateGiftlistAndItemsSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- setUpdateShippingMethodErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setUpdateShippingMethodSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- setUpdateSuccessURL(String) - Method in class atg.projects.store.fluoroscope.SensorManagerFormHandler
-
- setUpdateSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
-
- setupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Setup shipping details for gift shipping groups.
- setupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
This method initialize and setup StoreCredit Payment group for the order if store
credit is used.
- setupStoreCreditPaymentGroupsForOrder(Order, RepositoryItem, String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Initialize Store Credit Payment Group, add amount to the payment group and add remaining amount
to other payment groups CreditCard.
- setupStoreCreditPaymentGroupsForOrder(Order, RepositoryItem, String[], boolean) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Initialize Store Credit Payment Group, add amount to the payment group and optionally add remaining amount
to the default CreditCard payment group.
- setUrl(String) - Method in class atg.projects.store.droplet.URLProcessor
-
Sets url for processing.
- setUrlContextStoreCommerce(String) - Method in class atg.projects.store.profile.StoreProfileTools
-
- setUseContentFailover(boolean) - Method in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
Sets the boolean indicating whether the content included into the recommendations container should
be displayed as failover content.
- setUseInventoryForPreorderPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
The name of the property used to indicate the 'useInventoryForPreorder' of
an item that is preorderable.
- setUserIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setUserPricingModels(PricingModelHolder) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
-
- setUserSegment(String) - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
Sets the user segment to set on the user state and used within Experience Manager to
control routing the user to the brand landing page instead of the search results page.
- setUserSegment(String) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setUserState(UserState) - Method in class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- setUserState(UserState) - Method in class atg.projects.store.assembler.navigation.PriceRangeNavigationStateProcessor
-
The userState object used to hold the user segment for use within Experience Manager to
control routing the user to the brand landing page instead of the search results page.
- setUserState(UserState) - Method in class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- setUseShippingAddressAsDefault(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
- setUsingProfileCreditCard(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setUsingSavedAddress(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setUsingStoreCredit(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
-
- setValidateShippingGroups(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setValidateShippingGroupsChainId(String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Set the ValidateShippingGroupsChainId property.
- setValidateShippingRestriction(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.assembler.cartridge.handler.CategoryHeaderBannerHandler
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.catalog.CatalogNavigationService
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.droplet.ItemValidatorDroplet
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.inventory.BackInStockNotificationService
-
- setValidators(CollectionObjectValidator[]) - Method in class atg.projects.store.promotion.StoreGWPManager
-
- setValue(String, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
-
Associate a named attribute with this feature.
- setWidgetDisplayPagePatterns(PagePattern[]) - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Sets widget display page patterns
- setWidgetDisplayPages(String[]) - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Set widget display pages
- setWidgetDisplayPagesCache(Cache) - Method in class atg.knowledgebase.adc.KnowledgeBaseFindPageUrlProcessor
-
Sets the widget display pages cache
- setWishlistPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
-
- setWoodFinishPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
-
- setYear(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
-
Sets property year.
- SHAREABLE_TYPE_ID - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ParameterName for shareableTypeId
- SHIPPABLE_COUNTRIES_PROPERTY_NAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- SHIPPING_GROUP_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SHIPPING_METHOD_INVALID - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
Shipping method invalid message key.
- SHIPPING_PROMOTIONS - Static variable in class atg.projects.store.order.ShippingPromotionsDroplet
-
The parameter name for list of shipping promotions.
- ShippingInfoFormHandler - Class in atg.projects.store.order.purchase
-
Form Handler for handling shipping related checkout processes.
- ShippingInfoFormHandler() - Constructor for class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
- ShippingPromotionsDroplet - Class in atg.projects.store.order
-
This droplet aggregates shipping promotions from all order's shipping groups
and returns the list of shipping promotions applied to the order.
- ShippingPromotionsDroplet() - Constructor for class atg.projects.store.order.ShippingPromotionsDroplet
-
- ShippingRestrictionInterface - Interface in atg.projects.store.order.purchase
-
This interface contain method for Restrict Shipping to restricted country or allow Shipping to
permitted country only.
- shipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Shiping to existing address.
- shipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Applies the data in the CommerceItemShippingInfoContainer and ShippingGroupMapContainer to the
order.
- shipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
-
Setup single shipping details for shipping to a new address.
- SHORT_DESCRIPTION - Static variable in class atg.projects.store.dp.SiteSpecificPropertyDerivation
-
- SHORT_DESCRIPTION - Static variable in class atg.projects.store.dp.StoreContextDerivation
-
- shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
- shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
- shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
- shouldExecutePostProcessActor() - Method in class atg.projects.store.assembler.cartridge.handler.ProductListCategoryChildrenHandler
-
Determines if the
executePostProcessActor(ProductListCategoryChildrenContentItem),
addSortOpstions(ProductListCategoryChildrenContentItem), and
addPagingTemplate(ProductListCategoryChildrenContentItem) methods should be
executed.
- ShowGiftWrap - Class in atg.projects.store.droplet
-
Checks to see if the gift wrap option should be shown or not.
- ShowGiftWrap() - Constructor for class atg.projects.store.droplet.ShowGiftWrap
-
- SITE_ID - Static variable in class atg.projects.store.droplet.CategoryBySiteDroplet
-
Site id parameter name
- SITE_ID - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
ParameterName for siteId
- SITE_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SITE_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
-
- SITE_IDS - Static variable in class atg.projects.store.remote.multisite.service.InternationalStoreCatalogAssetPropertyService
-
siteIds property name
- SITE_IDS_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SITE_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SITE_TAG - Static variable in class atg.projects.store.dp.StoreContextDerivation
-
- SiteGroupFilter - Class in atg.projects.store.collections.filter
-
Filters a collection of (repository) items on their sites/siteGroup
properties.
- SiteGroupFilter() - Constructor for class atg.projects.store.collections.filter.SiteGroupFilter
-
- SITES_IDS_PROP_NAME - Static variable in class atg.projects.store.recommendations.droplet.RecommendationAlternativeSiteIdsDroplet
-
Parameter name for site
- SiteSpecificPropertyDerivation - Class in atg.projects.store.dp
-
This derived property method will derive a property based on the current site.
- SiteSpecificPropertyDerivation() - Constructor for class atg.projects.store.dp.SiteSpecificPropertyDerivation
-
Set the name, display name and short description properties.
- SiteValidator - Class in atg.projects.store.collections.validator
-
SiteValidator validates an item based on its sites/siteGroup/siteIds properties.
- SiteValidator() - Constructor for class atg.projects.store.collections.validator.SiteValidator
-
- Size(String, String) - Constructor for class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
-
- SizedColoredProductDetailsDroplet - Class in atg.projects.store.droplet
-
This droplet should be used on the PDP with wood finish picker.
- SizedColoredProductDetailsDroplet() - Constructor for class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
-
- SizedColoredProductDetailsDroplet.Size - Class in atg.projects.store.droplet
-
This is an information bean to be used on the JSP pages.
- SizeSorter - Class in atg.projects.store.collections.filter
-
This filter sorts a collection of size names.
- SizeSorter() - Constructor for class atg.projects.store.collections.filter.SizeSorter
-
- SKIP_STACKING_RULES_MESSAGES_SENDING - Static variable in class atg.projects.store.pricing.StorePricingTools
-
- SKU_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
-
- SKU_ID - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
-
Sku id parameter name.
- SKU_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Sku id constant.
- SKU_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SKU_ID_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
-
- SKU_ITEM_DESCRIPTOR - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
-
Sku item descriptor
- SKU_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
-
- SKU_PARAMETER - Static variable in class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- SkuAvailabilityLookup - Class in atg.projects.store.droplet
-
This droplet looks at a single sku and the product referencing it and determines if it is
available, preorderable, backorderable or unavailable.
- SkuAvailabilityLookup() - Constructor for class atg.projects.store.droplet.SkuAvailabilityLookup
-
- SkuInventoryFilter - Class in atg.projects.store.collections.filter
-
This filter will filter products or skus in the collection based on their inventory
availability.
- SkuInventoryFilter() - Constructor for class atg.projects.store.collections.filter.SkuInventoryFilter
-
- SLIDER_MAX - Static variable in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- SLIDER_MIN - Static variable in class atg.projects.store.assembler.cartridge.PriceSliderContentItem
-
- sLogger - Static variable in class atg.projects.store.ui.PromotionalContentEditor
-
Logger for the class
- sort(PossibleValues.PossibleValue[]) - Method in class atg.projects.store.repository.servlet.StorePossibleValues
-
Sorts the array of possible values using the specified comparator.
- sort(List, String, Locale) - Method in class atg.projects.store.sort.NameSorter
-
Implementation of the SimpleSorter.sort method.
- sort(List, String, Locale) - Method in class atg.projects.store.sort.PriceSorter
-
Implementation of the SimpleSorter.sort method.
- sort(List, String, Locale) - Method in interface atg.projects.store.sort.PropertySorter
-
Classes which sort a list of RepositoryItems pItems by a particular property
of a RepositoryItem in a particular direction pDirectionshould implement this
method to perform the actual sorting.
- SORT_BY_KEYS - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
-
Sort by keys parameter name
- SORT_PARAM_DELIMITER - Static variable in class atg.projects.store.sort.RangeSortDroplet
-
- SORT_SELECTION_PARAM - Static variable in class atg.projects.store.sort.RangeSortDroplet
-
- sortColors(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Sorts a list of colors.
- sortSizes(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Sorts sizes accoring to the configured template.
- sortStrings(List, String[]) - Method in class atg.projects.store.catalog.StoreCatalogTools
-
Sorts the collection of strings relative to their ordinal position in the sort order array.
- SOURCE_TYPE_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
-
Source type parameter name.
- splitShippingGroupsByMethod(ShippingGroupMapContainer, List) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
Loops through all CommerceItemShippingInfos and finds items that have
the same shipping address but different shipping methods then creates separate
shipping groups for them.
- sPromotionBundleName - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
-
Promotion resource bundle name.
- sResourceBundle - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
Resource bundle.
- STATE_CODE - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
State code parameter name.
- STATE_CODES - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
State codes parameter name.
- STATE_PARAM - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
State parameter name.
- STATE_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- StateListFilterDroplet - Class in atg.projects.store.droplet
-
Given a country code this droplet returns a list of states.
- StateListFilterDroplet() - Constructor for class atg.projects.store.droplet.StateListFilterDroplet
-
- STATES_PARAM - Static variable in class atg.projects.store.droplet.StateListFilterDroplet
-
States parameter name.
- STATUS_ERROR_REDIRECT - Static variable in class atg.projects.store.email.StoreEmailTools
-
Constant used to indicate that the form has errors, and that the form
should perform a redirect.
- STATUS_ERROR_STAY - Static variable in class atg.projects.store.email.StoreEmailTools
-
Constant used to indicate that the form has errors, and that the form
should not perform a redirect.
- STATUS_SUCCESS - Static variable in class atg.projects.store.email.StoreEmailTools
-
Constant used to indicate that the form has no errors.
- STORE_CREDIT_ERROR - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
Store credit payment group error message key.
- STORE_ID_ENTRY - Static variable in class atg.projects.store.recommendations.processor.TrackingCodeProcessor
-
- STORE_REPOSITORY_ID - Static variable in class atg.projects.store.assembler.cartridge.handler.LocationResultsListHandler
-
Property name to retrieve store repository id.
- STORE_REPOSITORY_ID - Static variable in class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
Property name to retrieve store repository id.
- StoreADCEventMonitor - Class in atg.projects.store.recommendations.adc
-
This class extends ADCEventMonitor
in order to store events into session data.
- StoreADCEventMonitor() - Constructor for class atg.projects.store.recommendations.adc.StoreADCEventMonitor
-
- StoreADCRequestData - Class in atg.projects.store.recommendations.adc
-
This class extends CommerceADCRequestData
to store CRS Recommendations
specific data.
- StoreADCRequestData() - Constructor for class atg.projects.store.recommendations.adc.StoreADCRequestData
-
- StoreADCSessionData - Class in atg.projects.store.recommendations.adc
-
This class extends CommerceADCSessionData
to store CRS Recommendations
specific data.
- StoreADCSessionData() - Constructor for class atg.projects.store.recommendations.adc.StoreADCSessionData
-
- StoreAddressTools - Class in atg.projects.store.profile
-
Contains reusable Address methods.
- StoreAddressTools() - Constructor for class atg.projects.store.profile.StoreAddressTools
-
- StoreAttributeAddingHtmlMarkingSensorListener - Class in atg.projects.store.fluoroscope.listener
-
CRS extension of the AttributeAddingHtmlMarkingSensorListener
.
- StoreAttributeAddingHtmlMarkingSensorListener() - Constructor for class atg.projects.store.fluoroscope.listener.StoreAttributeAddingHtmlMarkingSensorListener
-
- StoreBaseReturnFormHandler - Class in atg.projects.store.csr.returns
-
Extends commerce BaseReturnFromHandler
in order to store
return request to session-scoped component in order to have access to it
on the post-confirmation page.
- StoreBaseReturnFormHandler() - Constructor for class atg.projects.store.csr.returns.StoreBaseReturnFormHandler
-
- StoreBillingProcessHelper - Class in atg.projects.store.order.purchase
-
Store implementation of the purchase process helper for billing sub-process.
- StoreBillingProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreBillingProcessHelper
-
- StoreBreadcrumbsHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Extends BreadcrumbsHandler to override preprocess method
to use CategoryToDimensionAttributeAliasManager to get
the source name for attribute alias.
- StoreBreadcrumbsHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.StoreBreadcrumbsHandler
-
- StoreCachingListener - Class in atg.projects.store.fluoroscope.listener
-
CRS extension of CachingListener.
- StoreCachingListener() - Constructor for class atg.projects.store.fluoroscope.listener.StoreCachingListener
-
- StoreCancelOrderFormHandler - Class in atg.projects.store.order.purchase
-
This class is used to cancel the user's current Order which will delete the Order from
the ShoppingCart.
- StoreCancelOrderFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
-
- StoreCartFormHandler - Class in atg.projects.store.order.purchase
-
Extends the default CartModifierFormHandler for custom functionality.
- StoreCartFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCartFormHandler
-
- StoreCartProcessHelper - Class in atg.projects.store.order.purchase
-
Extends the StorePurchaseProcessHelper to implement cart processing helper methods.
- StoreCartProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreCartProcessHelper
-
- StoreCartridgeTools - Class in atg.projects.store.assembler.cartridge
-
This is the helper class containing reusable methods for obtaining/modifying a user's navigation information.
- StoreCartridgeTools() - Constructor for class atg.projects.store.assembler.cartridge.StoreCartridgeTools
-
- StoreCatalogNavHistory - Class in atg.projects.store.catalog
-
A sub class of CatalogNavHistory that allows the current top level category to be
obtained by a method call, instead of querying the navHistory list in the JSP.
- StoreCatalogNavHistory() - Constructor for class atg.projects.store.catalog.StoreCatalogNavHistory
-
- StoreCatalogProperties - Class in atg.projects.store.catalog
-
This class provides a mechanism to access the property names for
catalog item descriptors modified for ATG.
- StoreCatalogProperties() - Constructor for class atg.projects.store.catalog.StoreCatalogProperties
-
- StoreCatalogTools - Class in atg.projects.store.catalog
-
The extensions to ootb CatalogTools.
- StoreCatalogTools() - Constructor for class atg.projects.store.catalog.StoreCatalogTools
-
- StoreCommerceItemManager - Class in atg.projects.store.order
-
CRS extension to the DCS CommerceItemManager
component.
- StoreCommerceItemManager() - Constructor for class atg.projects.store.order.StoreCommerceItemManager
-
- StoreCommitOrderHandler - Class in atg.projects.store.order.purchase
-
Extends the default CommitOrderFormHandler as to implement custom preCommitOrder
and postCommitOrder functionality.
- StoreCommitOrderHandler() - Constructor for class atg.projects.store.order.purchase.StoreCommitOrderHandler
-
- StoreCommitOrderProcessHelper - Class in atg.projects.store.order.purchase
-
This class performs logic necessary for the commit-order process.
- StoreCommitOrderProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
-
- StoreConfiguration - Class in atg.projects.store
-
Stores configuration information that is specific to Commerce Reference Store.
- StoreConfiguration() - Constructor for class atg.projects.store.StoreConfiguration
-
- StoreContextDerivation - Class in atg.projects.store.dp
-
This derived property method will derive a property based on the current site and
profile's current locale.
- StoreContextDerivation() - Constructor for class atg.projects.store.dp.StoreContextDerivation
-
Set the name, display name and short description properties.
- StoreCouponFormHandler - Class in atg.projects.store.order.purchase
-
Extension of PurchaseProcessFormHandler
for working with coupons.
- StoreCouponFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCouponFormHandler
-
- StoreCreditCardInfo - Interface in atg.projects.store.payment.creditcard
-
CreditCardInfo
that adds the card verification number.
- StoreCreditCardTools - Class in atg.projects.store.payment.creditcard
-
The extension of ExtendableCreditCardTools with store specific utility methods.
- StoreCreditCardTools() - Constructor for class atg.projects.store.payment.creditcard.StoreCreditCardTools
-
- StoreCurrencyFormatter - Class in atg.projects.store.droplet
-
CRS extension of CurrencyFormatter droplet with possibility to specify custom currency
formats for some locales.
- StoreCurrencyFormatter() - Constructor for class atg.projects.store.droplet.StoreCurrencyFormatter
-
- StoreDimensionValueCacheTools - Class in atg.projects.store.cache
-
A Store specific DimensionValueCacheTools.
- StoreDimensionValueCacheTools() - Constructor for class atg.projects.store.cache.StoreDimensionValueCacheTools
-
- StoreDistanceDroplet - Class in atg.projects.store.droplet
-
This Droplet is used to extract the distance of store from current location.
- StoreDistanceDroplet() - Constructor for class atg.projects.store.droplet.StoreDistanceDroplet
-
- StoreEmailTools - Class in atg.projects.store.email
-
This utility class defines various utility methods that are used by
Store for processing email.
- StoreEmailTools() - Constructor for class atg.projects.store.email.StoreEmailTools
-
- StoreExpressCheckoutFormHandler - Class in atg.projects.store.order.purchase
-
This class is needed to get the billing address from the credit card
rather than the user's default billing address.
- StoreExpressCheckoutFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
-
- StoreExpressCheckoutProcessHelper - Class in atg.projects.store.order.purchase
-
Extends the StorePurchaseProcessHelper to implement express checkout processing methods.
- StoreExpressCheckoutProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
-
- StoreFillRelatedItemsSlotAction - Class in atg.projects.store.scenario.action
-
EStore implementation of a fillRelatedItemsSlotAction scenario action.
- StoreFillRelatedItemsSlotAction() - Constructor for class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
-
- StoreFillRelatedItemsSlotActionConfiguration - Class in atg.projects.store.scenario.action
-
EStore implementation of Nucleus component to contain all necessary properties for fillRelatedItemsSlotAction scenario action.
- StoreFillRelatedItemsSlotActionConfiguration() - Constructor for class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
-
- StoreForgotPasswordHandler - Class in atg.projects.store.profile
-
This is a Store extension of DPS' ForgotPasswordHandler handler.
- StoreForgotPasswordHandler() - Constructor for class atg.projects.store.profile.StoreForgotPasswordHandler
-
- StoreGiftlistFormHandler - Class in atg.projects.store.gifts
-
Extensions to the atg.commerce.gifts.GiftlistFormHandler.
- StoreGiftlistFormHandler() - Constructor for class atg.projects.store.gifts.StoreGiftlistFormHandler
-
- StoreGiftlistManager - Class in atg.projects.store.gifts
-
This class performs specific to CRS actions with gift lists in addition to
those which are provided in parent class.
- StoreGiftlistManager() - Constructor for class atg.projects.store.gifts.StoreGiftlistManager
-
- StoreGiftWithPurchaseFormHandler - Class in atg.projects.store.promotion
-
CRS extension of core commerce GiftWithPurchaseFormHandler.
- StoreGiftWithPurchaseFormHandler() - Constructor for class atg.projects.store.promotion.StoreGiftWithPurchaseFormHandler
-
- StoreGiftWithPurchaseSelectionsDroplet - Class in atg.projects.store.droplet
-
CRS extension of Core Commerce StoreGiftWithPurchaseSelectionsDroplet
Adds additional output parameter with quantity
of items still available for selection for the given order
- StoreGiftWithPurchaseSelectionsDroplet() - Constructor for class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
-
- StoreGrammarExtension - Class in atg.projects.store.ui
-
A lightweight extension to the Scenario Grammar.
- StoreGrammarExtension() - Constructor for class atg.projects.store.ui.StoreGrammarExtension
-
Default constructor.
- StoreGWPManager - Class in atg.projects.store.promotion
-
CRS extension of core commerce GiftWithPurchaseFormHandler.
- StoreGWPManager() - Constructor for class atg.projects.store.promotion.StoreGWPManager
-
- StoreHardgoodShippingGroupInitializer - Class in atg.projects.store.order.purchase
-
This class performs specific to CRS actions with HardgoodShippingGroup
in addition to those which are provided in parent class.
- StoreHardgoodShippingGroupInitializer() - Constructor for class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
-
- StoreHtmlInserterFactory - Class in atg.projects.store.fluoroscope.listener
-
CRS implementation of Fluoroscope HtmlInserterFactory.
- StoreHtmlInserterFactory() - Constructor for class atg.projects.store.fluoroscope.listener.StoreHtmlInserterFactory
-
- StoreInventoryManager - Class in atg.projects.store.inventory
-
This class is an extension of the RepositoryInventoryManager.
- StoreInventoryManager() - Constructor for class atg.projects.store.inventory.StoreInventoryManager
-
- StoreInventoryManagerInterface - Interface in atg.projects.store.inventory
-
An interface for CRS additions to the LocationInventoryManager.
- StoreItemPriceInfo - Class in atg.projects.store.pricing
-
Extended the ATG base class to include a taxPriceInfo property.
- StoreItemPriceInfo() - Constructor for class atg.projects.store.pricing.StoreItemPriceInfo
-
- StoreNavigationStateProcessor - Class in atg.projects.store.assembler.navigation
-
The navigation state is processed to determine if it represents a
user catalog navigation and if so, a user segment is added to the user state
object.
- StoreNavigationStateProcessor() - Constructor for class atg.projects.store.assembler.navigation.StoreNavigationStateProcessor
-
- storeNewGiftListData() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Stores entered by user data to the session-scoped component.
- StoreOrderHolder - Class in atg.projects.store.order
-
This is an EStore's extension to the ShoppingCart
component.
- StoreOrderHolder() - Constructor for class atg.projects.store.order.StoreOrderHolder
-
- StoreOrderImpl - Class in atg.projects.store.order
-
Extension to order class.
- StoreOrderImpl() - Constructor for class atg.projects.store.order.StoreOrderImpl
-
- StoreOrderManager - Class in atg.projects.store.order
-
The class extends the ATG SimpleOrderManager.
- StoreOrderManager() - Constructor for class atg.projects.store.order.StoreOrderManager
-
- StoreOrderStates - Class in atg.projects.store.states
-
This class holds the new Order states.
- StoreOrderStates() - Constructor for class atg.projects.store.states.StoreOrderStates
-
- StoreOrderTools - Class in atg.projects.store.order
-
This is the OrderTools class for the Store e-commerce site.
- StoreOrderTools() - Constructor for class atg.projects.store.order.StoreOrderTools
-
- StorePasswordMinLengthRule - Class in atg.projects.store.security
-
Extends platform rule to override getRuleDescription method.
- StorePasswordMinLengthRule() - Constructor for class atg.projects.store.security.StorePasswordMinLengthRule
-
- StorePaymentGroupManager - Class in atg.projects.store.order
-
This class holds utility methods for manipulating PaymentGroups.
- StorePaymentGroupManager() - Constructor for class atg.projects.store.order.StorePaymentGroupManager
-
- StorePositionMarkingSensorListener - Class in atg.projects.store.fluoroscope.listener
-
CRS implementation of the PositionMarkingSensorListener
.
- StorePositionMarkingSensorListener() - Constructor for class atg.projects.store.fluoroscope.listener.StorePositionMarkingSensorListener
-
- StorePossibleValues - Class in atg.projects.store.repository.servlet
-
Extends PossibleValues droplet to add possibility to sort possible values using
the custom comparator.
- StorePossibleValues() - Constructor for class atg.projects.store.repository.servlet.StorePossibleValues
-
- StorePreviewNavigationStateProcessor - Class in atg.projects.store.assembler.navigation.preview
-
Preview extension of the StoreNavigationStateProcessor.
- StorePreviewNavigationStateProcessor() - Constructor for class atg.projects.store.assembler.navigation.preview.StorePreviewNavigationStateProcessor
-
- StorePriceBeansDroplet - Class in atg.projects.store.droplet
-
This droplet generates UnitPriceBeans for the whole order, or for the shipping-group-commerce-item relationship.
- StorePriceBeansDroplet() - Constructor for class atg.projects.store.droplet.StorePriceBeansDroplet
-
- StorePriceMetaPropertyValueFormatter - Class in atg.projects.store.search
-
Store enhancement of DCS price formatter.
- StorePriceMetaPropertyValueFormatter() - Constructor for class atg.projects.store.search.StorePriceMetaPropertyValueFormatter
-
- StorePricingModelProperties - Class in atg.projects.store.pricing
-
Adds properties to the Store pricing models.
- StorePricingModelProperties() - Constructor for class atg.projects.store.pricing.StorePricingModelProperties
-
- StorePricingTools - Class in atg.projects.store.pricing
-
Store extension for the PricingTools.
- StorePricingTools() - Constructor for class atg.projects.store.pricing.StorePricingTools
-
- StoreProcLoadPriceInfoObjects - Class in atg.projects.store.order.processor
-
This class is overridden to include loading of TaxPriceInfo for commerce items
and shipping groups.
- StoreProcLoadPriceInfoObjects() - Constructor for class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
-
- StoreProcSavePriceInfoObjects - Class in atg.projects.store.order.processor
-
Extended ATG base class in order to save TaxPriceInfo of commerce items and shipping groups.
- StoreProcSavePriceInfoObjects() - Constructor for class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
-
- StoreProcUpdateGiftRepository - Class in atg.projects.store.order.processor
-
This extension of ProcUpdateGiftRepository will check if the given commerce item is a gift wrap
item, so it doesn't attempt to remove gift wrap from the gift list.
- StoreProcUpdateGiftRepository() - Constructor for class atg.projects.store.order.processor.StoreProcUpdateGiftRepository
-
- StoreProductComparisonList - Class in atg.projects.store.catalog.comparison
-
Extends atg.commerce.catalog.comparison.ProductComparisonList and gets the
default category for the current site.
- StoreProductComparisonList() - Constructor for class atg.projects.store.catalog.comparison.StoreProductComparisonList
-
- StoreProductListHandler - Class in atg.projects.store.catalog.comparison
-
Extension to the atg.commerce.catalog.comparison.ProductListHandler to obtain property
values from the request parameter if not supplied via a form submission.
- StoreProductListHandler() - Constructor for class atg.projects.store.catalog.comparison.StoreProductListHandler
-
- StoreProfileConstants - Interface in atg.projects.store.profile
-
Constants used to get properties from user profile.
- StoreProfileFormHandler - Class in atg.projects.store.profile
-
Profile form handler.
- StoreProfileFormHandler() - Constructor for class atg.projects.store.profile.StoreProfileFormHandler
-
- StoreProfilePropertySetter - Class in atg.projects.store.servlet.pipeline
-
Update the store profile properties based on values for the current site.
- StoreProfilePropertySetter() - Constructor for class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
-
- StoreProfileTools - Class in atg.projects.store.profile
-
Extensions to CommerceProfileTools.
- StoreProfileTools() - Constructor for class atg.projects.store.profile.StoreProfileTools
-
- StorePropertyManager - Class in atg.projects.store.profile
-
Store-specific extenstions with names of extended profile properties.
- StorePropertyManager() - Constructor for class atg.projects.store.profile.StorePropertyManager
-
- StorePropertyNameConstants - Class in atg.projects.store.order
-
Constants for Store-specific order properties.
- StorePropertyNameConstants() - Constructor for class atg.projects.store.order.StorePropertyNameConstants
-
- StorePurchaseProcessException - Exception in atg.projects.store.order.purchase
-
This exception indicates that an error occurred while performing checkout process.
- StorePurchaseProcessException() - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Constructs a new StorePurchaseProcessException.
- StorePurchaseProcessException(String) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Constructs a new StorePurchaseProcessException with the given explanation.
- StorePurchaseProcessException(String, Object[]) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Constructs a new StorePurchaseProcessException with the given explanation.
- StorePurchaseProcessException(String, Exception) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Constructs a new StorePurchaseProcessException with the given explanation.
- StorePurchaseProcessException(String, Exception, Object[]) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
-
Constructs a new StorePurchaseProcessException with the given explanation.
- StorePurchaseProcessFormHandler - Class in atg.projects.store.order.purchase
-
Form Handler for handling purchase processes in Store.
- StorePurchaseProcessFormHandler() - Constructor for class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
-
- StorePurchaseProcessHelper - Class in atg.projects.store.order.purchase
-
Store implementation of the purchase process helper.
- StorePurchaseProcessHelper() - Constructor for class atg.projects.store.order.purchase.StorePurchaseProcessHelper
-
- StoreRecommendationsConfiguration - Class in atg.projects.store.recommendations
-
The configuration of the store recommendations auto-tagging
feature.
- StoreRecommendationsConfiguration() - Constructor for class atg.projects.store.recommendations.StoreRecommendationsConfiguration
-
- StoreRecordDetailsHandler - Class in atg.projects.store.assembler.cartridge.handler
-
This handler populates the content item with the details from repository
- StoreRecordDetailsHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.StoreRecordDetailsHandler
-
- StoreRefinementMenuHandler - Class in atg.projects.store.assembler.cartridge.handler
-
Extends RefinementMenuHandler to override preprocess method
to use CategoryToDimensionAttributeAliasManager to get
the source name for attribute alias.
- StoreRefinementMenuHandler() - Constructor for class atg.projects.store.assembler.cartridge.handler.StoreRefinementMenuHandler
-
- StoreRepositoryProfileItemFinder - Class in atg.projects.store.profile
-
Finds profile repository items by querying the profile repository.
- StoreRepositoryProfileItemFinder() - Constructor for class atg.projects.store.profile.StoreRepositoryProfileItemFinder
-
- StoreRepriceOrder - Class in atg.projects.store.order.purchase
-
Store implementation of RepriceOrder.
- StoreRepriceOrder() - Constructor for class atg.projects.store.order.purchase.StoreRepriceOrder
-
- StoreRequestLocale - Class in atg.projects.store.servlet
-
The extensions to ootb RequestLocale.
- StoreRequestLocale() - Constructor for class atg.projects.store.servlet.StoreRequestLocale
-
- StoreReturnableStates - Class in atg.projects.store.returns
-
Extends ReturnableStates to add one more state ORDER_BEYOND_RETURN_PERIOD.
- StoreReturnableStates() - Constructor for class atg.projects.store.returns.StoreReturnableStates
-
- StoreReturnTools - Class in atg.projects.store.returns
-
Extends ReturnTools to add one more returnable state: ORDER_BEYOND_RETURN_PERIOD.
- StoreReturnTools() - Constructor for class atg.projects.store.returns.StoreReturnTools
-
- StoreSearchFormHandler - Class in atg.projects.store.catalog
-
This class extends the ATG CatalogSearchFormHandler
so as to handle multi worded keywords.
- StoreSearchFormHandler() - Constructor for class atg.projects.store.catalog.StoreSearchFormHandler
-
- StoreSearchFormHandler - Class in atg.projects.store.gifts
-
EStore version of DCS' GiftlistSearch form handler.
- StoreSearchFormHandler() - Constructor for class atg.projects.store.gifts.StoreSearchFormHandler
-
- StoreShippingGroupContainerService - Class in atg.projects.store.order.purchase
-
An override of the DCS class ShippingGroupContainerService to add customizations such as
using the shippingGroupMap property to display addresses on the UI.
- StoreShippingGroupContainerService() - Constructor for class atg.projects.store.order.purchase.StoreShippingGroupContainerService
-
- StoreShippingGroupManager - Class in atg.projects.store.order
-
Commerce Reference Store shipping group manager.
- StoreShippingGroupManager() - Constructor for class atg.projects.store.order.StoreShippingGroupManager
-
- StoreShippingPriceInfo - Class in atg.projects.store.pricing
-
Extends the base class to include a taxPriceInfo property.
- StoreShippingPriceInfo() - Constructor for class atg.projects.store.pricing.StoreShippingPriceInfo
-
- StoreShippingProcessHelper - Class in atg.projects.store.order.purchase
-
Helper methods for handling shipping information
- StoreShippingProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreShippingProcessHelper
-
- StoreSiteFilterBuilder - Class in atg.projects.store.assembler.navigation.filter
-
Extends the SiteFilterBuilder to retrieve the currently searched sites from
the SearchedSites component.
- StoreSiteFilterBuilder() - Constructor for class atg.projects.store.assembler.navigation.filter.StoreSiteFilterBuilder
-
- StoreSitePropertiesManager - Class in atg.projects.store.multisite
-
Properties manager for SiteRepository.
- StoreSitePropertiesManager() - Constructor for class atg.projects.store.multisite.StoreSitePropertiesManager
-
- StoreSiteValidator - Class in atg.projects.store.multisite
-
This validator validates that a store item exists in the current site.
- StoreSiteValidator() - Constructor for class atg.projects.store.multisite.StoreSiteValidator
-
- StoreSMTPEmailSender - Class in atg.projects.store.service.email
-
Extend SMTPEmailSender to set mail.mime.charset to utf-8,
as by default system or server encoding is used and it
could not support German or Spanish symbols.
- StoreSMTPEmailSender() - Constructor for class atg.projects.store.service.email.StoreSMTPEmailSender
-
Set mail.mime.charset property to utf-8, as by default system
or server encoding is used and it could not support German or
Spanish symbols.
- StoreStoreCredit - Class in atg.projects.store.payment
-
The default store credit payment group is extended to contain the amount applied to the order.
- StoreStoreCredit() - Constructor for class atg.projects.store.payment.StoreStoreCredit
-
- StoreTemplateEmailSender - Class in atg.projects.store.email
-
This is a Store extention of DPS' TemplateEmailSender component.
- StoreTemplateEmailSender() - Constructor for class atg.projects.store.email.StoreTemplateEmailSender
-
- StoreTextDroplet - Class in atg.projects.store.droplet
-
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.
- StoreTextDroplet() - Constructor for class atg.projects.store.droplet.StoreTextDroplet
-
- StoreUnitPriceBean - Class in atg.projects.store.pricing
-
Extension of UnitPriceBean class that provides GWP-specific information like
list of GWP selections associated with the current price bean and helper
methods that determine whether price bean is GWP specific.
- StoreUnitPriceBean() - Constructor for class atg.projects.store.pricing.StoreUnitPriceBean
-
Constructor creating empty bean.
- StoreUnitPriceBean(DetailedItemPriceInfo) - Constructor for class atg.projects.store.pricing.StoreUnitPriceBean
-
Constructor that populates beans properties from DetailedItemPriceInfo object.
- StoreUnitPriceBean(UnitPriceBean) - Constructor for class atg.projects.store.pricing.StoreUnitPriceBean
-
Constructor that populates beans properties from UnitPriceBean object.
- StoreUserFormHandler - Class in atg.projects.store.assetmanager.editor.profile
-
Store extension of form handler for user assets.
- StoreUserFormHandler() - Constructor for class atg.projects.store.assetmanager.editor.profile.StoreUserFormHandler
-
- storeUserInputsIntoSession() - Method in class atg.projects.store.email.TemplateTesterFormHandler
-
Stores user's input into session bean.
- SUBSETINDEXES - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
-
Subset indices parameter name.
- SUBSETSIZE - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
-
Subset size parameter name.
- SUCCESS - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
Success constant.
- SUCCESS_URL - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
-
Success URL constant.
- SurchargeShippingCalculator - Class in atg.projects.store.pricing
-
Overrides ATG's FixedPriceShippingCalculator.
- SurchargeShippingCalculator() - Constructor for class atg.projects.store.pricing.SurchargeShippingCalculator
-
- sUserResourceBundle - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
-
User resource bundle.